Abstract factory broker for object graph construction.


Keywords
afb, factory, abstract, config
License
Apache-2.0
Install
pip install afb==1.5.2

Documentation

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