Pure-Python asynchronous interface to Gearman
Go to file
Clark Boylan 1e76bfa886 Support python3.
Import queue on python3 and Queue on python2. Use bytestrings for all
string constants. Slice byte arrays when comparing to bytestrings. Don't
use basestring. Gear now expects its packet data to be byte strings.
Non data fields may be passed as unicode strings, bytes or bytearrays.
Unicode strings will be converted to bytes using the utf8 encoding.

Change-Id: Iccdd01f9ce6f649f8bbaa93370d330c78c89f087
2013-06-05 15:07:36 -07:00
doc/source Add simple Gearman server. 2013-05-04 08:20:51 -07:00
gear Support python3. 2013-06-05 15:07:36 -07:00
.gitignore Add pbr-based setup. 2013-04-08 12:31:53 -04:00
.gitreview Added .gitreview 2013-04-05 18:53:07 +00:00
.testr.conf Support python3. 2013-06-05 15:07:36 -07:00
CONTRIBUTING.rst Add pbr-based setup. 2013-04-08 12:31:53 -04:00
LICENSE Initial commit. 2013-04-05 12:58:12 -07:00
MANIFEST.in Add pbr-based setup. 2013-04-08 12:31:53 -04:00
README.rst Add pbr-based setup. 2013-04-08 12:31:53 -04:00
requirements.txt Add pbr-based setup. 2013-04-08 12:31:53 -04:00
setup.cfg Add Sphinx documentation. 2013-04-10 14:06:18 -07:00
setup.py Add pbr-based setup. 2013-04-08 12:31:53 -04:00
test-requirements.txt Make flake8 and OpenStack Hacking clean. 2013-04-08 12:31:58 -04:00
tox.ini More improvements to admin requests. 2013-05-21 10:46:51 -07:00

README.rst

python-gear

A pure-Python asynchronous library to interface with Gearman.