{ "info": { "author": "Lotrek", "author_email": "dimmitutto@lotrek.it", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "Programming Language :: Python", "Programming Language :: Python :: 3" ], "description": "Djrobots\n========\n\nOur internal utility to easily have robots.txt both for development and\nproduction\n\nInstall\n-------\n\n::\n\n pip install djrobots\n\nUsage\n-----\n\nInclude djrobots urls to your URLconf and your're done!\n\n::\n\n (r'^robots\\.txt$', include('djrobots.urls')),\n\nand add djrobots to your INSTALLED\\_APPS\n\nSitemap\n-------\n\nIf you want to specify the sitemap urls in your robots.txt, provide the\nview name in the settings\n\n::\n\n DJROBOTS_SITEMAPS = 'sitemap-root'\n\nDJROBOTS\\_SITEMAPS is a special setting, you can use an array to specify\nmore sitemaps in your robots.txt\n\n::\n\n DJROBOTS_SITEMAPS = ['sitemap-root', 'department-sitemap']\n\nor you can mix view names with raw urls\n\n::\n\n DJROBOTS_SITEMAPS = ['sitemap-root', 'department-sitemap', '/my-sitemap-index.xml']\n\nCustomization\n-------------\n\nBy default djrobots provides a robots.txt template for production and a\nrobots-debug.txt for development with a default configuration used\ninternally at Lotrek.\n\nIf you want to specify more directives you can extend default templates,\nrobots.txt and robots-debug.txt\n\n::\n\n {% extends \"djrobots/base-robots.txt\" %}\n {% block content %}\n User-agent: *\n Disallow: /cgi-bin/\n Disallow: /tmp/\n Disallow: {% url 'documents' %} \n\n Host: example.com\n\n {% endblock %}\n\nRun tests\n---------\n\n::\n\n $ pip install -r requirements-dev.txt\n $ ./runtests.py --with-coverage\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lotrekagency/djrobots", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "djrobots", "package_url": "https://pypi.org/project/djrobots/", "platform": "", "project_url": "https://pypi.org/project/djrobots/", "project_urls": { "Homepage": "https://github.com/lotrekagency/djrobots" }, "release_url": "https://pypi.org/project/djrobots/0.0.6/", "requires_dist": null, "requires_python": "", "summary": "djrobots", "version": "0.0.6" }, "last_serial": 3863931, "releases": { "0.0.4": [ { "comment_text": "", "digests": { "md5": "bfe51116d86a6efbf1d99bd595e1962c", "sha256": "552da79cdc9813c1ed6a691e73954e4a3429c36a47af10e84d6967ac0142326a" }, "downloads": -1, "filename": "djrobots-0.0.4.tar.gz", "has_sig": false, "md5_digest": "bfe51116d86a6efbf1d99bd595e1962c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2752, "upload_time": "2017-10-10T15:05:20", "url": "https://files.pythonhosted.org/packages/bd/59/4e7eb078f42f94216a7f431b7b7c8b4ca97be58fbe901c8538588380ba81/djrobots-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "8bf9f50c3fc12240ce02d3f69eed4205", "sha256": "62a2529b2842788b0a801e90f342515a889318410cbb93e9664a973ca1a8f729" }, "downloads": -1, "filename": "djrobots-0.0.5.tar.gz", "has_sig": false, "md5_digest": "8bf9f50c3fc12240ce02d3f69eed4205", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3308, "upload_time": "2017-11-05T02:55:00", "url": "https://files.pythonhosted.org/packages/ca/23/0c8ada2793cf7667046afc7b0d293e72338617e3250609addb5c1a087108/djrobots-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "e6865454478a601fb2b36d76fe26ca63", "sha256": "4174ee0840847610af3ba7147f612250b9c0395976ad60102cb4663bc525c382" }, "downloads": -1, "filename": "djrobots-0.0.6.tar.gz", "has_sig": false, "md5_digest": "e6865454478a601fb2b36d76fe26ca63", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3341, "upload_time": "2018-05-15T09:11:50", "url": "https://files.pythonhosted.org/packages/77/15/29c90d920e14caea9ccb0b35afc9c33c175c3aa860390907b51b885001fc/djrobots-0.0.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e6865454478a601fb2b36d76fe26ca63", "sha256": "4174ee0840847610af3ba7147f612250b9c0395976ad60102cb4663bc525c382" }, "downloads": -1, "filename": "djrobots-0.0.6.tar.gz", "has_sig": false, "md5_digest": "e6865454478a601fb2b36d76fe26ca63", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3341, "upload_time": "2018-05-15T09:11:50", "url": "https://files.pythonhosted.org/packages/77/15/29c90d920e14caea9ccb0b35afc9c33c175c3aa860390907b51b885001fc/djrobots-0.0.6.tar.gz" } ] }