{ "info": { "author": "Nicolas Tobo", "author_email": "nicolas.tobo@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: MacOS", "Operating System :: POSIX", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# Django HumansTXT\n\nDjango HumansTXT will make it easy to you to serve humans.txt file.\n\n## Quickstart\n\nInstall django-humanstxt using pip (we do recommend to do it in a virtualenv).\n\n\n pip install django-humanstxt\n\nTo integrate it into a Django project, simply add it to your `INSTALLED_APPS`:\n\n\n INSTALLED_APPS = [\n # some interesting stuff...\n 'humanstxt',\n # some other stuff...\n ]\n\n\n urlpatterns = [\n # ...\n url(r'^humans\\.txt', include('humanstxt.urls')),\n # ...\n ]\n\n\n python manage.py migrate\n\n\nYou're now ready to use the app.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://django-humanstxt.readthedocs.org", "keywords": "django humans txt humanstxt humans.txt", "license": "GPL V3", "maintainer": null, "maintainer_email": null, "name": "django-humanstxt", "package_url": "https://pypi.org/project/django-humanstxt/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-humanstxt/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://django-humanstxt.readthedocs.org" }, "release_url": "https://pypi.org/project/django-humanstxt/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "A simple HumansTXT Django app", "version": "0.1.0" }, "last_serial": 1795193, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "665b054ace56fb982ec2b7f6c54c9d20", "sha256": "5fab4559d91914a346b12370b3e103d3b9c34163f11835718e0a6f43d93b73cb" }, "downloads": -1, "filename": "django-humanstxt-0.1.0.tar.gz", "has_sig": false, "md5_digest": "665b054ace56fb982ec2b7f6c54c9d20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3064, "upload_time": "2015-10-31T16:12:52", "url": "https://files.pythonhosted.org/packages/44/89/2706d73c2aa6ace5e5c0875141900ac17342f63cd67f67bf102678e0eb5e/django-humanstxt-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "665b054ace56fb982ec2b7f6c54c9d20", "sha256": "5fab4559d91914a346b12370b3e103d3b9c34163f11835718e0a6f43d93b73cb" }, "downloads": -1, "filename": "django-humanstxt-0.1.0.tar.gz", "has_sig": false, "md5_digest": "665b054ace56fb982ec2b7f6c54c9d20", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3064, "upload_time": "2015-10-31T16:12:52", "url": "https://files.pythonhosted.org/packages/44/89/2706d73c2aa6ace5e5c0875141900ac17342f63cd67f67bf102678e0eb5e/django-humanstxt-0.1.0.tar.gz" } ] }