commit | f3ad68581ef0898fd03e484678847e75f7699032 | [log] [tgz] |
---|---|---|
author | Matt Jeanneret <mj3580@att.com> | Fri Feb 08 18:21:44 2019 -0500 |
committer | Matt Jeanneret <mj3580@att.com> | Sat Feb 09 12:16:45 2019 -0500 |
tree | 5bef55e1beee6c6715d0d359b261ca1137a57480 | |
parent | 67b674aba8766c077c94c3e7ad703a8ae3601a5d [diff] |
VOL-1449 Create docker images including pyvoltha Creates a base and pyvoltha docker image with installed using a newer version of pip. Also include the README.md file as pip install needed it inside the docker build. Change-Id: I5450de4a855ed40f2eb611c55726dfcba720f41f
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. |