S'il vous plaît, dessine-moi un mouton.
The narrator of Antoine de Saint-Exupéry's Little Prince probably dreamt of a factory like this one...
Dessine-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).
- Create a
Factory
object and register types to it - Use dictionaries to create objects from the factory
- Create attrs-compatible converters to automatically convert dictionaries to instances of registered types
- Customize factories to your needs
Check the documentation for more detail.
Dessine-moi is distributed under the terms of the MIT license.
Dessine-moi is written and maintained by Vincent Leroy.
The development is supported by Rayference.
Dessine-moi is a component of the Eradiate radiative transfer model.