Added stubs for python files generated from C++ (#136)

* added pybind11-stubgen

* docs for generating stubs

* added line to readme
This commit is contained in:
Diogo
2023-12-14 15:58:45 -05:00
committed by GitHub
parent b93c4cf378
commit f55908bc48
4 changed files with 46 additions and 3 deletions

View File

@@ -88,6 +88,13 @@ To make sure the install is working run the tests with:
pip install ".[testing]"
python -m unittest discover python/tests
Optional: Install stubs to enable auto completions and type checking from your IDE:
.. code-block:: shell
pip install ".[dev]"
python setup.py generate_stubs
C++ API
^^^^^^^