Abstract Factory Broker
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.
Setup
This library supports Python 3.3+.
$ pip install afb
Documentations
-
Mechanism: Description on
afb
's mechanism - Usage Guide: Description on usage details