Python asyncio-based client for etcd
Project description
Installation
$ python -m pip install aetcd
Basic usage
Run asyncio REPL:
$ python -m asyncio
Test the client:
import aetcd
async with aetcd.Client() as client:
await client.put(b'foo', b'bar')
await client.get(b'foo')
await client.delete(b'foo')
Acknowledgements
This project is a fork of etcd3aio, which itself is a fork of python-etcd3. python-etcd3 was originally written by kragniz. asyncio suppport was contributed by hron and based on the previous work by gjcarneiro. Many thanks to all the people involved in the project.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aetcd-1.0.0a4.tar.gz.
File metadata
- Download URL: aetcd-1.0.0a4.tar.gz
- Upload date:
- Size: 61.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e81095ca83b6426ba8140ae2f95ff750ad178cba5fbcb563e3a733ea4fc9c58d
|
|
| MD5 |
3b743180348cd1d18e87558e5251a664
|
|
| BLAKE2b-256 |
a371655c6f73f1da1063675313957511e5a9df858e187407e2b493b1ac77b062
|
File details
Details for the file aetcd-1.0.0a4-py3-none-any.whl.
File metadata
- Download URL: aetcd-1.0.0a4-py3-none-any.whl
- Upload date:
- Size: 39.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
338df9836d7d83c84db4c531513def11c4e69146d1f7b68cb79a4f2defe1a930
|
|
| MD5 |
900ba4068b35cadb2809298c5bd3055a
|
|
| BLAKE2b-256 |
7821f2f6538459dd36f79cc19ec596dbd3350f80ace62a49b1296dc8e837b854
|