aiogearman

asyncio (PEP 3156) gearman job server support


License
MIT
Install
pip install aiogearman==0.0.1

Documentation

aiogearman (work in progress)

https://travis-ci.org/jettify/aiogearman.svg?branch=master https://coveralls.io/repos/jettify/aiogearman/badge.svg?branch=master

aiogearman -- is a library for accessing a gearman job server from the asyncio (PEP-3156/tulip) framework.

gearman provides a generic application framework to farm out work to other machines or processes that are better suited to do the work. It allows you to do work in parallel, to load balance processing, and to call functions between languages.

Requirements

License

The aiogearman is offered under MIT license.