Python 3 Gearman API - Client, worker, and admin client interfaces
Project description
| License |
|
| 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
- source http://github.com/josiahmwalton/python3-gearman
- documentation http://packages.python.org/python3-gearman/
Python 2 and earlier
- 2.x source http://github.com/Yelp/python-gearman/
- 2.x documentation http://packages.python.org/gearman/
- 1.x source http://github.com/samuel/python-gearman/
- 1.x documentation http://github.com/samuel/python-gearman/tree/master/docs/
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
developbranch (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
developbranch
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file python3_gearman-0.1.0.tar.gz.
File metadata
- Download URL: python3_gearman-0.1.0.tar.gz
- Upload date:
- Size: 36.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ee44df221587c76ff13f0bebf4923b02b31b1b069ffda07416658be0614865c
|
|
| MD5 |
3d3587e7a1f853b2a9f7aa704917ddb8
|
|
| BLAKE2b-256 |
1bd2c142c6edbab9415ee97c8f0080489507865ff747e0903f83de9c262659d8
|
File details
Details for the file python3_gearman-0.1.0-py3-none-any.whl.
File metadata
- Download URL: python3_gearman-0.1.0-py3-none-any.whl
- Upload date:
- Size: 32.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a5808d3a0bfc6c243548ad57e7aab4bee62c9cba2b1c3a860fdd292d46a112d
|
|
| MD5 |
dfa050ec067337bcd0557549a148a5fd
|
|
| BLAKE2b-256 |
bbf0354db08e200db5837d410fff45fb4b053896a2ae50da02c343835e0daf29
|