pycmd-todo


Namepycmd-todo JSON
Version 0.1.3 PyPI version JSON
download
home_pagehttps://github.com/aadlinux358/pycmd-todo
SummaryCommand line todo application.
upload_time2024-12-03 20:07:12
maintainerAbel Alazar Dirar
docs_urlNone
authorAbel Alazar Dirar
requires_python<4.0,>=3.12
licenseMIT
keywords todo cmd
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Welcome to pycmd-todo

A [Textual](https://github.com/Textualize/textual) framework based todo application.

## Installation

You can install pycmd-todo via PyPI, with the following command:

```
pip install pycmd-todo
```

then you can run it by the follwoing command:
```
pytodo
```
### Default user

After running pytodo, pycmd-todo will initialize (if it is running for the first time)
and create a default user with username *aad* and password *admin*.
You will need these credentials to login for the first time. You can change it latter - of course.


### Database location
pycmd-todo will create a directory (*~/.pytodo*) in user home directory and will place
the database (*~/.pytodo/todo_db.sqlite*) file there. Removing the directory or the
database will result in data loss and reinitialization of the database.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/aadlinux358/pycmd-todo",
    "name": "pycmd-todo",
    "maintainer": "Abel Alazar Dirar",
    "docs_url": null,
    "requires_python": "<4.0,>=3.12",
    "maintainer_email": "aadlinux358@gmail.com",
    "keywords": "todo, cmd",
    "author": "Abel Alazar Dirar",
    "author_email": "aadlinux358@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/38/ae/6e57bcf533ac30ffd5e146fc357f4a049d52e559a7149474e0ae68846d5d/pycmd_todo-0.1.3.tar.gz",
    "platform": null,
    "description": "# Welcome to pycmd-todo\n\nA [Textual](https://github.com/Textualize/textual) framework based todo application.\n\n## Installation\n\nYou can install pycmd-todo via PyPI, with the following command:\n\n```\npip install pycmd-todo\n```\n\nthen you can run it by the follwoing command:\n```\npytodo\n```\n### Default user\n\nAfter running pytodo, pycmd-todo will initialize (if it is running for the first time)\nand create a default user with username *aad* and password *admin*.\nYou will need these credentials to login for the first time. You can change it latter - of course.\n\n\n### Database location\npycmd-todo will create a directory (*~/.pytodo*) in user home directory and will place\nthe database (*~/.pytodo/todo_db.sqlite*) file there. Removing the directory or the\ndatabase will result in data loss and reinitialization of the database.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Command line todo application.",
    "version": "0.1.3",
    "project_urls": {
        "Documentation": "https://github.com/aadlinux358/pycmd-todo",
        "Homepage": "https://github.com/aadlinux358/pycmd-todo",
        "Repository": "https://github.com/aadlinux358/pycmd-todo.git"
    },
    "split_keywords": [
        "todo",
        " cmd"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "884e797b273620492fa93fe1cf6a7a67a8b82e4654278636bd5e24c14b6495a1",
                "md5": "183cf812943e4468a23ab05e362d90d3",
                "sha256": "b5cbbea348b55d2d99c10b872b3b30368b30e85cd118ac70516cb102d788c607"
            },
            "downloads": -1,
            "filename": "pycmd_todo-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "183cf812943e4468a23ab05e362d90d3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.12",
            "size": 17141,
            "upload_time": "2024-12-03T20:07:09",
            "upload_time_iso_8601": "2024-12-03T20:07:09.954750Z",
            "url": "https://files.pythonhosted.org/packages/88/4e/797b273620492fa93fe1cf6a7a67a8b82e4654278636bd5e24c14b6495a1/pycmd_todo-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "38ae6e57bcf533ac30ffd5e146fc357f4a049d52e559a7149474e0ae68846d5d",
                "md5": "a32ce4698dee5fc6f5d66e2c04973048",
                "sha256": "56aa62e1182d5a032a49220591c90402606198b72a7fef428a12d68041157c5d"
            },
            "downloads": -1,
            "filename": "pycmd_todo-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "a32ce4698dee5fc6f5d66e2c04973048",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.12",
            "size": 10024,
            "upload_time": "2024-12-03T20:07:12",
            "upload_time_iso_8601": "2024-12-03T20:07:12.118190Z",
            "url": "https://files.pythonhosted.org/packages/38/ae/6e57bcf533ac30ffd5e146fc357f4a049d52e559a7149474e0ae68846d5d/pycmd_todo-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-03 20:07:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "aadlinux358",
    "github_project": "pycmd-todo",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pycmd-todo"
}
        
Elapsed time: 0.40664s