initial delivery of python-osmclient
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)
commite304ced19f004cdaa5af7f768645ee3bfe5b3b57
treed865ce8eb15d9872f7f8803969a5a9edcf4d4a3f
parentd66bc2c37221a3e4d35d6188f6ab011526bebbf5
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]