LICENSE
README.md
pyproject.toml
pybind11_stubgen/__init__.py
pybind11_stubgen/__main__.py
pybind11_stubgen/printer.py
pybind11_stubgen/py.typed
pybind11_stubgen/structs.py
pybind11_stubgen/typing_ext.py
pybind11_stubgen/writer.py
pybind11_stubgen.egg-info/PKG-INFO
pybind11_stubgen.egg-info/SOURCES.txt
pybind11_stubgen.egg-info/dependency_links.txt
pybind11_stubgen.egg-info/entry_points.txt
pybind11_stubgen.egg-info/top_level.txt
pybind11_stubgen/parser/__init__.py
pybind11_stubgen/parser/errors.py
pybind11_stubgen/parser/interface.py
pybind11_stubgen/parser/mixins/__init__.py
pybind11_stubgen/parser/mixins/error_handlers.py
pybind11_stubgen/parser/mixins/filter.py
pybind11_stubgen/parser/mixins/fix.py
pybind11_stubgen/parser/mixins/parse.py
tests/py-demo/setup.py
tests/py-demo/demo/__init__.py
tests/py-demo/demo/core.py
tests/py-demo/demo/pure_python/__init__.py
tests/py-demo/demo/pure_python/classes.py
tests/py-demo/demo/pure_python/functions.py
tests/py-demo/demo/pure_python/functions_3_8_plus.py
tests/py-demo/demo/pure_python/functions_3_9_plus.py
tests/py-demo/demo/pure_python/values.py