Skip to content

LilliJane/docido-python-sdk

 
 

Repository files navigation

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.

About

Docido crawlers SDK

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.9%
  • Makefile 0.1%