-
Notifications
You must be signed in to change notification settings - Fork 9.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Which is the ETCD3 officially recommended python client? #13285
Comments
That's the main client for Etcdv3 to my knowledge. They maintain a list of clients here: |
@davissp14 thanks! Closing as question is answered. |
This list may be in need of updating as none of the packages are currently under active maintenance. kragniz/python-etcd3 - Client for v3 jplana/python-etcd - Supports v2 russellhaering/txetcd - a Twisted Python library cholcombe973/autodock - A docker deployment automation tool lisael/aioetcd - (Python 3.4+) Asyncio coroutines client (Supports v2) txaio-etcd - Asynchronous etcd v3-only client library for Twisted (today) and asyncio (future) dims/etcd3-gateway - etcd v3 API library using the HTTP grpc gateway aioetcd3 - (Python 3.6+) etcd v3 API for asyncio - Last Commit: Sep 30, 2020 Packages that are not maintained anymore, should not be officially supported as a preferred packages. |
@Machoney Can you recommend an actively maintained alternatives? I haven't had any luck finding one. |
Personally, I stick to its http API (and websockets for watching). UNFORTUNATELY. |
I have use some ETCD3 clients in python. The best one of these is https://github.com/kragniz/python-etcd3.
But all of these have a lot of bugs or the projects are not maintained now.
So, I wonder which is the ETCD3 officially recommended python client?
Thank you!
The text was updated successfully, but these errors were encountered: