Metadata-Version: 1.2
Name: pymapd
Version: 0.26.0
Summary: A wrapper for pyomnisci for backwards compatibility.
Home-page: https://github.com/omnisci/pymapd
Author: OmniSci
Author-email: community@omnisci.com
License: Apache Software License
Description: ======
        pymapd
        ======
        
        A wrapper for the pyomnisci libarary http://github.com/omnisci/pyomnisci, maintained for backwards compatibility.
        
        Existing scripts should be migrated to pyomnisci from pymapd, this library will
        not be updated moving forward.
        
        Quick Install (CPU)
        -------------------
        
        Packages are available on conda-forge and PyPI::
        
           conda install -c conda-forge pymapd
        
           pip install pymapd
        
        Quick Install (GPU)
        -------------------
        
        We recommend creating a fresh conda 3.7 or 3.8 environment when installing
        pymapd with GPU capabilities.
        
        To install pymapd and cudf for GPU Dataframe support (conda-only)::
        
           conda create -n omnisci-gpu -c rapidsai -c nvidia -c conda-forge \
            -c defaults cudf=0.15 python=3.7 cudatoolkit=10.2 pymapd
        
        .. _DB API: https://www.python.org/dev/peps/pep-0249/
        .. _pyomnisci: http://github.com/omnisci/pyomnisci
        .. _OmniSci: https://www.omnisci.com/
        
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.7,<3.9
