aboutsummaryrefslogtreecommitdiff
path: root/devel/py-dm-tree/pkg-descr
blob: f40931a013f0e8693cad7a74291f34306ec69c3f (plain) (blame)
1
2
3
tree is a library for working with nested data structures. In a way, tree
generalizes the builtin map function which only supports flat sequences, and
allows to apply a function to each "leaf" preserving the overall structure.