File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# About Rodi
22
3- ...
3+ Rodi born from the desire of using a ` non-intrusive ` implementation of
4+ Dependency Injection for Python (that does not require modifying the code of
5+ types it resolved using decorators, like most others existing implementations
6+ of DI for Python). Type annotations make explicit decorators superfluous as
7+ the DI container can inspect the code to obtain all information it needs to
8+ resolve types.
49
510## The project's home
611
712The project is hosted in [ GitHub] ( https://github.com/Neoteroi/rodi ) ,
8- handled following DevOps good practices, features 100% code coverage, and is
9- published to [ pypi.org] ( https://pypi.org/project/rodi/ ) .
13+ handled following DevOps good practices, and is published to
14+ [ pypi.org] ( https://pypi.org/project/rodi/ ) .
Original file line number Diff line number Diff line change 1515 - Context managers : context-managers.md
1616 - Union types : union-types.md
1717 - Errors : errors.md
18+ - About Rodi : about.md
1819 - Neoteroi docs home : " /"
1920
2021theme :
You can’t perform that action at this time.
0 commit comments