cassandra-driver-fork


Namecassandra-driver-fork JSON
Version 3.28.2 PyPI version JSON
download
home_pagehttp://github.com/datastax/python-driver
SummaryDataStax Driver for Apache Cassandra
upload_time2023-09-26 21:44:34
maintainer
docs_urlNone
authorDataStax
requires_python
license
keywords cassandra cql orm dse graph
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            DataStax Driver for Apache Cassandra
====================================

.. image:: https://travis-ci.com/datastax/python-driver.png?branch=master
   :target: https://travis-ci.com/github/datastax/python-driver

A modern, `feature-rich <https://github.com/datastax/python-driver#features>`_ and highly-tunable Python client library for Apache Cassandra (2.1+) and
DataStax Enterprise (4.7+) using exclusively Cassandra's binary protocol and Cassandra Query Language v3.

The driver supports Python 3.7 and 3.8.

**Note:** DataStax products do not support big-endian systems.

Features
--------
* `Synchronous <http://datastax.github.io/python-driver/api/cassandra/cluster.html#cassandra.cluster.Session.execute>`_ and `Asynchronous <http://datastax.github.io/python-driver/api/cassandra/cluster.html#cassandra.cluster.Session.execute_async>`_ APIs
* `Simple, Prepared, and Batch statements <http://datastax.github.io/python-driver/api/cassandra/query.html#cassandra.query.Statement>`_
* Asynchronous IO, parallel execution, request pipelining
* `Connection pooling <http://datastax.github.io/python-driver/api/cassandra/cluster.html#cassandra.cluster.Cluster.get_core_connections_per_host>`_
* Automatic node discovery
* `Automatic reconnection <http://datastax.github.io/python-driver/api/cassandra/policies.html#reconnecting-to-dead-hosts>`_
* Configurable `load balancing <http://datastax.github.io/python-driver/api/cassandra/policies.html#load-balancing>`_ and `retry policies <http://datastax.github.io/python-driver/api/cassandra/policies.html#retrying-failed-operations>`_
* `Concurrent execution utilities <http://datastax.github.io/python-driver/api/cassandra/concurrent.html>`_
* `Object mapper <http://datastax.github.io/python-driver/object_mapper.html>`_
* `Connecting to DataStax Astra database (cloud) <https://docs.datastax.com/en/developer/python-driver/latest/cloud/>`_
* DSE Graph execution API
* DSE Geometric type serialization
* DSE PlainText and GSSAPI authentication

Installation
------------
Installation through pip is recommended::

    $ pip install cassandra-driver

For more complete installation instructions, see the
`installation guide <http://datastax.github.io/python-driver/installation.html>`_.

Documentation
-------------
The documentation can be found online `here <http://datastax.github.io/python-driver/index.html>`_.

A couple of links for getting up to speed:

* `Installation <http://datastax.github.io/python-driver/installation.html>`_
* `Getting started guide <http://datastax.github.io/python-driver/getting_started.html>`_
* `API docs <http://datastax.github.io/python-driver/api/index.html>`_
* `Performance tips <http://datastax.github.io/python-driver/performance.html>`_

Object Mapper
-------------
cqlengine (originally developed by Blake Eggleston and Jon Haddad, with contributions from the
community) is now maintained as an integral part of this package. Refer to
`documentation here <http://datastax.github.io/python-driver/object_mapper.html>`_.

Contributing
------------
See `CONTRIBUTING.md <https://github.com/datastax/python-driver/blob/master/CONTRIBUTING.rst>`_.

Error Handling
--------------
While originally written for the Java driver, users may reference the `Cassandra error handling done right blog <https://www.datastax.com/blog/cassandra-error-handling-done-right>`_ for resolving error handling scenarios with Apache Cassandra.

Reporting Problems
------------------
Please report any bugs and make any feature requests on the
`JIRA <https://datastax-oss.atlassian.net/browse/PYTHON>`_ issue tracker.

If you would like to contribute, please feel free to open a pull request.

Getting Help
------------
Your best options for getting help with the driver are the
`mailing list <https://groups.google.com/a/lists.datastax.com/forum/#!forum/python-driver-user>`_
and the `DataStax Community <https://community.datastax.com>`_.

