Metadata-Version: 1.1
Name: scidb-py
Version: 14.3.0
Summary: Python wrappers for SciDB
Home-page: UNKNOWN
Author: Chris Beaumont
Author-email: cbeaumont@cfa.harvard.edu
License: Simplified BSD
Download-URL: http://github.com/paradigm4/scidb-py
Description: SciDB-py: Python Interface to SciDB
        ===================================
        SciDB-py is a full-featuered Python interface to SciDB.  Its goal is to
        allow users to utilize the power of SciDB_ from Python, using a familiar
        and intuitive numpy-like syntax.  For more information, see the
        SciDB Documentation_.
        
        - Authors: Jake VanderPlas <jakevdp@cs.washington.edu>, Chris Beaumont <cbeaumont@cfa.harvard.edu>
        - License: Simplified BSD
        - Documentation: http://scidb-py.readthedocs.org/en/latest/
        
        Requirements
        ------------
        SciDB-Py requires a working SciDB_ installation, as well as a
        Shim_ network interface connected to the instance.  It requires
        Python 2.6-2.7 or 3.3.
        
        Package Dependencies
        --------------------
        SciDB-Py has several Python package dependencies:
        
        NumPy_
            tested with version 1.7.
        
        Requests_
            tested with version 1.2.
            (Note: known failures exist when used with requests version < 1.0)
            Required for using the Shim interface to SciDB.
        
        Pandas_ (optional)
            tested with version 0.10.
            Required only for importing/exporting SciDB arrays
            as Pandas Dataframe objects.
        
        SciPy_ (optional)
            tested with versions 0.10-0.12.
            Required only for importing/exporting SciDB arrays
            as SciPy sparse matrices.
        
        Test Dependencies
        -----------------
        Mock_
            Required for some tests
        
        Installation
        ------------
        For full installation information, please see the Documentation_.
        
        To install the latest stable release via the Python Package Index, use
        ```
        pip install scidb-py
        ```
        
        to install from source, download the Source_ and type
        ```
        python setup.py install
        ```
        
        Depending on how your Python installation is set up, you
        may need root privileges for this.
        
        Support
        -------
        This work has been supported by NSF Grant number 1226371_ and by
        Paradigm4_.
        
        
        .. _1226371: http://www.nsf.gov/awardsearch/showAward?AWD_ID=1226371
        .. _Paradigm4: http://www.paradigm4.com
        .. _NumPy: http://www.numpy.org
        .. _Requests: http://www.python-requests.org/en/latest/
        .. _SciPy: http://www.scipy.org
        .. _Pandas: http://pandas.pydata.org/
        .. _Shim: http://github.com/paradigm4/shim
        .. _SciDB: http://scidb.org/
        .. _Documentation: http://scidb-py.readthedocs.org/
        .. _Source: http://github.com/paradigm4/SciDB-py
        .. _Mock: http://www.voidspace.org.uk/python/mock/
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Scientific/Engineering
