commit | a95e2c814fcc236270c72c952181c43e57ec2888 | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@opennetworking.org> | Wed Apr 17 15:43:54 2019 -0700 |
committer | Zack Williams <zdw@opennetworking.org> | Wed Apr 17 17:21:33 2019 -0700 |
tree | 97ae31ff539b71cffde36a02432ffbc09b63dd78 | |
parent | 72fe6ae4376eed6ebea3e633bef8a9cb70e79750 [diff] |
General cleanup - Remove unused Dockerfiles - Simplify Makefile - Use tox.ini to store nose config - Bump version of voltha-protos and fix test Change-Id: I8d6a1e8dfafd84bd21f495b0f6b96885f829c208
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. |