{ "info": { "author": "Marc Brinkmann", "author_email": "git@marcbrinkmann.de", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": "git-todo\n========\n\nA small script to manage TODO-entries inside a git repository. A personal\nproject, with sparse documentation. Try ``git-todo --help`` to get detailed\ninformation about each command.\n\n\nIntegration\n-----------\n\nWhen ``git-todo`` is found via ``$PATH``, git will find it if you run ``git\ntodo``. This is useful when using it from inside a `repl\n`_.\n\n\nExamples\n--------\n\nInitializing a new TODO list and edit entries:\n\n.. code-block:: sh\n\n git todo new\n git todo edit\n\nA valid list:\n\n.. code-block:: txt\n\n x Do dishes.\n * Cleanup apartment.\n * Achieve world domination.\n ! Call mum on her birthday.\n\nRunning ``git todo``, which is a shortcut for ``git todo list``, yields the\nfollowing (colorful) results:\n\n.. code-block:: sh\n\n git todo\n\n.. code-block:: txt\n\n ! Call mum on her birthday.\n * Cleanup apartment.\n * Achieve world domination.\n x Do dishes.\n\nNote that completed tasks (``x``) have been moved to the end and important\n(``!``) tasks to the front.\n\n\nHeadings\n~~~~~~~~\n\nHeadings can be added in a format similar to `ReStructured Text\n`_.\n\n.. code-block:: txt\n\n Chores\n ------\n x Do dishes.\n * Cleanup apartment.\n ! Call mum on her birthday.\n\n Project X\n ---------\n ! Get started.\n * Achieve world domination.\n x Dream Big.\n\n\nHistory\n~~~~~~~\n\nTODOs are kepy in a regular git branch that contains a single file:\n\n.. code-block:: sh\n\n git log --format=oneline todo\n\n.. code-block:: txt\n\n 29e941f005de2fa998939b674ed7c4be47a93649 Updated TODO\n 8330b8167b4393f07ccc0f712301f0630f470a9e Initial commit for TODO branch", "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/mbr/git-todo", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "git-todo", "package_url": "https://pypi.org/project/git-todo/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/git-todo/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/mbr/git-todo" }, "release_url": "https://pypi.org/project/git-todo/0.1/", "requires_dist": null, "requires_python": null, "summary": "Tracks issues and TODOs in a standalone branch in your repository.", "version": "0.1" }, "last_serial": 1689690, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "30db86601e6c8b51262396da76033014", "sha256": "e1ee04084e65bbad1e2737e94af8dfdad5321f98670bee7023b1ca2ca5cf9c2f" }, "downloads": -1, "filename": "git-todo-0.1.tar.gz", "has_sig": true, "md5_digest": "30db86601e6c8b51262396da76033014", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4467, "upload_time": "2015-08-23T15:33:06", "url": "https://files.pythonhosted.org/packages/91/b4/bc10bebfe2ff9d563481caa8fcef88b7c9d3eaf28093fb5faffb24a345d1/git-todo-0.1.tar.gz" } ], "0.2.dev1": [] }, "urls": [ { "comment_text": "", "digests": { "md5": "30db86601e6c8b51262396da76033014", "sha256": "e1ee04084e65bbad1e2737e94af8dfdad5321f98670bee7023b1ca2ca5cf9c2f" }, "downloads": -1, "filename": "git-todo-0.1.tar.gz", "has_sig": true, "md5_digest": "30db86601e6c8b51262396da76033014", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4467, "upload_time": "2015-08-23T15:33:06", "url": "https://files.pythonhosted.org/packages/91/b4/bc10bebfe2ff9d563481caa8fcef88b7c9d3eaf28093fb5faffb24a345d1/git-todo-0.1.tar.gz" } ] }