Created by: rmk135
What is this Python project?
Dependency Injector - Dependency injection microframework for Python.
Dependency Injector key features are:
- Easy, smart, pythonic style.
- Obvious, clear structure.
- Extensibility and flexibility.
- High performance.
- Memory efficiency.
- Thread safety.
- Documentation.
- Semantic versioning.
Other resources:
- Documentation - http://python-dependency-injector.ets-labs.org/
- PyPi - https://pypi.python.org/pypi/dependency_injector
What's the difference between this Python project and similar ones?
- No decorators like
@inject
that enforce polluting of application code. - No monkey-patching, just clean overriding.
- Implemented using Cython.
- Extensive documentation with diagrams and ready-to-copy-paste examples.
- Well-tested and supported.
--
Anyone who agrees with this pull request could vote for it by adding a