$ pip install docido-sdk
You 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
$ tox
The 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
$ tox
Pull-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.