At the point when `mypy.stubgen` (or other) will be able to generate full-featured stubs for pybind11 there would be no need in this tool. Things to ship: - [x] function signatures - [x] default argument parsing - [x] attribute types - [x] attribute values - [x] nested classes - [ ] functions with positional-only arguments - [ ] pybind11-specific type transformations (e.g. iterator -> typing.Iterator)