Metadata-Version: 2.1
Name: dask-cassandra-loader
Version: 1.0.0
Summary: A data loader which loads data from a Cassandra table into a Dask dataframe. It allows partition elimination,
        selection and projections pushdown.
Home-page: https://github.com/NLeSC/dask-cassandra-loader
Author: Romulo Goncalves
Author-email: r.goncalves@esciencecenter.nl
License: Apache Software License 2.0
Keywords: dask_cassandra_loader
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Provides-Extra: dev
Requires-Dist: prospector[with_pyroma] ; extra == 'dev'
Requires-Dist: isort ; extra == 'dev'

.. image:: https://readthedocs.org/projects/dask-cassandra-loader/badge/?version=latest
    :target: https://dask-cassandra-loader.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Build Status

.. image:: https://travis-ci.org/NLeSC/dask-cassandra-loader.svg?branch=master
    :target: https://travis-ci.org/NLeSC/dask-cassandra-loader
    :alt: Build Status

.. image:: https://api.codacy.com/project/badge/Grade/e0685caa122140f582c64c479a5a1da5
    :target: https://www.codacy.com/manual/r.goncalves/dask-cassandra-loader
    :alt: Codacy Grade

.. image:: https://api.codacy.com/project/badge/Coverage/e0685caa122140f582c64c479a5a1da5
    :target: https://www.codacy.com/manual/r.goncalves/dask-cassandra-loader
    :alt: Code Coverage

################################################################################
dask-cassandra-loader
################################################################################

A data loader which loads data from a Cassandra table into a Dask dataframe. It allows partition elimination, selection and projections pushdown.


The project setup is documented in `a separate document <project_setup.rst>`_. Feel free to remove this document (and/or the link to this document) if you don't need it.

Installation
------------

To install dask-cassandra-loader, do:

.. code-block:: console

  git clone https://github.com/NLeSC/dask-cassandra-loader.git
  cd dask-cassandra-loader
  pip install . -r requirements.txt


Run tests (including coverage) with:

.. code-block:: console

  python setup.py test


Documentation
*************

.. _README:

Include a link to your project's full documentation here.

Contributing
************

If you want to contribute to the development of dask-cassandra-loader,
have a look at the `contribution guidelines <CONTRIBUTING.rst>`_.

License
*******

Copyright (c) 2019, Netherlands eScience Center

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.



Credits
*******

This package was created with `Cookiecutter <https://github.com/audreyr/cookiecutter>`_ and the `NLeSC/python-template <https://github.com/NLeSC/python-template>`_.




