commit | 6b6d936ac06130fe2db205252480945068b06ee8 | [log] [tgz] |
---|---|---|
author | Matt Jeanneret <mj3580@att.com> | Mon Feb 11 10:48:41 2019 -0500 |
committer | Matt Jeanneret <mj3580@att.com> | Tue Feb 12 11:05:22 2019 -0500 |
tree | c475b0090f954ffa169b363ddb4ec4b4b707a069 | |
parent | f3ad68581ef0898fd03e484678847e75f7699032 [diff] |
VOL-1449 Added additional library code needed to run openonu With this commit and the changes to openonu, openonu will start. Add needed bbf protos (needed for gem port modeling). Add config classes needed for kv store work. Added function to nethelpers typically seen in logical_device. Added flow_decomposer. Change-Id: I78c38dfdfbd5fbaaa8cb7508f0cb05b54eb50965
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. |