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'
Links
Project details
Release history Release notifications | RSS feed
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 details)
etcpy-0.1.1.tar.bz2
(6.5 kB
view details)
File details
Details for the file etcpy-0.1.1.zip
.
File metadata
- Download URL: etcpy-0.1.1.zip
- Upload date:
- Size: 12.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f586ca04ff230cdcc8d7b2fc30c74e5aa0a4f2eb6bc1b441b0f21fd597d62103 |
|
MD5 | 8f48f8daf2246642eacec7a928d06f65 |
|
BLAKE2b-256 | 3bcc6d8113d3b1f1257574983e17aab3211620b831a074e4d3b07990e4041d01 |
File details
Details for the file etcpy-0.1.1.tar.bz2
.
File metadata
- Download URL: etcpy-0.1.1.tar.bz2
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb5ae3999d19895032189a925b1743fe1b866266178a6d07bef8651286347bb6 |
|
MD5 | 60536b682947bc229bb92e34d0b6872c |
|
BLAKE2b-256 | 682667f284ae1ad881421ca000c48534f289567ddd9bbbf588dbf54236a1128f |