Skip to content

rventer-hartree/crate-python

 
 

Repository files navigation

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?

About

A Python client library for CrateDB.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.9%
  • Shell 1.1%