{ "info": { "author": "Cyprien Le Pann\u00e9rer", "author_email": "cyplp@free.fr", "bugtrack_url": null, "classifiers": [], "description": "WSGI_CHRONOMETER\n================\n\n\nWSGI middleware for chronometer wsgi application\n\n.. image:: https://travis-ci.org/cyplp/wsgi_chronometer.png?branch=master\n :target: https://travis-ci.org/cyplp/wsgi_chronometer\n\n\nUsage\n-----\n\nYou can use in your wsgi app :\n\n::\n\n from wsgi_chronometer import ChronoFilter\n from somewhere import SomeWsgiApp\n\n return ChronoFilter(SomeWsgiApp, **{'separator': '*', 'fields': ['DATETIME', 'TIME']})(environ, start_response)\n\nor in the .ini deployement file :\n\n::\n\n [app:sample]\n use = egg:sample_app\n\n [pipeline:main]\n pipeline =\n chrono\n sample\n\n [filter:chrono]\n use = egg:wsgi_chronometer\n separator = -\n fields = REQUEST_METHOD PATH_INFO HTTP_USER_AGENT HTTP_X_FORWARDED_FOR HTTP_X_REAL_IP\n\n\n.. TODO list of fields.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/cyplp/wsgi_chronometer", "keywords": "wsgi time filter", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "wsgi_chronometer", "package_url": "https://pypi.org/project/wsgi_chronometer/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/wsgi_chronometer/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/cyplp/wsgi_chronometer" }, "release_url": "https://pypi.org/project/wsgi_chronometer/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Just a wsgi filter for mesure time execution", "version": "0.1.1" }, "last_serial": 818432, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "8c2a9e262cbb8e59477b3a58a8ca402f", "sha256": "28353635d85735964bd164cb3c6571252846b2e3b9d2de42e0efb83690363d3a" }, "downloads": -1, "filename": "wsgi_chronometer-0.1.zip", "has_sig": false, "md5_digest": "8c2a9e262cbb8e59477b3a58a8ca402f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10450, "upload_time": "2013-07-18T18:22:42", "url": "https://files.pythonhosted.org/packages/38/8d/7d78d096ad7f5614479fadc64b5b48797d2251cd73fea91ec2413b9b694c/wsgi_chronometer-0.1.zip" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "0c15e2ec20f1fde50b77ed4f546773b5", "sha256": "0525a7638946ce9aeca161e82c55a4f49c80d0c2c2168130b21c4dd5ab0873fe" }, "downloads": -1, "filename": "wsgi_chronometer-0.1.1.zip", "has_sig": false, "md5_digest": "0c15e2ec20f1fde50b77ed4f546773b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11308, "upload_time": "2013-07-18T18:26:31", "url": "https://files.pythonhosted.org/packages/93/a3/f21e3b9210f18ff43c28991801a9bf48542e305197b094b5bdb0b54a251b/wsgi_chronometer-0.1.1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0c15e2ec20f1fde50b77ed4f546773b5", "sha256": "0525a7638946ce9aeca161e82c55a4f49c80d0c2c2168130b21c4dd5ab0873fe" }, "downloads": -1, "filename": "wsgi_chronometer-0.1.1.zip", "has_sig": false, "md5_digest": "0c15e2ec20f1fde50b77ed4f546773b5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11308, "upload_time": "2013-07-18T18:26:31", "url": "https://files.pythonhosted.org/packages/93/a3/f21e3b9210f18ff43c28991801a9bf48542e305197b094b5bdb0b54a251b/wsgi_chronometer-0.1.1.zip" } ] }