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.0rc2.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.0rc2-py3-none-any.whl (41.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: aetcd-1.0.0rc2.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.0rc2.tar.gz
Algorithm Hash digest
SHA256 73f3c9cab75a2dc28b39775047c76f50d1f56c943e9f9fd724b8d78177db8191
MD5 9aacf41782f4dba3efcbda5ea353d194
BLAKE2b-256 d1dffad457018f261aa2ae29df84cde3cb55d14004c541c189ab31b7267bcff9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: aetcd-1.0.0rc2-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.0rc2-py3-none-any.whl
Algorithm Hash digest
SHA256 e3add03e478522134f40c008d4606bc99c62880ae83600c4e67b5196d8c93704
MD5 56777108da08dd93fe25385f84539bd2
BLAKE2b-256 0a4283543b79cf2794481365e86c7d668a7e4574e221fe6a52acc932fcfa8188

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