All Projects → crate → Crate Python

crate / Crate Python

Licence: apache-2.0
A Python client library for CrateDB.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Crate Python

Multiverse Inventories
Stars: ✭ 55 (-1.79%)
Mutual labels:  hacktoberfest
Javascript
Implementation of All ▲lgorithms in Javascript Programming Language
Stars: ✭ 56 (+0%)
Mutual labels:  hacktoberfest
Profun
Procedural vs Functional
Stars: ✭ 56 (+0%)
Mutual labels:  hacktoberfest
Dynamicdata
Reactive collections based on Rx.Net
Stars: ✭ 1,083 (+1833.93%)
Mutual labels:  hacktoberfest
Qrcode Renderer
QR Code renderer is a dependency-free library to render QR Codes. The library makes it simple to integrate with any UI framework and comes with a prebuilt SVG renderer for the web.
Stars: ✭ 56 (+0%)
Mutual labels:  hacktoberfest
Mue
Fast, open and free-to-use new tab page for modern browsers
Stars: ✭ 56 (+0%)
Mutual labels:  hacktoberfest
Hackerqueue
Your favorite tech sites compiled down to topics you find interesting.
Stars: ✭ 55 (-1.79%)
Mutual labels:  hacktoberfest
Consul
Consul - Open Government and E-Participation Web Software
Stars: ✭ 1,088 (+1842.86%)
Mutual labels:  hacktoberfest
2019 Ncov Api
Map, data and timeline of coronavirus (COVID-19)
Stars: ✭ 56 (+0%)
Mutual labels:  hacktoberfest
Aws C Io
This is a module for the AWS SDK for C. It handles all IO and TLS work for application protocols.
Stars: ✭ 56 (+0%)
Mutual labels:  hacktoberfest
Takeout
Docker-based development-only dependency manager. macOS, Linux, and WSL2-only and installs via PHP's Composer... for now.
Stars: ✭ 1,086 (+1839.29%)
Mutual labels:  hacktoberfest
Design Patterns And Principles
A collection of a number of design patterns and principles written in Kotlin
Stars: ✭ 56 (+0%)
Mutual labels:  hacktoberfest
Devradar
Competence Management for developers
Stars: ✭ 56 (+0%)
Mutual labels:  hacktoberfest
Typesync
Install missing TypeScript typings for dependencies in your package.json.
Stars: ✭ 1,080 (+1828.57%)
Mutual labels:  hacktoberfest
Bikedeboa
A (Progressive) Web App to find, map and review bike parkings in the cities of Brazil.
Stars: ✭ 54 (-3.57%)
Mutual labels:  hacktoberfest
Os Autoinst Distri Opensuse
os-autoinst test cases for openSUSE
Stars: ✭ 55 (-1.79%)
Mutual labels:  hacktoberfest
Hacktoberfest 2018
Stars: ✭ 56 (+0%)
Mutual labels:  hacktoberfest
Nextcloud Snap
☁️📦 Nextcloud packaged as a snap
Stars: ✭ 1,088 (+1842.86%)
Mutual labels:  hacktoberfest
Jsk robot
jsk-ros-pkg/jsk_robot
Stars: ✭ 56 (+0%)
Mutual labels:  hacktoberfest
Sadpanda
Chrome extension to access ExHentai
Stars: ✭ 53 (-5.36%)
Mutual labels:  hacktoberfest

===================== CrateDB Python Client

.. image:: https://github.com/crate/crate-python/workflows/Tests/badge.svg :target: https://github.com/crate/crate-python/actions?workflow=Tests :alt: Build status

.. image:: https://coveralls.io/repos/github/crate/crate-python/badge.svg?branch=master :target: https://coveralls.io/github/crate/crate-python?branch=master :alt: Coverage

.. image:: https://readthedocs.org/projects/crate-python/badge/ :target: https://crate.io/docs/python/ :alt: Build status (documentation)

.. image:: https://img.shields.io/pypi/v/crate.svg :target: https://pypi.org/project/crate/ :alt: PyPI Version

.. image:: https://img.shields.io/pypi/pyversions/crate.svg :target: https://pypi.org/project/crate/ :alt: Python Version

.. image:: https://img.shields.io/pypi/dw/crate.svg :target: https://pypi.org/project/crate/ :alt: PyPI Downloads

.. image:: https://img.shields.io/pypi/wheel/crate.svg :target: https://pypi.org/project/crate/ :alt: Wheel

.. image:: https://img.shields.io/pypi/status/crate.svg :target: https://pypi.org/project/crate/ :alt: Status

.. image:: https://img.shields.io/pypi/l/crate.svg :target: https://pypi.org/project/crate/ :alt: License

|

A Python client library for CrateDB_.

This library:

  • Implements the Python DB API 2.0_ specification
  • Includes support for SQLAlchemy_ (>= 1.0.0)

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?

  • Read the project docs_
  • Check out our support channels_

.. _contribution docs: CONTRIBUTING.rst .. _Crate.io: http://crate.io/ .. _CrateDB: https://github.com/crate/crate .. _DB API 2.0: http://www.python.org/dev/peps/pep-0249/ .. _developer docs: DEVELOP.rst .. _pip: https://pypi.python.org/pypi/pip .. _SQLAlchemy: http://www.sqlalchemy.org .. _StackOverflow: https://stackoverflow.com/tags/crate .. _support channels: https://crate.io/support/ .. _project docs: https://crate.io/docs/reference/python/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].