mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
c637402081
they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat
12 lines
599 B
Plaintext
12 lines
599 B
Plaintext
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.
|
|
|
|
WWW: https://pypi.org/project/Pint/
|
|
WWW: https://github.com/hgrecco/pint
|