Metadata-Version: 1.0
Name: sphinxcontrib-programoutput
Version: 0.7
Summary: Sphinx extension to include program output
Home-page: http://packages.python.org/sphinxcontrib-programoutput
Author: Sebastian Wiesner
Author-email: lunaryorn@googlemail.com
License: BSD
Download-URL: http://pypi.python.org/pypi/sphinxcontrib-programoutput
Description: ###########################
        sphinxcontrib-programoutput
        ###########################
        
        http://packages.python.org/sphinxcontrib-programoutput
        
        Sphinx 1.1 extension to insert the output of arbitrary commands into documents.
        
        The extension is available under the terms of the BSD license, see LICENSE_ for
        details.
        
        
        Installation
        ------------
        
        This extension requires Sphinx_ 1.1 and at least Python 2.6 or Python 3.2.  It
        is available in the Python Package Index::
        
           pip install sphinxcontrib-programoutput
        
        Alternatively, you can clone the sphinx-contrib_ repository from BitBucket,
        and install the extension directly from the repository::
        
           hg clone https://bitbucket.org/birkenfeld/sphinx-contrib
           cd sphinx-contrib/programoutput
           python setup.py install
        
        
        Usage
        -----
        
        Please refer to the documentation_ for further information.
        
        
        .. _`Sphinx`: http://sphinx.pocoo.org/latest
        .. _`sphinx-contrib`: https://bitbucket.org/birkenfeld/sphinx-contrib
        .. _documentation: http://packages.python.org/sphinxcontrib-programoutput
        .. _LICENSE: https://bitbucket.org/birkenfeld/sphinx-contrib/src/tip/LICENSE
        
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Documentation
Classifier: Topic :: Utilities
