ConfigurationTree
ConfigurationTree copied to clipboard
Configuration Tree for Python
Results
2
ConfigurationTree issues
Sort by
recently updated
recently updated
newest added
Chapter 4.1: `s.in_memory()` should be `s.open_in_memory()` A bit bellow, you write `n.dump()` but 'n' is not defined yet, it should be `s.root.dump()` Chapter 5.1: An init is missing, we don't...
Please add a LICENSE file, so that I know under what terms I can use this codebase.