{ "info": { "author": "Teemu Kokkonen", "author_email": "teemu.kokkonen@planbrothers.io", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Testing", "Topic :: Utilities" ], "description": "# Timeflies\n\nHandy decorator for profiling things.\n\n## Usage\n\n````\nfrom timeflies import profile\n\n@profile()\ndef long_running_task():\n example()\n\n# or\nwith profile():\n example()\n````\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "timeflies", "package_url": "https://pypi.org/project/timeflies/", "platform": "any", "project_url": "https://pypi.org/project/timeflies/", "project_urls": null, "release_url": "https://pypi.org/project/timeflies/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Quick profiling", "version": "0.0.1" }, "last_serial": 4332729, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "798823c032b23baf394a22b08eb54c2a", "sha256": "b5c6e9fed0b50147dc20d09aadb2433decceabb78cfe17ec50fa494015a975fd" }, "downloads": -1, "filename": "timeflies-0.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "798823c032b23baf394a22b08eb54c2a", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 4179, "upload_time": "2018-10-02T14:21:49", "url": "https://files.pythonhosted.org/packages/3c/0d/21997d9de8eb822094a567a7ffcc34ba4a3c5277b9aa8067a3a032412e27/timeflies-0.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7981d8d85027c1f70d6c85a332cd289c", "sha256": "b7c6b647a3b8217df2ac2df035792c515d60c6f5df6755387697077717921317" }, "downloads": -1, "filename": "timeflies-0.0.1.tar.gz", "has_sig": false, "md5_digest": "7981d8d85027c1f70d6c85a332cd289c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4108, "upload_time": "2018-10-02T14:21:47", "url": "https://files.pythonhosted.org/packages/56/a8/363561ee5feb91a137718d71e630dd67fef865564428f27b6a7c38870e73/timeflies-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "798823c032b23baf394a22b08eb54c2a", "sha256": "b5c6e9fed0b50147dc20d09aadb2433decceabb78cfe17ec50fa494015a975fd" }, "downloads": -1, "filename": "timeflies-0.0.1-py2-none-any.whl", "has_sig": false, "md5_digest": "798823c032b23baf394a22b08eb54c2a", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 4179, "upload_time": "2018-10-02T14:21:49", "url": "https://files.pythonhosted.org/packages/3c/0d/21997d9de8eb822094a567a7ffcc34ba4a3c5277b9aa8067a3a032412e27/timeflies-0.0.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7981d8d85027c1f70d6c85a332cd289c", "sha256": "b7c6b647a3b8217df2ac2df035792c515d60c6f5df6755387697077717921317" }, "downloads": -1, "filename": "timeflies-0.0.1.tar.gz", "has_sig": false, "md5_digest": "7981d8d85027c1f70d6c85a332cd289c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4108, "upload_time": "2018-10-02T14:21:47", "url": "https://files.pythonhosted.org/packages/56/a8/363561ee5feb91a137718d71e630dd67fef865564428f27b6a7c38870e73/timeflies-0.0.1.tar.gz" } ] }