Metadata-Version: 1.1
Name: scidb-bridge
Version: 19.11.2
Summary: Python library to access externally stored SciDB data
Home-page: UNKNOWN
Author: Rares Vernica
Author-email: rvernica@gmail.com
License: AGPL-3.0
Download-URL: http://github.com/Paradigm4/bridge
Description: SciDB-Bridge: Python Library to access externally stored SciDB data
        ===================================================================
        
        .. image:: https://img.shields.io/badge/SciDB-19.11-blue.svg
            :target: https://forum.paradigm4.com/t/scidb-release-19-11/2411
        
        .. image:: https://img.shields.io/badge/arrow-0.16.0-blue.svg
            :target: https://arrow.apache.org/release/0.16.0.html
        
        
        Requirements
        ------------
        
        - Python ``2.7.x``, ``3.5.x``, ``3.6.x``, ``3.7.x``, ``3.8.x``, or newer
        - SciDB ``19.11`` or newer
        - SciDB-Py ``19.11.2`` or newer
        - Apache PyArrow ``0.16.0``
        - Boto3 ``1.14.16`` for Amazon Simple Storage Service (S3) support
        
        
        Installation
        ------------
        
        Install latest release::
        
          pip install scidb-bridge
        
        Install development version from GitHub::
        
          pip install git+http://github.com/paradigm4/bridge.git#subdirectory=py_pkg
        
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 :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Database :: Front-Ends
Classifier: Topic :: Scientific/Engineering
