パッケージ: python3-pint (0.24.4-1)
python3-pint に関するリンク
Debian の資源:
python-pint ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
define, operate and manipulate physical quantities - Python 3.x
Pint is Python module/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.
This package contains the Python 3.x module.
その他の python3-pint 関連パッケージ
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-flexcache
- Saves and loads to the cache a transformed versions of a source object
-
- dep: python3-flexparser
- Parsing using Python typing
-
- dep: python3-platformdirs (>= 2.1.0)
- determining appropriate platform-specific directories (Python 3)
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python