Skip to main content

Python asyncio-based client for etcd

Project description

Build Status Coverage report Documentation PyPI Version Supported Python Versions License

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aetcd-1.0.0.tar.gz (62.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aetcd-1.0.0-py3-none-any.whl (41.1 kB view details)

Uploaded Python 3

File details

Details for the file aetcd-1.0.0.tar.gz.

File metadata

  • Download URL: aetcd-1.0.0.tar.gz
  • Upload date:
  • Size: 62.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for aetcd-1.0.0.tar.gz
Algorithm Hash digest
SHA256 9d7173c9909ea3fc8a54dc7c82227c0ddf439d1b42c1bd2496956297d76c1107
MD5 76916f9072525169fcac6755cc9767b2
BLAKE2b-256 f5a315290bf650a6eb20aa2539f38aad34c5d8c12eecb2504104b5f813efbdd0

See more details on using hashes here.

File details

Details for the file aetcd-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: aetcd-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 41.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for aetcd-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 743641d461417e2796dbd0b30ff306b891bff739367ca4909760898a7e3b7f6c
MD5 e52094f580fee03e8c121bb832167f02
BLAKE2b-256 9d30f78d5a4ba29c8bb926bd6341b5758c035e9fb42825aa04f732449ace7d63

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page