bottle-inject
bottle-inject copied to clipboard
Dependency Injection for Bottle Applications
`(virtualenv) $ pip install bottle-inject` complaining that `CHANGES.rst` does not exist. Though installing from repository works: `(virtualenv) $ pip install https://github.com/bottlepy/bottle-inject/archive/master.zip`
I wrote the entire thing without a single test. The first commit probably won't even compile. That has to change ;)
Dependency Injection is not that common in Python and the concept may be new for some developers. Documentation is essential. If you want to help, read and improve the README...