{ "info": { "author": "Masashi Shibata ", "author_email": "contact@c-bata.link", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP :: WSGI" ], "description": "===========\nwsgi-vmprof\n===========\n\n**wsgi-vmprof** WSGI Middleware for integrating vmprof.\n\n* https://github.com/vmprof/vmprof-python\n* https://github.com/vmprof/vmprof-server\n\nHow to use\n==========\n\nInstallation\n------------\n\n.. code-block:: console\n\n $ pip install wsgi-vmprof\n\nBasic Usage\n-----------\n\n.. code-block:: python\n\n import time\n\n import bottle\n from wsgi_vmprof import VmprofMiddleware\n\n app = bottle.default_app()\n\n\n @app.route('/')\n def index():\n time.sleep(1)\n return \"Hello world!!\"\n\n if __name__ == \"__main__\":\n # Add wsgi-vmprof as a WSGI middleware!\n app = VmprofMiddleware(app)\n bottle.run(app=app)\n\nRequirements\n============\n\n- Python 3.3 or later\n- vmprof\n\nLicense\n=======\n\nThis software is licensed under the MIT License.\n\n\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/c-bata/wsgi-vmprof", "keywords": "web wsgi vmprof", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "wsgi-vmprof", "package_url": "https://pypi.org/project/wsgi-vmprof/", "platform": "", "project_url": "https://pypi.org/project/wsgi-vmprof/", "project_urls": { "Homepage": "https://github.com/c-bata/wsgi-vmprof" }, "release_url": "https://pypi.org/project/wsgi-vmprof/0.0.1/", "requires_dist": [ "vmprof" ], "requires_python": "", "summary": "", "version": "0.0.1" }, "last_serial": 2491813, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "965ad7409c3a8a318f3255ed83d75277", "sha256": "42a322885758196d8f4f07b7cb3f72f3bf2209f257579757ab0eaa7792b42fb7" }, "downloads": -1, "filename": "wsgi_vmprof-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "965ad7409c3a8a318f3255ed83d75277", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4222, "upload_time": "2016-11-30T15:22:23", "url": "https://files.pythonhosted.org/packages/d9/98/eade8ca0f050bae2e71ca50d401ae9a342d5a4659be59651d23e224e863c/wsgi_vmprof-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3d02a3cf7898474f18eb969a3c6d93d4", "sha256": "a35d6322ea4d2f359e8566638ced4fff9387803e248e875f5c0d59eccc6f7fa8" }, "downloads": -1, "filename": "wsgi-vmprof-0.0.1.tar.gz", "has_sig": false, "md5_digest": "3d02a3cf7898474f18eb969a3c6d93d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3555, "upload_time": "2016-11-30T15:22:25", "url": "https://files.pythonhosted.org/packages/8d/9f/a4b41f4b3a54d07d1a52bb25edd32f01bb8db52079ceb269b598c2469f31/wsgi-vmprof-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "965ad7409c3a8a318f3255ed83d75277", "sha256": "42a322885758196d8f4f07b7cb3f72f3bf2209f257579757ab0eaa7792b42fb7" }, "downloads": -1, "filename": "wsgi_vmprof-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "965ad7409c3a8a318f3255ed83d75277", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4222, "upload_time": "2016-11-30T15:22:23", "url": "https://files.pythonhosted.org/packages/d9/98/eade8ca0f050bae2e71ca50d401ae9a342d5a4659be59651d23e224e863c/wsgi_vmprof-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3d02a3cf7898474f18eb969a3c6d93d4", "sha256": "a35d6322ea4d2f359e8566638ced4fff9387803e248e875f5c0d59eccc6f7fa8" }, "downloads": -1, "filename": "wsgi-vmprof-0.0.1.tar.gz", "has_sig": false, "md5_digest": "3d02a3cf7898474f18eb969a3c6d93d4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3555, "upload_time": "2016-11-30T15:22:25", "url": "https://files.pythonhosted.org/packages/8d/9f/a4b41f4b3a54d07d1a52bb25edd32f01bb8db52079ceb269b598c2469f31/wsgi-vmprof-0.0.1.tar.gz" } ] }