Abstract Factory Broker (afb
) is a library that facilitates abstract factory management. It introduces a mechanism for transforming configuration files into Python objects through a network of abstract factories, allowing flexible specification of execution behavior.
This library supports Python 2.7, 3.5+.
$ pip install afb
- Mechanism: Description on
afb
's mechanism - Usage Guide: Description on usage details