Source: cppy Section: python Priority: optional Maintainer: Sandro Tosi Uploaders: Debian Python Team , Build-Depends: debhelper-compat (= 13), pybuild-plugin-pyproject, python3-all, python3-doc , python3-setuptools, python3-sphinx , python3-sphinx-rtd-theme , Standards-Version: 4.6.2.0 Homepage: https://github.com/nucleic/cppy Vcs-Git: https://salsa.debian.org/python-team/packages/cppy.git Vcs-Browser: https://salsa.debian.org/python-team/packages/cppy Package: python-cppy-doc Section: doc Build-Profiles: Architecture: all Depends: ${misc:Depends}, ${sphinxdoc:Depends}, Multi-Arch: foreign Description: C++ headers for (Python) C extension development (documentation) A small C++ header library which makes it easier to write Python extension modules. The primary feature is a PyObject smart pointer which automatically handles reference counting and provides convenience methods for performing common object operations. . This package contains the documentation for cppy. Package: python3-cppy Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Recommends: ${python3:Recommends}, Suggests: ${python3:Suggests}, Description: C++ headers for (Python) C extension development A small C++ header library which makes it easier to write Python extension modules. The primary feature is a PyObject smart pointer which automatically handles reference counting and provides convenience methods for performing common object operations.