Metadata-Version: 1.1
Name: sphinxcontrib-autoprogram
Version: 0.1.5
Summary: Documenting CLI programs
Home-page: https://github.com/sphinx-contrib/autoprogram
Author: Hong Minhee
Author-email: hong.minhee@gmail.com
License: BSD
Description: ``sphinxcontrib.autoprogram``
        =============================
        
        .. image:: https://badge.fury.io/py/sphinxcontrib-autoprogram.svg
           :target: https://pypi.org/project/sphinxcontrib-autoprogram/
           :alt: Latest PyPI version
        
        .. image:: https://readthedocs.org/projects/sphinxcontrib-autoprogram/badge/
           :target: https://sphinxcontrib-autoprogram.readthedocs.io/
           :alt: Documentation Status
        
        .. image:: https://travis-ci.org/sphinx-contrib/autoprogram.svg?branch=master
           :alt: Build Status
           :target: https://travis-ci.org/sphinx-contrib/autoprogram
        
        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://sphinxcontrib-autoprogram.readthedocs.io/
        
Platform: any
Classifier: Development Status :: 5 - Production/Stable
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 :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
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
