Source: python-pint
Section: python
Priority: optional
Maintainer: openstack-core-eng@mirantis.com
Uploaders: openstack-core-eng@mirantis.com
Build-Depends: debhelper (>= 9),
               python-all (>= 2.6.6-3~),
               python-setuptools,
Standards-Version: 3.9.5
Homepage: https://github.com/hgrecco/pint

Package: python-pint
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: libjs-angularjs (<< 1.2.17),
         libjs-angularjs (>= 1.2.16),
         python-xstatic,
         ${misc:Depends},
         ${python:Depends}
Description: Pint: a Python units library
 Pint is Python module/package to define, operate and manipulate physical
 quantities: the product of a numerical value and a unit of measurement.
 It allows arithmetic operations between them and conversions from and
 to different units.
 It is distributed with a comprehensive list of physical units, prefixes
 and constants. Due to its modular design, you to extend (or even rewrite!)
 the complete list without changing the source code.
 It has a complete test coverage. It runs in Python 2.7 and 3.X
 with no other dependency. It licensed under BSD.