{ "info": { "author": "S\u00f6ren Berger", "author_email": "soeren.berger@u1337.de", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v2 (GPLv2)", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3" ], "description": "# django-pipstatus\n\ndjango-pipstatus provides simple templatetag and page that shows the status of your pip installation.\n\n## Installation\n\nAdd 'pipstatus' to your INSTALLED_APP.\n\n## Setup dedicated URL\n\nadd pipstatus.url to your urls.py\n\n```python\n urlpatterns = [\n url(r'^admin/', include(admin.site.urls)),\n url(r'^pipstatus/', include(pipstatus.urls)),\n]\n```\n\n## Setup own view\n\nDefine a view and a template somewhere\n\n```python\ndef pipconfig2(request):\n return render(request, \"my_template.html\")\n```\n```html\n{% extends \"base.html\" %}\n{% block content %}\n

My PIP Page

\n{% include \"pipstatus.html\" %}\n{% endblock %}\n```\n\n## Define your own template structure\n\n```html\n{% load pipstatus %}\n{% get_pipstatus as config %}\n{% for x in config.entries %}\n {% if x.outdated %}\n x.name is outdated!
\n {% endif %}\n{% endfor %}\n```", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/soerenbe/django-pipstatus", "keywords": "django pip", "license": "GPL-v2", "maintainer": "", "maintainer_email": "", "name": "django-pipstatus", "package_url": "https://pypi.org/project/django-pipstatus/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-pipstatus/", "project_urls": { "Homepage": "https://github.com/soerenbe/django-pipstatus" }, "release_url": "https://pypi.org/project/django-pipstatus/0.1.3/", "requires_dist": [ "django", "pip (>=7)" ], "requires_python": "", "summary": "Django pipstatus", "version": "0.1.3" }, "last_serial": 1964213, "releases": { "0.1": [], "0.1.1": [], "0.1.2": [], "0.1.3": [ { "comment_text": "", "digests": { "md5": "770b2e00ac1b27fc21288509080912f0", "sha256": "91d99f417a410fa50924b74bd37fd3d6e3026385cfc8ceb976470641ba622718" }, "downloads": -1, "filename": "django_pipstatus-0.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "770b2e00ac1b27fc21288509080912f0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6476, "upload_time": "2015-11-27T21:59:38", "url": "https://files.pythonhosted.org/packages/cf/4d/eb09f057f8e4c81504d1e1ba1ce490e5629eae31e9eeedeaf91ee80cc1dc/django_pipstatus-0.1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fb26145b837de082d296eaf9ede1449c", "sha256": "62189332d1fcdd7689ef3de0ad21162b92f48484f2e3ed51d43342acfaa0cd7c" }, "downloads": -1, "filename": "django-pipstatus-0.1.3.tar.gz", "has_sig": false, "md5_digest": "fb26145b837de082d296eaf9ede1449c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4113, "upload_time": "2015-11-27T21:59:42", "url": "https://files.pythonhosted.org/packages/80/f7/4a3dab5ee62ab1a55b88a416a3f04c720f972501cc78b6cd23e3493dbdd2/django-pipstatus-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "770b2e00ac1b27fc21288509080912f0", "sha256": "91d99f417a410fa50924b74bd37fd3d6e3026385cfc8ceb976470641ba622718" }, "downloads": -1, "filename": "django_pipstatus-0.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "770b2e00ac1b27fc21288509080912f0", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6476, "upload_time": "2015-11-27T21:59:38", "url": "https://files.pythonhosted.org/packages/cf/4d/eb09f057f8e4c81504d1e1ba1ce490e5629eae31e9eeedeaf91ee80cc1dc/django_pipstatus-0.1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fb26145b837de082d296eaf9ede1449c", "sha256": "62189332d1fcdd7689ef3de0ad21162b92f48484f2e3ed51d43342acfaa0cd7c" }, "downloads": -1, "filename": "django-pipstatus-0.1.3.tar.gz", "has_sig": false, "md5_digest": "fb26145b837de082d296eaf9ede1449c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4113, "upload_time": "2015-11-27T21:59:42", "url": "https://files.pythonhosted.org/packages/80/f7/4a3dab5ee62ab1a55b88a416a3f04c720f972501cc78b6cd23e3493dbdd2/django-pipstatus-0.1.3.tar.gz" } ] }