Initial pass of the py xapp frame 00/2600/11
authorTommy Carpenter <tc677g@att.com>
Wed, 26 Feb 2020 19:12:54 +0000 (14:12 -0500)
committerTommy Carpenter <tc677g@att.com>
Thu, 27 Feb 2020 17:00:06 +0000 (12:00 -0500)
commit21f659c694968e95ad4e1a568538a586c5291b62
tree7b1aba54f0e23651974e39a1ccda747332b70125
parentaa10152885b58792ffde0c78f42df4a8c0078d42
Initial pass of the py xapp frame

This is not yet completed:
- Docs will come soon
- More unit test coverage will come soon
- More functionality will come soon

However, to avoid a gargantuan commit at the beginning that solves world
hunger, we cut off here on a basically usable framework.

NOTE: a significant portion of this code is *already reviewed* as it
came out of A1. For example, the entire SDLWrapper class, and most of
the RMRLoop. This code will
be deleted from A1 when this is in pypi.

Issue-ID: RIC-228
Change-Id: I9f87b0178cf5fb1cb6b988c29ce11218ed575607
Signed-off-by: Tommy Carpenter <tc677g@att.com>
15 files changed:
.gitignore [new file with mode: 0644]
examples/README.md [new file with mode: 0644]
examples/ping_xapp.py [new file with mode: 0644]
examples/pong_xapp.py [new file with mode: 0644]
examples/test_route.rt [new file with mode: 0644]
ricxappframe/__init__.py [new file with mode: 0644]
ricxappframe/xapp_frame.py [new file with mode: 0644]
ricxappframe/xapp_rmr.py [new file with mode: 0644]
ricxappframe/xapp_sdl.py [new file with mode: 0644]
rmr-version.yaml [new file with mode: 0644]
setup.py [new file with mode: 0644]
tests/__init__.py [new file with mode: 0644]
tests/test_sdl.py [new file with mode: 0644]
tests/test_xapp.py [new file with mode: 0644]
tox.ini [new file with mode: 0644]