You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

wired

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wired

An inversion-of-control (IoC) container for building decoupled, configurable, pluggable applications.

0.4
PyPI
Maintainers
1

===== wired

.. image:: https://img.shields.io/pypi/v/wired.svg :target: https://pypi.org/pypi/wired

.. image:: https://github.com/mmerickel/wired/workflows/Build%20and%20test/badge.svg?branch=main :target: https://github.com/mmerickel/wired/actions?query=workflow%3A%22Build+and+test%22 :alt: main CI Status

.. image:: https://readthedocs.org/projects/wired/badge/?version=latest :target: https://readthedocs.org/projects/wired/?badge=latest :alt: Documentation Status

Have a large application where you want to decrease coupling between components? Need to supply configuration to your application's various services? Want to make a pluggable application where others can supply services?

Inversion of Control <https://en.wikipedia.org/wiki/Inversion_of_control>_ and Dependency Injection <https://en.wikipedia.org/wiki/Dependency_injection>_ are two patterns commonly used for these goals.

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.

wired aims to scale down to the simplest cases and up to very large, custom systems. It has one dependency and that dependency has one dependency.

See https://wired.readthedocs.io or docs/index.rst in this distribution for detailed documentation.

Keywords

ioc

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts