{ "info": { "author": "Matteo Sandrin", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": "# NYU MyTime CLI\n\nThis Python tool provides a command line interface for the NYU MyTime student employee time-tracking portal.\nIt is based on the Selenium library, which allows it to programmatically control a headless browser.\n\n## Install\n\nDownload this repository.\n\n```bash\ngit clone https://github.com/matteosandrin/nyu-mytime-cli\n```\n\nEnter the directory and install the Python package.\n\n```bash\ncd nyu-mytime-cli\npip install .\n```\n\nDownload the `chromedriver` from [http://chromedriver.chromium.org](http://chromedriver.chromium.org/) and place it in `/usr/local/bin/` (This path can be modified in the configuration file).\n\n```bash\nwget https://chromedriver.storage.googleapis.com/2.40/chromedriver_mac64.zip\nunzip chromedriver_mac64.zip\ncp ./chromedriver /usr/local/bin/\n```\n\n## Usage\n\n```bash\n# Punch into work\nnyu-mytime in \n\n# Punch out of work\nnyu-mytime out\n\n# Set a config variable\nnyu-mytime config VARIABLE\n\n# Verify configuration\nnyu-mytime config\n```\n ", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/matteosandrin/nyu-mytime-cli", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "nyumytimecli", "package_url": "https://pypi.org/project/nyumytimecli/", "platform": "", "project_url": "https://pypi.org/project/nyumytimecli/", "project_urls": { "Homepage": "https://github.com/matteosandrin/nyu-mytime-cli" }, "release_url": "https://pypi.org/project/nyumytimecli/0.0.4/", "requires_dist": null, "requires_python": "", "summary": "A command-line interface for NYU's employee time-tracking website", "version": "0.0.4" }, "last_serial": 4033032, "releases": { "0.0.3": [ { "comment_text": "", "digests": { "md5": "365e2c9d8fd4d3ab74ece424d07c324c", "sha256": "28a708bd4836586c9b0bd01eaa035aff81266e312bfdbd88afaae5221292935c" }, "downloads": -1, "filename": "nyumytimecli-0.0.3.tar.gz", "has_sig": false, "md5_digest": "365e2c9d8fd4d3ab74ece424d07c324c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11491, "upload_time": "2018-07-03T18:50:12", "url": "https://files.pythonhosted.org/packages/b5/23/b2ff9d7b551b8dd495afb2fe309aa90fea1980a0669033b253c6412315e6/nyumytimecli-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "c53380ee84b4d466f77d7a4fee098ddd", "sha256": "2fc39ada7ba300d8dcf610138289f78d94805b01078900d835a383352a8d3e60" }, "downloads": -1, "filename": "nyumytimecli-0.0.4.tar.gz", "has_sig": false, "md5_digest": "c53380ee84b4d466f77d7a4fee098ddd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11439, "upload_time": "2018-07-05T12:32:34", "url": "https://files.pythonhosted.org/packages/f5/e8/cdd39e562aa378456f2f3a5651080be23e07eeacfcf0184dddd496ddc476/nyumytimecli-0.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c53380ee84b4d466f77d7a4fee098ddd", "sha256": "2fc39ada7ba300d8dcf610138289f78d94805b01078900d835a383352a8d3e60" }, "downloads": -1, "filename": "nyumytimecli-0.0.4.tar.gz", "has_sig": false, "md5_digest": "c53380ee84b4d466f77d7a4fee098ddd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11439, "upload_time": "2018-07-05T12:32:34", "url": "https://files.pythonhosted.org/packages/f5/e8/cdd39e562aa378456f2f3a5651080be23e07eeacfcf0184dddd496ddc476/nyumytimecli-0.0.4.tar.gz" } ] }