1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
Source: dm-tree
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Michael Fladischer <fladi@debian.org>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
libabsl-dev,
pybind11-dev,
pybuild-plugin-pyproject,
python3-absl,
python3-all,
python3-all-dev,
python3-attr,
python3-numpy,
python3-pybind11,
python3-pytest,
python3-setuptools,
python3-sphinx,
python3-sphinx-rtd-theme,
python3-wrapt,
Standards-Version: 4.7.0
Homepage: https://github.com/deepmind/tree
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-dm-tree
Vcs-Git: https://salsa.debian.org/python-team/packages/python-dm-tree.git
Rules-Requires-Root: no
Package: python-dm-tree-doc
Section: doc
Architecture: all
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: library for working with nested data structures (Documentation)
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 documentation.
Package: python3-dm-tree
Architecture: any
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Description: 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.
|