python-etcd3
python-etcd3 copied to clipboard
Project Status
What is the current status of this project?
- There's currently 89 PR's
- Python 3.5 is deprecated, Python 3.6 will be deprecated soon
- Current tests are failing
- Lack of multiple clients support
Any information you can provide? @kragniz
+1
@kragniz Friendly bump
@kragniz ?
This library may need to be forked.
I looked at the openstack maintained library https://opendev.org/openstack/etcd3gw and was able to use as a drop-in replacement with a few minor tweaks - the returns on some of the functions are different to this library but otherwise works the same.
The only issue is poor documentation (almost nothing, you have to read the source to find the functions). and not everything is working/supported (get_all() does nothing).
it's also disappointing that the github repo is a mirror of openstack source control, and issue tracker goes through launchpad requiring a Ubuntu account). Much potential wasted imho.