django-requests-debug-toolbar


Namedjango-requests-debug-toolbar JSON
Version 0.0.7 PyPI version JSON
download
home_pagehttps://github.com/marceltschoppch/django-requests-debug-toolbar
SummaryA Django Debug Toolbar panel for Requests
upload_time2024-01-31 07:18:14
maintainer
docs_urlNone
authorMarcel Tschopp
requires_python
licenseMIT
keywords django django-debug-toolbar requests debug toolbar
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            django-requests-debug-toolbar
=============================

A `Django Debug Toolbar <https://django-debug-toolbar.readthedocs.io/>`_ panel for Requests

About
-----

Django Requests Debug Toolbar tracks all HTTP requests made with the popular
`requests <https://requests.readthedocs.io/>`_ library.


Usage
-----

#. Install using pip::

    pip install django-requests-debug-toolbar

#. Add ``requests_panel`` to your ``INSTALLED_APPS`` setting.
#. Add ``requests_panel.panel.RequestsDebugPanel`` to your ``DEBUG_TOOLBAR_PANELS``.


Contributing
------------

All suggestions are welcome.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/marceltschoppch/django-requests-debug-toolbar",
    "name": "django-requests-debug-toolbar",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "django django-debug-toolbar requests debug toolbar",
    "author": "Marcel Tschopp",
    "author_email": "info@marceltschopp.ch",
    "download_url": "https://files.pythonhosted.org/packages/b9/99/ef0d65a8126ca4d426d070b582290552995cd1e1e2b19e98d962be233561/django-requests-debug-toolbar-0.0.7.tar.gz",
    "platform": null,
    "description": "django-requests-debug-toolbar\n=============================\n\nA `Django Debug Toolbar <https://django-debug-toolbar.readthedocs.io/>`_ panel for Requests\n\nAbout\n-----\n\nDjango Requests Debug Toolbar tracks all HTTP requests made with the popular\n`requests <https://requests.readthedocs.io/>`_ library.\n\n\nUsage\n-----\n\n#. Install using pip::\n\n    pip install django-requests-debug-toolbar\n\n#. Add ``requests_panel`` to your ``INSTALLED_APPS`` setting.\n#. Add ``requests_panel.panel.RequestsDebugPanel`` to your ``DEBUG_TOOLBAR_PANELS``.\n\n\nContributing\n------------\n\nAll suggestions are welcome.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Django Debug Toolbar panel for Requests",
    "version": "0.0.7",
    "project_urls": {
        "Homepage": "https://github.com/marceltschoppch/django-requests-debug-toolbar"
    },
    "split_keywords": [
        "django",
        "django-debug-toolbar",
        "requests",
        "debug",
        "toolbar"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7e918b74c1f61eee1f8e718c3f437a50952baec8b0b5820e3e245bcf5cf96ba8",
                "md5": "6d1fdda7d8e8c448cacbcad4f2500404",
                "sha256": "6672d403a8002494b8ee0f6399e6b898940d317f41c4da9196790fd3f569b80b"
            },
            "downloads": -1,
            "filename": "django_requests_debug_toolbar-0.0.7-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6d1fdda7d8e8c448cacbcad4f2500404",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 5881,
            "upload_time": "2024-01-31T07:18:12",
            "upload_time_iso_8601": "2024-01-31T07:18:12.734348Z",
            "url": "https://files.pythonhosted.org/packages/7e/91/8b74c1f61eee1f8e718c3f437a50952baec8b0b5820e3e245bcf5cf96ba8/django_requests_debug_toolbar-0.0.7-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b999ef0d65a8126ca4d426d070b582290552995cd1e1e2b19e98d962be233561",
                "md5": "64c86b7d5f9a60bc573956e2abc37da5",
                "sha256": "1ec659209b393cc516b0b182eaecb4388a28ab410b2aa189a8508f4e1eed5cff"
            },
            "downloads": -1,
            "filename": "django-requests-debug-toolbar-0.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "64c86b7d5f9a60bc573956e2abc37da5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5450,
            "upload_time": "2024-01-31T07:18:14",
            "upload_time_iso_8601": "2024-01-31T07:18:14.363827Z",
            "url": "https://files.pythonhosted.org/packages/b9/99/ef0d65a8126ca4d426d070b582290552995cd1e1e2b19e98d962be233561/django-requests-debug-toolbar-0.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-31 07:18:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "marceltschoppch",
    "github_project": "django-requests-debug-toolbar",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "django-requests-debug-toolbar"
}
        
Elapsed time: 0.24429s