commit | 4ad333a9a4bccf95df11aebcaf6664caf9f9d9de | [log] [tgz] |
---|---|---|
author | Matt Jeanneret <mj3580@att.com> | Thu Feb 14 19:10:44 2019 -0500 |
committer | Matt Jeanneret <mj3580@att.com> | Thu Feb 14 19:14:07 2019 -0500 |
tree | 71998579fad8ce4b636ea0b1cfde979738ae4fba | |
parent | 39bd5a6d7b0ea76e4da1c90aca514b863a6c9257 [diff] |
VOL-1452 adapter_agent (core_proxy) does not have an adapter_name. Provide alternative Use the listening_topic for now as that ends up being the command line argument "name" This is likely temporary is there is a cleaner way to get this but requires some more fundamental changes to these classes. Change-Id: Iac24c68eb699e3fc0e7add82ede60acf8952a4d5
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. |