{"id":18448980,"url":"https://github.com/davydany/caduceus","last_synced_at":"2025-04-15T11:30:34.509Z","repository":{"id":74317291,"uuid":"95267137","full_name":"davydany/caduceus","owner":"davydany","description":"Monitor your Requests","archived":false,"fork":false,"pushed_at":"2017-06-26T06:24:49.000Z","size":785,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-16T13:31:58.538Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davydany.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2017-06-24T01:04:22.000Z","updated_at":"2017-06-24T01:04:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"ab53492a-6819-48a1-b31b-0fb9dfed2e50","html_url":"https://github.com/davydany/caduceus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davydany%2Fcaduceus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davydany%2Fcaduceus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davydany%2Fcaduceus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davydany%2Fcaduceus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davydany","download_url":"https://codeload.github.com/davydany/caduceus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249060820,"owners_count":21206402,"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-06T07:17:52.930Z","updated_at":"2025-04-15T11:30:34.469Z","avatar_url":"https://github.com/davydany.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":".. figure:: https://github.com/davydany/caduceus/raw/master/img/caduceus-logo.png\n   :alt: caduceus\n\n.. image:: https://travis-ci.org/davydany/caduceus.svg?branch=master\n    :target: https://travis-ci.org/davydany/caduceus\n\n.. image:: https://badge.fury.io/py/caduceus.svg\n    :target: https://badge.fury.io/py/caduceus\n\nCaduceus\n========\n\nCaduceus allows you to inspect your HTTP requests and finding more\ndetails about what happens behind the scenes on each of your requests.\n\nInstall\n-------\n\n**NOTE:** Caduceus needs Python 3 to run.\n\n.. code:: bash\n\n    pip install --upgrade caduceus\n\nRegister\n--------\n\nGo to ``caduceus.davydany.com`` to register your application with\nCaduceus and get your own tenant ID.\n\nSetup\n-----\n\nChange your Django Application’s ``wsgi.py`` to be:\n\n::\n\n    \"\"\"\n    WSGI config for YOUR_PROJECT_NAME project.\n\n    It exposes the WSGI callable as a module-level variable named ``application``.\n\n    For more information on this file, see\n    https://docs.djangoproject.com/en/1.10/howto/deployment/wsgi/\n    \"\"\"\n\n    import os\n\n    from caduceus.wsgi import Caduceus\n    from django.core.wsgi import get_wsgi_application\n\n    os.environ.setdefault(\"DJANGO_SETTINGS_MODULE\", \"YOUR_PROJECT_NAME.settings.dev\")\n\n    tenant_id = 'YOUR-TENANT-ID'\n    application = Caduceus(get_wsgi_application(), tenant_id)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavydany%2Fcaduceus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavydany%2Fcaduceus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavydany%2Fcaduceus/lists"}