python-etcd3 icon indicating copy to clipboard operation
python-etcd3 copied to clipboard

Project Status

Open gaby opened this issue 3 years ago • 5 comments

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

gaby avatar Oct 13 '21 23:10 gaby

+1

wangzhe0912 avatar Feb 08 '22 11:02 wangzhe0912

@kragniz Friendly bump

gaby avatar Feb 08 '22 13:02 gaby

@kragniz ?

durzo avatar May 17 '22 13:05 durzo

This library may need to be forked.

gaby avatar May 18 '22 02:05 gaby

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.

durzo avatar May 18 '22 07:05 durzo