Dependency Injector containers for Zeroshot infrastructure components.
Project description
zeroshot-commons-injectors
Dependency Injector containers for Zeroshot infrastructure components.
This package exposes dependency-injector containers for Redis and Postgres
resources so consuming microservices can compose them into an application-level
container without binding directly to a web framework.
Example:
from dependency_injector import containers, providers
from zeroshot_commons_injectors import CommonsInfrastructureContainer
class AppContainer(containers.DeclarativeContainer):
config = providers.Configuration()
infrastructure = providers.Container(
CommonsInfrastructureContainer,
config=config.infrastructure,
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file zeroshot_commons_injectors-0.1.5.tar.gz.
File metadata
- Download URL: zeroshot_commons_injectors-0.1.5.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
491fff6107d7905d2bc81f8a009f2442fba1dcc7a5ce82640478da1173922d73
|
|
| MD5 |
c9fb9a3631f737c83fa4f2e037ef0233
|
|
| BLAKE2b-256 |
c853026f739c700cc4803336ae24497b7e75b4faba329d88da74569f79b2cbcf
|
File details
Details for the file zeroshot_commons_injectors-0.1.5-py3-none-any.whl.
File metadata
- Download URL: zeroshot_commons_injectors-0.1.5-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
766c469e55c84adfc4bfcb848f88c0523f319c7cff0f8531f753972262540c3a
|
|
| MD5 |
b4086c2ef6e3196c882e35d04168f9bb
|
|
| BLAKE2b-256 |
af2f858e80fd29e8380261f68d6746b6f6971f4d8e1ef646a290162674b772ff
|