Metadata-Version: 2.1
Name: ArgDoc
Version: 0.1.2
Summary: A package for reducing copy/paste of argument descriptions in docstrings
Home-page: https://github.com/jsolbrig/argdoc
Author: Jeremy Solbrig
Author-email: jeremy.solbrig@colostate.edu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: sphinx
Requires-Dist: sphinxcontrib-programoutput

# argdoc
A decorator for reducing copy/paste in docstrings with common arguments and keywords

# Documentation
https://argdoc.readthedocs.io/en/latest/


