Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 698 Bytes

index.rst

File metadata and controls

18 lines (14 loc) · 698 Bytes

formaldict

formaldict provides the constructs for parsing structured dictionaries that adhere to a schema. Along with a simple and flexible schema definition to parse and validate dictionaries, formaldict is integrated with python-prompt-toolkit. This integration allows users to easily construct flows for command line interfaces (CLIs) when parsing structured user input.

Below is an example user input flow constructed with a formaldict schema:

image

Check out the tutorial to get started using formaldict. Code documentation is located at package.