Contribute Media
A thank you to everyone who makes this possible: Read More

Synchronizing Objects to YAML using Black Magic

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.

Details

Improve this page