An inversion-of-control (IoC) container for building decoupled, configurable, pluggable applications.


Keywords
ioc, inversion, of, control, dependency, injection, service, locator, singleton, factory
License
MIT
Install
pip install wired==0.2

Documentation

wired

Documentation Status

wired is an implementation of an inversion-of-control (IoC) container and may be used as the core of a dependency injection (DI) framework or simply as a way to separate config-time from runtime for services in an application. It also provides caching such that a container maintains a local copy of each service as they are instantiated.

See https://wired.readthedocs.io or docs/index.rst in this distribution for detailed documentation.