Initial QP Driver Xapp skeleton. 28/2828/5
authorTommy Carpenter <tc677g@att.com>
Tue, 17 Mar 2020 14:32:38 +0000 (10:32 -0400)
committerTommy Carpenter <tc677g@att.com>
Tue, 17 Mar 2020 17:39:31 +0000 (17:39 +0000)
commit571eb94fd77bb6d2f23f8711d94d8134ed296404
tree8dcfd46e6e45de1f7309e620b0f06101557db60d
parenteb6b76f77a6897651b8a514b926edcc936f2de25
Initial QP Driver Xapp skeleton.

Issue-ID: RICAPP-47
Change-Id: Ifed1dcdc6a6ee5eaa54b978c61776055c646569e
Signed-off-by: Tommy Carpenter <tc677g@att.com>
22 files changed:
.gitignore [new file with mode: 0644]
.readthedocs.yaml [new file with mode: 0644]
Dockerfile [new file with mode: 0644]
LICENSE.txt [new file with mode: 0644]
container-tag.yaml [new file with mode: 0644]
docs/_static/logo.png [new file with mode: 0644]
docs/conf.py [new file with mode: 0644]
docs/conf.yaml [new file with mode: 0644]
docs/favicon.ico [new file with mode: 0644]
docs/index.rst [new file with mode: 0644]
docs/installation-guide.rst [new file with mode: 0755]
docs/overview.rst [new file with mode: 0644]
docs/release-notes.rst [new file with mode: 0644]
docs/requirements-docs.txt [new file with mode: 0644]
qpdriver/__init__.py [new file with mode: 0644]
qpdriver/main.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/fixtures/test_local.rt [new file with mode: 0644]
tests/test_qpd.py [new file with mode: 0644]
tox.ini [new file with mode: 0644]