{"id":22922329,"url":"https://github.com/flask-debugtoolbar/flask-debugtoolbar","last_synced_at":"2025-08-12T12:31:20.184Z","repository":{"id":2059052,"uuid":"2997310","full_name":"pallets-eco/flask-debugtoolbar","owner":"pallets-eco","description":"A toolbar overlay for debugging Flask applications","archived":false,"fork":false,"pushed_at":"2024-10-26T00:09:23.000Z","size":1428,"stargazers_count":949,"open_issues_count":38,"forks_count":144,"subscribers_count":22,"default_branch":"main","last_synced_at":"2024-10-29T15:13:00.570Z","etag":null,"topics":["debug","flask","flask-debugtoolbar","flask-sqlalchemy","jinja","profile","python","werkzeug"],"latest_commit_sha":null,"homepage":"https://flask-debugtoolbar.readthedocs.io","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pallets-eco.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"pallets","custom":"https://palletsprojects.com/donate","tidelift":"pypi/Flask"}},"created_at":"2011-12-16T20:03:04.000Z","updated_at":"2024-10-29T04:23:11.000Z","dependencies_parsed_at":"2023-11-15T19:28:27.374Z","dependency_job_id":"1777cd5d-01cb-4d9d-a246-03a05e20ae07","html_url":"https://github.com/pallets-eco/flask-debugtoolbar","commit_stats":{"total_commits":330,"total_committers":58,"mean_commits":5.689655172413793,"dds":0.7212121212121212,"last_synced_commit":"e3ce6eb0a6b53bdda3cee89ef844bc31baf9afb6"},"previous_names":["flask-debugtoolbar/flask-debugtoolbar","mgood/flask-debugtoolbar"],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-debugtoolbar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-debugtoolbar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-debugtoolbar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pallets-eco%2Fflask-debugtoolbar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pallets-eco","download_url":"https://codeload.github.com/pallets-eco/flask-debugtoolbar/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229678800,"owners_count":18106299,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["debug","flask","flask-debugtoolbar","flask-sqlalchemy","jinja","profile","python","werkzeug"],"created_at":"2024-12-14T08:01:33.253Z","updated_at":"2024-12-14T08:01:54.870Z","avatar_url":"https://github.com/pallets-eco.png","language":"JavaScript","readme":"# Flask-DebugToolbar\n\nA [Flask][] extension that injects debugging information into rendered HTML\npages. Presented as a sidebar with configurable panels of information.\n\nThis is a port of the excellent [django-debug-toolbar][ddt].\n\n[Flask]: https://flask.palletsprojects.com\n[ddt]: https://github.com/jazzband/django-debug-toolbar/\n\n\n## Pallets Community Ecosystem\n\n\u003e [!IMPORTANT]\\\n\u003e This project is part of the Pallets Community Ecosystem. Pallets is the open\n\u003e source organization that maintains Flask; Pallets-Eco enables community\n\u003e maintenance of related projects. If you are interested in helping maintain\n\u003e this project, please reach out on [the Pallets Discord server][discord].\n\n[discord]: https://discord.gg/pallets\n\n\n## Example\n\nSetting up the debug toolbar is simple:\n\n```python\nfrom flask import Flask\nfrom flask_debugtoolbar import DebugToolbarExtension\n\napp = Flask(__name__)\napp.config[\"SECRET_KEY\"] = \"\u003creplace with a secret key\u003e\"\n\ntoolbar = DebugToolbarExtension(app)\n```\n\nThe toolbar will automatically be injected into Jinja templates when debug\nmode is enabled.\n\n```\n$ flask -A my_app run --debug\n```\n\n![](https://raw.githubusercontent.com/pallets-eco/flask-debugtoolbar/main/docs/_static/example.gif)\n","funding_links":["https://github.com/sponsors/pallets","https://palletsprojects.com/donate","https://tidelift.com/funding/github/pypi/Flask"],"categories":["JavaScript","调试工具","Web Testing"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflask-debugtoolbar%2Fflask-debugtoolbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflask-debugtoolbar%2Fflask-debugtoolbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflask-debugtoolbar%2Fflask-debugtoolbar/lists"}