1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
Source: pybind11-stubgen
Section: python
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
Colin Watson <cjwatson@debian.org>,
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
Testsuite: autopkgtest-pkg-python
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.
|