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.
Release files for aetcd 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aetcd-1.0.0.tar.gz | 62.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aetcd-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 103.9 kB
Release files / aetcd-1.0.0.tar.gz
| Download URL | aetcd-1.0.0.tar.gz |
|---|---|
| Size | 62.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9d7173c9909ea3fc8a54dc7c82227c0ddf439d1b42c1bd2496956297d76c1107
|
|
BLAKE2b-256 checksum How to use checksums |
f5a315290bf650a6eb20aa2539f38aad34c5d8c12eecb2504104b5f813efbdd0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Release files / aetcd-1.0.0-py3-none-any.whl
| Download URL | aetcd-1.0.0-py3-none-any.whl |
|---|---|
| Size | 41.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
743641d461417e2796dbd0b30ff306b891bff739367ca4909760898a7e3b7f6c
|
|
BLAKE2b-256 checksum How to use checksums |
9d30f78d5a4ba29c8bb926bd6341b5758c035e9fb42825aa04f732449ace7d63
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|