Python bindings for TaskChampion 3.x, a replicated task database supporting Taskwarrior. Current version 3.0.1.3 (fork). Release cadence: irregular.
pip install taskchampion3-py-devNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create an in-memory TaskChampion database, create a task, modify it, and delete it.
Install TaskChampion native library using 'conda install -c conda-forge taskchampion' or build from source.
Update imports to 'from taskchampion import TaskDb, Task, UdaField' and refer to new UDA documentation.
Be explicit: use 'TaskDb.on_disk(path)' for persistent storage and check existence if needed.
No resource links recorded.