todo-utils


Nametodo-utils JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/jai-python3/todo-utils
SummaryConvenient tool for scanning entire codebase to find TODO and FIXME comments and then updating the TODO.md.
upload_time2024-02-23 14:55:13
maintainer
docs_urlNone
authorJaideep Sundaram
requires_python>=3.6
license
keywords todo_utils
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==========
TODO Utils
==========

Convenient tool for scanning entire codebase to find TODO and FIXME comments and then updating the TODO.md.


Console Scripts
---------------

The following exported console scripts are available:

- scan-codebase
- update-todo-md

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2024-02-23)
------------------

* First release on PyPI.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jai-python3/todo-utils",
    "name": "todo-utils",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "todo_utils",
    "author": "Jaideep Sundaram",
    "author_email": "jai.python3@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a5/13/3d080d4eb2749aee4f23e0b33740d6e1c8b72f937f849fa0379bcd1e332d/todo_utils-0.1.0.tar.gz",
    "platform": null,
    "description": "==========\nTODO Utils\n==========\n\nConvenient tool for scanning entire codebase to find TODO and FIXME comments and then updating the TODO.md.\n\n\nConsole Scripts\n---------------\n\nThe following exported console scripts are available:\n\n- scan-codebase\n- update-todo-md\n\nCredits\n-------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n\n=======\nHistory\n=======\n\n0.1.0 (2024-02-23)\n------------------\n\n* First release on PyPI.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Convenient tool for scanning entire codebase to find TODO and FIXME comments and then updating the TODO.md.",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/jai-python3/todo-utils"
    },
    "split_keywords": [
        "todo_utils"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d42f40892a3da72e0652b556b467401851316a9c2edb3548b4639ec9e9e10d1c",
                "md5": "703945421e442986da1859cabddfe86b",
                "sha256": "c42c1cbb0ded792459da3a479c36d42c0b5078bda50cb33ddb10ba2a517d41ae"
            },
            "downloads": -1,
            "filename": "todo_utils-0.1.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "703945421e442986da1859cabddfe86b",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.6",
            "size": 12269,
            "upload_time": "2024-02-23T14:55:11",
            "upload_time_iso_8601": "2024-02-23T14:55:11.151458Z",
            "url": "https://files.pythonhosted.org/packages/d4/2f/40892a3da72e0652b556b467401851316a9c2edb3548b4639ec9e9e10d1c/todo_utils-0.1.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a5133d080d4eb2749aee4f23e0b33740d6e1c8b72f937f849fa0379bcd1e332d",
                "md5": "717841092344243fd63a27e1ffbed92e",
                "sha256": "73c0b733fa91bf14ef3bc37b4e1225c80327a5b387177590d75b2b5e1f681674"
            },
            "downloads": -1,
            "filename": "todo_utils-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "717841092344243fd63a27e1ffbed92e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 15114,
            "upload_time": "2024-02-23T14:55:13",
            "upload_time_iso_8601": "2024-02-23T14:55:13.826213Z",
            "url": "https://files.pythonhosted.org/packages/a5/13/3d080d4eb2749aee4f23e0b33740d6e1c8b72f937f849fa0379bcd1e332d/todo_utils-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-23 14:55:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jai-python3",
    "github_project": "todo-utils",
    "github_not_found": true,
    "lcname": "todo-utils"
}
        
Elapsed time: 0.26921s