{"id":20859110,"url":"https://github.com/andersinno/healthbip","last_synced_at":"2025-07-26T20:08:13.460Z","repository":{"id":148785116,"uuid":"224442400","full_name":"andersinno/healthbip","owner":"andersinno","description":"Django Application Healthchecks","archived":false,"fork":false,"pushed_at":"2019-11-27T14:29:16.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-19T07:25:10.490Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andersinno.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-27T13:55:16.000Z","updated_at":"2019-11-27T14:29:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"38cec0ea-08aa-4de5-b0be-2c0c3cd9264a","html_url":"https://github.com/andersinno/healthbip","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/andersinno%2Fhealthbip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andersinno%2Fhealthbip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andersinno%2Fhealthbip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andersinno%2Fhealthbip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andersinno","download_url":"https://codeload.github.com/andersinno/healthbip/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243230090,"owners_count":20257644,"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-18T04:48:40.948Z","updated_at":"2025-03-12T14:15:06.305Z","avatar_url":"https://github.com/andersinno.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Health Bip\n\nDjango health checks for Kubernetes\n\n## Installation\n\n### PIP\n`pip install healthbip`\n\n### Poetry\n`poetry add healthbip`\n\n## Usage\nHealth Bip comes with two ways that is can be used. Either via URLs or via middleware,\nthe choice of installation is up to the user and both ways support being extended by\nby subclassing the implementations.\n\n### Add to Django apps\nIn your `DJANGO_APPS` settings, add `healthbip`.\n\n```python\nDJANGO_APPS = [\n    ...,\n    \"healthbip\",\n    ...,\n]\n```\n\n\n### URLs\nIn the projects main URL file, add the following:\n```python\nfrom healthblip.urls import health_urls\n\nurlpatterns += health_urls\n```\n\n### Middleware\nIn the projects middleware settings, add the following:\n```python\nMIDDLEWARE = [\n    \"healthblip.middleware.HealthCheckMiddleware\",\n    ...,\n]\n```\n\nNote that middleware ordering is taken into consideration when Django runs them, so the\nhigher up you place the middleware the earlier it will be evaluated.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandersinno%2Fhealthbip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandersinno%2Fhealthbip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandersinno%2Fhealthbip/lists"}