A simple Python factory system
copied from cf-post-staging / dessinemoiDessine-moi is a simple Python implementation of the factory pattern. It was born from the need to create dynamically object trees from nested dictionaries (e.g. a JSON document).