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,
)
Release files for zeroshot-commons-injectors 0.1.10
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| zeroshot_commons_injectors-0.1.10.tar.gz | 1.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| zeroshot_commons_injectors-0.1.10-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.1 kB
Release files / zeroshot_commons_injectors-0.1.10.tar.gz
| Download URL | zeroshot_commons_injectors-0.1.10.tar.gz |
|---|---|
| Size | 1.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
511ec95c2ea00d7ac0750c6608252d8c44e870d442fe568b9c6c1f86b5927f62
|
|
BLAKE2b-256 checksum How to use checksums |
22a6d24826116472a58cb3b190f2dcc5b27ac9924094ad220cc14c37e978a77c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Release files / zeroshot_commons_injectors-0.1.10-py3-none-any.whl
| Download URL | zeroshot_commons_injectors-0.1.10-py3-none-any.whl |
|---|---|
| Size | 3.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ddf52ad93d91bbe6d5fc07d2b153a53a08aa0080b803d5558f85e64042d728a9
|
|
BLAKE2b-256 checksum How to use checksums |
a2fd2068dec4d292c13cd7dcd882f17dfb60879f0526a85ad997a45d40a6b5a0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|