Metadata-Version: 2.1
Name: pymapd
Version: 0.7.0
Summary: A DB API 2 compatible client for OmniSci (formerly MapD).
Home-page: https://github.com/omnisci/mapd-core
Author: Tom Augspurger
Author-email: taugspurger@continuum.io
License: Apache Software License
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Database
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: six
Requires-Dist: thrift (==0.11.0)
Requires-Dist: sqlalchemy
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pyarrow (<0.12,>=0.10.0)
Provides-Extra: complete
Requires-Dist: sphinx ; extra == 'complete'
Requires-Dist: numpydoc ; extra == 'complete'
Requires-Dist: sphinx-rtd-theme ; extra == 'complete'
Requires-Dist: coverage ; extra == 'complete'
Requires-Dist: pytest (<4.0,>=3.6) ; extra == 'complete'
Requires-Dist: pytest-mock ; extra == 'complete'
Requires-Dist: cudf ; extra == 'complete'
Requires-Dist: libcudf ; extra == 'complete'
Provides-Extra: dev
Requires-Dist: sphinx ; extra == 'dev'
Requires-Dist: numpydoc ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme ; extra == 'dev'
Requires-Dist: coverage ; extra == 'dev'
Requires-Dist: pytest (<4.0,>=3.6) ; extra == 'dev'
Requires-Dist: pytest-mock ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: numpydoc ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Provides-Extra: gpu
Requires-Dist: cudf ; extra == 'gpu'
Requires-Dist: libcudf ; extra == 'gpu'
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'
Requires-Dist: pytest (<4.0,>=3.6) ; extra == 'test'
Requires-Dist: pytest-mock ; extra == 'test'

======
pymapd
======

.. image:: https://travis-ci.org/omnisci/pymapd.svg?branch=master
   :target: https://travis-ci.org/omnisci/pymapd


.. image:: https://readthedocs.org/projects/pymapd/badge/?version=latest
   :target: http://pymapd.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status

A python `DB API`_ compliant interface for `OmniSci`_ (formerly MapD). See the
`documentation`_ for more.

Quick Install
-------------

Packages are available on conda-forge and PyPI::

   conda install -c conda-forge pymapd



.. _DB API: https://www.python.org/dev/peps/pep-0249/
.. _OmniSci: https://www.omnisci.com/
.. _documentation: http://pymapd.readthedocs.io/en/latest/?badge=latest


