Description
Lately, I've been running into many situations where I'd like to store program configuration and/or data in version control. YORM was born to provide automatic, bidirectional, and human-friendly mappings of Python object attributes to YAML files. In order to explain the inner-workings of this library, I'll be diving into some of the less common features of Python that I learned along the way.