Pure-Python asynchronous interface to Gearman
 
 
Go to file
Jeremy Stanley aa21a0c61b Overhaul package metadata and contributor info
Modernize our package metadata in the following ways:

* switch from description-file to long_description with the file
  attribute, and specify an explicit content type and encoding

* replace the home-page parameter with the newer general url one

* use the specific license metadata in addition to the corresponding
  trove classifier for it

* make sure wheels when built also incorporate the LICENSE and
  AUTHORS files so that we're not distributing them without a copy
  of the license text

* indicate support for all recent Python releases in trove
  classifiers

* drop Python 3.4 cruft from the bindep list

https://setuptools.readthedocs.io/en/latest/userguide/declarative_config.html

Also replace the contributor documentation with a more up to date
copy from opendev/bindep, and adjust the copyright assertions in the
built Sphinx docs to refer to "OpenDev Contributors" and drop the
unnecessary year.

Change-Id: I39c5f5afc66edec0cf51709218f143b2a749eddd
2021-07-10 16:45:05 +00:00
doc Overhaul package metadata and contributor info 2021-07-10 16:45:05 +00:00
gear Create SSL context using PROTOCOL_TLS, fallback to highest supported version 2021-03-30 14:56:38 +02:00
.gitignore Add pbr-based setup. 2013-04-08 12:31:53 -04:00
.gitreview OpenDev Migration Patch 2019-04-19 19:26:05 +00:00
.testr.conf Support python3. 2013-06-05 15:07:36 -07:00
.zuul.yaml Update testing to Python 3.9 and linters 2021-03-30 14:56:40 +02:00
CONTRIBUTING.rst Overhaul package metadata and contributor info 2021-07-10 16:45:05 +00:00
Dockerfile Added Docker image builds 2021-02-11 19:11:48 +00: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
bindep.txt Overhaul package metadata and contributor info 2021-07-10 16:45:05 +00:00
requirements.txt Uncap pbr dependency 2017-03-01 18:32:58 +00:00
setup.cfg Overhaul package metadata and contributor info 2021-07-10 16:45:05 +00:00
setup.py Solve hacking/pbr requirements conflict 2014-02-11 21:20:38 +00:00
test-requirements.txt Update testing to Python 3.9 and linters 2021-03-30 14:56:40 +02:00
tox.ini Update testing to Python 3.9 and linters 2021-03-30 14:56:40 +02:00

README.rst

python-gear

A pure-Python asynchronous library to interface with Gearman.