Summary: | [NEW PORT] devel/py-pint - Physical quantities module | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Alexander Nusov <alexander.nusov> | ||||
Component: | Individual Port(s) | Assignee: | Roman Bogorodskiy <novel> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | novel | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 215155 | ||||||
Attachments: |
|
A commit references this bug: Author: novel Date: Sun Dec 11 08:06:14 UTC 2016 New revision: 428336 URL: https://svnweb.freebsd.org/changeset/ports/428336 Log: Add py-Pint 0.7.2, physical quantities module. PR: 215147 Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com> Changes: head/devel/Makefile head/devel/py-Pint/ head/devel/py-Pint/Makefile head/devel/py-Pint/distinfo head/devel/py-Pint/pkg-descr Committed, thanks! |
Created attachment 177793 [details] pint lib 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.