Skip to content

crate/crate-python

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
bin
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

CrateDB Python Client

Build status Coverage Build status (documentation) PyPI Version Python Version PyPI Downloads Wheel Status License

A Python client library for CrateDB.

This library:

Installation

The CrateDB Python client is available as package crate on PyPI.

To install the most recent driver version, including the SQLAlchemy dialect extension, run:

$ pip install "crate[sqlalchemy]" --upgrade

Documentation and help

Contributing

The CrateDB Python client library is an open source project, and is managed on GitHub. We appreciate contributions of any kind.