todo-parser


Nametodo-parser JSON
Version 0.0.0 PyPI version JSON
download
home_pageNone
SummaryCreating task lists from comments starting with todo in python scripts
upload_time2024-12-08 23:34:36
maintainerNone
docs_urlNone
authorNone
requires_python>=3.6
licenseMIT License Copyright (c) 2024 ajcecil Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords todo-list task todo
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # todo-parser
 Generate Task Lists in csv format from comments starting with TODO


 ## Installation

```bash
pip install todo-parser
```

## Function Usage

```python
print("Hello")

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "todo-parser",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "Alex Cecil <ajcecil@iastate.edu>",
    "keywords": "TODO-List, Task, TODO",
    "author": null,
    "author_email": "Alex Cecil <ajcecil@iastate.edu>",
    "download_url": "https://files.pythonhosted.org/packages/4f/b9/4b678c6443b4ffd3eddd4e21092bd8052e4716f47aa060b6dd8f608ad892/todo_parser-0.0.0.tar.gz",
    "platform": null,
    "description": "# todo-parser\n Generate Task Lists in csv format from comments starting with TODO\n\n\n ## Installation\n\n```bash\npip install todo-parser\n```\n\n## Function Usage\n\n```python\nprint(\"Hello\")\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 ajcecil  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Creating task lists from comments starting with todo in python scripts",
    "version": "0.0.0",
    "project_urls": {
        "Repository": "https://github.com/ajcecil/todo-parser.git"
    },
    "split_keywords": [
        "todo-list",
        " task",
        " todo"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1777607a6b7cf0b6650c1de73428d86ab63786621abe701c1b69ca16ec2dcda5",
                "md5": "79431c58b3c1d286d92549b5c9878f3d",
                "sha256": "37b1f0004e6d5b79dff3fa1169bb678d09da26f6b886f8599c2b48af5d00dcc1"
            },
            "downloads": -1,
            "filename": "todo_parser-0.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "79431c58b3c1d286d92549b5c9878f3d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2784,
            "upload_time": "2024-12-08T23:34:35",
            "upload_time_iso_8601": "2024-12-08T23:34:35.165545Z",
            "url": "https://files.pythonhosted.org/packages/17/77/607a6b7cf0b6650c1de73428d86ab63786621abe701c1b69ca16ec2dcda5/todo_parser-0.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4fb94b678c6443b4ffd3eddd4e21092bd8052e4716f47aa060b6dd8f608ad892",
                "md5": "a1342517210de35a0867fc8891aac90f",
                "sha256": "9eed788ebc00c9cc4724b49a5e14b1dd1163d10aab5ae9a8eec1add6558ce429"
            },
            "downloads": -1,
            "filename": "todo_parser-0.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a1342517210de35a0867fc8891aac90f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2070,
            "upload_time": "2024-12-08T23:34:36",
            "upload_time_iso_8601": "2024-12-08T23:34:36.994673Z",
            "url": "https://files.pythonhosted.org/packages/4f/b9/4b678c6443b4ffd3eddd4e21092bd8052e4716f47aa060b6dd8f608ad892/todo_parser-0.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-08 23:34:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ajcecil",
    "github_project": "todo-parser",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "todo-parser"
}
        
Elapsed time: 2.16738s