DataTree

DataTree 0.1.8.1

DataTree is a DSL for creating structured documents in Python inspired by Rubys Builder, but supporting many structured output formats.Example:A small example:        from datatree import Node    author =...