Metadata-Version: 1.1
Name: dse-driver
Version: 2.5.0
Summary: DataStax Enterprise Python Driver
Home-page: http://docs.datastax.com/en/developer/python-dse-driver/
Author: Tyler Hobbs
Author-email: tyler@datastax.com
License: DataStax DSE Driver License http://www.datastax.com/terms/datastax-dse-driver-license-terms
Description: DataStax Enterprise Python Driver
        =================================
        
        A modern, `feature-rich <https://github.com/datastax/python-driver#features>`_ and highly-tunable Python client library for DataStax Enterprise (4.7+) using exclusively Cassandra's binary protocol and Cassandra Query Language v3.
        
        The driver supports Python 2.7, 3.3, 3.4, 3.5, and 3.6.
        
        **Note:** DataStax products do not support big-endian systems.
        
        Feedback Requested
        ------------------
        **Help us focus our efforts!** Provide your input on the `Platform and Runtime Survey <https://docs.google.com/a/datastax.com/forms/d/10wkbKLqmqs91gvhFW5u43y60pg_geZDolVNrxfO5_48/viewform>`_ (we kept it short).
        
        Features
        --------
        * `Synchronous <http://docs.datastax.com/en/developer/python-dse-driver/latest/api/dse/cluster#dse.cluster.Session.execute>`_ and `Asynchronous <http://docs.datastax.com/en/developer/python-dse-driver/latest/api/dse/cluster#dse.cluster.Session.execute_async>`_ APIs
        * `Simple, Prepared, and Batch statements <http://docs.datastax.com/en/developer/python-dse-driver/latest/api/dse/query#dse.query.Statement>`_
        * Asynchronous IO, parallel execution, request pipelining
        * Automatic node discovery
        * `Automatic reconnection <http://docs.datastax.com/en/developer/python-dse-driver/latest/api/dse/policies#reconnecting-to-dead-hosts>`_
        * Configurable `load balancing <http://docs.datastax.com/en/developer/python-dse-driver/latest/api/dse/policies#load-balancing>`_ and `retry policies <http://docs.datastax.com/en/developer/python-dse-driver/latest/api/dse/policies#retrying-failed-operations>`_
        * `Concurrent execution utilities <http://docs.datastax.com/en/developer/python-dse-driver/latest/api/dse/concurrent>`_
        * `Object mapper <http://docs.datastax.com/en/developer/python-dse-driver/latest/object_mapper>`_
        * DSE Graph execution API
        * DSE Geometric type serialization
        * DSE PlainText and GSSAPI authentication
        
        A fluent API extension for DSE Graph is available in the ``dse-graph`` package. For more information, see `the documentation here <http://docs.datastax.com/en/developer/python-dse-graph/>`_.
        
        Installation
        ------------
        Installation through pip is recommended::
        
            $ pip install dse-driver
        
        For more complete installation instructions, see the `installation guide <http://docs.datastax.com/en/developer/python-dse-driver/latest/installation/>`_.
        
        Documentation
        -------------
        The documentation can be found online `here <http://docs.datastax.com/en/developer/python-dse-driver/latest>`_.
        
        A couple of links for getting up to speed:
        
        * `Installation <http://docs.datastax.com/en/developer/python-dse-driver/latest/installation/>`_
        * `Getting started guide <http://docs.datastax.com/en/developer/python-dse-driver/latest/getting_started/>`_
        * `API docs <http://docs.datastax.com/en/developer/python-dse-driver/latest/api/>`_
        
        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-drivers`` channel in the `DataStax Academy Slack <https://academy.datastax.com/slack>`_.
        
        License
        -------
        Copyright 2016-2017 DataStax
        
        Licensed under the DataStax DSE Driver License;
        you may not use this software except in compliance with the License.
        You may obtain a copy of the License at
        
        http://www.datastax.com/terms/datastax-dse-driver-license-terms
        
        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.
        
Keywords: cassandra,cql,orm,dse,graph
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
