Skip to content

Commit

Permalink
Add dependency injection section.
Browse files Browse the repository at this point in the history
  • Loading branch information
geru-scotland committed Mar 18, 2024
1 parent e5bcdb3 commit eacb1d6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,15 @@ As I continue to discover and learn about new tools and libraries, I plan to ext
| **OpenSSL** | A robust, full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols. The `pyOpenSSL` library is a thin wrapper around (a subset of) the OpenSSL library. |`853k` | [pyOpenSSL](https://github.com/pyca/pyopenssl) |



## 🔌 Dependency Injection

| Tool | Description | Stars | GitHub |
|-------------------------|-------------------------------------------------------------------------------------------------------------------------|---------|-------------------------------------------------------------------------------|
| **Wireup** | A concise, powerful, and type-safe Python DI library, focused on developer experience, ease of use, and type safety |`51` | [Wireup](https://github.com/maldoinc/wireup) |
| **Dependency Injector** | A comprehensive dependency injection framework for Python, utilizing containers and providers to simplify dependencies. |`3.5k` | [Dependency Injector](https://github.com/ets-labs/python-dependency-injector) |


## ⌨️ CLI Utilities

| Library | Description | Official Link |
Expand Down Expand Up @@ -299,7 +308,7 @@ As I continue to discover and learn about new tools and libraries, I plan to ext

---

## 🌍 Environment and configuration canagement
## 🌍 Environment and configuration management

| Tool | Description | Official Link |
|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------|
Expand Down

0 comments on commit eacb1d6

Please sign in to comment.