License
-------
Copyright DataStax, Inc.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.



            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/datastax/python-driver",
    "name": "cassandra-driver-fork",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "cassandra,cql,orm,dse,graph",
    "author": "DataStax",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/1b/cd/692526ca23b02bd9e185940e6d1fb31130665948e3cce4eb26f36ca97b8c/cassandra-driver-fork-3.28.2.tar.gz",
    "platform": null,
    "description": "DataStax Driver for Apache Cassandra\n====================================\n\n.. image:: https://travis-ci.com/datastax/python-driver.png?branch=master\n   :target: https://travis-ci.com/github/datastax/python-driver\n\nA modern, `feature-rich <https://github.com/datastax/python-driver#features>`_ and highly-tunable Python client library for Apache Cassandra (2.1+) and\nDataStax Enterprise (4.7+) using exclusively Cassandra's binary protocol and Cassandra Query Language v3.\n\nThe driver supports Python 3.7 and 3.8.\n\n**Note:** DataStax products do not support big-endian systems.\n\nFeatures\n--------\n* `Synchronous <http://datastax.github.io/python-driver/api/cassandra/cluster.html#cassandra.cluster.Session.execute>`_ and `Asynchronous <http://datastax.github.io/python-driver/api/cassandra/cluster.html#cassandra.cluster.Session.execute_async>`_ APIs\n* `Simple, Prepared, and Batch statements <http://datastax.github.io/python-driver/api/cassandra/query.html#cassandra.query.Statement>`_\n* Asynchronous IO, parallel execution, request pipelining\n* `Connection pooling <http://datastax.github.io/python-driver/api/cassandra/cluster.html#cassandra.cluster.Cluster.get_core_connections_per_host>`_\n* Automatic node discovery\n* `Automatic reconnection <http://datastax.github.io/python-driver/api/cassandra/policies.html#reconnecting-to-dead-hosts>`_\n* Configurable `load balancing <http://datastax.github.io/python-driver/api/cassandra/policies.html#load-balancing>`_ and `retry policies <http://datastax.github.io/python-driver/api/cassandra/policies.html#retrying-failed-operations>`_\n* `Concurrent execution utilities <http://datastax.github.io/python-driver/api/cassandra/concurrent.html>`_\n* `Object mapper <http://datastax.github.io/python-driver/object_mapper.html>`_\n* `Connecting to DataStax Astra database (cloud) <https://docs.datastax.com/en/developer/python-driver/latest/cloud/>`_\n* DSE Graph execution API\n* DSE Geometric type serialization\n* DSE PlainText and GSSAPI authentication\n\nInstallation\n------------\nInstallation through pip is recommended::\n\n    $ pip install cassandra-driver\n\nFor more complete installation instructions, see the\n`installation guide <http://datastax.github.io/python-driver/installation.html>`_.\n\nDocumentation\n-------------\nThe documentation can be found online `here <http://datastax.github.io/python-driver/index.html>`_.\n\nA couple of links for getting up to speed:\n\n* `Installation <http://datastax.github.io/python-driver/installation.html>`_\n* `Getting started guide <http://datastax.github.io/python-driver/getting_started.html>`_\n* `API docs <http://datastax.github.io/python-driver/api/index.html>`_\n* `Performance tips <http://datastax.github.io/python-driver/performance.html>`_\n\nObject Mapper\n-------------\ncqlengine (originally developed by Blake Eggleston and Jon Haddad, with contributions from the\ncommunity) is now maintained as an integral part of this package. Refer to\n`documentation here <http://datastax.github.io/python-driver/object_mapper.html>`_.\n\nContributing\n------------\nSee `CONTRIBUTING.md <https://github.com/datastax/python-driver/blob/master/CONTRIBUTING.rst>`_.\n\nError Handling\n--------------\nWhile originally written for the Java driver, users may reference the `Cassandra error handling done right blog <https://www.datastax.com/blog/cassandra-error-handling-done-right>`_ for resolving error handling scenarios with Apache Cassandra.\n\nReporting Problems\n------------------\nPlease report any bugs and make any feature requests on the\n`JIRA <https://datastax-oss.atlassian.net/browse/PYTHON>`_ issue tracker.\n\nIf you would like to contribute, please feel free to open a pull request.\n\nGetting Help\n------------\nYour best options for getting help with the driver are the\n`mailing list <https://groups.google.com/a/lists.datastax.com/forum/#!forum/python-driver-user>`_\nand the `DataStax Community <https://community.datastax.com>`_.\n\nLicense\n-------\nCopyright DataStax, Inc.\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "DataStax Driver for Apache Cassandra",
    "version": "3.28.2",
    "project_urls": {
        "Documentation": "https://docs.datastax.com/en/developer/python-driver/latest/",
        "Homepage": "http://github.com/datastax/python-driver",
        "Issues": "https://datastax-oss.atlassian.net/browse/PYTHON",
        "Source": "https://github.com/datastax/python-driver/"
    },
    "split_keywords": [
        "cassandra",
        "cql",
        "orm",
        "dse",
        "graph"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1bcd692526ca23b02bd9e185940e6d1fb31130665948e3cce4eb26f36ca97b8c",
                "md5": "dae2620c6ccf6a06d62a9924842e7187",
                "sha256": "76be746b7c908a3aadc9ea23de721712a83ac2fe96270b383e4268408e3c78bf"
            },
            "downloads": -1,
            "filename": "cassandra-driver-fork-3.28.2.tar.gz",
            "has_sig": false,
            "md5_digest": "dae2620c6ccf6a06d62a9924842e7187",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 295457,
            "upload_time": "2023-09-26T21:44:34",
            "upload_time_iso_8601": "2023-09-26T21:44:34.516055Z",
            "url": "https://files.pythonhosted.org/packages/1b/cd/692526ca23b02bd9e185940e6d1fb31130665948e3cce4eb26f36ca97b8c/cassandra-driver-fork-3.28.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-26 21:44:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "datastax",
    "github_project": "python-driver",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "appveyor": true,
    "requirements": [],
    "tox": true,
    "lcname": "cassandra-driver-fork"
}
        
Elapsed time: 0.11907s