/crate-python

A Python client library for CrateDB.

Primary LanguagePythonApache License 2.0Apache-2.0

CrateDB Python Client

TravisCI PyPI Version Python Version PyPI Downloads Wheel Coverage

A Python client library for CrateDB.

This library:

Prerequisites

Recent versions of this library require Python 3 (>= 3.4) to run.

Use version 0.21.x if you are running Python 2.7/3.3 or version 0.14.x if you are running Python 2.6.

Installation

The CrateDB Python client is available as a pip package.

To install, run:

$ pip install crate

To update, run:

$ pip install -U crate

If you use Python 2.7 or 3.3 with a recent version of pip, it will install only version 0.21.x by default, because newer versions of this package are not compatible with Python 2.7/3.3 any more.

Contributing

This project is primarily maintained by Crate.io, but we welcome community contributions!

See the developer docs and the contribution docs for more information.

Help

Looking for more help?