todo-utils


Nametodo-utils JSON
Version 0.1.1 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_time2025-02-08 23:51:33
maintainerNone
docs_urlNone
authorJaideep Sundaram
requires_python>=3.6
licenseNone
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:

- todo-pre-commit-scan
- todo-update-todo-md
- todo-scan-codebase


For the todo-pre-commit-scan, add the following to your `.pre-commit-config.yaml`:

.. code-block:: yaml

  repos:
    - repo: local
      hooks:
        - id: todo-pre-commit-scan
          name: Check for TODOs with username
          entry: todo-pre-commit-scan
          language: system
          types: [text, python]


=======
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": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "todo_utils",
    "author": "Jaideep Sundaram",
    "author_email": "jai.python3@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b9/6c/4ae52e7693ed78f1222ec64e41663dc04b09580716d93f247308d9c9af45/todo_utils-0.1.1.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- todo-pre-commit-scan\n- todo-update-todo-md\n- todo-scan-codebase\n\n\nFor the todo-pre-commit-scan, add the following to your `.pre-commit-config.yaml`:\n\n.. code-block:: yaml\n\n  repos:\n    - repo: local\n      hooks:\n        - id: todo-pre-commit-scan\n          name: Check for TODOs with username\n          entry: todo-pre-commit-scan\n          language: system\n          types: [text, python]\n\n\n=======\nHistory\n=======\n\n0.1.0 (2024-02-23)\n------------------\n\n* First release on PyPI.\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Convenient tool for scanning entire codebase to find TODO and FIXME comments and then updating the TODO.md.",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/jai-python3/todo-utils"
    },
    "split_keywords": [
        "todo_utils"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9617a66022f895683ecfdbb7e5c522004d862b56b8bf1175ee903568e244ab5f",
                "md5": "ef8ad8280372bd7b9b7dff1d0a65546f",
                "sha256": "a7e809ddb699a06088e6ed66f410bb6a028b5e4fd99c5710c2c4074e674a3fa9"
            },
            "downloads": -1,
            "filename": "todo_utils-0.1.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ef8ad8280372bd7b9b7dff1d0a65546f",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.6",
            "size": 12990,
            "upload_time": "2025-02-08T23:51:31",
            "upload_time_iso_8601": "2025-02-08T23:51:31.671770Z",
            "url": "https://files.pythonhosted.org/packages/96/17/a66022f895683ecfdbb7e5c522004d862b56b8bf1175ee903568e244ab5f/todo_utils-0.1.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b96c4ae52e7693ed78f1222ec64e41663dc04b09580716d93f247308d9c9af45",
                "md5": "d0a42edb2ea6e14af7ed6599eb61f2aa",
                "sha256": "bcee616566edec720acecf6916affb21ff55d1a8f6849818b78de8e8554273ba"
            },
            "downloads": -1,
            "filename": "todo_utils-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d0a42edb2ea6e14af7ed6599eb61f2aa",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 15574,
            "upload_time": "2025-02-08T23:51:33",
            "upload_time_iso_8601": "2025-02-08T23:51:33.528946Z",
            "url": "https://files.pythonhosted.org/packages/b9/6c/4ae52e7693ed78f1222ec64e41663dc04b09580716d93f247308d9c9af45/todo_utils-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-08 23:51:33",
    "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: 1.08639s