A Simple Dependency Injection Container for Web Apps
This module contains a simple dependency injection container that is optimized for web apps. You define relationships once, and then each request (probably via middleware) receives a container that references the once-defined definition to build memoized services for just that request.
Please note: documentation on this project is currently not provided
Running tests:
python -m tests
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
webdi-0.0.3.tar.gz
(2.2 kB
view details)
File details
Details for the file webdi-0.0.3.tar.gz.
File metadata
- Download URL: webdi-0.0.3.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a5230d5202924abe89900e0ba8aa5b8ba70e9d303d3ca5da46537994b6f6eaf5
|
|
| MD5 |
4dffe0477e0ab5306520ff1785999bd6
|
|
| BLAKE2b-256 |
a6c05c4413a785d9a1b15047a55b55266568ee4ee6c8019db3c6e1de86f3a84d
|