NestedText is a file format for holding data that is to be entered, edited, or viewed by people. It allows data to be organized into a nested collection of dictionaries, lists, and strings. Similar to YAML, but much simpler. It pairs nicely with voluptuous to create a simple and powerful solution for configuration files.
NestedText is a nice alternative to JSON, YAML, and TOML. Documentation: https://nestedtext.org Install: pip install nestedtext Support: https://github.com/KenKundert/nestedtext/issues License: MIT Give it a try. -Ken ([email protected]) <P><A HREF="https://nestedtext.org">NestedText 1.0</A>A Human Friendly Data Format. (03-Oct-20)</P> _______________________________________________ Python-announce-list mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-announce-list.python.org/ Member address: [email protected]
