crate


Namecrate JSON
Version 0.35.2 PyPI version JSON
download
home_pagehttps://github.com/crate/crate-python
SummaryCrateDB Python Client
upload_time2024-01-18 18:22:16
maintainer
docs_urlNone
authorCrate.io
requires_python>=3.6
licenseApache License 2.0
keywords crate db api sqlalchemy
VCS
bugtrack_url
requirements zc.buildout
Travis-CI No Travis.
coveralls test coverage
            =====================
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/master/graph/badge.svg
    :target: https://app.codecov.io/gh/crate/crate-python
    :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_ in form of an `SQLAlchemy dialect`_.


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
======================

- `CrateDB Python Client documentation`_
- `CrateDB reference documentation`_
- `Developer documentation`_
- `Contributing`_
- Other `support channels`_


Contributing
============

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://crate.io/
.. _CrateDB: https://github.com/crate/crate
.. _CrateDB Python Client documentation: https://crate.io/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
.. _PyPI: https://pypi.org/
.. _SQLAlchemy: https://www.sqlalchemy.org
.. _SQLAlchemy dialect: https://docs.sqlalchemy.org/dialects/
.. _StackOverflow: https://stackoverflow.com/tags/cratedb
.. _support channels: https://crate.io/support/

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/crate/crate-python",
    "name": "crate",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "crate db api sqlalchemy",
    "author": "Crate.io",
    "author_email": "office@crate.io",
    "download_url": "https://files.pythonhosted.org/packages/ef/2b/4d672c2285666054cf5d92cf63c397d633154f0059cf9c31ba66b72f725f/crate-0.35.2.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/master/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://crate.io/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://img.shields.io/pypi/dw/crate.svg\n    :target: https://pypi.org/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_.\n\nThis library:\n\n- Implements the Python `DB API 2.0`_ specification.\n- Includes support for SQLAlchemy_ in form of an `SQLAlchemy dialect`_.\n\n\nInstallation\n============\n\nThe CrateDB Python client is available as package `crate`_ on `PyPI`_.\n\nTo install the most recent driver version, including the SQLAlchemy dialect\nextension, run::\n\n    $ pip install \"crate[sqlalchemy]\" --upgrade\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\nContributing\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://crate.io/\n.. _CrateDB: https://github.com/crate/crate\n.. _CrateDB Python Client documentation: https://crate.io/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.. _PyPI: https://pypi.org/\n.. _SQLAlchemy: https://www.sqlalchemy.org\n.. _SQLAlchemy dialect: https://docs.sqlalchemy.org/dialects/\n.. _StackOverflow: https://stackoverflow.com/tags/cratedb\n.. _support channels: https://crate.io/support/\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "CrateDB Python Client",
    "version": "0.35.2",
    "project_urls": {
        "Homepage": "https://github.com/crate/crate-python"
    },
    "split_keywords": [
        "crate",
        "db",
        "api",
        "sqlalchemy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "de5947ac6669c67ca29ba9dc070003e56d54eda4482c98465d29743046f8ffe1",
                "md5": "5f23ea3c17ef632eb3c7083289450153",
                "sha256": "e37058cd6b1fd376be5333f9c26794785b5a74f970a1f23d7b2822e02edbf0e0"
            },
            "downloads": -1,
            "filename": "crate-0.35.2-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5f23ea3c17ef632eb3c7083289450153",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.6",
            "size": 113265,
            "upload_time": "2024-01-18T18:22:14",
            "upload_time_iso_8601": "2024-01-18T18:22:14.284746Z",
            "url": "https://files.pythonhosted.org/packages/de/59/47ac6669c67ca29ba9dc070003e56d54eda4482c98465d29743046f8ffe1/crate-0.35.2-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef2b4d672c2285666054cf5d92cf63c397d633154f0059cf9c31ba66b72f725f",
                "md5": "4864d84af7cb9a21622b6c7119d93d0d",
                "sha256": "e211800adb0aef586f727f0bf608080fbcd1fae9ad4f0bec901c521c1a4bc8c1"
            },
            "downloads": -1,
            "filename": "crate-0.35.2.tar.gz",
            "has_sig": false,
            "md5_digest": "4864d84af7cb9a21622b6c7119d93d0d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 71165,
            "upload_time": "2024-01-18T18:22:16",
            "upload_time_iso_8601": "2024-01-18T18:22:16.294816Z",
            "url": "https://files.pythonhosted.org/packages/ef/2b/4d672c2285666054cf5d92cf63c397d633154f0059cf9c31ba66b72f725f/crate-0.35.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-18 18:22:16",
    "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.0.1"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "crate"
}
        
Elapsed time: 0.17256s