Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.54 KB

File metadata and controls

46 lines (33 loc) · 1.54 KB

Docido Python SDK

PyPI version Build Status Coverage Status Code Climate Code Health

Installation

$ pip install docido-sdk

Tests

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

Issues

Pull-requests are welcome. You can also submit your issues to the issues tracker

License

Docido python SDK is licensed under the Apache License, Version 2.0. See LICENSE file for full license text.