Aglyph API reference¶
The Aglyph API consists of a single top-level package (aglyph) along with several modules and subpackages, as listed below.
- aglyph — Dependency Injection for Python
- aglyph.assembler — The Aglyph component assembler
- aglyph.binder — The Aglyph component binder
- aglyph.cache — Simple object caching support for Aglyph
- aglyph.compat — Python version/variant compatibility
- aglyph.compat.ipyetree — an ElementTree parser for IronPython
- aglyph.component — Defining components and their dependencies
- aglyph.context — Defining component contexts
- aglyph.integration.cherrypy — Integrating Aglyph with CherryPy