Home

Awesome

stubgen

Generate stub files containing hints for the mypy static type checker from docstrings.

Usage

pip3 install mypy-lang
python examples/sphinx_parser.py -o examples/sphinx/demo_docstrings.pyi
mypy -m examples/sphinx/demo_docstrings --disallow-untyped-defs --verbose