Skip to main content

Fork of docstring_parser with Swig autodoc support

Project description

docstring_parser_swig

Fork of docstring_parser with Swig autodoc support. Check CHANGELOG.md to see the fork changes.

Includes a script (gen_stub.py) that takes a module generated by Swig and generates a .pyi file with type hints. Currently %feature("autodoc", "1") and Doxygen (translated to reStructuredText by Swig) are supported.

Also available on PyPI: pip install docstring_parser_swig

docstring_parser

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

# 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

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_swig-0.0.3.tar.gz (23.2 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_swig-0.0.3-py3-none-any.whl (28.1 kB view details)

Uploaded Python 3

File details

Details for the file docstring_parser_swig-0.0.3.tar.gz.

File metadata

File hashes

Hashes for docstring_parser_swig-0.0.3.tar.gz
Algorithm Hash digest
SHA256 98147668cd9e8f2e394d9b1c9bdb40f6cbb0c7ab3b2d591cc4672937b1854361
MD5 3f1f298c51726c6f6bc49b4f9e1d9ad9
BLAKE2b-256 7cb4a9581fb7b8c1ad8b01d6afb4b471e175590e6e5566dff0e257a5d9fe3994

See more details on using hashes here.

File details

Details for the file docstring_parser_swig-0.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for docstring_parser_swig-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 f55dc4ae65e511f89ae58e5d548e6f437d68abe42b40e0fa6ddf129e040705a5
MD5 54d5d872d5155769f856a4fd074de479
BLAKE2b-256 454d8e5b8373a6b6759d81ff8477c0c951c5501d4767fb29ae690e8ea1c78833

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