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
Fossa FOSSA Status
PyPI PyPI Latest Release Package Status Python
PePy Downloads Downloads Downloads
Code formatting Code style: black

Description

Python unit of measure (UOM) conversion tool

Energistics UOM 1.0 (https://www.energistics.org/energistics-unit-of-measure-standard/) is the primary source of conversion factors and unit symbols. We extended it with additional unit aliases and a "unitless" unit that doesn't have any conversion.

The units are case-sensitive.

Where to get it

The source code is available 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

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 on the issue list.

License

FOSSA Status

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.3.tar.gz (39.5 kB view hashes)

Uploaded Source

Built Distribution

uom-0.6.3-py2.py3-none-any.whl (38.1 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