Metadata-Version: 1.1
Name: django-docutils
Version: 0.3.0
Summary: Documentation Utilities (Docutils, reStructuredText) for django.
Home-page: https://github.com/tony/django-docutils
Author: Tony Narlock
Author-email: tony@git-pull.com
License: BSD
Description: |pypi| |docs| |build-status| |coverage| |license|
        
        django-docutils, docutils (reStructuredText) support for Django
        
        Documentation
        -------------
        
        The full documentation is at https://django-docutils.git-pull.com.
        
        Quickstart
        ----------
        
        Install django-docutils::
        
            pip install django-docutils
        
        Then use it in a project::
        
            import django-docutils
        
        .. |pypi| image:: https://img.shields.io/pypi/v/django-docutils.svg
            :alt: Python Package
            :target: http://badge.fury.io/py/django-docutils
        
        .. |build-status| image:: https://img.shields.io/travis/tony/django-docutils.svg
           :alt: Build Status
           :target: https://travis-ci.org/tony/django-docutils
        
        .. |coverage| image:: https://codecov.io/gh/tony/django-docutils/branch/master/graph/badge.svg
            :alt: Code Coverage
            :target: https://codecov.io/gh/tony/django-docutils
        
        .. |license| image:: https://img.shields.io/github/license/tony/django-docutils.svg
            :alt: License 
        
        .. |docs| image:: https://readthedocs.org/projects/django-docutils/badge/?version=latest
            :alt: Documentation Status
            :scale: 100%
            :target: https://readthedocs.org/projects/django-docutils/
        
        
        =========
        Changelog
        =========
        
        History
        -------
        
        - :release:`0.3.0 <2017-02-12>`
        - :support:`-` Package updates and fixes
        
        - :release:`0.2.0 <2017-01-01>`
        - :support:`-` Support for Django 1.10.0
        
        - :release:`0.1.0 <2015-06-20>`
        - :support:`-` First release on PyPI.
        
        .. vim: set filetype=rst:
        
Keywords: django,docutils,documentation utilities,reST,reStructuredText,rst
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
