[ 原始碼: dm-tree ]
套件:python3-dm-tree(0.1.9-1 以及其他的)
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 Standard C++ Library v3
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
- 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