Metadata-Version: 1.1
Name: sphinxcontrib-ansi
Version: 0.6.dev20171010
Summary: Sphinx extension ansi
Home-page: http://bitbucket.org/birkenfeld/sphinx-contrib
Author: Sebastian Wiesner
Author-email: lunaryorn@googlemail.com
License: BSD
Download-URL: http://pypi.python.org/pypi/ansi
Description-Content-Type: UNKNOWN
Description: ####################
        sphinxcontrib-ansi
        ####################
        
        http://packages.python.org/sphinxcontrib-ansi
        
        A Sphinx_ extension, which turns ANSI color sequences in Sphinx documents
        into colored HTML output.
        
        
        Installation
        ------------
        
        This extension can be installed from the Python Package Index::
        
           pip install sphinxcontrib-ansi
        
        Alternatively, you can clone the sphinx-contrib_ repository from BitBucket,
        and install the extension directly from the repository::
        
           hg clone http://bitbucket.org/birkenfeld/sphinx-contrib
           cd sphinx-contrib/ansi
           python setup.py install
        
        
        Usage
        -----
        
        Please refer to the documentation_ for further information.
        
        
        .. _`Sphinx`: http://sphinx.pocoo.org/latest
        .. _`sphinx-contrib`: http://bitbucket.org/birkenfeld/sphinx-contrib
        .. _documentation: http://packages.python.org/sphinxcontrib-ansi
        
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Documentation
Classifier: Topic :: Utilities
