[ ソース: dm-tree ]
パッケージ: python3-dm-tree (0.1.9-1 など)
python3-dm-tree に関するリンク
Debian の資源:
dm-tree ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
library for working with nested data structures (Python3 version)
A library for working with nested data structures. In a way, tree generalizes the builtin map function which only supports flat sequences, and allows one to apply a function to each "leaf" preserving the overall structure.
It is backed by an optimized C++ implementation suitable for use in demanding applications, such as machine learning models.
This package contains the Python 3 version of the library.
その他の python3-dm-tree 関連パッケージ
|
|
|
|
-
- dep: libabsl20240722 (>= 20240722.0-1)
- extensions to the C++ standard library
-
- dep: libc6 (>= 2.32)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC 共有ライブラリ
-
- dep: libstdc++6 (>= 14)
- GNU 標準 C++ ライブラリ v3
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
- dep: python3 (<< 3.14)
- dep: python3 (>= 3.13~)
-
- dep: python3-absl
- Abseil Python Common Libraries
-
- dep: python3-attr
- Attributes without boilerplate (Python 3)
-
- dep: python3-numpy
- Python library for numerical computations (Python 3)
-
- dep: python3-wrapt
- decorators, wrappers and monkey patching. - Python 3.x