{ "info": { "author": "Guillaume Ardaud", "author_email": "gardaud@acm.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Utilities" ], "description": "A basic Python command line time tracker, inspired by a post on Hacker News by James Britt (https://news.ycombinator.com/item?id=6897425).\n\n#Basics\n\nTo install:\n\n`pip install timetracker`\n\nTo run:\n\n`timetracker`\n\nIt's recommended that you alias it to `@`, for easier use:\n\n`alias @=timetracker`\n\n#Using timetracker\n\nJust invoke timetracker followed with a string of whatever you're working on:\n\n`@ repaired the flux capacitor`\n\nIf invoked without arguments, it will prompt you to type a note.\n\ntimetracker will save your note, timestamped, into a .log file stored as follows:\n\n`$ROOT/YYYY/MM/dd.log`\n\nBy default, $ROOT will be a `timetracker` directory in your home folder.\nYou can change that by editing the config file `~/.config/timetracker/timetracker.conf`; it look as follows:\n\n````\nroot = '~/location/to/other/folder'\ntime_format = '%H:%M'\n`````\n\n`root` is where the logs will be stored; `time_format` indicates how dates will be structured in the log files.\n\n#Tips\n\nYou can integrate it in your workflow in a nice way; for example, by writing a script that will invoke it every hour, or every time you do a `git commit`, etc.\nA good way to not forget about it is to have your terminal greeting remind you to use it!\n\nThe program is fairly smart with appending to existing files etc., so you can configure it to write to your Dropbox folder (or whatever other data backup system you use) - in that way, you can keep track of your notes across computers :)\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/gardaud/timetracker", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "timetracker", "package_url": "https://pypi.org/project/timetracker/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/timetracker/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/gardaud/timetracker" }, "release_url": "https://pypi.org/project/timetracker/0.1/", "requires_dist": null, "requires_python": null, "summary": "A minimalistic timetracker.", "version": "0.1" }, "last_serial": 943512, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "a31091d3757049198e593d2c316db3b7", "sha256": "b2a23d0259e2aab0a6cc5511cc1b9f99699c9e5ecbfe96d36ea9c36285350475" }, "downloads": -1, "filename": "timetracker-0.1.tar.gz", "has_sig": false, "md5_digest": "a31091d3757049198e593d2c316db3b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2283, "upload_time": "2013-12-13T03:58:44", "url": "https://files.pythonhosted.org/packages/d1/3d/9ffbadef1a6e7a0c81226d9a1e0efa3eafdad90f5051a83d19777965e583/timetracker-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a31091d3757049198e593d2c316db3b7", "sha256": "b2a23d0259e2aab0a6cc5511cc1b9f99699c9e5ecbfe96d36ea9c36285350475" }, "downloads": -1, "filename": "timetracker-0.1.tar.gz", "has_sig": false, "md5_digest": "a31091d3757049198e593d2c316db3b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2283, "upload_time": "2013-12-13T03:58:44", "url": "https://files.pythonhosted.org/packages/d1/3d/9ffbadef1a6e7a0c81226d9a1e0efa3eafdad90f5051a83d19777965e583/timetracker-0.1.tar.gz" } ] }