pybind11-stubgen

Generate stubs for python modules

OTHER License

Downloads
94.9K
Stars
203
Committers
18

Bot releases are hidden (Show)

pybind11-stubgen - 1.1

Published by sizmailov about 1 year ago

Changes:

  • Added --dry-run CLI option to skip writing stubs stage (#114 )
pybind11-stubgen - 1.0

Published by sizmailov about 1 year ago

The project was rewritten from scratch for 1.0.

Changes:

  • Updated CLI interface, some options were removed, please see
    pybind11-stubgen --help for details
  • Replaced regex-based signature parsing with more robust procedure
    which enables to produce partially degraded signatures
  • Added type parsing/replacing, including deeply annotated types
  • Support implicit imports required for static analysis
  • Add introspection of pure python functions
  • Improved structure of test binary pybind module
pybind11-stubgen - 1.0-dev

Published by sizmailov about 1 year ago

⚠️ Project was rewritten from scratch for 1.x.

Changes:

  • Updated CLI interface, some options were removed, please see
    pybind11-stubgen --help for details
  • Replaced regex-based signature parsing with more robust procedure
    which enables to produce partially degraded signatures
  • Added type parsing/replacing, including deeply annotated types
  • Support implicit imports required for static analysis
  • Add introspection of pure python functions
  • Improved structure of test binary pybind module