commit | 6eb68176020707ed932b3de239f285541c1e17d1 | [log] [tgz] |
---|---|---|
author | Matt Jeanneret <mj3580@att.com> | Sun Mar 31 10:53:44 2019 -0400 |
committer | Matt Jeanneret <mj3580@att.com> | Thu Apr 04 16:48:14 2019 -0400 |
tree | ef27bb72c15ba4ab033e40e5997b3989ec477d2a | |
parent | 6e643806c53ce6e6394e73ef65829cd2dc91d224 [diff] |
VOL-1489: Use existing EtcdStore rather than create_kv_client This matches more closely what the 1.x core version has. And it works. The other version failed to get the etcd connection args properly. Also some added debug needed for decomposed flow work. Change-Id: Ia0de95a271a4cabf67228ac048cb32b0c116fa4e
PyVOLTHA is a collection of shared Python libraries that are use to create Python-based VOLTHA Device Adapters and other Python utilities (CLI, ...) that need to work with the VOLTHA v2.0 and later Golang core.
Initially PyVOLTHA will target only Python 2.7, but contributors are encouraged to write or refactor any library methods to eventually support Python 3.6.x or later.
pip install pyvoltha
Version | Date | Notes |
---|---|---|
v0.1.0 | 2019-02-01 | Initial pypy release available. This is primarily for testing out pip install support and is not expected to be useful outside of that. |