python3-gearman

Python 3 Gearman API - Client, worker, and admin client interfaces


License
Apache-2.0
Install
pip install python3-gearman==0.1.0

Documentation

License license
Build Status travis build status

Description

Python 3 Gearman API - Client, worker, and admin client interfaces

For information on Gearman and a C-based Gearman server, see http://www.gearman.org/

Since the current gearman module is with Python versions <= 2.7 and no longer in active development, this package was created. The vast majority of the work here was from folks at Yelp and other contributors (see Authors.txt). This package was based off an initial clone of the gearman package, tag v2.0.2. Python3-compatible fixes to core classes and functions were brought in from https://github.com/msjaiswal/python3-gearman. In addition, python3 updates to the unit tests were also included. Moreover, TravisCI functionality was brought in to automate building and testing.

Installation

  • easy_install python3_gearman
  • pip install python3_gearman

Links

Python 3

Python 2 and earlier

Contributing

Contributions are encouraged and welcome. In order for your changes to be incorporated, they need to follow the general guidelines:

  • Please do your work on a branch created from the develop branch (see the GitFlow approach to development)
  • Your build must past all PEP8 code style checks and unit tests
  • As new functionality is added, please write the corresponding unit tests
  • For passing builds, please submit a pull request (PR) to submit your changes for inclusion into the develop branch