package documentation

CLI to convert between NestedText and JSON, YAML, HUML, or TOML, with explicit type casting.

Module casters Provide any functions for transforming a "stringy" dict/list/value to one with more types.
Module converters These functions return cattrs.Converter instances.
Module dumpers Main functions to be called by the UI Application classes, after CLI option parsing.
Module types TypeAliases for internal use.
Module ui CLI definitions, parsing, and entry points.
Module yamlpath_tools Convenient functions for making use of yamlpath.

From __init__.py:

Variable __version__ Undocumented
__version__: str = (source) ΒΆ

Undocumented