{ "info": { "author": "John David Back", "author_email": "john@casamatic.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.3", "Topic :: Internet :: WWW/HTTP" ], "description": "Django Health\n=============\n\nShows the health of your Django app easily. You don't need to make expensive requests to full pages. If your app\nis up, this endpoint will work.\n\nQuick Start\n-----------\n\n1. Install with pip:\n\n $ pip install django-health\n\n2. Add 'health' to your INSTALLED_APPS setting:\n\n INSTALLED_APPS = (\n ...\n 'health',\n )\n\n3. Include the health URLconf in your project urls.py:\n\n url(r'^health/', include('health.urls')),\n\n4. Start development server `python manage.py runserver`\n\n5. Visit the health endpoint (http://127.0.0.1:8000/health/) for a `200 OK` to verify the site is up and that the\nhealth endpoint is working.", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "...", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "django-health", "package_url": "https://pypi.org/project/django-health/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-health/", "project_urls": { "Homepage": "..." }, "release_url": "https://pypi.org/project/django-health/0.4/", "requires_dist": null, "requires_python": null, "summary": "An easy way to see the health of your app", "version": "0.4" }, "last_serial": 1724111, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "a5839ff35b3a3792e0c2b5bbd51085f8", "sha256": "19a2dd943bfd6cdbb71282e0c4bf73ec7639c064c7e96b13f4e59126ce438236" }, "downloads": -1, "filename": "django_health-0.2b0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a5839ff35b3a3792e0c2b5bbd51085f8", "packagetype": "bdist_wheel", "python_version": "any", "requires_python": null, "size": 4400, "upload_time": "2015-09-14T20:16:48", "url": "https://files.pythonhosted.org/packages/f5/2e/dcc6395cebb96668826ec8846edc5a0a0473eb647f50cf971dc47503adfa/django_health-0.2b0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f947ee6cd7a9fa7620df37f5e780978e", "sha256": "83274caad9ef62c3d7263274a78a8a106c34463691f0c8ab66980b57deb7987b" }, "downloads": -1, "filename": "django_health-0.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "f947ee6cd7a9fa7620df37f5e780978e", "packagetype": "bdist_wheel", "python_version": "any", "requires_python": null, "size": 4903, "upload_time": "2015-09-15T18:23:17", "url": "https://files.pythonhosted.org/packages/d3/21/c0b243206db8806932ca70602e2bf80eca406f45628dd087c27b151616a2/django_health-0.4-py2.py3-none-any.whl" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "21cf9a24bc69b0f44e23c50de034cab1", "sha256": "e6ff7ae540e78a34024deb719f1cb28f573b45d9cdf36307b1259fbfdfb6b09d" }, "downloads": -1, "filename": "django_health-0.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "21cf9a24bc69b0f44e23c50de034cab1", "packagetype": "bdist_wheel", "python_version": "any", "requires_python": null, "size": 4920, "upload_time": "2015-09-15T15:32:35", "url": "https://files.pythonhosted.org/packages/c4/3d/75072055e8fb903b9bb7bd7a16748bddf8eab94687e942927847e162a6bd/django_health-0.3-py2.py3-none-any.whl" } ], "0.3": [], "0.4": [] }, "urls": [] }