/units-lib

Simple Python library for units, e.g. metres, seconds, furlongs

Primary LanguagePython

A library to handle units, e.g. metres, kilograms, etc.

This library handles conversion between compatible units, where the config files specify the conversion factors. It also implements operators for compatible units e.g. 1seconds + 1minutes = 61*seconds.