Metadata-Version: 2.1
Name: docstring2argparse
Version: 0.1.2
Summary: A simple library to convert docstrings to argparse command line interface
Author-email: Lingfei Wang <Lingfei.Wang.github@outlook.com>, Nikolaos Trasanidis <ntrasanidis@mgh.harvard.edu>, Luca Pinello <lpinello@mgh.harvard.edu>
Project-URL: Homepage, https://github.com/lingfeiwang/docstring2argparse
Project-URL: Issues, https://github.com/lingfeiwang/docstring2argparse/issues
Project-URL: Repository, https://github.com/lingfeiwang/docstring2argparse.git
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: docutils

This is a standalone software package separated from [Dictys](https://github.com/pinellolab/dictys) to allow better reuse. 
