Utilities for working with Weights & Measures in Python
Project description
wamu
Pythom utilities for working with Weights and Measures.
Precision
Wherever possible, wamu
attempts to maintain the precision of a conversion as opposed
to relying on floating point math. For example, converting from meters per second to
kilometers per hour would be calculated as:
kmph = (mps * 3600.0) / 1000.0
However, the floating point division may result in loss of precision. In such cases,
wamu
will simplify the expression to:
kmph = mps * 3.6
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
wamu-0.3.1.tar.gz
(7.9 kB
view details)
Built Distribution
wamu-0.3.1-py3-none-any.whl
(11.0 kB
view details)
File details
Details for the file wamu-0.3.1.tar.gz
.
File metadata
- Download URL: wamu-0.3.1.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.0 CPython/3.12.1 Linux/6.8.0-1017-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
d7eb3af6f9b9b108a208435f5c2213e54374d2d3d6827853387cfb56557d94ea
|
|
MD5 |
cf40908af9a012b92508a7b35c507005
|
|
BLAKE2b-256 |
dd15dde694b798144f983f319a09c3305b12027b50edcaca0a00a7dc5362ca50
|
File details
Details for the file wamu-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: wamu-0.3.1-py3-none-any.whl
- Upload date:
- Size: 11.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.0 CPython/3.12.1 Linux/6.8.0-1017-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
36b399dbf6db1d3630a4346198c85e4abd52223901033d67b93407feb0e859df
|
|
MD5 |
949e29ba794fa6c3fd827c771e4c8d20
|
|
BLAKE2b-256 |
acea0c1b74225805922d59855e0679307c2a170dd6afd8a64d3c2b2591b72756
|