=====================
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://codecov.io/gh/crate/crate-python/branch/main/graph/badge.svg
:target: https://app.codecov.io/gh/crate/crate-python
:alt: Coverage
.. image:: https://readthedocs.org/projects/crate-python/badge/
:target: https://cratedb.com/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://static.pepy.tech/badge/crate/month
:target: https://pepy.tech/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`_, implementing the Python `DB API 2.0`_
specification.
The CrateDB dialect for `SQLAlchemy`_ is provided by the `sqlalchemy-cratedb`_
package, see also `sqlalchemy-cratedb documentation`_.
Installation
============
The CrateDB Python client is available as package `crate`_ on `PyPI`_.
To install the most recent driver version, run::
$ pip install --upgrade crate
Migration Notes
===============
If you are migrating from previous versions of ``crate[sqlalchemy]<1.0.0``, you
will find that the newer releases ``crate>=1.0.0`` no longer include the
SQLAlchemy dialect for CrateDB.
See `migrate to sqlalchemy-cratedb`_ for relevant guidelines about how to
successfully migrate to the `sqlalchemy-cratedb`_ package.
Documentation and Help
======================
- `CrateDB Python Client documentation`_
- `CrateDB reference documentation`_
- `Developer documentation`_
- `Contributing`_
- Other `support channels`_
Contributions
=============
The CrateDB Python client library is an open source project, and is `managed on
GitHub`_. We appreciate contributions of any kind.
.. _Contributing: CONTRIBUTING.rst
.. _crate: https://pypi.org/project/crate/
.. _Crate.io: https://cratedb.com/
.. _CrateDB: https://github.com/crate/crate
.. _CrateDB Python Client documentation: https://cratedb.com/docs/python/
.. _CrateDB reference documentation: https://crate.io/docs/reference/
.. _DB API 2.0: https://peps.python.org/pep-0249/
.. _Developer documentation: DEVELOP.rst
.. _managed on GitHub: https://github.com/crate/crate-python
.. _migrate to sqlalchemy-cratedb: https://cratedb.com/docs/sqlalchemy-cratedb/migrate-from-crate-client.html
.. _PyPI: https://pypi.org/
.. _SQLAlchemy: https://www.sqlalchemy.org/
.. _sqlalchemy-cratedb: https://github.com/crate/sqlalchemy-cratedb
.. _sqlalchemy-cratedb documentation: https://cratedb.com/docs/sqlalchemy-cratedb/
.. _StackOverflow: https://stackoverflow.com/tags/cratedb
.. _support channels: https://cratedb.com/support/
Raw data
{
"_id": null,
"home_page": "https://github.com/crate/crate-python",
"name": "crate",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": "cratedb db api dbapi database sql http rdbms olap",
"author": "Crate.io",
"author_email": "office@crate.io",
"download_url": "https://files.pythonhosted.org/packages/5c/72/5854cb8459c712d872794634b05ec3e3909116015a6adcc6205d60d578ae/crate-1.0.0.tar.gz",
"platform": "any",
"description": "=====================\nCrateDB Python Client\n=====================\n\n.. image:: https://github.com/crate/crate-python/workflows/Tests/badge.svg\n :target: https://github.com/crate/crate-python/actions?workflow=Tests\n :alt: Build status\n\n.. image:: https://codecov.io/gh/crate/crate-python/branch/main/graph/badge.svg\n :target: https://app.codecov.io/gh/crate/crate-python\n :alt: Coverage\n\n.. image:: https://readthedocs.org/projects/crate-python/badge/\n :target: https://cratedb.com/docs/python/\n :alt: Build status (documentation)\n\n.. image:: https://img.shields.io/pypi/v/crate.svg\n :target: https://pypi.org/project/crate/\n :alt: PyPI Version\n\n.. image:: https://img.shields.io/pypi/pyversions/crate.svg\n :target: https://pypi.org/project/crate/\n :alt: Python Version\n\n.. image:: https://static.pepy.tech/badge/crate/month\n :target: https://pepy.tech/project/crate\n :alt: PyPI Downloads\n\n.. image:: https://img.shields.io/pypi/wheel/crate.svg\n :target: https://pypi.org/project/crate/\n :alt: Wheel\n\n.. image:: https://img.shields.io/pypi/status/crate.svg\n :target: https://pypi.org/project/crate/\n :alt: Status\n\n.. image:: https://img.shields.io/pypi/l/crate.svg\n :target: https://pypi.org/project/crate/\n :alt: License\n\n\n|\n\nA Python client library for `CrateDB`_, implementing the Python `DB API 2.0`_\nspecification.\n\nThe CrateDB dialect for `SQLAlchemy`_ is provided by the `sqlalchemy-cratedb`_\npackage, see also `sqlalchemy-cratedb documentation`_.\n\n\nInstallation\n============\n\nThe CrateDB Python client is available as package `crate`_ on `PyPI`_.\n\nTo install the most recent driver version, run::\n\n $ pip install --upgrade crate\n\n\nMigration Notes\n===============\n\nIf you are migrating from previous versions of ``crate[sqlalchemy]<1.0.0``, you\nwill find that the newer releases ``crate>=1.0.0`` no longer include the\nSQLAlchemy dialect for CrateDB.\n\nSee `migrate to sqlalchemy-cratedb`_ for relevant guidelines about how to\nsuccessfully migrate to the `sqlalchemy-cratedb`_ package.\n\n\nDocumentation and Help\n======================\n\n- `CrateDB Python Client documentation`_\n- `CrateDB reference documentation`_\n- `Developer documentation`_\n- `Contributing`_\n- Other `support channels`_\n\n\nContributions\n=============\n\nThe CrateDB Python client library is an open source project, and is `managed on\nGitHub`_. We appreciate contributions of any kind.\n\n\n.. _Contributing: CONTRIBUTING.rst\n.. _crate: https://pypi.org/project/crate/\n.. _Crate.io: https://cratedb.com/\n.. _CrateDB: https://github.com/crate/crate\n.. _CrateDB Python Client documentation: https://cratedb.com/docs/python/\n.. _CrateDB reference documentation: https://crate.io/docs/reference/\n.. _DB API 2.0: https://peps.python.org/pep-0249/\n.. _Developer documentation: DEVELOP.rst\n.. _managed on GitHub: https://github.com/crate/crate-python\n.. _migrate to sqlalchemy-cratedb: https://cratedb.com/docs/sqlalchemy-cratedb/migrate-from-crate-client.html\n.. _PyPI: https://pypi.org/\n.. _SQLAlchemy: https://www.sqlalchemy.org/\n.. _sqlalchemy-cratedb: https://github.com/crate/sqlalchemy-cratedb\n.. _sqlalchemy-cratedb documentation: https://cratedb.com/docs/sqlalchemy-cratedb/\n.. _StackOverflow: https://stackoverflow.com/tags/cratedb\n.. _support channels: https://cratedb.com/support/\n",
"bugtrack_url": null,
"license": "Apache License 2.0",
"summary": "CrateDB Python Client",
"version": "1.0.0",
"project_urls": {
"Homepage": "https://github.com/crate/crate-python"
},
"split_keywords": [
"cratedb",
"db",
"api",
"dbapi",
"database",
"sql",
"http",
"rdbms",
"olap"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "05d389691960e36119176c9d7808ec7c557f5848a19e8132a7439bb065dd6b6d",
"md5": "cad2dcd1aebc20e9ca0045e41487d7ee",
"sha256": "ea676d07f309ccc8105ff690c47fd8f937aaf8555ce2f85cce8b0393b6c64339"
},
"downloads": -1,
"filename": "crate-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "cad2dcd1aebc20e9ca0045e41487d7ee",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 32082,
"upload_time": "2024-11-06T12:13:31",
"upload_time_iso_8601": "2024-11-06T12:13:31.187841Z",
"url": "https://files.pythonhosted.org/packages/05/d3/89691960e36119176c9d7808ec7c557f5848a19e8132a7439bb065dd6b6d/crate-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5c725854cb8459c712d872794634b05ec3e3909116015a6adcc6205d60d578ae",
"md5": "3cfac1422db17010d1a5391490eb2a5c",
"sha256": "b95214834df8612fe0833cd67d7a0c414cbabd1d516110841b2586e874858028"
},
"downloads": -1,
"filename": "crate-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "3cfac1422db17010d1a5391490eb2a5c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 60480,
"upload_time": "2024-11-06T12:13:33",
"upload_time_iso_8601": "2024-11-06T12:13:33.356833Z",
"url": "https://files.pythonhosted.org/packages/5c/72/5854cb8459c712d872794634b05ec3e3909116015a6adcc6205d60d578ae/crate-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-06 12:13:33",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "crate",
"github_project": "crate-python",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"requirements": [
{
"name": "zc.buildout",
"specs": [
[
"==",
"3.3"
]
]
},
{
"name": "zope.interface",
"specs": [
[
"==",
"6.4.post2"
]
]
}
],
"tox": true,
"lcname": "crate"
}