Skip to content

Commit

Permalink
docs: add alternatives
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Jul 6, 2022
1 parent d951dff commit 1b6de73
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,14 @@ ino.register_processor(greet_name)

func2(Thing('Bob')) # prints "Hello, Bob!"
```

### Alternatives

Lots of other python DI frameworks exist, here are a few alternatives to consider:

- <https://github.com/ets-labs/python-dependency-injector>
- <https://github.com/google/pinject>
- <https://github.com/ivankorobkov/python-inject>
- <https://github.com/alecthomas/injector>
- <https://github.com/Finistere/antidote>
- <https://github.com/dry-python/returns>

0 comments on commit 1b6de73

Please sign in to comment.