To run the datazilla_client test suite, run python setup.py test.
If you have python2.5, python2.6, and python2.7 available on your system
under those names, you can also pip install tox and then run tox to test
datazilla_client under all of those Python versions.
datazilla_client
Client libraries to interact with the datazilla database.
Usage
The OAuth key and secret for your project should be supplied to you by the Datazilla team.
If you don’t want to use
DatazillaResultto build up the data structure to send, you can still useDatazillaRequestto send it:You may also introspect the data to be sent by the
DatazillaRequest:Development
To run the
datazilla_clienttest suite, runpython setup.py test.If you have
python2.5,python2.6, andpython2.7available on your system under those names, you can alsopip install toxand then runtoxto testdatazilla_clientunder all of those Python versions.