{ "info": { "author": "ItzAfroBoy", "author_email": "spareafro@post.com", "bugtrack_url": null, "classifiers": [], "description": "# Timerr Package for Python\n\nThis is a simple timer package for python that counts `Down` from the time set. \nIf you have any suggestions,\n- [Email](mailto:spareafro@post.com) me with your suggestion or \n- Add a pull request with your edit of the code and I'll look at it\n\n## Usage\n\n### Installation\n\n```plain text\npip install timerr\n```\n\n### Scripting\n\n```python\n# Import the timerr module\n\nimport timerr\n\n# Create a variable named 'timer' and call the class 'Timer'\n# Arguments are (hours, mins, secs, log)\n# Default is a 1h timer and not to print the time left\n# To print the time left, if all args are passsed, use 'log' otherwise copy below\n# This sets a timer for 3h 45mins and to print the time left\n\ntimer = timerr.Timer(3, 45,log='log')\n\n# Run the 'timer' function from the variable\ntimer.timer()\n```\n\n### Interpreter\n\n```python\n>>> import timerr\n>>> timerr.Timer(3, 45, 15, 'log').timer()\n```\n\n## License & Copyright\n\nCopyright (c) 2019 ItzAfroBoy \nThis package is under the [MIT License](https://github.com/ItzAfroBoy/timerr/blob/master/LICENSE). \n**Under the license, you are able to modify the file \nand serve it as `closed-source`**\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ItzAfroBoy/timerr", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "timerr", "package_url": "https://pypi.org/project/timerr/", "platform": "", "project_url": "https://pypi.org/project/timerr/", "project_urls": { "Homepage": "https://github.com/ItzAfroBoy/timerr" }, "release_url": "https://pypi.org/project/timerr/1.0.4/", "requires_dist": null, "requires_python": "", "summary": "A basic timer that counts down from time entered", "version": "1.0.4" }, "last_serial": 5667740, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "51fa1ce5113af98dbfbdd167dbc1a3f9", "sha256": "6f7a85c1383f29f6166b888dbf44d671697780382ed1c6c0012907981806de4b" }, "downloads": -1, "filename": "timerr-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "51fa1ce5113af98dbfbdd167dbc1a3f9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3125, "upload_time": "2019-08-12T15:08:59", "url": "https://files.pythonhosted.org/packages/92/99/80d94b208f49fe260d69f188e7edb15a95c43ad00ac0b6ad8c507d67732f/timerr-1.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "516aa4b5b59031ece6d0771ceb68704a", "sha256": "e7e2da468d927880c85a83e9d3f705f92ae0920e42eb118e5d552d97906a8cb6" }, "downloads": -1, "filename": "timerr-1.0.1.tar.gz", "has_sig": false, "md5_digest": "516aa4b5b59031ece6d0771ceb68704a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2046, "upload_time": "2019-08-12T15:09:01", "url": "https://files.pythonhosted.org/packages/6e/f4/cdbc41d1ae644f7ea3a38634f240af419de7bb25aefbc64df47b249ae2d1/timerr-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "30f120f0a45ade4e871379ba0536dbbb", "sha256": "69d7320cbd897918c81b866fd0c51444405cd8338250fb538dd8e0df8ab6d669" }, "downloads": -1, "filename": "timerr-1.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "30f120f0a45ade4e871379ba0536dbbb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3251, "upload_time": "2019-08-12T15:41:16", "url": "https://files.pythonhosted.org/packages/a8/52/883e3ebac78cef314c5c1ce1454256d0a9ec4800e5b160a1a22c10ddbe98/timerr-1.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "33afba84474cce40a8e51c77dad4725a", "sha256": "2ac1d6ecb2a2782272738fa0278fa8000d905d4f22e16485ff3e892371f0fc02" }, "downloads": -1, "filename": "timerr-1.0.2.tar.gz", "has_sig": false, "md5_digest": "33afba84474cce40a8e51c77dad4725a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2211, "upload_time": "2019-08-12T15:41:18", "url": "https://files.pythonhosted.org/packages/4b/4e/491b449c83d9719816e36a845f29b6b91ab4d9a55a7b3305e324e2d4b728/timerr-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "5837e53a8329997bb29bdee3ef3162c2", "sha256": "6b0d11f5c8dd5c9af0720c959daa66b8b04440141bb1e554512b11a8e0db9bfb" }, "downloads": -1, "filename": "timerr-1.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "5837e53a8329997bb29bdee3ef3162c2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3244, "upload_time": "2019-08-12T15:46:55", "url": "https://files.pythonhosted.org/packages/c5/5d/a787f83d1a831e1100e891ad340d0973e8233eb168ea83db7f28d734ccec/timerr-1.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "75f043e1d382acd52dace2ff0c8b9af5", "sha256": "4d5e7ed6576e5131b9ca9aebf628417000e91dd8a1d02c02577d2b40a38a873d" }, "downloads": -1, "filename": "timerr-1.0.3.tar.gz", "has_sig": false, "md5_digest": "75f043e1d382acd52dace2ff0c8b9af5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2196, "upload_time": "2019-08-12T15:46:57", "url": "https://files.pythonhosted.org/packages/88/08/1c3323b66752113f569a4edd5a4e25422c92c39f19c1d8064b2d606cff5b/timerr-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "4ec7e805590618d5ac49368df5180cc9", "sha256": "307618cd4c1c79c2a77d357ecea4d6525b1b24c18d0923d13195a5131d1ba5fa" }, "downloads": -1, "filename": "timerr-1.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "4ec7e805590618d5ac49368df5180cc9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3247, "upload_time": "2019-08-12T17:34:48", "url": "https://files.pythonhosted.org/packages/fd/79/3f613ea441d625a146f30ab3ba5d1f2d9f8a72490e99a1336cd5d796b971/timerr-1.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fba8813e386162d3622b760717757572", "sha256": "cc04a760fec0b0502accb77f54f119b690019c6ffd2e80ea17857284391c1f91" }, "downloads": -1, "filename": "timerr-1.0.4.tar.gz", "has_sig": false, "md5_digest": "fba8813e386162d3622b760717757572", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2210, "upload_time": "2019-08-12T17:34:50", "url": "https://files.pythonhosted.org/packages/49/9a/ba5904f9d5b9d5b18fcd2f4bd2acb85fddec74d11d39ef6513448b3d80d1/timerr-1.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4ec7e805590618d5ac49368df5180cc9", "sha256": "307618cd4c1c79c2a77d357ecea4d6525b1b24c18d0923d13195a5131d1ba5fa" }, "downloads": -1, "filename": "timerr-1.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "4ec7e805590618d5ac49368df5180cc9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3247, "upload_time": "2019-08-12T17:34:48", "url": "https://files.pythonhosted.org/packages/fd/79/3f613ea441d625a146f30ab3ba5d1f2d9f8a72490e99a1336cd5d796b971/timerr-1.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fba8813e386162d3622b760717757572", "sha256": "cc04a760fec0b0502accb77f54f119b690019c6ffd2e80ea17857284391c1f91" }, "downloads": -1, "filename": "timerr-1.0.4.tar.gz", "has_sig": false, "md5_digest": "fba8813e386162d3622b760717757572", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2210, "upload_time": "2019-08-12T17:34:50", "url": "https://files.pythonhosted.org/packages/49/9a/ba5904f9d5b9d5b18fcd2f4bd2acb85fddec74d11d39ef6513448b3d80d1/timerr-1.0.4.tar.gz" } ] }