skip to navigation
skip to content

Aglyph 1.1.0

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

Downloads ↓

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

Aglyph runs on CPython (http://www.python.org/) 2.5, 2.6, 2.7, 3.0, 3.1, and 3.2; 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.

 
File Type Py Version Uploaded on Size # downloads
Aglyph-1.1.0.tar.gz (md5) Source 2011-10-31 148KB 292