{ "info": { "author": "Nathan Cahill", "author_email": "nathan@nathancahill.com", "bugtrack_url": null, "classifiers": [], "description": "Flask-Logging\n-------------\n\nFilter certain requests from the Flask log. Useful during development\nwhen requests fill up with /static/ URLs. Not for use in production,\nFlask-Logging monkey patches the ``werkzeug`` logging function.\n\nInstallation\n^^^^^^^^^^^^\n\n::\n\n pip install flask-logging\n\nUsage\n^^^^^\n\n::\n\n from flask.ext.logging import Filter\n filter = Filter('static')\n\nFilters any request with the word 'static' from the log.\n\nFiltering more than one word:\n\n::\n\n filter = Filter('static', 'admin')\n\nUpdating the filter:\n\n::\n\n filter = Filter('static')\n filter.filters = 'static', 'admin'", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://pypi.python.org/pypi/Flask-Logging", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "Flask-Logging", "package_url": "https://pypi.org/project/Flask-Logging/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Flask-Logging/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://pypi.python.org/pypi/Flask-Logging" }, "release_url": "https://pypi.org/project/Flask-Logging/0.1.3/", "requires_dist": null, "requires_python": null, "summary": "UNKNOWN", "version": "0.1.3" }, "last_serial": 1179816, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "06748c1ee24a2bd27d3c0520bb7f2d23", "sha256": "deedd4dad9dce4444f48fc2b91323d33c22504143bd3970a59c4c3bcc7742534" }, "downloads": -1, "filename": "Flask-Logging-0.1.tar.gz", "has_sig": false, "md5_digest": "06748c1ee24a2bd27d3c0520bb7f2d23", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 916, "upload_time": "2014-08-04T19:15:50", "url": "https://files.pythonhosted.org/packages/5a/26/f6778ae4b559bc6aaaf50699af76238d23bb2a62e26d43e5d0884032dfa6/Flask-Logging-0.1.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "6d54fee27d231d1295af665f3c966b7e", "sha256": "8d3239863a7363f112c2266b0605e8a18a80b00643d937efaf6974a4e87745e0" }, "downloads": -1, "filename": "Flask-Logging-0.1.1.tar.gz", "has_sig": false, "md5_digest": "6d54fee27d231d1295af665f3c966b7e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 988, "upload_time": "2014-08-04T19:19:03", "url": "https://files.pythonhosted.org/packages/8c/5c/149006678b3e4c634f0a6bf0fca18a199e96bc9a658de2dd5a30e52362ae/Flask-Logging-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "ab985e42df727f9c70e32c2c0908ee19", "sha256": "1e3880e2e28c0f053cb031d3e5fbec52dd8ce7e95dd676ddb2fbe81c8ee137d2" }, "downloads": -1, "filename": "Flask-Logging-0.1.2.tar.gz", "has_sig": false, "md5_digest": "ab985e42df727f9c70e32c2c0908ee19", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1049, "upload_time": "2014-08-04T19:22:02", "url": "https://files.pythonhosted.org/packages/c6/db/28a884fe444029f7897fa9ffce494fa098b0aa8739a9ec3825ea11519c28/Flask-Logging-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "9a5d35c80b6ce54b3935e5cdc35e3f75", "sha256": "0110cbc46b222b748c2b522215c5dfbc67d82b993f2340ecbd8515c0e7fe8d5f" }, "downloads": -1, "filename": "Flask-Logging-0.1.3.tar.gz", "has_sig": false, "md5_digest": "9a5d35c80b6ce54b3935e5cdc35e3f75", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1140, "upload_time": "2014-08-04T20:21:15", "url": "https://files.pythonhosted.org/packages/0a/63/77b776de80ed6506390c3e7d5d29bab22786e4f8ee0c32a0485600963c28/Flask-Logging-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9a5d35c80b6ce54b3935e5cdc35e3f75", "sha256": "0110cbc46b222b748c2b522215c5dfbc67d82b993f2340ecbd8515c0e7fe8d5f" }, "downloads": -1, "filename": "Flask-Logging-0.1.3.tar.gz", "has_sig": false, "md5_digest": "9a5d35c80b6ce54b3935e5cdc35e3f75", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1140, "upload_time": "2014-08-04T20:21:15", "url": "https://files.pythonhosted.org/packages/0a/63/77b776de80ed6506390c3e7d5d29bab22786e4f8ee0c32a0485600963c28/Flask-Logging-0.1.3.tar.gz" } ] }