{ "info": { "author": "Alec Nikolas Reiter", "author_email": "alecreiter@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Environment :: Web Environment", "Framework :: Flask", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "flask-debugtoolbar-warnings\n===========================\n\nAdds warning support for Flask-Debugtoolbar\n\nInstallation\n~~~~~~~~~~~~\n\n``flask-debugtoolbar-warnings`` is available on `pypi `_\nand installable with::\n\n pip install flask-debugtoolbar-warnings\n\nThis package supports Python 2.7, 3.4, 3.5, 3.6 (and presumably Python 3.7\nand the pypy versions of these Python versions, though it is untested).\n\n.. note::\n\n If you are installing this package outside of a virtual environment\n consider installing it with ``pip install --user`` rather than using\n sudo or adminstrator privileges to avoid installing it into your\n system Python.\n\n\nUsage\n~~~~~\n\nAfter installing this package, register it into the ``flask-debugtoolbar`` loader\nby setting the ``DEBUG_TB_PANELS`` configuration variable before calling\n``init_app`` on the DebugToolbar object::\n\n app.config['DEBUG_TB_PANELS'] = [\n 'flask_debugtoolbar_warnings.WarningsPanel'\n ]\n\n.. warning::\n\n By setting this variable it implicity disables the other panels that are\n enabled by default, if you wish to keep those enabled set this variable\n with them set as well::\n\n app.config['DEBUG_TB_PANELS'] = [\n 'flask_debugtoolbar.panels.versions.VersionDebugPanel',\n 'flask_debugtoolbar.panels.timer.TimerDebugPanel',\n 'flask_debugtoolbar.panels.headers.HeaderDebugPanel',\n 'flask_debugtoolbar.panels.request_vars.RequestVarsDebugPanel',\n 'flask_debugtoolbar.panels.config_vars.ConfigVarsDebugPanel',\n 'flask_debugtoolbar.panels.template.TemplateDebugPanel',\n 'flask_debugtoolbar.panels.sqlalchemy.SQLAlchemyDebugPanel',\n 'flask_debugtoolbar.panels.logger.LoggingPanel',\n 'flask_debugtoolbar.panels.route_list.RouteListDebugPanel',\n 'flask_debugtoolbar.panels.profiler.ProfilerDebugPanel',\n 'flask_debugtoolbar_warnings.WarningsPanel'\n ]\n\nAfter the first request through your application, this panel will begin\nintercepting all warnings that are not ignored or already filtered by\nbeing set to ``once`` or ``module``, or have been set to ``error`` (these\nthrow exceptions rather than pass fully through the warning machinery).\n\n\nYou may view these warnings in the DebugToolbar side panel under the Warnings\nsection. The warnings panel will display the category (e.g. what kind of warning),\nfilename, line number, message and source (if provided).\n\n\nv0.1.0 (2018-06-xx)\n~~~~~~~~~~~~~~~~~~~\n\n* Initial release.\n* Will it into existence.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/flaskbb/flask-debugtoolbar-warnings", "keywords": "flask,debug,warnings", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "flask-debugtoolbar-warnings", "package_url": "https://pypi.org/project/flask-debugtoolbar-warnings/", "platform": "", "project_url": "https://pypi.org/project/flask-debugtoolbar-warnings/", "project_urls": { "Homepage": "https://github.com/flaskbb/flask-debugtoolbar-warnings" }, "release_url": "https://pypi.org/project/flask-debugtoolbar-warnings/0.1.0/", "requires_dist": [ "Flask (>=0.12.0)", "flask-debugtoolbar (>=0.10.0)" ], "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "summary": "Adds warnings support to Flask-Debugtoolbar", "version": "0.1.0" }, "last_serial": 3955929, "releases": { "0.0.1.dev0": [ { "comment_text": "", "digests": { "md5": "d8bd73835048d3c5236a2c59055a5e00", "sha256": "8dc42b5c047ac1141ce09d0fd23b57fbd0f07f138201b4f05d88a4faede4c539" }, "downloads": -1, "filename": "flask_debugtoolbar_warnings-0.0.1.dev0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "d8bd73835048d3c5236a2c59055a5e00", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 4292, "upload_time": "2018-06-08T00:57:25", "url": "https://files.pythonhosted.org/packages/48/09/106f1e5c4d59b813a5ed039aea15e9dab0eaf7025e84a706b2d7c08956fc/flask_debugtoolbar_warnings-0.0.1.dev0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "15a32cddc01a99116d6e70bcfb6c2321", "sha256": "f47d3c874ed98f00134c973a22793e9ffe614a9942ad8198e1812438c1e4a461" }, "downloads": -1, "filename": "flask-debugtoolbar-warnings-0.0.1.dev0.tar.gz", "has_sig": false, "md5_digest": "15a32cddc01a99116d6e70bcfb6c2321", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 4261, "upload_time": "2018-06-08T00:57:26", "url": "https://files.pythonhosted.org/packages/65/88/edc8ffc9aa5d3c4ea50487221a702b8e0d7de735cc6fcfb98690206ee0fa/flask-debugtoolbar-warnings-0.0.1.dev0.tar.gz" } ], "0.0.1.dev4": [ { "comment_text": "", "digests": { "md5": "9f7df8939d77e01ade6993dbc34e90be", "sha256": "88b0a3b1b45111262c3b8eae8cfec1430021e58106b4a3ef9e1ec87896deb84a" }, "downloads": -1, "filename": "flask_debugtoolbar_warnings-0.0.1.dev4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9f7df8939d77e01ade6993dbc34e90be", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 4809, "upload_time": "2018-06-08T01:07:11", "url": "https://files.pythonhosted.org/packages/77/dc/dd385de6ff0c7017129c6babb8baac3eae5913c07eab66bf46003b5ed566/flask_debugtoolbar_warnings-0.0.1.dev4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5081007a74a711977fcda11d5ea9809e", "sha256": "a5a14dcfe84d92fa7627d8f87691be97157daa29808eaa840f5c3fc2e6e5bc0a" }, "downloads": -1, "filename": "flask-debugtoolbar-warnings-0.0.1.dev4.tar.gz", "has_sig": false, "md5_digest": "5081007a74a711977fcda11d5ea9809e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 4515, "upload_time": "2018-06-08T01:07:12", "url": "https://files.pythonhosted.org/packages/e1/d2/bd2b19b7a97074571116ea9751dbdfa806e415f85d6d5720fe272e0bd4d6/flask-debugtoolbar-warnings-0.0.1.dev4.tar.gz" } ], "0.0.1.dev5": [ { "comment_text": "", "digests": { "md5": "24514ae09e8531bdd894c7b6d095bcc5", "sha256": "9ec0fbd47b3437cd5df26f2745229002d90b4dc13b659ff45df40b507085e6be" }, "downloads": -1, "filename": "flask_debugtoolbar_warnings-0.0.1.dev5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "24514ae09e8531bdd894c7b6d095bcc5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 4795, "upload_time": "2018-06-08T01:20:00", "url": "https://files.pythonhosted.org/packages/61/dc/9fe0744d3d774be14c1a92452caf22dd9c774f6f10280971f295eb4e1ea6/flask_debugtoolbar_warnings-0.0.1.dev5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cc227c2477450a4515c8df0bae0e6212", "sha256": "cd4a0ffdf3e8ea87bcc864fe44b65b5ec7ab29779a8a9e872b00db8197800f59" }, "downloads": -1, "filename": "flask-debugtoolbar-warnings-0.0.1.dev5.tar.gz", "has_sig": false, "md5_digest": "cc227c2477450a4515c8df0bae0e6212", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 4498, "upload_time": "2018-06-08T01:20:01", "url": "https://files.pythonhosted.org/packages/cf/80/1bb28f293bd0b0ad5e06b1d9df1dbf9fe06bcf2a404ee81e46151903631a/flask-debugtoolbar-warnings-0.0.1.dev5.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "8f632d2375cb0290bc24c761c163a8ca", "sha256": "44170c26c6d691c00518125882816e415c5ed3512b266706cac4f721d8081235" }, "downloads": -1, "filename": "flask_debugtoolbar_warnings-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8f632d2375cb0290bc24c761c163a8ca", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 4791, "upload_time": "2018-06-13T00:47:21", "url": "https://files.pythonhosted.org/packages/71/aa/64d90f4ae4ad0950c318d350e7b37f3ce350bf334e0ec92ce2ae8313ef7d/flask_debugtoolbar_warnings-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a7d0ccbe098e6f9b372e679e7432554f", "sha256": "60e0cb34b2ddc64bcf941030a52adeb11b48886df4593b60c2563fa960c86ed9" }, "downloads": -1, "filename": "flask-debugtoolbar-warnings-0.1.0.tar.gz", "has_sig": false, "md5_digest": "a7d0ccbe098e6f9b372e679e7432554f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 4538, "upload_time": "2018-06-13T00:47:23", "url": "https://files.pythonhosted.org/packages/aa/c6/9636375d2184a946ebfbbc445c1d332510ec6f60cbe5d9244809ba161c5a/flask-debugtoolbar-warnings-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8f632d2375cb0290bc24c761c163a8ca", "sha256": "44170c26c6d691c00518125882816e415c5ed3512b266706cac4f721d8081235" }, "downloads": -1, "filename": "flask_debugtoolbar_warnings-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8f632d2375cb0290bc24c761c163a8ca", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 4791, "upload_time": "2018-06-13T00:47:21", "url": "https://files.pythonhosted.org/packages/71/aa/64d90f4ae4ad0950c318d350e7b37f3ce350bf334e0ec92ce2ae8313ef7d/flask_debugtoolbar_warnings-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a7d0ccbe098e6f9b372e679e7432554f", "sha256": "60e0cb34b2ddc64bcf941030a52adeb11b48886df4593b60c2563fa960c86ed9" }, "downloads": -1, "filename": "flask-debugtoolbar-warnings-0.1.0.tar.gz", "has_sig": false, "md5_digest": "a7d0ccbe098e6f9b372e679e7432554f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", "size": 4538, "upload_time": "2018-06-13T00:47:23", "url": "https://files.pythonhosted.org/packages/aa/c6/9636375d2184a946ebfbbc445c1d332510ec6f60cbe5d9244809ba161c5a/flask-debugtoolbar-warnings-0.1.0.tar.gz" } ] }