Skip to main content

Parse Python docstrings in reST, Google and Numpydoc format

Project description

docstring_parser_fork

This is a fork of docstring_parser.

This fork fixes bugs that the upstream library has not fixed, and it also offers additional functionalities. To inspect the difference between this fort and the upstream, go to CHANGELOG.md and read the entries that start with "(Fork)".


Build

Parse Python docstrings. Currently support ReST, Google, Numpydoc-style and Epydoc docstrings.

Example usage:

>>> from docstring_parser import parse
>>>
>>>
>>> docstring = parse(
...     '''
...     Short description
...
...     Long description spanning multiple lines
...     - First line
...     - Second line
...     - Third line
...
...     :param name: description 1
...     :param int priority: description 2
...     :param str sender: description 3
...     :raises ValueError: if name is invalid
...     ''')
>>>
>>> docstring.long_description
'Long description spanning multiple lines\n- First line\n- Second line\n- Third line'
>>> docstring.params[1].arg_name
'priority'
>>> docstring.raises[0].type_name
'ValueError'

Read API Documentation.

Installation

Installation using pip

pip install docstring_parser_fork

# or if you want to install it in a virtual environment

python -m venv venv # create environment
source venv/bin/activate # activate environment
python -m pip install docstring_parser_fork

Installation using conda

  1. Download and install miniconda or anaconda
  2. 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:

git clone https://github.com/rr-/docstring_parser.git
cd docstring_parser

python -m venv venv  # create environment
source venv/bin/activate  # activate environment

pip install -e ".[dev]"  # install as editable
pre-commit install  # make sure pre-commit is setup

To run tests:

source venv/bin/activate
pytest

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

docstring_parser_fork-0.0.14.tar.gz (34.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

docstring_parser_fork-0.0.14-py3-none-any.whl (43.1 kB view details)

Uploaded Python 3

File details

Details for the file docstring_parser_fork-0.0.14.tar.gz.

File metadata

  • Download URL: docstring_parser_fork-0.0.14.tar.gz
  • Upload date:
  • Size: 34.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.23

File hashes

Hashes for docstring_parser_fork-0.0.14.tar.gz
Algorithm Hash digest
SHA256 a2743a63d8d36c09650594f7b4ab5b2758fee8629dcf794d1b221b23179baa5c
MD5 fc4af1cd2ed33e0a4ddc8131457fd02b
BLAKE2b-256 66bf27f9cab2f0cd1d17a4420572088bbc19f36d726fbcf165edf226a8926dbc

See more details on using hashes here.

File details

Details for the file docstring_parser_fork-0.0.14-py3-none-any.whl.

File metadata

File hashes

Hashes for docstring_parser_fork-0.0.14-py3-none-any.whl
Algorithm Hash digest
SHA256 4c544f234ef2cc2749a3df32b70c437d77888b1099143a1ad5454452c574b9af
MD5 5b54e92edb0dfa64e8f6a7e8bea341a9
BLAKE2b-256 bf5098b146aea0f1cd7531d25f12bea69fa9ce8d1662124f93fb30dc4511b65e

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page