
Security News
Meet Socket at Black Hat Europe and BSides London 2025
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.
An inversion-of-control (IoC) container for building decoupled, configurable, pluggable applications.
.. 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.
FAQs
An inversion-of-control (IoC) container for building decoupled, configurable, pluggable applications.
We found that wired demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.