initial delivery of python-osmclient 81/1581/1
authorMike Marchetti <mmarchetti@sandvine.com>
Tue, 18 Apr 2017 15:56:04 +0000 (11:56 -0400)
committerMike Marchetti <mmarchetti@sandvine.com>
Tue, 18 Apr 2017 16:01:30 +0000 (12:01 -0400)
commit72aac6ac73b3a59839b96fb507f616a0f150f118
treed865ce8eb15d9872f7f8803969a5a9edcf4d4a3f
parentc648004e06badbdf56b022c64abf7cac136b6f97
initial delivery of python-osmclient

Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
python-osmclient/.gitignore [new file with mode: 0644]
python-osmclient/Makefile [new file with mode: 0644]
python-osmclient/README.md [new file with mode: 0644]
python-osmclient/osmclient/__init__.py [new file with mode: 0644]
python-osmclient/osmclient/common/OsmAPI.py [new file with mode: 0644]
python-osmclient/osmclient/common/__init__.py [new file with mode: 0644]
python-osmclient/osmclient/scripts/__init__.py [new file with mode: 0644]
python-osmclient/osmclient/scripts/osm.py [new file with mode: 0755]
python-osmclient/setup.py [new file with mode: 0644]
python-osmclient/stdeb.cfg [new file with mode: 0644]