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.0a4.tar.gz (61.5 kB view details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

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

Hashes for aetcd-1.0.0a4.tar.gz
Algorithm Hash digest
SHA256 e81095ca83b6426ba8140ae2f95ff750ad178cba5fbcb563e3a733ea4fc9c58d
MD5 3b743180348cd1d18e87558e5251a664
BLAKE2b-256 a371655c6f73f1da1063675313957511e5a9df858e187407e2b493b1ac77b062

See more details on using hashes here.

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

Hashes for aetcd-1.0.0a4-py3-none-any.whl
Algorithm Hash digest
SHA256 338df9836d7d83c84db4c531513def11c4e69146d1f7b68cb79a4f2defe1a930
MD5 900ba4068b35cadb2809298c5bd3055a
BLAKE2b-256 7821f2f6538459dd36f79cc19ec596dbd3350f80ace62a49b1296dc8e837b854

See more details on using hashes here.

Supported by

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