wired 0.1.2
pip install wired==0.1.2
Released:
An inversion-of-control (IoC) container.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License
- Author: Michael Merickel
- Tags ioc container, inversion of control, dependency injection, service locator, singleton, service factory
- Requires: Python >=3.4
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Programming Language
Project description
wired is an implementation of an inversion-of-control (IoC) container and may be used as the core of a dependency injection (DI) framework or simply as a way to separate config-time from runtime for services in an application. It also provides caching such that a container maintains a local copy of each service as they are instantiated.
See https://wired.readthedocs.io or docs/index.rst in this distribution for detailed documentation.
0.1.2 (2019-03-23)
Add support for Python 3.7.
Fix an issue where two different service classes with the same name would be treated as the same service, defeating the type-based lookup.
0.1.1 (2018-08-04)
Improve memory management slightly in cases where many short-lived context objects are used by tracking and cleaning up their weakrefs.
0.1 (2018-08-01)
Initial release.
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License
- Author: Michael Merickel
- Tags ioc container, inversion of control, dependency injection, service locator, singleton, service factory
- Requires: Python >=3.4
Classifiers
- Development Status
- Intended Audience
- License
- Natural Language
- Programming Language
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
File details
Details for the file wired-0.1.2.tar.gz
.
File metadata
- Download URL: wired-0.1.2.tar.gz
- Upload date:
- Size: 19.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 276bd82dd6860c33e90aed087fba67656dca5b316d17bfa4fe36e0b87a787c75 |
|
MD5 | 8b91cd76e212782408d66dc333d8ba70 |
|
BLAKE2b-256 | 382c9b296fb8b4a2acb2f0071634456f22885c7f2bbe75223b5ffa5247883bae |
File details
Details for the file wired-0.1.2-py2.py3-none-any.whl
.
File metadata
- Download URL: wired-0.1.2-py2.py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b73d618a24d59337706b02fadafb4228f3da21cd73ac179a71363ab9e7da7b5a |
|
MD5 | e0248ca3b437c34d3c444126733084aa |
|
BLAKE2b-256 | cdff065749001cfc859cab4dbc19bf3edd3fd2b1e57a483f04a5ce4f734edfae |