Source: python-quantities Maintainer: Debian Science Maintainers Uploaders: Andrea Palazzi , Michael Hanke , Yaroslav Halchenko Section: python Testsuite: autopkgtest-pkg-python Priority: optional Build-Depends: python3-all, pybuild-plugin-pyproject, debhelper-compat (= 13), dh-sequence-python3, python3-numpy, python3-setuptools, python3-setuptools-scm, python3-pytest, Standards-Version: 4.7.2 Vcs-Browser: https://salsa.debian.org/science-team/python-quantities Vcs-Git: https://salsa.debian.org/science-team/python-quantities.git Homepage: https://packages.python.org/quantities/ Package: python3-quantities Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, python3-numpy Breaks: python3-neo (<< 0.13.2-1~) Description: Library for computation of physical quantities with units, based on numpy Quantities is designed to handle arithmetic and conversions of physical quantities, which have a magnitude, dimensionality specified by various units, and possibly an uncertainty. Quantities builds on the popular numpy library and is designed to work with numpy ufuncs, many of which are already supported.