Metadata-Version: 1.1
Name: sphinxcontrib-autoprogram
Version: 0.1.2
Summary: Documenting CLI programs
Home-page: https://bitbucket.org/birkenfeld/sphinx-contrib
Author: Hong Minhee
Author-email: minhee@dahlia.kr
License: BSD
Description: ``sphinxcontrib.autoprogram`` --- Documenting CLI programs
        ==========================================================
        
        This contrib extension, ``sphinxcontrib.autoprogram``, provides an automated
        way to document CLI programs.  It scans ``arparser.ArgumentParser`` object,
        and then expands it into a set of ``.. program::`` and ``.. option::``
        directives.
        
        Install using ``pip``:
        
        .. code-block:: console
        
           $ pip install sphinxcontrib-autoprogram
        
        You can find the documentation from the following URL:
        
        https://pythonhosted.org/sphinxcontrib-autoprogram/
        
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: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: Implementation :: Stackless
Classifier: Topic :: Documentation
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Utilities
