PSR-11 (php standard recommendation) port for python 3.5+
This repository holds all interfaces related to PSR-11 (Container).
Note that this is not a container implementation of its own. It is merely interfaces that describe the components of a container. See the specification for more details.
pip install psr.container --index-url=https://source.md.land/python/
Read documentation with examples: https://development.md.land/python/psr.container/
Take a look for md.di — the first implementation.