{ "info": { "author": "Cees van Wieringen", "author_email": "ceesvw@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# about-py\nDjango about plugin\n\nMakes a webpage available with information about the projects last version control system commits and\n the python interpreter and used python libraries.\n \n# How to use\n 1. `pip install about-py`\n 2. add about-py to your Django INSTALLED_APPS:
\n
INSTALLED_APPS = [\n      ...,\n      about-py,\n      ...,\n   ]
\n 3. Create an url entry with the `AboutView`. e.g.
\n
\n      url(r'^about/', AboutView.as_view()),\n  

\n Or use the secure `SecureAboutView` so only staff and super users can access the page.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ceasaro/about_py", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "about-py", "package_url": "https://pypi.org/project/about-py/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/about-py/", "project_urls": { "Homepage": "https://github.com/ceasaro/about_py" }, "release_url": "https://pypi.org/project/about-py/0.0.3/", "requires_dist": null, "requires_python": "", "summary": "Makes a webpage available with information about the projects last version control system commits and the python interpreter and used python libraries.", "version": "0.0.3" }, "last_serial": 1882187, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "41e59585b397f416286cf3c260ec5a88", "sha256": "61add99274c5169b9961d27a37cbfd53516d3ff9ed4dac1c535c0f3c86cafc05" }, "downloads": -1, "filename": "about_py-0.0.1.tar.gz", "has_sig": false, "md5_digest": "41e59585b397f416286cf3c260ec5a88", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 60007, "upload_time": "2015-12-26T17:09:28", "url": "https://files.pythonhosted.org/packages/c6/33/d73f78a1c945ebde4e8816e1ce692da2df75e40e205eaacedfec86266a9b/about_py-0.0.1.tar.gz" } ], "0.0.2": [], "0.0.3": [ { "comment_text": "", "digests": { "md5": "86b205db9ee5ea3d059b1be9650bf871", "sha256": "a90b5725cafa26d679edcef03a8ce504e5a2c2bbf206b32a009ea781b60f313e" }, "downloads": -1, "filename": "about_py-0.0.3.tar.gz", "has_sig": false, "md5_digest": "86b205db9ee5ea3d059b1be9650bf871", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 61748, "upload_time": "2015-12-30T11:16:30", "url": "https://files.pythonhosted.org/packages/71/25/29ee3d7490668a125d7883a24c5e41ba2e38d42b55b448dca9aa7cf587d6/about_py-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "86b205db9ee5ea3d059b1be9650bf871", "sha256": "a90b5725cafa26d679edcef03a8ce504e5a2c2bbf206b32a009ea781b60f313e" }, "downloads": -1, "filename": "about_py-0.0.3.tar.gz", "has_sig": false, "md5_digest": "86b205db9ee5ea3d059b1be9650bf871", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 61748, "upload_time": "2015-12-30T11:16:30", "url": "https://files.pythonhosted.org/packages/71/25/29ee3d7490668a125d7883a24c5e41ba2e38d42b55b448dca9aa7cf587d6/about_py-0.0.3.tar.gz" } ] }