OOF design framework seed code 75/27975/1
authorSastry Isukapalli <sastry@research.att.com>
Thu, 11 Jan 2018 19:37:39 +0000 (14:37 -0500)
committerSastry Isukapalli <sastry@research.att.com>
Thu, 11 Jan 2018 19:38:50 +0000 (14:38 -0500)
commit7167d1a0c3c30afbba61edb593580cbf7244e52c
tree3686d1878449ff552687539dc5869ee5ea2697bb
parentd51c20ced007294d86e560f3bc9f5812cc17f193
OOF design framework seed code

Issue-ID: OPTFRA-18
Change-Id: Ib44b06f7184cb49f90d5936edd82cba44068b1c8
Signed-off-by: Sastry Isukapalli <sastry@research.att.com>
18 files changed:
config/__init__.py [new file with mode: 0644]
config/base.py [new file with mode: 0644]
config/credentials.py [new file with mode: 0644]
config/loader.py [new file with mode: 0644]
operation/__init__.py [new file with mode: 0644]
operation/error_handling.py [new file with mode: 0644]
operation/exceptions.py [new file with mode: 0644]
operation/responses.py [new file with mode: 0644]
osdfapp.py [new file with mode: 0755]
osdfapp.sh [new file with mode: 0755]
utils/__init__.py [new file with mode: 0644]
utils/data_conversion.py [new file with mode: 0644]
utils/data_types.py [new file with mode: 0644]
utils/interfaces.py [new file with mode: 0644]
utils/local_processing.py [new file with mode: 0644]
utils/programming_utils.py [new file with mode: 0644]
webapp/__init__.py [new file with mode: 0644]
webapp/appcontroller.py [new file with mode: 0644]