Etcd3 Py Versions Save

Pure python client for etcd v3 (Using gRPC-JSON-Gateway)

0.1.6

5 years ago
  • Fix lease util keeping problems (#90)
  • Add range end and lease to txn (#89)
  • Add handel null value as gogoproto does while modelizing response data (#87)
  • Fix watch util issue #18 and #78 (#82)
  • Improve etcd comapabitity of multiple versions (#79)
  • Add a base EtcdModel to all dynamic created model (#51)
  • Add support for lock service API (#50)
  • Improve etcd comapabitity of multiple versions(#42)

0.1.5

5 years ago

#34 enum34 only where it's needed

0.1.4

5 years ago
  • better code quality
  • support etcd v3.2.2+

0.1.3

6 years ago

finished lock util

0.1.2

6 years ago
  • Add more test
  • Add watcher, transaction and lease util

You can try it at dev environment

0.1.0

6 years ago

Implemented all APIs of etcd3's gRPC-JSON-Gateway

Stateful utils (Watcher Lease Lock Transaction) are in progress