Metadata-Version: 2.1
Name: pymapd
Version: 0.8.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
Description: ======
        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
        
           pip install pymapd
        
        To install cudf for GPU Dataframe support (conda-only)::
        
           conda install -c nvidia/label/cuda10.0 -c rapidsai/label/cuda10.0 -c rapidsai/label/cf201901 -c numba -c conda-forge -c defaults cudf pymapd=0.7.1
        
        
        
        .. _DB API: https://www.python.org/dev/peps/pep-0249/
        .. _OmniSci: https://www.omnisci.com/
        .. _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 :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.5
Provides-Extra: test
Provides-Extra: complete
Provides-Extra: docs
Provides-Extra: gpu
Provides-Extra: dev
