Skip to main content

NOTICE: Please use aetcd package instead

Project description

Build Status Coverage report Documentation PyPI Version Supported Python Versions License

NOTICE: Please use aetcd package instead, as this is now a canonical name for the project. aetcd3 is now outdated and not maintained anymore.

Installation

$ python3 -m pip install aetcd3

Basic usage

import aetcd3

client = aetcd3.client()

await client.put('foo', 'bar')
await client.get('foo')
await client.delete('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. Kudos 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

aetcd3-0.1.0a7.post1.tar.gz (67.8 kB view hashes)

Uploaded Source

Built Distribution

aetcd3-0.1.0a7.post1-py3-none-any.whl (43.3 kB view hashes)

Uploaded Python 3

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