$ pip install docido-sdkYou can use tox to run the test-suite on every supported platform:
# Install and load virtualenv
$ pip install virtualenv
$ virtualenv .env
$ .env/bin/activate
# Install tox
$ pip install tox
# Run the test suites
$ toxThe test-suite needs an Elasticsearch node to be up and running. You can provide tox the ELASTICSEARCH_HOST environment variable to override the default location, for instance:
$ export ELASTICSEARCH_HOST=foo.bar:9200
$ toxPull-requests are welcome. You can also submit your issues to the issues tracker
Docido python SDK is licensed under the Apache License, Version 2.0. See LICENSE file for full license text.