cashifypythonetcd

Get configurable values from ETCD


License
Unlicense
Install
pip install cashifypythonetcd==0.0.3

Documentation

cashify-python-etcd

Cashify Python Repo to get Key values from ETCD.

Pre-requisite:

  1. python-etcd library (https://pypi.org/project/python-etcd/)

How to use:

  1. Use steps under if want to use directly from source code
  1. Use these steps to use from PyPi
  • pip install cashifypythonetcd
  • Import cashifypythonetcd and init class with parameters "host, protocol, port, app_name"
  • Use function "get_property_value" with parameters "key, default" with class instance to get value from ETCD
  • If key is not defined in ETCD, we will get the default value back
  • add cashifypythonetcd==0.0.1 to requirements