Tobias Oberstein
2017-02-16 21:02:22 UTC
Hi,
txaio-etcd is a etcd3 client library for Twisted that is fully
asynchronous and pure Python:
https://github.com/crossbario/txaio-etcd
It also exposes advanced features like watching keys, transactions and
leases:
https://github.com/crossbario/txaio-etcd/tree/master/examples
Releases are on PyPI
https://pypi.python.org/pypi/txaioetcd
The library is reasonably complete and working, but definitely alpha
status as it hasn't seen much use from app code still.
Hence, any usage and testing feedback, API change requests or PRs are
welcome!
Cheers,
/Tobias
txaio-etcd is a etcd3 client library for Twisted that is fully
asynchronous and pure Python:
https://github.com/crossbario/txaio-etcd
It also exposes advanced features like watching keys, transactions and
leases:
https://github.com/crossbario/txaio-etcd/tree/master/examples
Releases are on PyPI
https://pypi.python.org/pypi/txaioetcd
The library is reasonably complete and working, but definitely alpha
status as it hasn't seen much use from app code still.
Hence, any usage and testing feedback, API change requests or PRs are
welcome!
Cheers,
/Tobias