{ "info": { "author": "Rehive", "author_email": "info@rehive.com", "bugtrack_url": null, "classifiers": [ "Framework :: Django", "Framework :: Django :: 2.2", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "# Rehive Django HealthCheck\n\n## Quick start\n\n1. Install the package:\n\n```\npip install django-healthz\n```\n\n2. Add \"healthz\" to your INSTALLED_APPS settings like this:\n\n```\n INSTALLED_APPS = [\n ...\n 'healthz',\n ]\n```\n\n3. Include the healtheck middleware in the django middleware:\n\n```\nMIDDLEWARE = [\n 'healthz.middleware.HealthCheckMiddleware',\n ...\n]\n```\n\n4. Configure the readiness checks:\n\n```\nHEALTHCHECK = {\n 'READINESS_CHECKS': ('databases', 'caches', 'queues',)\n}\n```\n\n## TODO\n\n1. Update responses to JSON\n2. Allow customization or readiness and healthz URLs.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/rehive/django-healthz/archive/0.0.5.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rehive/django-healthz", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-healthz", "package_url": "https://pypi.org/project/django-healthz/", "platform": "", "project_url": "https://pypi.org/project/django-healthz/", "project_urls": { "Download": "https://github.com/rehive/django-healthz/archive/0.0.5.zip", "Homepage": "https://github.com/rehive/django-healthz" }, "release_url": "https://pypi.org/project/django-healthz/0.0.5/", "requires_dist": null, "requires_python": ">=3.4", "summary": "Simple middleware for healthchecks", "version": "0.0.5" }, "last_serial": 5476694, "releases": { "0.0.3": [ { "comment_text": "", "digests": { "md5": "512cb8f4a222b5272850267e0cd30593", "sha256": "cfd3a78852e33fc21288392c9e5ad424f4bb32ca7df291f0fda002196e638c42" }, "downloads": -1, "filename": "django-healthz-0.0.3.tar.gz", "has_sig": false, "md5_digest": "512cb8f4a222b5272850267e0cd30593", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 2406, "upload_time": "2019-06-24T09:46:36", "url": "https://files.pythonhosted.org/packages/1c/dd/09f917c46d30104da3d62e2ebb777fdda62995b0517f80c2c97ca664627b/django-healthz-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "a8cf1b13f545f0075665ef92d6a748e5", "sha256": "417b9c5c0fa25e11bc23af9c72268dc218ae575ddea10b061a9f0ab48010c4fd" }, "downloads": -1, "filename": "django-healthz-0.0.4.tar.gz", "has_sig": false, "md5_digest": "a8cf1b13f545f0075665ef92d6a748e5", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 2801, "upload_time": "2019-07-01T13:57:27", "url": "https://files.pythonhosted.org/packages/00/20/dbda9d0081b4339c1f8f153ba555c617e345f3555631ca985661025dae34/django-healthz-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "dcbb8ccae649d52b24f2ca4a00d9e438", "sha256": "a151fe7e4a5a93f42701b0dc2619495354063c18e6cbfe33162c39a5afc69e89" }, "downloads": -1, "filename": "django-healthz-0.0.5.tar.gz", "has_sig": false, "md5_digest": "dcbb8ccae649d52b24f2ca4a00d9e438", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 2924, "upload_time": "2019-07-02T12:42:11", "url": "https://files.pythonhosted.org/packages/27/6f/f6c64f75a88aac46c680349c0faf41b7e4679559e6a5b923e3bfb77afaef/django-healthz-0.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "dcbb8ccae649d52b24f2ca4a00d9e438", "sha256": "a151fe7e4a5a93f42701b0dc2619495354063c18e6cbfe33162c39a5afc69e89" }, "downloads": -1, "filename": "django-healthz-0.0.5.tar.gz", "has_sig": false, "md5_digest": "dcbb8ccae649d52b24f2ca4a00d9e438", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 2924, "upload_time": "2019-07-02T12:42:11", "url": "https://files.pythonhosted.org/packages/27/6f/f6c64f75a88aac46c680349c0faf41b7e4679559e6a5b923e3bfb77afaef/django-healthz-0.0.5.tar.gz" } ] }