Source: python-pcl Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Jochen Sprickerhof Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all-dev, cython3, libpcl-dev (>=1.11), python3-numpy, python3-setuptools, Standards-Version: 4.5.0 Rules-Requires-Root: no Homepage: https://strawlab.github.io/python-pcl/ Vcs-Git: https://salsa.debian.org/python-team/modules/python-pcl.git Vcs-Browser: https://salsa.debian.org/python-team/modules/python-pcl Testsuite: autopkgtest-pkg-python Package: python3-pcl Architecture: any Multi-Arch: foreign Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} Provides: ${python3:Provides} XB-Python-Version: ${python3:Versions} Description: Python 3 binding to the Pointcloud library (PCL) The following parts of the API are wrapped (all methods operate on PointXYZ) point types: - I/O and integration; saving and loading PCD files - segmentation - SAC - smoothing - filtering - registration (ICP, GICP, ICP_NL) . This package installs the library for Python 3.