tiny-todo


Nametiny-todo JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummarySimple to-do list application
upload_time2024-03-23 11:18:45
maintainerNone
docs_urlNone
authorNone
requires_python>=3.6
licenseMIT License Copyright (c) 2022 n4n5 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 todolist tiny_todo to_do list
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # todo

A simple TODO list cmd

This script create and manage your todo list. The list is saved in your home directory as `.todolist`

## Installation

```bash
python -m pip install tiny_todo
```

## Usage

``` bash
# show the list
python -m tiny_todo

# add an item
python -m tiny_todo add

# delete an item
python -m tiny_todo del
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "tiny-todo",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "todo, todolist, tiny_todo, to_do, list",
    "author": null,
    "author_email": "n4n5 <its.just.n4n5@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/7a/d6/0c0d41ecdc10fc2cad9eeac6a387262fa1bbd0ddd13ebdac2f6d3c263a88/tiny_todo-1.0.0.tar.gz",
    "platform": null,
    "description": "# todo\n\nA simple TODO list cmd\n\nThis script create and manage your todo list. The list is saved in your home directory as `.todolist`\n\n## Installation\n\n```bash\npython -m pip install tiny_todo\n```\n\n## Usage\n\n``` bash\n# show the list\npython -m tiny_todo\n\n# add an item\npython -m tiny_todo add\n\n# delete an item\npython -m tiny_todo del\n```\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2022 n4n5  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": "Simple to-do list application",
    "version": "1.0.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/its-just-nans/to_do/issues",
        "Homepage": "https://github.com/its-just-nans/to_do"
    },
    "split_keywords": [
        "todo",
        " todolist",
        " tiny_todo",
        " to_do",
        " list"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c9ffec0980ee2dadf7db94922a21dadb0ed8fdfc59f3c42fcdad46d326dc4bcd",
                "md5": "de0eef3129ae6c8e208065e0754167dc",
                "sha256": "6ce36624a973dd741ba1c525ee18cfda368cf69258395c36884f990ae70a6bf5"
            },
            "downloads": -1,
            "filename": "tiny_todo-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "de0eef3129ae6c8e208065e0754167dc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 4352,
            "upload_time": "2024-03-23T11:18:44",
            "upload_time_iso_8601": "2024-03-23T11:18:44.207266Z",
            "url": "https://files.pythonhosted.org/packages/c9/ff/ec0980ee2dadf7db94922a21dadb0ed8fdfc59f3c42fcdad46d326dc4bcd/tiny_todo-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ad60c0d41ecdc10fc2cad9eeac6a387262fa1bbd0ddd13ebdac2f6d3c263a88",
                "md5": "003e43e423408919dcc51c4ccbb66484",
                "sha256": "6f36635392dcbc69aa00000c012ae5713d50b338caddff46fe70c0d6c156587f"
            },
            "downloads": -1,
            "filename": "tiny_todo-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "003e43e423408919dcc51c4ccbb66484",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3258,
            "upload_time": "2024-03-23T11:18:45",
            "upload_time_iso_8601": "2024-03-23T11:18:45.949422Z",
            "url": "https://files.pythonhosted.org/packages/7a/d6/0c0d41ecdc10fc2cad9eeac6a387262fa1bbd0ddd13ebdac2f6d3c263a88/tiny_todo-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-23 11:18:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "its-just-nans",
    "github_project": "to_do",
    "github_not_found": true,
    "lcname": "tiny-todo"
}
        
Elapsed time: 0.30102s