Metadata-Version: 1.0
Name: ReSTinPeace
Version: 0.5.1
Summary: A tool to make handling ReStructured Text easier.
Home-page: http://pypi.python.org/pypi/ReSTinPeace/
Author: P.C. Shyamshankar
Author-email: sykora@lucentbeing.com
License: GNU General Public License v3.0
Description: ===============
        ReST in Peace
        ===============
        
        RIP is a library aimed at simplifying the usage of ReStructured Text for
        publishing content on the web. As such, it operates under the following
        restrictions:
        
        * Only HTML output is produced.
        * Only produces output for input received, i.e. does not produce full document
        output.
        
        Features
        --------
        
        * Basic output rendering.
        * Configurability for all sane options.
        * Extensible architecture for including more directives/roles.
        * Code Highlighting with Pygments.
        * LaTeX rendering of mathematical formulae.
        * URL Prefixing for resources.
        
        Todo
        ----
        
        * Command line runner interface.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Topic :: Text Processing :: Markup :: HTML
