Metadata-Version: 2.1
Name: pymapd
Version: 0.4.0
Summary: A python DB API 2 compatible client for mapd.
Home-page: https://github.com/mapd/mapd-core
Author: Tom Augspurger
Author-email: taugspurger@continuum.io
License: Apache Software License
Description: ======
        pymapd
        ======
        
        .. image:: https://travis-ci.org/mapd/pymapd.svg?branch=master
           :target: https://travis-ci.org/mapd/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 `mapd`_. See the `documentation`_ for more.
        
        Quick Install
        -------------
        
        Packages are available on conda-forge and PyPI::
        
           conda install -c conda-forge pymapd
        
        Developer builds of each commit are available on the ``pymapd`` channel (Linux only)::
        
           conda install -c pymapd/label/dev -c conda-forge -c gpuopenanalytics/label/dev pymapd
        
        
        .. _DB API: https://www.python.org/dev/peps/pep-0249/
        .. _mapd: https://www.mapd.com/
        .. _mapd-core: https://github.com/mapd-core/
        .. _documentation: http://pymapd.readthedocs.io/en/latest/?badge=latest
        
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.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Provides-Extra: gpu
Provides-Extra: docs
Provides-Extra: arrow
Provides-Extra: complete
Provides-Extra: dev
Provides-Extra: test
