A Consul Client for Python.
Project description
PyMako
A Consul Client for Python.
Installation
To install PyMako run this command:
$ pip3 install pymako
Usage
After installing the library, Read the following usage criteria:
from pymako import KV from pymako import Status # KV Store Module kv = KV("http://127.0.0.1:8500") kv.get("key") kv.update("key", "value") kv.delete("key") # Status Module status = Status("http://127.0.0.1:8500") status.leader() status.peers()
Misc
Changelog
Version 0.0.2:
Status & KV Module.
Version 0.0.1:
Initial Release.
Acknowledgements
© 2019, Silverback. Released under MIT License.
PyMako is authored and maintained by @silverbackhq.
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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size pymako-0.0.2-py3-none-any.whl (4.8 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size pymako-0.0.2.tar.gz (2.8 kB) | File type Source | Python version None | Upload date | Hashes View |