{ "info": { "author": "Adam Coddington", "author_email": "me@adamcoddington.net", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "Taskwarrior Blocks Capsule\n==========================\n\nWhen defining tasks in taskwarrior, you currently have only one option--\nannotating which tasks a given task depends upon using the ``depends:``\nargument. This capsule adds a new argument -- ``blocks:`` which you can\nuse for creating task dependencies from the opposite side.\n\nInstallation\n------------\n\n1. Make sure you have `Taskwarrior-Capsules `_ installed.\n2. Install this library::\n\n pip install taskwarrior-blocks-capsule\n\n3. That's all!\n\nUse\n---\n\nCreate a task that blocks another by using the ``blocks:`` argument\nwith comma-separated list of task UUIDs or IDs; imagine that you have\na task with an ID of ``25`` for which you'd like to create a dependent\ntask::\n\n tw add \"Make sure to apply peanut butter to bread\" blocks:25\n\nThe above command will cause two commands to be executed behind the\nscenes::\n\n task add \"Make sure to apply peanut butter to bread\"\n # let's pretend that this is created as task #26\n\n task 25 modify depends:26\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/coddingtonbear/taskwarrior-blocks-capsule", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "taskwarrior-blocks-capsule", "package_url": "https://pypi.org/project/taskwarrior-blocks-capsule/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/taskwarrior-blocks-capsule/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/coddingtonbear/taskwarrior-blocks-capsule" }, "release_url": "https://pypi.org/project/taskwarrior-blocks-capsule/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Allows you to create tasks using 'blocks:' in addition to the built-in 'depends:' arguments.", "version": "0.1.1" }, "last_serial": 1452965, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "fafce99cc337610a3b22b7dc768cbceb", "sha256": "4143f8ceb8203143259cc1ef70cc4f67f410707deed5318862b32979fb3582fa" }, "downloads": -1, "filename": "taskwarrior-blocks-capsule-0.1.tar.gz", "has_sig": false, "md5_digest": "fafce99cc337610a3b22b7dc768cbceb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2797, "upload_time": "2015-03-08T11:03:37", "url": "https://files.pythonhosted.org/packages/ca/5f/081df4a66ccf58326e833c3c36581c57a69545b53f77056070ddbe90127c/taskwarrior-blocks-capsule-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "f88cc8891c405cbed3a6f4307275d8ff", "sha256": "f99dac04fba71542bbddf9d94e45c021278a8bcc80563c2e3f5cc82babdf0cc5" }, "downloads": -1, "filename": "taskwarrior-blocks-capsule-0.1.1.tar.gz", "has_sig": false, "md5_digest": "f88cc8891c405cbed3a6f4307275d8ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2952, "upload_time": "2015-03-08T11:48:22", "url": "https://files.pythonhosted.org/packages/82/f3/082de063ba2cbc52a009a9d3b7be1a286a90cccb662eee663168b7817076/taskwarrior-blocks-capsule-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f88cc8891c405cbed3a6f4307275d8ff", "sha256": "f99dac04fba71542bbddf9d94e45c021278a8bcc80563c2e3f5cc82babdf0cc5" }, "downloads": -1, "filename": "taskwarrior-blocks-capsule-0.1.1.tar.gz", "has_sig": false, "md5_digest": "f88cc8891c405cbed3a6f4307275d8ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2952, "upload_time": "2015-03-08T11:48:22", "url": "https://files.pythonhosted.org/packages/82/f3/082de063ba2cbc52a009a9d3b7be1a286a90cccb662eee663168b7817076/taskwarrior-blocks-capsule-0.1.1.tar.gz" } ] }