Metadata-Version: 2.1
Name: docstring-utils
Version: 0.0.1
Summary: Parser for Numpy, Sphinx, and Google-style docstrings
Home-page: https://github.com/DenverCoder1/docstring_utils
Author: Jonah Lawrence
Author-email: Jonah Lawrence <jonah@freshidea.com>
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/DenverCoder1/docstring_utils/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: docs
Requires-Dist: sphinx (<5,>=4.4.0) ; extra == 'docs'
Requires-Dist: enum-tools (<1,>=0.9.0.post1) ; extra == 'docs'
Requires-Dist: sphinx-toolbox (<3,>=2.18.0) ; extra == 'docs'
Requires-Dist: sphinxcontrib-trio (<2,>=1.1.2) ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme (<2,>=1.0.0) ; extra == 'docs'
Requires-Dist: sphinxext-opengraph (<1,>=0.6.2) ; extra == 'docs'

# docstring_utils

Simple parser for Numpy, Sphinx, and Google-style docstrings


