Source: transforms3d Maintainer: Debian Python Team Uploaders: Jose Luis Rivero Section: python Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-numpy, python3-pytest, python3-setuptools, python3-scipy, Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/python-team/packages/transforms3d Vcs-Git: https://salsa.debian.org/python-team/packages/transforms3d.git Rules-Requires-Root: no Homepage: https://github.com/matthew-brett/transforms3d Package: python3-transforms3d Architecture: all Depends: ${misc:Depends}, python3-numpy, ${python3:Depends} Suggests: python3-sympy Description: code to convert between various geometric transformations Python code to convert between geometric transformations. . Composing rotations / zooms / shears / translations into affine matrix; Decomposing affine matrix into rotations / zooms / shears / translations; Conversions between different representations of rotations, including: * 3x3 Rotation matrices * Euler angles * quaternions