Metadata-Version: 1.1
Name: griddb-python
Version: 0.7.6
Summary: GridDB Python Client Library built using SWIG
Home-page: https://github.com/griddb/phthon_client
Author: Katsuhiko Nonomura
Author-email: contact@griddb.org
License: Apache Software License
Description: ==============================================
        GridDB Python Client Library built using SWIG
        ==============================================
        
        GridDB (https://github.com/griddb/griddb_nosql) is a highly scalable NoSQL database best suited for IoT and Big Data.
        This is Python Client Library for GridDB.
        
        Installation
        =========================
        
        Build dependencies
        
        * SWIG
        * GridDB C Client
        
        Download and install SWIG (http://swig.org/).
        
        Download GridDB C Client (https://github.com/griddb/c_client/releases/tag/v4.0.0).
        Extract the file and set the LIBRARY_PATH environment variable.
        
            export LIBRARY_PATH = \<C Client Library directory path\>
        
        Install the package by the following:
        
            pip install griddb_python
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
