Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 958 Bytes

README.rst

File metadata and controls

32 lines (22 loc) · 958 Bytes

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.