Add rmr-python 78/178/1
authorTommy Carpenter <tommy@research.att.com>
Mon, 20 May 2019 15:12:30 +0000 (15:12 +0000)
committerTommy Carpenter <tommy@research.att.com>
Mon, 20 May 2019 15:12:50 +0000 (15:12 +0000)
commit46ae0f44cd0ea713601f16adc5ea709e607eb2e8
treeecab0c4d842beda8f4c03bd7b9c9c15f92a13c63
parent68c1ab2191d9959fde0bd275a560f7c9cf6df485
Add rmr-python

Change-Id: I416259fa1164d5848c37eecf15117debffb9a25f
Signed-off-by: Tommy Carpenter <tommy@research.att.com>
17 files changed:
.gitignore
.gitreview [new file with mode: 0644]
src/bindings/rmr-python/Changelog.md [new file with mode: 0644]
src/bindings/rmr-python/README.md [new file with mode: 0644]
src/bindings/rmr-python/examples/README.md [new file with mode: 0644]
src/bindings/rmr-python/examples/local.rt [new file with mode: 0644]
src/bindings/rmr-python/examples/receive.py [new file with mode: 0644]
src/bindings/rmr-python/examples/send.py [new file with mode: 0644]
src/bindings/rmr-python/rmr/__init__.py [new file with mode: 0644]
src/bindings/rmr-python/rmr/rmr.py [new file with mode: 0644]
src/bindings/rmr-python/rmr/rmr_mocks/__init__.py [new file with mode: 0644]
src/bindings/rmr-python/rmr/rmr_mocks/rmr_mocks.py [new file with mode: 0644]
src/bindings/rmr-python/setup.py [new file with mode: 0644]
src/bindings/rmr-python/tests/conftest.py [new file with mode: 0644]
src/bindings/rmr-python/tests/test_rmr.py [new file with mode: 0644]
src/bindings/rmr-python/tests/test_rmr_mocks.py [new file with mode: 0644]
src/bindings/rmr-python/tox.ini [new file with mode: 0644]