Lightweight service framework on top of gevent, implementing the "service model" -- services all the way down.
Please note that this version is major rewrite since 0.3.1, hence skipping 0.4.0. Take a look at UPGRADING and some of the documentation might be out of date during transition.
A talk was given at PyCon 2012 called "Throwing Together Distributed Services with gevent" that used Ginkgo to build a number of simple services combined to make a more complex distributed service.
Pretty active discussion on this early microframework. Join it or just read what's being planned:
Feel free to poke around the issues in the main repository and see if you can tackle any. From there you should:
We highly recommend using branches for all features / issues and then squashing it into a single commit in your master before issuing a pull request. It's actually quite easy using merge and reset. This helps keep features and issues consolidated, but also makes pull requests easier to read, which increases the speed and likelihood of being accepted.
We're aiming for at least 90% test coverage. If you have the coverage
Python package installed, you can run python setup.py coverage
to get a coverage report of modules within gservice.
MIT