Skip to main content

Aglyph is a Dependency Injection framework for Python 2.6+, supporting type 2 (setter) and type 3 (constructor) injection.

Project description

Aglyph is a Dependency Injection framework for Python 2.6+, supporting type 2 (setter) and type 3 (constructor) injection.

Aglyph runs on CPython (http://www.python.org/) 2.6 - 3.3, and on recent versions of the PyPy (http://pypy.org/>), Jython (http://www.jython.org/), IronPython (http://ironpython.net/), and Stackless Python (http://www.stackless.com/) variants.

Aglyph can assemble “prototype” components (a new instance is created every time), “singleton” components (the same instance is returned every time), and “borg” components (a new instance is created every time, but all instances of the same class share the same internal state).

Aglyph can be configured using a declarative XML syntax, or programmatically in pure Python.

Aglyph is not a “full stack;” only dependency injection support is provided.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

Aglyph-2.0.0-py3.3.egg (71.2 kB view hashes)

Uploaded Source

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