Skip to main content

etcd interface library

Project description

etcpy is an easy to use interface to the etcd daemon that presents a ‘dictionary like’ interface to etcd while also giving access to etcd’s more advanced features

etcpy aims to be as easy to use as possible and provides 2 levels of APIs. The ‘lower level’ API is a dictonary like interface to the etcd daemon while the Higher level interface provides a filesystem object like interface (eg pathlib or file)

requirements

  • python 2.7

  • python-requests

Usage

>>> import etcpy
>>> e = etcpy.Etcd('localhost', secure=False)
>>> e['/blast'] = 'testval'
>>> e['/blast'].value
u'testval'

Project details


Download files

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

Source Distributions

etcpy-0.1.1.zip (12.5 kB view hashes)

Uploaded Source

etcpy-0.1.1.tar.bz2 (6.5 kB view hashes)

Uploaded Source

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