Source: pytransform3d
Maintainer: Leopold Palomo-Avellaneda <leo@alaxarxa.net>
Section: python
Priority: optional
Build-Depends: dh-python, python3-setuptools, python3-all, debhelper-compat (= 13)
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/rock-learning/pytransform3d

Package: python3-pytransform3d
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-pyqt5, graphviz
Description: 3D transformations for Python
 A Python library for transformations in three dimensions.
 .
 The library focuses on readability and debugging, not on computational
 efficiency.
 If you want to have an efficient implementation of some function from the
 library you can easily extract the relevant code and implement it more
 efficiently in a language of your choice.
 .
 The library integrates well with the
 [scientific Python ecosystem](https://www.scipy-lectures.org/)
 with its core libraries Numpy, Scipy and Matplotlib.
 It's rely on [Numpy](https://www.numpy.org/) for linear algebra and on
 [Matplotlib](https://matplotlib.org/) to offer plotting functionalities.
