diff options
| author | Jeremy Hansen <jebrhansen+SBo@gmail.com> | 2025-05-03 08:07:15 +0700 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-05-03 09:37:09 +0700 |
| commit | 8b8005943710bf98c45fc93168f35f727e6ca5af (patch) | |
| tree | 73e6b5298636d35d56787becf1f6374adad5e4ed /python/python3-pint/README | |
| parent | 12f382bb290c7ca68b58241335c3cdaa68533880 (diff) | |
python/python3-pint: Added (makes units easy).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pint/README')
| -rw-r--r-- | python/python3-pint/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/python/python3-pint/README b/python/python3-pint/README new file mode 100644 index 0000000000..9df1f15bac --- /dev/null +++ b/python/python3-pint/README @@ -0,0 +1,14 @@ + +Pint is a Python package to define, operate and manipulate physical +quantities: the product of a numerical value and a unit of measurement. +It allows arithmetic operations between them and conversions from and +to different units. + +It is distributed with a comprehensive list of physical units, prefixes +and constants. Due to its modular design, you can extend (or even +rewrite!) the complete list without changing the source code. It +supports a lot of numpy mathematical operations without monkey patching +or wrapping numpy. + +NOTE: NOTE: Unable to support newer versions due to requiring newer +version of python than is available in Slackware 15.0 (python 3.11). |
