commit | 15ee2cc8c2928152e84eede93bf05f58fc29f7dd | [log] [tgz] |
---|---|---|
author | Matt Jeanneret <mj3580@att.com> | Thu Feb 28 11:33:18 2019 -0500 |
committer | Matt Jeanneret <mj3580@att.com> | Fri Mar 01 13:45:25 2019 -0500 |
tree | acfecfce23595839dbc222feb31287499d7c55aa | |
parent | 944aee71301b8ddb211b6e51d685f56d5c4a911b [diff] |
VOL-1474: Support GetChildDevices and Exception results Also handle kafka exceptions better, especially given a grpc code.NotFound returns as an Exception. If return results are expected return None so calling code can handle Change-Id: I0d8ac8c243a47c8e6144a59d1ae662303b741ce9
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. |