Metadata-Version: 1.1
Name: docrep
Version: 0.2.0
Summary: Python package for docstring repetition
Home-page: https://github.com/Chilipp/docrep
Author: Philipp Sommer
Author-email: philipp.sommer@unil.ch
License: GPLv2
Description-Content-Type: UNKNOWN
Description: docrep - A Python Module for intelligent reuse of docstrings
        ============================================================
        
        .. list-table::
            :stub-columns: 1
            :widths: 10 90
        
            * - docs
              - |docs|
            * - tests
              - |travis| |coveralls|
            * - package
              - |version| |conda| |supported-versions| |supported-implementations|
        
        .. |docs| image:: http://readthedocs.org/projects/docrep/badge/?version=latest
            :alt: Documentation Status
            :target: http://docrep.readthedocs.io/en/latest/?badge=latest
        
        .. |travis| image:: https://travis-ci.org/Chilipp/docrep.svg?branch=master
            :alt: Travis
            :target: https://travis-ci.org/Chilipp/docrep
        
        .. |coveralls| image:: https://coveralls.io/repos/github/Chilipp/docrep/badge.svg?branch=master
            :alt: Coverage
            :target: https://coveralls.io/github/Chilipp/docrep?branch=master
        
        .. |version| image:: https://img.shields.io/pypi/v/docrep.svg?style=flat
            :alt: PyPI Package latest release
            :target: https://pypi.python.org/pypi/docrep
        
        .. |conda| image:: https://anaconda.org/conda-forge/docrep/badges/installer/conda.svg
            :alt: conda
            :target: https://anaconda.org/conda-forge/docrep
        
        .. |supported-versions| image:: https://img.shields.io/pypi/pyversions/docrep.svg?style=flat
            :alt: Supported versions
            :target: https://pypi.python.org/pypi/docrep
        
        .. |supported-implementations| image:: https://img.shields.io/pypi/implementation/docrep.svg?style=flat
            :alt: Supported implementations
            :target: https://pypi.python.org/pypi/docrep
        
        
        What's this?
        ------------
        Welcome to the **doc**\ umentation **rep**\ etition module **docrep**! This
        module targets developers that develop complex and nested Python APIs and
        helps them to create a well-documented piece of software.
        
        See the `documentation on readthedocs`_ for a small tutorial.
        
        .. _documentation on readthedocs: http://docrep.readthedocs.io/en/latest/
        
        Installation
        ------------
        Installation simply goes via pip::
        
            $ pip install docrep
        
        or via conda_::
        
            $ conda install -c conda-forge docrep
        
        or from the source on github_ via::
        
            $ python setup.py install
        
        .. _conda: https://conda.io/docs/
        .. _github: https://github.com/Chilipp/docrep
        
Keywords: docstrings docs docstring napoleon numpy reStructured text
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Documentation
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Operating System :: OS Independent
