Metadata-Version: 1.1
Name: quantities
Version: 0.7.0
Summary: Support for physical quantities based on the popular numpy library
Home-page: http://packages.python.org/quantities
Author: Darren Dale
Author-email: dsdale24@gmail.com
License: BSD
Download-URL: http://pypi.python.org/pypi/quantities
Description: 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 to support quantities. Quantities is designed to work with
        numpy's standard ufuncs, many of which are already supported. Quantities is
        actively developed, and while the current features and API are stable, test
        coverage is incomplete and the package is not ready for production use.
Keywords: quantities,physical quantities,units
Platform: Any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering
Requires: numpy (>=1.3.0)
