Metadata-Version: 2.1
Name: django-robots
Version: 4.0
Summary: Robots exclusion application for Django, complementing Sitemaps.
Home-page: https://github.com/jazzband/django-robots/
Author: Jannis Leidel
Author-email: jannis@leidel.info
License: UNKNOWN
Description: =============
        Django Robots
        =============
        
        .. image:: https://jazzband.co/static/img/badge.svg
           :target: https://jazzband.co/
           :alt: Jazzband
        .. image:: https://travis-ci.org/jazzband/django-robots.svg?branch=master
           :target: https://travis-ci.org/jazzband/django-robots
        .. image:: https://codecov.io/gh/jazzband/django-robots/branch/master/graph/badge.svg
          :target: https://codecov.io/gh/jazzband/django-robots
        .. image:: https://img.shields.io/pypi/v/django-robots.svg
           :target: https://pypi.python.org/pypi/django-robots
        
        This is a basic Django application to manage robots.txt files following the
        `robots exclusion protocol`_, complementing the Django_ `Sitemap contrib app`_.
        
        For installation instructions, see the documentation `install section`_;
        for instructions on how to use this application, and on
        what it provides, see the file "overview.txt" in the "docs/"
        directory or on ReadTheDocs: https://django-robots.readthedocs.io/
        
        Supported Django versions
        -------------------------
        
        * Django 3.0
        * Django 2.2
        * Django 2.1
        * Django 2.0
        * Django 1.11
        
        For older Django versions (1.6-1.10) use ``django-robots==3.0``.
        for Django 3 and above, use ``django-robots>=4.0.0``.
        
        Supported Python version
        ------------------------
        
        * Python 2.7 (Django 1.11 only)
        * Python 3.5, 3.6, 3.7, 3.8
        
        .. _install section: https://django-robots.readthedocs.io/en/latest/#installation
        .. _robots exclusion protocol: http://en.wikipedia.org/wiki/Robots_exclusion_standard
        .. _Django: http://www.djangoproject.com/
        .. _Sitemap contrib app: http://docs.djangoproject.com/en/dev/ref/contrib/sitemaps/
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: Framework :: Django :: 3.0
Requires-Python: >1.1.1
Description-Content-Type: text/x-rst
