{ "info": { "author": "Cameron Simpson", "author_email": "cs@cskk.id.au", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Convenience routines for timing.\n\n## Function `ISOtime(gmtime)`\n\nProduce an ISO8601 timestamp string from a UNIX time.\n\n## Function `sleep(delay)`\n\ntime.sleep() sometimes sleeps significantly less that requested.\nThis function calls time.sleep() until at least `delay` seconds have\nelapsed, trying to be precise.\n\n## Function `time_from_ISO(isodate, islocaltime=False)`\n\nParse an ISO8601 date string and return seconds since the epoch.\nIf islocaltime is true convert using localtime(tm) otherwise use\ngmtime(tm).\n\n## Function `time_func(func, *args, **kw)`\n\nRun the supplied function and arguments.\nReturn a the elapsed time in seconds and the function's own return value.\n\n## Function `tm_from_ISO(isodate)`\n\nParse an ISO8601 date string and return a struct_time.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/cameron_simpson/css/commits/all", "keywords": "python2,python3", "license": "", "maintainer": "", "maintainer_email": "", "name": "cs.timeutils", "package_url": "https://pypi.org/project/cs.timeutils/", "platform": "", "project_url": "https://pypi.org/project/cs.timeutils/", "project_urls": { "Homepage": "https://bitbucket.org/cameron_simpson/css/commits/all" }, "release_url": "https://pypi.org/project/cs.timeutils/20190220/", "requires_dist": null, "requires_python": "", "summary": "convenience routines for times and timing", "version": "20190220" }, "last_serial": 4844585, "releases": { "20150116": [ { "comment_text": "", "digests": { "md5": "2f2e1b3da5020f6361176e0e8b1ff1ab", "sha256": "849cb42a9079c4200df1f32528094714bb509624f5f849f6ac3912fbf83d2181" }, "downloads": -1, "filename": "cs.timeutils-20150116.tar.gz", "has_sig": false, "md5_digest": "2f2e1b3da5020f6361176e0e8b1ff1ab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2183, "upload_time": "2015-01-18T06:02:07", "url": "https://files.pythonhosted.org/packages/b2/3c/49cf1b978594aa7c7cca9b947f616d69a8be5df87eeb7b8cf7cd0858c37c/cs.timeutils-20150116.tar.gz" } ], "20190101": [ { "comment_text": "", "digests": { "md5": "ee8860b066304e27d6456edeaa7d7b27", "sha256": "0b2c865779c3fafe85b59abbb57e77a39ceb140c4fb6c337fcacb77eddf8c218" }, "downloads": -1, "filename": "cs.timeutils-20190101.tar.gz", "has_sig": false, "md5_digest": "ee8860b066304e27d6456edeaa7d7b27", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2547, "upload_time": "2018-12-31T23:25:28", "url": "https://files.pythonhosted.org/packages/9f/fd/40b162f5511bdc37f46459c9e4300f16359b1e7d90f57c80b84acdea51f8/cs.timeutils-20190101.tar.gz" } ], "20190220": [ { "comment_text": "", "digests": { "md5": "44e2c05814cf5e9a2be488d836fd5391", "sha256": "3075bff8a24aa0847d5714b6e5c3423682c2016210583bd74c766b6b2d73e082" }, "downloads": -1, "filename": "cs.timeutils-20190220.tar.gz", "has_sig": false, "md5_digest": "44e2c05814cf5e9a2be488d836fd5391", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2566, "upload_time": "2019-02-20T09:27:11", "url": "https://files.pythonhosted.org/packages/72/cc/2006958576bc79a84bee4b6e84e530b96f0ec987bf8d4e828136a20b240b/cs.timeutils-20190220.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "44e2c05814cf5e9a2be488d836fd5391", "sha256": "3075bff8a24aa0847d5714b6e5c3423682c2016210583bd74c766b6b2d73e082" }, "downloads": -1, "filename": "cs.timeutils-20190220.tar.gz", "has_sig": false, "md5_digest": "44e2c05814cf5e9a2be488d836fd5391", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2566, "upload_time": "2019-02-20T09:27:11", "url": "https://files.pythonhosted.org/packages/72/cc/2006958576bc79a84bee4b6e84e530b96f0ec987bf8d4e828136a20b240b/cs.timeutils-20190220.tar.gz" } ] }