{"id":13502308,"url":"https://github.com/crate/crate-python","last_synced_at":"2026-03-04T13:08:14.061Z","repository":{"id":10303512,"uuid":"12426527","full_name":"crate/crate-python","owner":"crate","description":"A Python client library for CrateDB.","archived":false,"fork":false,"pushed_at":"2024-06-11T02:30:50.000Z","size":1589,"stargazers_count":79,"open_issues_count":35,"forks_count":30,"subscribers_count":40,"default_branch":"master","last_synced_at":"2024-06-11T16:59:03.684Z","etag":null,"topics":["cratedb","dbapi","dbapi2","distributed-database","object-relational-mapper","olap","olap-database","orm","python","python-db","rdbms","sql","sqlalchemy","sqlalchemy-dialects","sqlalchemy-orm","sqlalchemy-python","tsdb"],"latest_commit_sha":null,"homepage":"https://crate.io/docs/python/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/crate.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.txt","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-08-28T06:37:52.000Z","updated_at":"2024-06-14T11:33:37.834Z","dependencies_parsed_at":"2023-11-22T22:25:07.588Z","dependency_job_id":"f27f927c-763e-4b87-8a52-2b9036617ab8","html_url":"https://github.com/crate/crate-python","commit_stats":{"total_commits":821,"total_committers":47,"mean_commits":17.46808510638298,"dds":0.7551766138855055,"last_synced_commit":"3d2d597b26be05fc33843be42f1af4aa4df700af"},"previous_names":[],"tags_count":109,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crate%2Fcrate-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crate%2Fcrate-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crate%2Fcrate-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crate%2Fcrate-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crate","download_url":"https://codeload.github.com/crate/crate-python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246174207,"owners_count":20735406,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cratedb","dbapi","dbapi2","distributed-database","object-relational-mapper","olap","olap-database","orm","python","python-db","rdbms","sql","sqlalchemy","sqlalchemy-dialects","sqlalchemy-orm","sqlalchemy-python","tsdb"],"created_at":"2024-07-31T22:02:09.436Z","updated_at":"2026-03-04T13:08:14.000Z","avatar_url":"https://github.com/crate.png","language":"Python","readme":"=====================\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://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]\u003c1.0.0``, you\nwill find that the newer releases ``crate\u003e=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","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrate%2Fcrate-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrate%2Fcrate-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrate%2Fcrate-python/lists"}