diff --git a/cassandra_driver.egg-info/PKG-INFO b/cassandra_driver.egg-info/PKG-INFO deleted file mode 100644 index cd6acad..0000000 --- a/cassandra_driver.egg-info/PKG-INFO +++ /dev/null @@ -1,112 +0,0 @@ -Metadata-Version: 1.1 -Name: cassandra-driver -Version: 3.15.1 -Summary: Python driver for Cassandra -Home-page: http://github.com/datastax/python-driver -Author: Tyler Hobbs -Author-email: tyler@datastax.com -License: UNKNOWN -Description: DataStax Python Driver for Apache Cassandra - =========================================== - - .. image:: https://travis-ci.org/datastax/python-driver.png?branch=master - :target: https://travis-ci.org/datastax/python-driver - - A modern, `feature-rich `_ and highly-tunable Python client library for Apache Cassandra (2.1+) using exclusively Cassandra's binary protocol and Cassandra Query Language v3. - - The driver supports Python 2.7, 3.4, 3.5, and 3.6. - - If you require compatibility with DataStax Enterprise, use the `DataStax Enterprise Python Driver `_. - - **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 `_ (we kept it short). - - Features - -------- - * `Synchronous `_ and `Asynchronous `_ APIs - * `Simple, Prepared, and Batch statements `_ - * Asynchronous IO, parallel execution, request pipelining - * `Connection pooling `_ - * Automatic node discovery - * `Automatic reconnection `_ - * Configurable `load balancing `_ and `retry policies `_ - * `Concurrent execution utilities `_ - * `Object mapper `_ - - Installation - ------------ - Installation through pip is recommended:: - - $ pip install cassandra-driver - - For more complete installation instructions, see the - `installation guide `_. - - Documentation - ------------- - The documentation can be found online `here `_. - - A couple of links for getting up to speed: - - * `Installation `_ - * `Getting started guide `_ - * `API docs `_ - * `Performance tips `_ - - 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 `_. - - Contributing - ------------ - See `CONTRIBUTING.md `_. - - Reporting Problems - ------------------ - Please report any bugs and make any feature requests on the - `JIRA `_ 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 `_ - and the ``#datastax-drivers`` channel in the `DataStax Academy Slack `_. - - License - ------- - Copyright 2013-2017 DataStax - - 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. - -Keywords: cassandra,cql,orm -Platform: UNKNOWN -Classifier: Development Status :: 5 - Production/Stable -Classifier: Intended Audience :: Developers -Classifier: License :: OSI Approved :: Apache Software 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.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 diff --git a/cassandra_driver.egg-info/SOURCES.txt b/cassandra_driver.egg-info/SOURCES.txt deleted file mode 100644 index 8680288..0000000 --- a/cassandra_driver.egg-info/SOURCES.txt +++ /dev/null @@ -1,66 +0,0 @@ -LICENSE -MANIFEST.in -README.rst -ez_setup.py -setup.py -cassandra/__init__.py -cassandra/auth.py -cassandra/buffer.pxd -cassandra/bytesio.pxd -cassandra/bytesio.pyx -cassandra/cluster.py -cassandra/cmurmur3.c -cassandra/concurrent.py -cassandra/connection.py -cassandra/cqltypes.py -cassandra/cython_deps.py -cassandra/cython_marshal.pyx -cassandra/cython_utils.pxd -cassandra/cython_utils.pyx -cassandra/deserializers.pxd -cassandra/deserializers.pyx -cassandra/encoder.py -cassandra/ioutils.pyx -cassandra/marshal.py -cassandra/metadata.py -cassandra/metrics.py -cassandra/murmur3.py -cassandra/numpyFlags.h -cassandra/numpy_parser.pyx -cassandra/obj_parser.pyx -cassandra/parsing.pxd -cassandra/parsing.pyx -cassandra/policies.py -cassandra/pool.py -cassandra/protocol.py -cassandra/query.py -cassandra/row_parser.pyx -cassandra/timestamps.py -cassandra/tuple.pxd -cassandra/type_codes.pxd -cassandra/type_codes.py -cassandra/util.py -cassandra/cqlengine/__init__.py -cassandra/cqlengine/columns.py -cassandra/cqlengine/connection.py -cassandra/cqlengine/functions.py -cassandra/cqlengine/management.py -cassandra/cqlengine/models.py -cassandra/cqlengine/named.py -cassandra/cqlengine/operators.py -cassandra/cqlengine/query.py -cassandra/cqlengine/statements.py -cassandra/cqlengine/usertype.py -cassandra/io/__init__.py -cassandra/io/asyncioreactor.py -cassandra/io/asyncorereactor.py -cassandra/io/eventletreactor.py -cassandra/io/geventreactor.py -cassandra/io/libevreactor.py -cassandra/io/libevwrapper.c -cassandra/io/twistedreactor.py -cassandra_driver.egg-info/PKG-INFO -cassandra_driver.egg-info/SOURCES.txt -cassandra_driver.egg-info/dependency_links.txt -cassandra_driver.egg-info/requires.txt -cassandra_driver.egg-info/top_level.txt \ No newline at end of file diff --git a/cassandra_driver.egg-info/dependency_links.txt b/cassandra_driver.egg-info/dependency_links.txt deleted file mode 100644 index 8b13789..0000000 --- a/cassandra_driver.egg-info/dependency_links.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/cassandra_driver.egg-info/requires.txt b/cassandra_driver.egg-info/requires.txt deleted file mode 100644 index e323a45..0000000 --- a/cassandra_driver.egg-info/requires.txt +++ /dev/null @@ -1 +0,0 @@ -six>=1.9 diff --git a/cassandra_driver.egg-info/top_level.txt b/cassandra_driver.egg-info/top_level.txt deleted file mode 100644 index e26dc81..0000000 --- a/cassandra_driver.egg-info/top_level.txt +++ /dev/null @@ -1,2 +0,0 @@ -DUMMY -cassandra