{ "info": { "author": "Marius Gedminas and the Zope Community.", "author_email": "zope-dev@zope.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Zope3", "Intended Audience :: Developers", "License :: OSI Approved :: Zope Public License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Internet :: WWW/HTTP" ], "description": "===================\nProfiler middleware\n===================\n\nThis package provides middleware for profiling of the application. It's based\non `paste.debug.profile `_,\nbut uses cProfile instead of hotshot.\n\nIf you use PasteScript, enabling the profiler is as simple as adding ::\n\n [filter-app:profile]\n use = egg:keas.profile#profiler\n next = main\n\nto your paster configuration file and passing ``--app-name=profile`` to\n``paster``. When you access your web application, every page will have the\nprofiler output appended to the end of the document body.\n\n|buildstatus|_\n\n.. |buildstatus| image:: https://api.travis-ci.org/zopefoundation/keas.profile.png?branch=master\n.. _buildstatus: https://travis-ci.org/zopefoundation/keas.profile\n\n\n=======\nCHANGES\n=======\n\n\n0.3.0 (2013-03-29)\n------------------\n\n- Depend on WebOb instead of Paste.\n\n- Add support for Python 3.\n\n\n0.2.0 (2010-08-07)\n------------------\n\n- Remove pyprof2calltree support; looks like it's buggy (or incompatible with\n Python 2.6) and just breaks everything.\n\n\n0.1.0 (2008-12-12)\n------------------\n\n- Initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/keas.profile", "keywords": "zope3 profile paste wsgi", "license": "ZPL 2.1", "maintainer": null, "maintainer_email": null, "name": "keas.profile", "package_url": "https://pypi.org/project/keas.profile/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/keas.profile/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/keas.profile" }, "release_url": "https://pypi.org/project/keas.profile/0.3.0/", "requires_dist": null, "requires_python": null, "summary": "WSGI Profiler for Python Paste", "version": "0.3.0" }, "last_serial": 793909, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "4eb745e90f8a0e09784585e449f6a9ff", "sha256": "a5e790011e3a74164c6b067db23e3549403476765ce6d2cc1e5e63b94ea7c3dd" }, "downloads": -1, "filename": "keas.profile-0.1.0.tar.gz", "has_sig": false, "md5_digest": "4eb745e90f8a0e09784585e449f6a9ff", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5532, "upload_time": "2008-12-12T19:35:31", "url": "https://files.pythonhosted.org/packages/66/bc/f0ad04e7bb458546ec2e07b60ed641e5d235a2d6d9b7f9b6eab7b10cf460/keas.profile-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "fa898cc6799e9156c1801558f2668876", "sha256": "334724b02d1736a558f597fe7491887770a453afb2ff551956ee55f96acd9131" }, "downloads": -1, "filename": "keas.profile-0.2.0.tar.gz", "has_sig": false, "md5_digest": "fa898cc6799e9156c1801558f2668876", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5365, "upload_time": "2010-08-06T23:57:18", "url": "https://files.pythonhosted.org/packages/78/5b/35f7d43b29817104c4fd77d628c3ddb8009f6a7cc88be801130f16c5f88c/keas.profile-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "bcf782aa81a9ff87f4d57cad618fc909", "sha256": "9e38fdd6003f140f1de8b03bf5b04e6bd4b5a0e635fc4653b2f0e100ace4fb34" }, "downloads": -1, "filename": "keas.profile-0.3.0.zip", "has_sig": false, "md5_digest": "bcf782aa81a9ff87f4d57cad618fc909", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13241, "upload_time": "2013-03-29T13:05:07", "url": "https://files.pythonhosted.org/packages/dd/97/b6a186ef929fc0681198ad13d04778bbebbf9e6ded7d0f0be0449658f67d/keas.profile-0.3.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bcf782aa81a9ff87f4d57cad618fc909", "sha256": "9e38fdd6003f140f1de8b03bf5b04e6bd4b5a0e635fc4653b2f0e100ace4fb34" }, "downloads": -1, "filename": "keas.profile-0.3.0.zip", "has_sig": false, "md5_digest": "bcf782aa81a9ff87f4d57cad618fc909", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13241, "upload_time": "2013-03-29T13:05:07", "url": "https://files.pythonhosted.org/packages/dd/97/b6a186ef929fc0681198ad13d04778bbebbf9e6ded7d0f0be0449658f67d/keas.profile-0.3.0.zip" } ] }