{ "info": { "author": "Konstantin Lopuhin", "author_email": "kostia.lopuhin@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "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" ], "description": "vmprof it!\n----------\n\n.. image:: https://img.shields.io/pypi/v/vmprofit.svg\n :target: https://pypi.python.org/pypi/vmprofit\n :alt: PyPI Version\n\nThese are some unofficial helpers that make using\n`vmprof `_ more pleasant.\n\nFor example you can do::\n\n import vmprofit\n\n @vmprofit.profile()\n def fn(x):\n do_stuff()\n\n\nor::\n\n with vmprofit.profile():\n do_stuff()\n\n\n``vmprofit.profile`` accepts ``web_url`` and ``auth`` arguments,\nby default it uploads profile result of each run to https://vmprof.com\n(this **WILL** change in the future to be more explicit).\n\n\n0.1.2 (2017-11-22)\n------------------\n\n- fixed installation from PyPI\n\n\n0.1.1 (2017-11-22)\n------------------\n\n- changelong and long description added\n\n\n0.1.0 (2017-11-22)\n------------------\n\n- initial release\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lopuhin/vmprofit", "keywords": "", "license": "MIT license", "maintainer": "", "maintainer_email": "", "name": "vmprofit", "package_url": "https://pypi.org/project/vmprofit/", "platform": "", "project_url": "https://pypi.org/project/vmprofit/", "project_urls": { "Homepage": "https://github.com/lopuhin/vmprofit" }, "release_url": "https://pypi.org/project/vmprofit/0.1.2/", "requires_dist": null, "requires_python": "", "summary": "vmprof helpers", "version": "0.1.2" }, "last_serial": 3355876, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "85d3e874ba9c0d12b4faf67b9fd5ceed", "sha256": "45cb5fdc0152eeda2841161fb332236af4ce4c4f93d31b9121d7ca0c50712d4b" }, "downloads": -1, "filename": "vmprofit-0.1.0.tar.gz", "has_sig": false, "md5_digest": "85d3e874ba9c0d12b4faf67b9fd5ceed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2059, "upload_time": "2017-11-22T16:30:49", "url": "https://files.pythonhosted.org/packages/e3/80/6110493fd8d8b7fde98bd35099b9464c22c476e3a52e1f7323334422b504/vmprofit-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "00b557c0e7d7055bdf4d2877d831e5a6", "sha256": "72515efe6e8cef4f6e50fac54b5f9f1b97ea06a99034ab90f9dad6af92292e52" }, "downloads": -1, "filename": "vmprofit-0.1.1.tar.gz", "has_sig": false, "md5_digest": "00b557c0e7d7055bdf4d2877d831e5a6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2240, "upload_time": "2017-11-22T16:35:02", "url": "https://files.pythonhosted.org/packages/51/9f/b0b9321918cf926dab46b9270fc33a36983fa57c2adfa366e42ba3924f88/vmprofit-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "701fccf699eaddde6e3929d11625645c", "sha256": "e2ddd5ea540fb71567fddf5c33b17033e1634ee1f4c0652d2f8df69d6c529eff" }, "downloads": -1, "filename": "vmprofit-0.1.2.tar.gz", "has_sig": false, "md5_digest": "701fccf699eaddde6e3929d11625645c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2492, "upload_time": "2017-11-22T17:08:18", "url": "https://files.pythonhosted.org/packages/b2/8b/68529e52d024ebaf551c6eabb853d73601edcf46404c5d420cb3545bf424/vmprofit-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "701fccf699eaddde6e3929d11625645c", "sha256": "e2ddd5ea540fb71567fddf5c33b17033e1634ee1f4c0652d2f8df69d6c529eff" }, "downloads": -1, "filename": "vmprofit-0.1.2.tar.gz", "has_sig": false, "md5_digest": "701fccf699eaddde6e3929d11625645c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2492, "upload_time": "2017-11-22T17:08:18", "url": "https://files.pythonhosted.org/packages/b2/8b/68529e52d024ebaf551c6eabb853d73601edcf46404c5d420cb3545bf424/vmprofit-0.1.2.tar.gz" } ] }