A python IoC and AOP framework.
- Free software: MIT license
- Documentation: https://tangle.readthedocs.io.
Contents
- Decorator (annotation) based configuration support for AOP (aspect oriented programming) and bean (instance of python class) memebers (
Field
). - Programmatic configuration support for bean construction and application context (i.e. IoC container) configuration.
- Supports application context inheritance, that is, a parent context can be specified to an application context. Note: multi-parents are not supported.
- Supports autowire
- supports the
scope
feature, which determines the lifecycle of the beans managed by the context, including theSingleton
andPrototype
scope. - Context and bean lifecycle hooks support
See Installation.
See Usage.
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
Inspired by Spring Framework.