{"id":16820464,"url":"https://github.com/techniq/flask-wdb","last_synced_at":"2025-04-11T03:08:38.052Z","repository":{"id":6903161,"uuid":"8153237","full_name":"techniq/flask-wdb","owner":"techniq","description":"Integrate Wdb instead of Werkzeug debugger for Flask applications","archived":false,"fork":false,"pushed_at":"2013-06-30T02:52:53.000Z","size":145,"stargazers_count":19,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-11T03:08:33.191Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/techniq.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-02-12T05:13:37.000Z","updated_at":"2019-08-13T15:15:59.000Z","dependencies_parsed_at":"2022-07-11T01:02:28.146Z","dependency_job_id":null,"html_url":"https://github.com/techniq/flask-wdb","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techniq%2Fflask-wdb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techniq%2Fflask-wdb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techniq%2Fflask-wdb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techniq%2Fflask-wdb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/techniq","download_url":"https://codeload.github.com/techniq/flask-wdb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248333604,"owners_count":21086200,"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":[],"created_at":"2024-10-13T10:56:53.197Z","updated_at":"2025-04-11T03:08:38.028Z","avatar_url":"https://github.com/techniq.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Flask-Wdb\n=========\n\nIntegrate `Wdb \u003chttps://github.com/Kozea/wdb\u003e`_ instead of Werkzeug debugger for Flask applications\n\n- Disables/replaces Werkzeug debugger automatically\n- Exposes configuration of Wdb via ``app.config``\n- Only enabled when ``app.debug = True`` (unless overridden by ``WDB_ENABLED``)\n\nInstallation\n------------\n::\n\n    $ pip install flask-wdb\n\nUsage\n-----\n::\n\n    from flask import Flask\n    from flask_wdb import Wdb\n\n    app = Flask(__name__)\n    app.debug = True\n    Wdb(app)\n\n    app.run()\n\nConfiguration\n-------------\n\n- ``WDB_ENABLED`` Enable/Disable Wdb (default: app.debug)\n- ``WDB_START_DISABLED`` Disable Wdb until an exception or wdb.set_trace() is encountered (default: False)\n- ``WDB_THEME`` Change theme between 'dark' and 'light' (default: 'dark')\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechniq%2Fflask-wdb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechniq%2Fflask-wdb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechniq%2Fflask-wdb/lists"}