{"id":20027573,"url":"https://github.com/gothenburgbitfactory/tasklib","last_synced_at":"2026-04-01T19:18:21.742Z","repository":{"id":7655075,"uuid":"9016139","full_name":"GothenburgBitFactory/tasklib","owner":"GothenburgBitFactory","description":"A Python library for interacting with taskwarrior databases.","archived":false,"fork":false,"pushed_at":"2024-07-28T00:26:00.000Z","size":401,"stargazers_count":151,"open_issues_count":36,"forks_count":28,"subscribers_count":9,"default_branch":"develop","last_synced_at":"2025-03-29T11:11:15.710Z","etag":null,"topics":["taskwarrior2"],"latest_commit_sha":null,"homepage":"http://tasklib.readthedocs.org/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GothenburgBitFactory.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-03-25T21:13:53.000Z","updated_at":"2025-03-28T14:19:41.000Z","dependencies_parsed_at":"2024-06-18T21:30:42.157Z","dependency_job_id":"a8f87586-ba04-4d88-a950-dc034b83a194","html_url":"https://github.com/GothenburgBitFactory/tasklib","commit_stats":{"total_commits":452,"total_committers":17,"mean_commits":26.58823529411765,"dds":0.3738938053097345,"last_synced_commit":"793a86d2432d93425e36a6384db1f563be07018c"},"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GothenburgBitFactory%2Ftasklib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GothenburgBitFactory%2Ftasklib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GothenburgBitFactory%2Ftasklib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GothenburgBitFactory%2Ftasklib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GothenburgBitFactory","download_url":"https://codeload.github.com/GothenburgBitFactory/tasklib/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247332609,"owners_count":20921853,"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","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":["taskwarrior2"],"created_at":"2024-11-13T09:10:51.405Z","updated_at":"2025-12-17T07:25:54.163Z","avatar_url":"https://github.com/GothenburgBitFactory.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"tasklib\n=======\n\n.. image:: https://travis-ci.org/robgolding/tasklib.png?branch=develop\n    :target: http://travis-ci.org/robgolding/tasklib\n\n.. image:: https://coveralls.io/repos/robgolding/tasklib/badge.png?branch=develop\n    :target: https://coveralls.io/r/robgolding/tasklib?branch=develop\n\ntasklib is a Python library for interacting with taskwarrior_ databases, using\na queryset API similar to that of Django's ORM.\n\nRequirements\n------------\n\n* Python 3.5 or above\n* taskwarrior_ v2.4.x or above.\n\nOlder versions of taskwarrior are untested and may not work.\n\nInstallation\n------------\n\nInstall via pip::\n\n    pip install tasklib\n\nUsage\n-----\n\ntasklib has a similar API to that of Django's ORM::\n\n    \u003e\u003e\u003e from tasklib import TaskWarrior\n\n    \u003e\u003e\u003e tw = TaskWarrior('~/.task')\n    \u003e\u003e\u003e tasks = tw.tasks.pending()\n    \u003e\u003e\u003e tasks\n    ['Tidy the house', 'Learn German']\n    \u003e\u003e\u003e tasks.filter(tags__contain='chores')\n    ['Tidy the house']\n    \u003e\u003e\u003e type(tasks[0])\n    \u003cclass 'tasklib.task.Task'\u003e\n    \u003e\u003e\u003e tasks[0].done()\n    \u003e\u003e\u003e tasks = tw.tasks.pending()\n    \u003e\u003e\u003e tasks\n    ['Learn German']\n    \u003e\u003e\u003e tasks[0]['tags'] = ['languages']\n    \u003e\u003e\u003e tasks[0].save()\n\nFor more advanced usage, see the documentation_.\n\n.. _taskwarrior: http://taskwarrior.org\n.. _documentation: http://tasklib.readthedocs.org/en/latest/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgothenburgbitfactory%2Ftasklib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgothenburgbitfactory%2Ftasklib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgothenburgbitfactory%2Ftasklib/lists"}