Metadata-Version: 1.1
Name: Yaco
Version: 0.1.1
Summary: 
Yaco - A dict like object that saves to and loads from yaml files.

Yaco is useful to store file configurations and make them easily
accessible. Yaco items can be accessed both as regular dict keys
(`a['key']`) or as attributes: (`a.key`). Lover level dictionaries are
automatically converted to Yaco objects allowing similar access
(`a.key.subkey`).


Home-page: http://mfiers.github.com/Moa/
Author: Mark Fiers
Author-email: mark.fiers42@gmail.com
License: UNKNOWN
Description: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Requires: PyYAML (>3.0)
