From 8b8005943710bf98c45fc93168f35f727e6ca5af Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Sat, 3 May 2025 08:07:15 +0700 Subject: python/python3-pint: Added (makes units easy). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-pint/README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 python/python3-pint/README (limited to 'python/python3-pint/README') 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). -- cgit v1.2.3