Metadata-Version: 1.1
Name: rstview
Version: 0.4.0
Summary: 
Simple Django application around docutils to parse reStructuredText markup

Home-page: http://pypi.python.org/pypi/rstview
Author: David Thenon
Author-email: sveetch@gmail.com
License: MIT
Description: .. _docutils: http://docutils.sourceforge.net/
        .. _Django: https://www.djangoproject.com/
        .. _reStructuredText: http://docutils.sourceforge.net/rst.html
        .. _Pygments: http://pygments.org/
        
        rstview
        ===================================
        
        This is a simple `Django`_ application around `docutils`_ to parse `reStructuredText`_ markup.
        
        Features
        ********
        
        * **Html4** and **Html5** writers available;
        * **Custom reporter** to validate source;
        * **Dedicated view** to make a page from a rst source;
        * **Template tag** to directly parse `reStructuredText`_ markup;
        * **Parser driven by configuration** so they can be shared without to define them again and again;
        * **Configuration registry** to store multiple different parser configurations;
        * **Test driven development**;
        
        Links
        *****
        
        * Read the documentation on `Read the docs <http://rstview.readthedocs.io/>`_;
        * Download its `PyPi package <https://pypi.python.org/pypi/rstview>`_;
        * Clone it on its `Github repository <https://github.com/sveetch/rstview>`_;
        
        Dependancies
        ************
        
        * `Django`_ >= 1.7, <1.10;
        * `docutils`_ >= 0.7;
        * Optionnaly (but recommended): `Pygments`_ >= 1.2.x to have highlighted syntax in your *sourcecode* blocks;
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.7
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Text Processing :: Markup
Classifier: Topic :: Software Development :: Libraries :: Python Modules
