bottle-inject icon indicating copy to clipboard operation
bottle-inject copied to clipboard

Dependency Injection for Bottle Applications

Results 3 bottle-inject issues
Sort by recently updated
recently updated
newest added

`(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 ;)

help wanted

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...

help wanted