pomodorotk


Namepomodorotk JSON
Version 0.1.1 PyPI version JSON
download
home_page
Summary
upload_time2023-09-11 16:11:23
maintainer
docs_urlNone
authorFernando López
requires_python>=3.11,<4.0
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            PomodoroTk
==========

Timer for pomodoro technique with GUI written in tkinter.


Install with pipx or pip
-------------------------

```
pipx install pomodorotk
```

or with pip:

```
pip install pomodorotk
```

### Run

```
pomodoro
```

Build single file executable
----------------------------

Install [PyEmpaq](https://pyempaq.readthedocs.io/)

```
# move to the directory containing this repo
cd ..

# build
pyempaq pomodoro
```

Run with:

```
python pomodorotk.pyz
```


Develop
-------

Clone this repo and install dependencies with Poetry:

```
poetry install
```

## Run in development mode

```
poetry run pomodoro
```
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pomodorotk",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11,<4.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "Fernando L\u00f3pez",
    "author_email": "fernando.e.lopez@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/62/13/43bd415cebca7267e07a32a6794a16432c8c5a071206544907502a402713/pomodorotk-0.1.1.tar.gz",
    "platform": null,
    "description": "PomodoroTk\n==========\n\nTimer for pomodoro technique with GUI written in tkinter.\n\n\nInstall with pipx or pip\n-------------------------\n\n```\npipx install pomodorotk\n```\n\nor with pip:\n\n```\npip install pomodorotk\n```\n\n### Run\n\n```\npomodoro\n```\n\nBuild single file executable\n----------------------------\n\nInstall [PyEmpaq](https://pyempaq.readthedocs.io/)\n\n```\n# move to the directory containing this repo\ncd ..\n\n# build\npyempaq pomodoro\n```\n\nRun with:\n\n```\npython pomodorotk.pyz\n```\n\n\nDevelop\n-------\n\nClone this repo and install dependencies with Poetry:\n\n```\npoetry install\n```\n\n## Run in development mode\n\n```\npoetry run pomodoro\n```",
    "bugtrack_url": null,
    "license": "",
    "summary": "",
    "version": "0.1.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a3525be46f8328ecadbaea52d5b685d647b0fa978f175aea6e5734c6fa21606b",
                "md5": "6308c077372b81e238e4d5331a8a136f",
                "sha256": "db1d4636ee45ac542ff74009e020b0233e8cbdf21b87d39c09f18d3765c5b839"
            },
            "downloads": -1,
            "filename": "pomodorotk-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6308c077372b81e238e4d5331a8a136f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11,<4.0",
            "size": 64129,
            "upload_time": "2023-09-11T16:11:21",
            "upload_time_iso_8601": "2023-09-11T16:11:21.566926Z",
            "url": "https://files.pythonhosted.org/packages/a3/52/5be46f8328ecadbaea52d5b685d647b0fa978f175aea6e5734c6fa21606b/pomodorotk-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "621343bd415cebca7267e07a32a6794a16432c8c5a071206544907502a402713",
                "md5": "90c5ffac837df8dbd6da8a6bb49a0854",
                "sha256": "c48b8900a190a63d9853f928ca87cf56afe119a3b6f41c83f47b3c0dc61de0a9"
            },
            "downloads": -1,
            "filename": "pomodorotk-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "90c5ffac837df8dbd6da8a6bb49a0854",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11,<4.0",
            "size": 61940,
            "upload_time": "2023-09-11T16:11:23",
            "upload_time_iso_8601": "2023-09-11T16:11:23.304410Z",
            "url": "https://files.pythonhosted.org/packages/62/13/43bd415cebca7267e07a32a6794a16432c8c5a071206544907502a402713/pomodorotk-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-11 16:11:23",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pomodorotk"
}
        
Elapsed time: 1.56534s