An etcd3 grpc-gateway v3 API Python client
Go to file
Takashi Kajinami 2a9b23d97e Remove Python 3.8 support
Python 3.8 was removed from the tested runtimes for 2024.2[1] and has
not been tested since then.

[1] https://governance.openstack.org/tc/reference/runtimes/2024.2.html

Change-Id: I612f60bb0c68f69345dfac0df535d1b22e4e1171
2024-10-24 18:28:08 +09:00
doc Use pre-commit to run pep8 tests 2024-10-21 20:16:23 +09:00
etcd3gw Merge "Remove fallback to time.clock()" 2024-07-23 15:19:31 +00:00
releasenotes Remove Python 3.8 support 2024-10-24 18:28:08 +09:00
.coveragerc Skip tests and examples for coverage 2017-03-25 13:10:40 -04:00
.gitignore Add py38-etcd tox env 2022-02-02 17:37:18 +02:00
.gitreview Fix .gitreview file 2020-10-25 14:49:27 +00:00
.mailmap Initial Cookiecutter Commit. 2017-03-24 13:37:10 -04:00
.pre-commit-config.yaml Use pre-commit to run pep8 tests 2024-10-21 20:16:23 +09:00
.testr.conf Initial Cookiecutter Commit. 2017-03-24 13:37:10 -04:00
.zuul.yaml Drop python3.6/3.7 support in testing runtime 2022-05-23 11:53:30 +02:00
CONTRIBUTING.rst Initial Cookiecutter Commit. 2017-03-24 13:37:10 -04:00
HACKING.rst Replace old link for hacking 2024-10-22 14:09:27 +09:00
LICENSE Initial Cookiecutter Commit. 2017-03-24 13:37:10 -04:00
README.md Update README 2024-02-09 23:14:30 +09:00
requirements.txt Bump hacking 2024-01-25 12:42:08 +09:00
setup-etcd-env.sh Update etcd version, add py36 2017-08-30 10:19:30 -04:00
setup.cfg Remove Python 3.8 support 2024-10-24 18:28:08 +09:00
setup.py Cleanup py27 support 2023-07-03 14:03:42 +08:00
test-requirements.txt Use pre-commit to run pep8 tests 2024-10-21 20:16:23 +09:00
tox.ini Use pre-commit to run pep8 tests 2024-10-21 20:16:23 +09:00

======================== Team and repository tags

.. image:: https://governance.openstack.org/tc/badges/oslo.config.svg :target: https://governance.openstack.org/tc/reference/tags/index.html

.. Change things from this point on

=========================== etcd3 gateway Python Client

.. image:: https://img.shields.io/pypi/v/etcd3gw.svg :target: https://pypi.org/project/etcd3gw/ :alt: Latest version

.. image:: https://img.shields.io/pypi/dm/etcd3gw.svg :target: https://pypi.org/project/etcd3gw/ :alt: Downloads

The etcd3gw library provides a python client for etcd3 grpc-gateway v3 API.