{"id":18264443,"url":"https://github.com/pylons/pyramid_debugtoolbar","last_synced_at":"2025-08-09T12:59:02.927Z","repository":{"id":947859,"uuid":"2091724","full_name":"Pylons/pyramid_debugtoolbar","owner":"Pylons","description":"Pyramid debug toolbar","archived":false,"fork":false,"pushed_at":"2024-02-05T03:40:40.000Z","size":8968,"stargazers_count":94,"open_issues_count":39,"forks_count":82,"subscribers_count":13,"default_branch":"main","last_synced_at":"2024-05-23T07:45:50.235Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://docs.pylonsproject.org/projects/pyramid-debugtoolbar/en/latest/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Pylons.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.txt","contributing":"contributing.md","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}},"created_at":"2011-07-23T02:21:03.000Z","updated_at":"2024-02-04T06:19:31.000Z","dependencies_parsed_at":"2024-02-04T06:29:56.953Z","dependency_job_id":"26109737-a3b6-4fce-94bc-b9f48b27b1d2","html_url":"https://github.com/Pylons/pyramid_debugtoolbar","commit_stats":{"total_commits":961,"total_committers":70,"mean_commits":"13.728571428571428","dds":0.745057232049948,"last_synced_commit":"17366919ff61e897cc873c8ab7b1497c8382d0ed"},"previous_names":[],"tags_count":64,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pylons%2Fpyramid_debugtoolbar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pylons%2Fpyramid_debugtoolbar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pylons%2Fpyramid_debugtoolbar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pylons%2Fpyramid_debugtoolbar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pylons","download_url":"https://codeload.github.com/Pylons/pyramid_debugtoolbar/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248590585,"owners_count":21129852,"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-11-05T11:14:40.430Z","updated_at":"2025-04-12T15:38:21.313Z","avatar_url":"https://github.com/Pylons.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"pyramid_debugtoolbar\n====================\n\n``pyramid_debugtoolbar`` provides a debug toolbar useful while you're\ndeveloping your Pyramid application.\n\nNote that ``pyramid_debugtoolbar`` is a blatant rip-off of Michael van\nTellingen's ``flask-debugtoolbar`` (which itself was derived from Rob Hudson's\n``django-debugtoolbar``). It also includes a lightly sanded down version of the\nWerkzeug debugger code by Armin Ronacher and team.\n\n\nDocumentation\n-------------\n\nThe documentation of the current stable release of ``pyramid_debugtoolbar`` is\navailable at\nhttps://docs.pylonsproject.org/projects/pyramid-debugtoolbar/en/latest/.\n\n\nDemonstration\n-------------\n\nFor a demonstration:\n\n- Clone the ``pyramid_debugtoolbar`` trunk.\n\n  .. code-block:: bash\n\n      $ git clone https://github.com/Pylons/pyramid_debugtoolbar.git\n\n- Create a virtual environment in the workspace.\n\n  .. code-block:: bash\n\n      $ cd pyramid_debugtoolbar\n      $ python3 -m venv env\n\n- Install the ``pyramid_debugtoolbar`` trunk into the virtualenv.\n\n  .. code-block:: bash\n\n      $ env/bin/pip install -e .\n\n- Install the ``pyramid_debugtoolbar/demo`` package into the virtualenv.\n\n  .. code-block:: bash\n\n      $ env/bin/pip install -e demo\n\n- Run the ``pyramid_debugtoolbar`` package's ``demo/demo.py`` file using the\n  virtual environment's Python.\n\n  .. code-block:: bash\n\n      $ env/bin/python demo/demo.py\n\nVisit http://localhost:8080 in a web browser to see a page full of test\noptions.\n\n\nTesting\n-------\n\nIf you have ``tox`` installed, run all tests with:\n\n.. code-block:: bash\n\n    $ tox\n\nTo run only a specific Python environment:\n\n.. code-block:: bash\n\n    $ tox -e py311\n\nIf you don't have ``tox`` installed, you can install the testing requirements,\nthen run the tests.\n\n.. code-block:: bash\n\n    $ python3 -m venv env\n    $ env/bin/pip install -e \".[testing]\"\n    $ env/bin/py.test\n\n\nBuilding documentation\n----------------------\n\nIf you have ``tox`` installed, build the docs with:\n\n.. code-block:: bash\n\n    $ tox -e docs\n\nIf you don't have ``tox`` installed, you can install the requirements to build\nthe docs, then build them.\n\n.. code-block:: bash\n\n    $ env/bin/pip install -e \".[docs]\"\n    $ cd docs\n    $ make clean html SPHINXBUILD=../env/bin/sphinx-build\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpylons%2Fpyramid_debugtoolbar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpylons%2Fpyramid_debugtoolbar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpylons%2Fpyramid_debugtoolbar/lists"}