jtimer


Namejtimer JSON
Version 0.1.5 PyPI version JSON
download
home_page
SummaryJohn's Timer - desktop app for tracking time
upload_time2023-07-12 14:49:13
maintainerJohn Watson
docs_urlNone
authorJohn Watson
requires_python>=3.10.6,<4.0.0
licenseGNU GENERAL PUBLIC LICENSE V3
keywords productivity
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Timer App

DEVELOPMENT IN PROGRESS

Dissatisfied with the selection of timer applications available in linux, I built my own.  It maintains a simple local db in /tmp

The application is fairly simple:
* user can specify a list of different timers.
* timers can be renamed.
* timers can be started / stopped concurrently.
* on startup the timers will resume the count from the last start.
* timers should not cross over days. automatic stop times at 23:59:59 for forgotten timers.
* daily statistics view



## Installation
```bash
pip install jtimer  # not timer
```

## Usage
```bash
jtimer
```

## Planned Future developments

* timer linked triggers
* timer event view
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "jtimer",
    "maintainer": "John Watson",
    "docs_url": null,
    "requires_python": ">=3.10.6,<4.0.0",
    "maintainer_email": "jmwdev@pm.me",
    "keywords": "productivity",
    "author": "John Watson",
    "author_email": "jmwdev@pm.me",
    "download_url": "https://files.pythonhosted.org/packages/64/ae/a02d9dae67bcfe091c9bad58133ff1d0def1374f0ac77563609eea008959/jtimer-0.1.5.tar.gz",
    "platform": null,
    "description": "# Timer App\n\nDEVELOPMENT IN PROGRESS\n\nDissatisfied with the selection of timer applications available in linux, I built my own.  It maintains a simple local db in /tmp\n\nThe application is fairly simple:\n* user can specify a list of different timers.\n* timers can be renamed.\n* timers can be started / stopped concurrently.\n* on startup the timers will resume the count from the last start.\n* timers should not cross over days. automatic stop times at 23:59:59 for forgotten timers.\n* daily statistics view\n\n\n\n## Installation\n```bash\npip install jtimer  # not timer\n```\n\n## Usage\n```bash\njtimer\n```\n\n## Planned Future developments\n\n* timer linked triggers\n* timer event view",
    "bugtrack_url": null,
    "license": "GNU GENERAL PUBLIC LICENSE V3",
    "summary": "John's Timer - desktop app for tracking time",
    "version": "0.1.5",
    "project_urls": null,
    "split_keywords": [
        "productivity"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "86f1e5bd8c22ade572c1413376c943a8d76df7e7f29e8b566bb0f0094bf7baf6",
                "md5": "145c1df4ad25af5ded7b8f30324a4c25",
                "sha256": "0523b8a9a0c0b8832556e5217e1f749a316c0802bf2dae9806fb3a649f705ec9"
            },
            "downloads": -1,
            "filename": "jtimer-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "145c1df4ad25af5ded7b8f30324a4c25",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10.6,<4.0.0",
            "size": 9694,
            "upload_time": "2023-07-12T14:49:11",
            "upload_time_iso_8601": "2023-07-12T14:49:11.911952Z",
            "url": "https://files.pythonhosted.org/packages/86/f1/e5bd8c22ade572c1413376c943a8d76df7e7f29e8b566bb0f0094bf7baf6/jtimer-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "64aea02d9dae67bcfe091c9bad58133ff1d0def1374f0ac77563609eea008959",
                "md5": "114d1bb5ba18d39857c2d26e749e42b1",
                "sha256": "5bdf608b6914c938dc7893374a2fa639ee38df04ef781e2cc13f13c43262f333"
            },
            "downloads": -1,
            "filename": "jtimer-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "114d1bb5ba18d39857c2d26e749e42b1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10.6,<4.0.0",
            "size": 394354,
            "upload_time": "2023-07-12T14:49:13",
            "upload_time_iso_8601": "2023-07-12T14:49:13.975448Z",
            "url": "https://files.pythonhosted.org/packages/64/ae/a02d9dae67bcfe091c9bad58133ff1d0def1374f0ac77563609eea008959/jtimer-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-12 14:49:13",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "jtimer"
}
        
Elapsed time: 0.10891s