Metadata-Version: 2.1
Name: physicalquantity
Version: 0.0.8
Summary: Simple library for working with physical quantities
Home-page: https://github.com/pibara/physicalquantity
Author: Rob J Meijer
Author-email: pibara@gmail.com
License: BSD
Keywords: units quantities
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Environment :: Other Environment
License-File: LICENSE.txt

A simple library for working with physical quantities. 
    Implements basic dimensional decomposition of physical quantities and provides
    basic operations (adition, subtraction, multiplication, division, comparison) 
    for working with these quantities.

    Support for non-SI units is available but most operations will result in 
    implicit conversions to SI units. Use the as_absolute() or as_relative()
    methods to convert back to the desired non-SI units.

    Note that while this library supports a wide range of the dimentional analysis
    and related integrity artifacts of working with physical quantities, the prime 
    goal of this library isn't the dimentional integrity of code, but instead the
    unified serialization or rather serializisability of physical quantities. 

    

