Metadata-Version: 2.1
Name: pymapd
Version: 0.24.1
Summary: A DB API 2 compatible client for OmniSci (formerly MapD).
Home-page: https://github.com/omnisci/pymapd
Author: OmniSci
Author-email: community@omnisci.com
License: Apache Software License
Description: ======
        pymapd
        ======
        
        .. image:: https://readthedocs.org/projects/pymapd/badge/?version=latest
           :target: http://pymapd.readthedocs.io/en/latest/?badge=latest
           :alt: Documentation Status
        
        .. image:: https://jenkins-os.mapd.com/buildStatus/icon?job=pymapd-tests
           :target: https://jenkins-os.mapd.com/job/pymapd-tests/
           :alt: Jenkins Build 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 numba -c conda-forge -c defaults cudf 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
        
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.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.6
Provides-Extra: docs
Provides-Extra: test
Provides-Extra: dev
Provides-Extra: complete
