Skip to content

Latest commit

 

History

History
88 lines (61 loc) · 2.42 KB

README.rst

File metadata and controls

88 lines (61 loc) · 2.42 KB

CrateDB Python Client

Azure Pipeline 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?