https://github.com/jettify/aiogearman
asyncio (PEP 3156) gearman support
https://github.com/jettify/aiogearman
Last synced: about 1 month ago
JSON representation
asyncio (PEP 3156) gearman support
- Host: GitHub
- URL: https://github.com/jettify/aiogearman
- Owner: jettify
- Created: 2014-11-30T22:28:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-14T22:15:40.000Z (about 10 years ago)
- Last Synced: 2025-01-25T11:11:18.478Z (3 months ago)
- Language: Python
- Size: 238 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.txt
Awesome Lists containing this project
README
aiogearman (work in progress)
=============================
.. image:: https://travis-ci.org/jettify/aiogearman.svg?branch=master
:target: https://travis-ci.org/jettify/aiogearman
.. image:: https://coveralls.io/repos/jettify/aiogearman/badge.svg?branch=master
:target: https://coveralls.io/r/jettify/aiogearman?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
------------* Python_ 3.3+
* asyncio_ or Python_ 3.4+License
-------The *aiogearman* is offered under MIT license.
.. _Python: https://www.python.org
.. _asyncio: http://docs.python.org/3.4/library/asyncio.html
.. _gearman: http://gearman.org/