Nao is a small Python library that allows easy use of flexible settings environment. Nao implements a multilingual and multivalue settings environment in YAML.
- Yaml
- default odict readear is supported
- Babel
- local negotiation is added
- Bunch
- https://pypi.python.org/pypi/bunch/ nao adds multivalue support different overload strategy (bunch does dict access after attribute access fail) that means standard dict attribute names could not be in the dictionary (couldn't be accessed via attribute access) no new release since 2011
- Anyconfig
- https://pypi.python.org/pypi/anyconfig/0.0.10 might want to merge adds database serialization and SQLAlchemy interface
TODO rewrite this