Skip to content

Commit ebe88e2

Browse files
Correct about
1 parent 7647675 commit ebe88e2

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

rodi/docs/about.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
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

712
The 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/).

rodi/mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ nav:
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

2021
theme:

0 commit comments

Comments
 (0)