eltime


Nameeltime JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/mgrechukh/eltime
SummaryThe simplest possible time tracker
upload_time2023-02-05 22:27:19
maintainer
docs_urlNone
authorMykola Grechukh-Lezhnov
requires_python>=3.6
licenseGPL-3.0-or-later
keywords time tracking productivity time tracking
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            The simplest possible time tracker:

- press Enter on window or mouse click Play button to start session

- press Enter or mouse click Stop button to end session

Optionally task description may be entered. Autocompletion will make suggestions from previous task.

To see stats for the last two days, press Ctrl-H

---
Note 1:

Intentionally time duration is combined all over the each single hour for each task name, then total amount rounded up to 10min.

E.g.:
- three sessions by 1 min each calculates as 10min
- two sessions by 7 min each and one 1min calculates as 20min

---
Note 2: 

Hour activity ended is one that counts.

E.g.:

- session started 17:57 ended 18:51

In report you'll have "18h - 10min"
---

To quit, press Ctrl-Q

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mgrechukh/eltime",
    "name": "eltime",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "time,tracking,productivity,time tracking",
    "author": "Mykola Grechukh-Lezhnov",
    "author_email": "nick.grechukh@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/02/52/91dad0b60a01a8807031539b39679e8bf7985899627cb45d580710487ee4/eltime-0.1.0.tar.gz",
    "platform": null,
    "description": "The simplest possible time tracker:\n\n- press Enter on window or mouse click Play button to start session\n\n- press Enter or mouse click Stop button to end session\n\nOptionally task description may be entered. Autocompletion will make suggestions from previous task.\n\nTo see stats for the last two days, press Ctrl-H\n\n---\nNote 1:\n\nIntentionally time duration is combined all over the each single hour for each task name, then total amount rounded up to 10min.\n\nE.g.:\n- three sessions by 1 min each calculates as 10min\n- two sessions by 7 min each and one 1min calculates as 20min\n\n---\nNote 2: \n\nHour activity ended is one that counts.\n\nE.g.:\n\n- session started 17:57 ended 18:51\n\nIn report you'll have \"18h - 10min\"\n---\n\nTo quit, press Ctrl-Q\n",
    "bugtrack_url": null,
    "license": "GPL-3.0-or-later",
    "summary": "The simplest possible time tracker",
    "version": "0.1.0",
    "split_keywords": [
        "time",
        "tracking",
        "productivity",
        "time tracking"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3a8856f061655ab0f0d8cfe296209108bbbef38ade08872428f92362ab21d18c",
                "md5": "68f341f11cfca7dcde1962cac9cbc64c",
                "sha256": "12db7fd407182c4ca10607c2a75e0a44ceace6236f6251dc9d1240ae7cbb2d9e"
            },
            "downloads": -1,
            "filename": "eltime-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "68f341f11cfca7dcde1962cac9cbc64c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 18037,
            "upload_time": "2023-02-05T22:27:17",
            "upload_time_iso_8601": "2023-02-05T22:27:17.118822Z",
            "url": "https://files.pythonhosted.org/packages/3a/88/56f061655ab0f0d8cfe296209108bbbef38ade08872428f92362ab21d18c/eltime-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "025291dad0b60a01a8807031539b39679e8bf7985899627cb45d580710487ee4",
                "md5": "f2ffd65105e487da0e7620aebb1559ae",
                "sha256": "b8aa34387bde674d6eb1f2fba44f3915aeeb1847e2077261bbc100a419e1afff"
            },
            "downloads": -1,
            "filename": "eltime-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f2ffd65105e487da0e7620aebb1559ae",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 17191,
            "upload_time": "2023-02-05T22:27:19",
            "upload_time_iso_8601": "2023-02-05T22:27:19.077959Z",
            "url": "https://files.pythonhosted.org/packages/02/52/91dad0b60a01a8807031539b39679e8bf7985899627cb45d580710487ee4/eltime-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-05 22:27:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "mgrechukh",
    "github_project": "eltime",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "eltime"
}
        
Elapsed time: 0.04072s