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
Release files for wamu 0.3.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| wamu-0.3.7.tar.gz | 34.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| wamu-0.3.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 45.6 kB
Release files / wamu-0.3.7.tar.gz
| Download URL | wamu-0.3.7.tar.gz |
|---|---|
| Size | 34.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0375b6ce7ea7da70d20b1405e56a09afac7dc5b0649e2404f939f2ab43d764bf
|
|
BLAKE2b-256 checksum How to use checksums |
280ed26e73b2201844cdf9c2faa7470992cd59a961ee4ea454f0f138d89893bb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.9 {"installer":{"name":"uv","version":"0.12.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|
Release files / wamu-0.3.7-py3-none-any.whl
| Download URL | wamu-0.3.7-py3-none-any.whl |
|---|---|
| Size | 10.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
35e2917dbf97d7a037bbba91c5f658217e23cce88b7111ac232592348b4466d0
|
|
BLAKE2b-256 checksum How to use checksums |
e3ce91fecee183316d21439b72f38a4b631633f35bdc1393e237bcdf93079edd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.12.9 {"installer":{"name":"uv","version":"0.12.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
|