docido-sdk

Docido software development kit for Python


Keywords
cogniteev, docido
License
Apache-2.0
Install
pip install docido-sdk==0.3.5

Documentation

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.