pomodoro-calculator


Namepomodoro-calculator JSON
Version 1.0.4 PyPI version JSON
download
home_pagehttps://codeberg.org/Dokana/Pomodoro-Calculator
SummaryA pretty command line tool to calculate the number of Pomodori available between two points in time.
upload_time2023-08-04 11:51:11
maintainer
docs_urlNone
authorMatt Deacalion Stevens
requires_python
licenseISC
keywords pomodoro productivity timer freelance freelancing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Pomodoro Calculator

A command line tool to calculate the number of Pomodoros available between two
points in time.

![Pomodoro Calculator screenshot](https://codeberg.org/Dokana/Pomodoro-Calculator/raw/branch/trunk/screenshot.png)


## Installation

You can install the **Pomodoro Calculator** using pip:

```console
    $ pip install pomodoro-calculator
```


## Usage

Use the `get-pomodori` command from the shell to run Pomodoro Calculator:

```console
    $ get-pomodori --help
    Calculate the number of Pomodori available within a time period.

    Usage:
      get-pomodori [--pomodoro=<time>] [--from=<time>] [--break=<minutes>] [--long-break=<minutes>]
                   [--group=<pomodori>] [--interval] [--json] [--nocolour] [--amount] [--extensive-report] <end-time>
      get-pomodori (-h | --help | --version)

    Options:
      --version                   show program's version number and exit.
      -h, --help                  show this help message and exit.
      -i, --interval              specify that the end time is a time interval, not a time of day.
      -f, --from=<time>           calculate available Pomodori from this time [default: now].
      -b, --break=<minutes>       the amount of minutes between each Pomodori [default: 5].
      -l, --long-break=<minutes>  the amount of minutes between every four Pomodori [default: 15].
      -p, --pomodoro=<minutes>    the amount of minutes for every pomodoro session [default: 25].
      -g, --group=<pomodori>      the amount of pomodori before a long break [default: 4].
      -j, --json                  output the pomodori schedule in JSON format.
      -n, --nocolour              do not colourise the output.
      -a, --amount                specify that the end time is the number of pomodoros you desire to do, not the time of a day.
      -x, --extensive-report      also write total break time and total session time.
```


## Licence

Copyright © 2023 Matthew Stevens, released under the [ISC Licence](https://codeberg.org/Dokana/Pomodoro-Calculator/src/branch/trunk/LICENCE).

            

Raw data

            {
    "_id": null,
    "home_page": "https://codeberg.org/Dokana/Pomodoro-Calculator",
    "name": "pomodoro-calculator",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "pomodoro productivity timer freelance freelancing",
    "author": "Matt Deacalion Stevens",
    "author_email": "matt@dirtymonkey.co.uk",
    "download_url": "https://files.pythonhosted.org/packages/a9/12/8f884dd5584f2aeaf9db003ec60e93f392bce47942ceae6d4754feaaaf34/pomodoro-calculator-1.0.4.tar.gz",
    "platform": null,
    "description": "# Pomodoro Calculator\n\nA command line tool to calculate the number of Pomodoros available between two\npoints in time.\n\n![Pomodoro Calculator screenshot](https://codeberg.org/Dokana/Pomodoro-Calculator/raw/branch/trunk/screenshot.png)\n\n\n## Installation\n\nYou can install the **Pomodoro Calculator** using pip:\n\n```console\n    $ pip install pomodoro-calculator\n```\n\n\n## Usage\n\nUse the `get-pomodori` command from the shell to run Pomodoro Calculator:\n\n```console\n    $ get-pomodori --help\n    Calculate the number of Pomodori available within a time period.\n\n    Usage:\n      get-pomodori [--pomodoro=<time>] [--from=<time>] [--break=<minutes>] [--long-break=<minutes>]\n                   [--group=<pomodori>] [--interval] [--json] [--nocolour] [--amount] [--extensive-report] <end-time>\n      get-pomodori (-h | --help | --version)\n\n    Options:\n      --version                   show program's version number and exit.\n      -h, --help                  show this help message and exit.\n      -i, --interval              specify that the end time is a time interval, not a time of day.\n      -f, --from=<time>           calculate available Pomodori from this time [default: now].\n      -b, --break=<minutes>       the amount of minutes between each Pomodori [default: 5].\n      -l, --long-break=<minutes>  the amount of minutes between every four Pomodori [default: 15].\n      -p, --pomodoro=<minutes>    the amount of minutes for every pomodoro session [default: 25].\n      -g, --group=<pomodori>      the amount of pomodori before a long break [default: 4].\n      -j, --json                  output the pomodori schedule in JSON format.\n      -n, --nocolour              do not colourise the output.\n      -a, --amount                specify that the end time is the number of pomodoros you desire to do, not the time of a day.\n      -x, --extensive-report      also write total break time and total session time.\n```\n\n\n## Licence\n\nCopyright \u00a9 2023 Matthew Stevens, released under the [ISC Licence](https://codeberg.org/Dokana/Pomodoro-Calculator/src/branch/trunk/LICENCE).\n",
    "bugtrack_url": null,
    "license": "ISC",
    "summary": "A pretty command line tool to calculate the number of Pomodori available between two points in time.",
    "version": "1.0.4",
    "project_urls": {
        "Homepage": "https://codeberg.org/Dokana/Pomodoro-Calculator"
    },
    "split_keywords": [
        "pomodoro",
        "productivity",
        "timer",
        "freelance",
        "freelancing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b1933d6a4352337a853c1f9885c4fa8c579125e938ba9234bcaf0052eb91096c",
                "md5": "b872a4d1c0ab5b433ee181514cdaac7b",
                "sha256": "037823751b1da828f3b5d21498b5d9afeeb986ad822797d475552ed2be378691"
            },
            "downloads": -1,
            "filename": "pomodoro_calculator-1.0.4-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b872a4d1c0ab5b433ee181514cdaac7b",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 9430,
            "upload_time": "2023-08-04T11:51:09",
            "upload_time_iso_8601": "2023-08-04T11:51:09.809267Z",
            "url": "https://files.pythonhosted.org/packages/b1/93/3d6a4352337a853c1f9885c4fa8c579125e938ba9234bcaf0052eb91096c/pomodoro_calculator-1.0.4-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a9128f884dd5584f2aeaf9db003ec60e93f392bce47942ceae6d4754feaaaf34",
                "md5": "be6082d201f70e12cffbd8994395dd32",
                "sha256": "07605d3efc793859ab48e89da9fe4cb82d732e96ac5a4023422514e63fbdc40b"
            },
            "downloads": -1,
            "filename": "pomodoro-calculator-1.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "be6082d201f70e12cffbd8994395dd32",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 8904,
            "upload_time": "2023-08-04T11:51:11",
            "upload_time_iso_8601": "2023-08-04T11:51:11.511207Z",
            "url": "https://files.pythonhosted.org/packages/a9/12/8f884dd5584f2aeaf9db003ec60e93f392bce47942ceae6d4754feaaaf34/pomodoro-calculator-1.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-04 11:51:11",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": true,
    "codeberg_user": "Dokana",
    "codeberg_project": "Pomodoro-Calculator",
    "lcname": "pomodoro-calculator"
}
        
Elapsed time: 0.09726s