Source: pybind11-stubgen Section: python Maintainer: Debian Science Maintainers Uploaders: Colin Watson , Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-setuptools, Standards-Version: 4.7.3 Homepage: https://github.com/pybind/pybind11-stubgen Vcs-Browser: https://salsa.debian.org/science-team/pybind11-stubgen Vcs-Git: https://salsa.debian.org/science-team/pybind11-stubgen.git X-Style: black Package: pybind11-stubgen Architecture: all Multi-Arch: foreign Depends: python3-pybind11-stubgen, ${misc:Depends}, ${python3:Depends}, Description: PEP 561 type stubs generator for pybind11 modules (utility) Static analysis tools and IDE usually struggle to understand python binary extensions. pybind11-stubgen generates stubs for python extensions to make them less opaque. . The CLI tool includes tweaks to target modules compiled specifically with pybind11, but it should work well with modules built with other libraries. . This package contains the pybind11-stubgen utility. Package: python3-pybind11-stubgen Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, ${python3:Depends}, Description: PEP 561 type stubs generator for pybind11 modules (library) Static analysis tools and IDE usually struggle to understand python binary extensions. pybind11-stubgen generates stubs for python extensions to make them less opaque. . The CLI tool includes tweaks to target modules compiled specifically with pybind11, but it should work well with modules built with other libraries. . This package contains the pybind11_stubgen library for Python 3.