Metadata-Version: 1.1
Name: scidb-py
Version: 16.9.1
Summary: Python library for SciDB
Home-page: UNKNOWN
Author: Rares Vernica
Author-email: rvernica@gmail.com
License: AGPL-3.0
Download-URL: http://github.com/Paradigm4/SciDB-Py
Description: SciDB-Py: Python Interface to SciDB
        ===================================
        .. image:: https://travis-ci.org/Paradigm4/SciDB-Py.svg
            :target: https://travis-ci.org/Paradigm4/SciDB-Py
        
        Warning
        -------
        
        This is SciDB-Py **16.9.1**. This library has been released in
        `September 2017` and has been rewritten entirely from scratch. This
        version is **not compatible** with the previous versions of the
        library. The documentation for the previous versions is available at
        `SciDB-Py documentation (legacy)
        <http://scidb-py.readthedocs.io/en/stable/>`_. GitHub pull requests
        are still accepted for the previous versions, but the code is not
        actively maintained.
        
        
        Requirements
        ------------
        
        SciDB ``16.9`` with Shim
        
        Python ``2.7.x``, ``3.4.x``, ``3.5.x``, ``3.6.x`` or newer.
        
        Required Python packages::
        
          backports.weakref
          enum34
          numpy
          pandas
          requests
          six
        
        
        Installation
        ------------
        
        Install latest release::
        
          $ pip install scidb-py
        
        Install development version from GitHub::
        
          $ pip install git+http://github.com/paradigm4/scidb-py.git
        
        
        Documentation
        -------------
        
        See `SciDB-Py Documentation <http://paradigm4.github.io/SciDB-Py/>`_.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Scientific/Engineering
