birdisle

Python bindings for birdisle


License
BSD-3-Clause
Install
pip install birdisle==0.2.2

Documentation

Maintainer wanted

I've ended up not using birdisle and have no interest in maintaining it. If you would like to take over as maintainer, please let me know by filing a ticket.

birdisle-py

Build Status Documentation Status

Birdisle (an anagram of "lib redis") is a modified version of redis that runs as a library inside another process. The primary aim is to simplify unit testing by providing a way to run tests against what appears to be a redis server, but without the hassle of starting a separate process and ensuring that it is torn down correctly.

Birdisle-py is Python bindings for Birdisle. Documentation can be found at readthedocs.