Metadata-Version: 2.1
Name: afb
Version: 1.4.0rc3
Summary: Abstract factory broker for object graph construction.
Home-page: https://github.com/dave-msk/afb
Author: Siu-Kei (David) Muk
Author-email: muksiukei@gmail.com
License: Apache 2.0
Keywords: afb,factory,abstract factory,config
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: pyyaml
Requires-Dist: deprecated

# 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+.

```bash
$ pip install afb
```

## Documentations

- [Mechanism](./docs/MECHANISM.md): Description on `afb`'s mechanism
- [Usage Guide](./docs/USAGE.md): Description on usage details

