Metadata-Version: 1.1
Name: units
Version: 0.01
Summary: Python support for quantities with units
Home-page: http://www.arandonohue.com/hg/units
Author: Aran Donohue
Author-email: aran@arandonohue.com
License: Python Software Foundation License
Description: Provides support for quantities and units, which strictly disallow
        invalid operations between incompatible quantities. For example, we cannot add
        2 metres to 5 seconds, because this doesn't make sense.
        
        @requires: U{Python<http://python.org/>} >= 2.5
        @since: 2009-Aug-10
        @status: under development
        
Platform: all
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Provides: units
