Skip to main content

Unit of Measure conversion tool

Project description

UOM

Static code analysis

Tools Badges
Scrutinizer Scrutinizer Code Quality Code Coverage Build Status Code Intelligence Status
Codacy Codacy Badge
Codecov codecov
Coveralls Coverage Status
CodeQL CodeQL
CircleCI CircleCI
TravisCI Build Status
PyPI PyPI Latest Release Package Status Python

|

Description

Python unit of measure (UOM) conversion tool

The conversion factors and unit symbols are based on the Energistics UOM 1.0 (https://www.energistics.org/energistics-unit-of-measure-standard/) extended with a extra unit aliases and "unitless" particular unit that cannot be converted.

The units are case sensitives.

Where to get it

The source code is hosted on GitHub at: https://github.com/Schlumberger/UOM

Binary installers for the latest released version are available at the Python Package Index (PyPI).

pip install uom

Usage

Please find examples of possible utilization:

Find conversion factors to be applied to convert from one unit to another

from uom import conversion_factors

scale, offset = conversion_factors(source='m', target='ft')

Convert a value from one unit to another

from uom import convert_value

print(convert(value=10, source='m', target='ft'))

Return the base SI ( https://en.wikipedia.org/wiki/International_System_of_Units) unit. If you are using unit alias you can find the compatible Energistics UOM symbol

from uom import base_unit, unit_alias

print(base_unit('kft.lbf'))
print(unit_alias('kft.lbf'))

If you have suggestions for improvement or you found bugs, please don't hesitate to put them in the issue list.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

uom-0.6.0.tar.gz (38.2 kB view hashes)

Uploaded Source

Built Distribution

uom-0.6.0-py2.py3-none-any.whl (36.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page