package documentation
CLI to convert between NestedText and other formats, with explicit type casting.
Currently supported formats:
- JSON
- YAML
- TOML
- HJSON
- HUML (inherits known bugs of pyhuml)
- MAML (inherits known bugs of maml-py)
- XML (no type casting)
| Module | casters |
Provide any functions for transforming a "stringy" dict/list/value to one with more types. |
| Module | commands |
Shared CLI objects, used by .ui and .formats. |
| 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 | exceptions |
Exception definitions and pretty-printing. |
| Package | formats |
Support for various structured data formats. |
| Module | types |
TypeAliases for internal use. |
| Module | ui |
CLI definitions, parsing, and entry points. |
| Module | yamlpath |
Convenient functions for making use of yamlpath. |
From __init__.py:
| Variable | __version__ |
Undocumented |