{ "info": { "author": "Mike Hurt", "author_email": "mike@mhtechnical.net", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Utilities" ], "description": "django-roberts\n==============\n\nA simple Django app to serve a robots.txt file.\n\n\nRequirements\n------------\n\nDjango 1.2 or greater, Python 2.7 or greater.\n\n\nInstallation\n------------\n\nUse your favorite Python installer to install it from PyPI::\n\n pip install django-roberts\n\nOr get the source from the application site::\n\n hg clone https://bitbucket.org/mhurt/django-roberts\n \nThe :code:`robots` package, included in the distribution, should be placed on the :code:`PYTHONPATH`.\n\n\n\nConfiguration\n-------------\n\n1. Add :code:`robots` to your :code:`INSTALLED_APPS` setting.\n\n2. Include the package's url patterns in your root :code:`urls.py`::\n\n url(r'', include('robots.urls')),\n\nIf your run Django's development server you should now be able to see the example robots.txt file at http://127.0.0.1:8000/robots.txt\n\n\n\nExtras\n------\n\nFor convenience the package defines the usable combinations of robots directives which can be used in your views and templates.\n\nThe following constants are defined:\n\n* NOINDEX_FOLLOW\n* INDEX_NOFOLLOW\n* NOINDEX_NOFOLLOW\n\nHere's a simple example of using these constants in practice...\n\nIn your view::\n\n # views.py\n import robots\n \n class MyView(ListView):\n meta_robots = robots.NOINDEX_FOLLOW\n ...\n ...\n\nIn your base template::\n\n # base.html\n \n \n ...\n {% include 'robots/meta_robots.html' %}\n \n \n \n {% if view.meta_robots %}\n \n {% endif %}\n ...\n ...\n\nPython package\n--------------\nThe Python package is available from PyPI_ \n\n\nGet the source code\n-------------------\nFrom our `BitBucket repository`_.\n\n\nReport a bug\n------------\nPlease report any bugs through our `Issue Tracker`_.\n\n.. _PyPI: https://pypi.python.org/pypi/django-roberts\n.. _BitBucket repository: https://bitbucket.org/mhurt/django-roberts\n.. _Issue Tracker: https://bitbucket.org/mhurt/django-roberts/issues\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/mhurt/django-roberts", "keywords": "django robots.txt", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-roberts", "package_url": "https://pypi.org/project/django-roberts/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-roberts/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/mhurt/django-roberts" }, "release_url": "https://pypi.org/project/django-roberts/0.1.3/", "requires_dist": null, "requires_python": null, "summary": "A simple Django app to provide access to a robots.txt file", "version": "0.1.3" }, "last_serial": 1247795, "releases": { "0.0.5": [], "0.0.6": [ { "comment_text": "", "digests": { "md5": "d225bb9f54d4902ec94db6e7c855f7a9", "sha256": "6bb9a4e92a6d5e98f16b4a1a2faaaf03bdacbc5a4b3ef13103cae298afcb5a43" }, "downloads": -1, "filename": "django-roberts-0.0.6.tar.gz", "has_sig": false, "md5_digest": "d225bb9f54d4902ec94db6e7c855f7a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2615, "upload_time": "2014-09-12T11:37:19", "url": "https://files.pythonhosted.org/packages/41/68/a6f4bde451c763afc4c98c79c2c510cb60e8ae5120fa8bed2938a5942bcb/django-roberts-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "e6ff92af122bf085ea35671afdfbb342", "sha256": "8e5ab7f9e96f40039fd9e905042e5424e0f5dfe586bdc74c047a079f2bfb5566" }, "downloads": -1, "filename": "django-roberts-0.0.7.tar.gz", "has_sig": false, "md5_digest": "e6ff92af122bf085ea35671afdfbb342", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2575, "upload_time": "2014-09-12T11:52:09", "url": "https://files.pythonhosted.org/packages/b5/e3/13be5b9b88f190e3cb2c020f8f0b813162768347f3488e4478c31fbe2c67/django-roberts-0.0.7.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "99284b16ccb4f8e829efec959f8e6de1", "sha256": "12222ee2e3af6aace9a51804abdd60ef2aa5718679c413d1a5016c864bace294" }, "downloads": -1, "filename": "django-roberts-0.1.0.tar.gz", "has_sig": false, "md5_digest": "99284b16ccb4f8e829efec959f8e6de1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2964, "upload_time": "2014-09-13T13:58:05", "url": "https://files.pythonhosted.org/packages/85/05/696da39e489513b0fbb4767331246c9d4d412fcd712b8b04f3ed1436180a/django-roberts-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "96db98dd033c97fa1934853a18ea8a8a", "sha256": "6427e29feb038bcec0eb54d691698c708514d9382bd618e5443fb5d262cb602a" }, "downloads": -1, "filename": "django-roberts-0.1.1.tar.gz", "has_sig": false, "md5_digest": "96db98dd033c97fa1934853a18ea8a8a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2959, "upload_time": "2014-09-13T14:56:59", "url": "https://files.pythonhosted.org/packages/39/b0/7a3c6346e7ef8c2e1f8a1846221390cfee6bcebeaa1dd908370e660f772f/django-roberts-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "eaa2613c696f1c333250507055b1cec0", "sha256": "092d143cd3cfd8cbc658cdc2caabdc52449e946623e4163719c2408eb328368e" }, "downloads": -1, "filename": "django-roberts-0.1.2.tar.gz", "has_sig": false, "md5_digest": "eaa2613c696f1c333250507055b1cec0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3162, "upload_time": "2014-09-13T16:33:40", "url": "https://files.pythonhosted.org/packages/47/be/0500597ac322ca74b83ee71f73ffa28088b1cd5200506786ee9c31d103d0/django-roberts-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "9d43930a45e3df6ecb9eac2dbe2e2115", "sha256": "4d288284b02049d7cd78f63546f70fb9cf961ea2454e1621b93a46487468f2b3" }, "downloads": -1, "filename": "django-roberts-0.1.3.tar.gz", "has_sig": false, "md5_digest": "9d43930a45e3df6ecb9eac2dbe2e2115", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4114, "upload_time": "2014-10-04T17:12:43", "url": "https://files.pythonhosted.org/packages/35/26/3f0f72590e96840da51491e664e9751b42b9789b847c26121aa0b3f8dec8/django-roberts-0.1.3.tar.gz" } ], "0.1.3b1": [ { "comment_text": "", "digests": { "md5": "3dd11011dc8c39c81639a2dc56c4b70d", "sha256": "e7be1d02a1a3823a4428d760a7cbde2699027dfa396e0801dab60ea3718717e3" }, "downloads": -1, "filename": "django-roberts-0.1.3b1.tar.gz", "has_sig": false, "md5_digest": "3dd11011dc8c39c81639a2dc56c4b70d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3247, "upload_time": "2014-09-21T14:09:22", "url": "https://files.pythonhosted.org/packages/e8/80/e128fb6dd96bbcd65529c7773f901c23f3baccfe65f5c6f7304e00e56eee/django-roberts-0.1.3b1.tar.gz" } ], "0.1.3b2": [ { "comment_text": "", "digests": { "md5": "f14e66edab1191bf8f7405524bb572a5", "sha256": "89607713cf0ca920e583503bdd5dac45a36b4a4bc56c5c8f8eaa7d0ee58b6a6e" }, "downloads": -1, "filename": "django-roberts-0.1.3b2.tar.gz", "has_sig": false, "md5_digest": "f14e66edab1191bf8f7405524bb572a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4090, "upload_time": "2014-09-30T22:37:29", "url": "https://files.pythonhosted.org/packages/c4/ad/6153ff171bf24f94ceacef80c70e97df15dc0aa23b2376032d109e0ee0a8/django-roberts-0.1.3b2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9d43930a45e3df6ecb9eac2dbe2e2115", "sha256": "4d288284b02049d7cd78f63546f70fb9cf961ea2454e1621b93a46487468f2b3" }, "downloads": -1, "filename": "django-roberts-0.1.3.tar.gz", "has_sig": false, "md5_digest": "9d43930a45e3df6ecb9eac2dbe2e2115", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4114, "upload_time": "2014-10-04T17:12:43", "url": "https://files.pythonhosted.org/packages/35/26/3f0f72590e96840da51491e664e9751b42b9789b847c26121aa0b3f8dec8/django-roberts-0.1.3.tar.gz" } ] }