commit | 67b674aba8766c077c94c3e7ad703a8ae3601a5d | [log] [tgz] |
---|---|---|
author | Chip Boling <chip@bcsw.net> | Fri Feb 08 11:42:18 2019 -0600 |
committer | Chip Boling <chip@bcsw.net> | Fri Feb 08 13:23:42 2019 -0600 |
tree | d613dc0ad07b9e89984ef13f0d254bf1d589cefc | |
parent | 63dc940f2983261e3a68f6bd8896721e2d74295d [diff] |
VOL-1448: Initial checkin of pyvoltha repository This is very early work and unit tests are not currently running. Future versions of this code will remove the protobuf directory and address any v2.0 API changes such as the key-value store API used by various libraries in pyvoltha - Added .gitreview config file - Moved VERSION file to expected location and specified a dev version so no git tags or PyPI publishing occurs until we are ready. - Removed generated .desc protobuf files Change-Id: Icaedc6a4d2cff87cd7d538d3610586d0f5a5db18
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. |