{"id":20027577,"url":"https://github.com/gothenburgbitfactory/taskchampion-py","last_synced_at":"2025-08-31T22:41:46.455Z","repository":{"id":256652454,"uuid":"851277939","full_name":"GothenburgBitFactory/taskchampion-py","owner":"GothenburgBitFactory","description":"Python interface to Taskchampion","archived":false,"fork":false,"pushed_at":"2025-02-02T00:22:05.000Z","size":150,"stargazers_count":5,"open_issues_count":3,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-08-29T16:57:05.744Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GothenburgBitFactory.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-02T19:23:14.000Z","updated_at":"2025-05-26T16:04:31.000Z","dependencies_parsed_at":"2024-09-12T08:10:53.287Z","dependency_job_id":"ca732e99-a2fa-4bd0-b550-bf6087c79f69","html_url":"https://github.com/GothenburgBitFactory/taskchampion-py","commit_stats":null,"previous_names":["gothenburgbitfactory/taskchampion-py"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GothenburgBitFactory/taskchampion-py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GothenburgBitFactory%2Ftaskchampion-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GothenburgBitFactory%2Ftaskchampion-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GothenburgBitFactory%2Ftaskchampion-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GothenburgBitFactory%2Ftaskchampion-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GothenburgBitFactory","download_url":"https://codeload.github.com/GothenburgBitFactory/taskchampion-py/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GothenburgBitFactory%2Ftaskchampion-py/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273051868,"owners_count":25037078,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-31T02:00:09.071Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T09:10:51.770Z","updated_at":"2025-08-31T22:41:46.445Z","avatar_url":"https://github.com/GothenburgBitFactory.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Taskchampion Bindings\n\nThis package contains Python bindings for [TaskChampion](https://github.com/GothenburgBitFactory/taskchampion).\nIt follows the TaskChampion API closely, with minimal adaptation for Python.\n\n## Versioning\n\nThe `taskchampion-py` package version matches the Rust crate's version.\nWhen an additional package release is required for the same Rust crate, a fourth version component is used; for example `1.2.0.1` for the second release of `taskchampion-py` containing TaskChampion version `1.2.0`.\n\n## Usage\n\n```py\nfrom taskchampion import Replica\n\n# Set up a replica.\nr = Replica.new_on_disk(\"/some/path\", true)\n\n# .. and so on, very similar to the Rust API.\n```\n\nSee the [API\ndocumentation](https://github.com/GothenburgBitFactory/taskchampion-py/issues/6)\nfor more information.\n\n## Development\n\nThis project is built using [maturin](https://github.com/PyO3/maturin).\n\nTo install:\n\n```shell\npipx install maturin\n```\n\nTo build wheels:\n```shell\nmaturin build\n```\nThis stores wheels in the `target/wheels` folder by default.\n\n### Testing\n\nExtra testing dependencies are installed via `poetry`:\n```shell\npoetry install\n```\n\nTo run tests:\n```shell\npoetry shell\nmaturin develop\npytest\n```\nor\n```shell\npoetry run maturin develop\npoetry run pytest\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgothenburgbitfactory%2Ftaskchampion-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgothenburgbitfactory%2Ftaskchampion-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgothenburgbitfactory%2Ftaskchampion-py/lists"}