Path: blob/main/singlestoredb/docstring/README.md
469 views
docstring_parser
Parse Python docstrings. Currently support ReST, Google, Numpydoc-style and Epydoc docstrings.
Example usage:
Read API Documentation.
Installation
Installation using pip
Installation using conda
Download and install miniconda or anaconda
Install the package from the conda-forge channel via:
conda install -c conda-forge docstring_parser
or create a new conda environment via
conda create -n my-new-environment -c conda-forge docstring_parser
Contributing
To set up the project:
To run tests: