[ ソース: pytools ]
パッケージ: python3-pytools (2022.1.14-2)
python3-pytools に関するリンク
Debian の資源:
pytools ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [mathema.tician.de]
類似のパッケージ:
big bag of things supplementing Python 3 standard library
Pytools is a big bag of things that are needed by packages created by Andreas Kloeckner. They are used by python-pycuda and python-pyopencl packages. They contain, amongst other:
* A ton of small tool functions such as len_iterable, argmin, tuple generation, permutation generation, ASCII table pretty printing, GvR's mokeypatch_xxx() hack, the elusive flatten, and much more * A time-series logging module, pytools.log * Batch job submission, pytools.batchjob * A lexer, pytools.lex
This package contains Python 3 modules.
その他の python3-pytools 関連パッケージ
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-appdirs (>= 1.4.0)
- determining appropriate platform-specific directories (Python 3)
-
- dep: python3-decorator (>= 3.2.0)
- simplify usage of Python decorators by programmers
-
- dep: python3-numpy
- Fast array facility to the Python 3 language
-
- dep: python3-platformdirs
- determining appropriate platform-specific directories (Python 3)
-
- dep: python3-six
- Python 2 and 3 compatibility library
-
- dep: python3-typing-extensions
- Backported and Experimental Type Hints for Python