python3-dm-tree

library for working with nested data structures (Python3 version)
  https://github.com/deepmind/tree
  0
  no reviews



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.