Skip to main content

A dependency injection system for python

Project description

Fang is a dependency injection library for Python.

Fang adds dependency injection in Pythonic way, without requiring the elements more usually seen in “big OO” languages. Particularly:

  • dependencies are specified by identifier strings, rather than strict interface classes or types.

  • the constructs which meet dependencies (resource providers) are just functions, not factory classes.

  • the dependencies which a piece of code needs and the dependencies it can provide are both declared concisely with decorators.

  • the linking of dependents and resource providers is done at run-time in Python, not with a custom-built configuration language.

The pieces used are small and easy to understand: the total library is less than 300 lines. But it’s clear and simple enough to serve as a foundation for other features (eg dependency graphs, interface verification), which can enabled or added on a per-project basis.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fang-0.7.6.tar.gz (6.2 kB view hashes)

Uploaded Source

Built Distribution

fang-0.7.6-py34-none-any.whl (6.9 kB view hashes)

Uploaded Python 3.4

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page