Skip to content

A lightweight dependency injection framework for Python

License

Notifications You must be signed in to change notification settings

dstanek/snake-guice

Repository files navigation

snake-guice is a simple, lightweight Python dependency injection framework based on google-guice. The Guice way of doing things is quite a bit different than the current breed of XML IoC containers.

https://secure.travis-ci.org/dstanek/snake-guice.png

This is experimental code. APIs will likely change and implementation will definitely change.

See the main project website for more information.