Pure-Python asynchronous interface to Gearman
Go to file
Jeremy Stanley 9c63d50848 Solve hacking/pbr requirements conflict
* requirements.txt: Add an empty line making it more clear that pbr
has to appear first in the requirements list, before other entries.
Also specify a newer required minimum pbr since the old one had
bugs and ought to be avoided.

* setup.py: Stop declaring the pbr version range here, since it's
handled separately by the requirements list.

* test-requirements.txt: Allow newer hacking with solvable pbr
second-order requirement and move it to the top of the list so that
it gets satisfied before other test requirements.

Change-Id: I4f80094c719f43a1261091263ccf60eefe5d9af1
2014-02-11 21:20:38 +00:00
doc/source Update gear docs to include gearman server daemon 2013-08-30 21:07:57 -07:00
gear Add statsd support 2013-12-23 10:23:04 -08: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 Solve hacking/pbr requirements conflict 2014-02-11 21:20:38 +00:00
setup.cfg Add server command: "geard". 2013-06-20 16:48:40 -07:00
setup.py Solve hacking/pbr requirements conflict 2014-02-11 21:20:38 +00:00
test-requirements.txt Solve hacking/pbr requirements conflict 2014-02-11 21:20:38 +00:00
tox.ini Add statsd support 2013-12-23 10:23:04 -08:00

README.rst

python-gear

A pure-Python asynchronous library to interface with Gearman.