Metadata-Version: 2.4
Name: griddb_python
Version: 5.9.0
Summary: Python client for GridDB
Author-email: Toshiba Digital Solutions Corporation <contact@griddb.org>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/griddb/python_client
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: jpype1
Requires-Dist: pyarrow
Dynamic: license-file

==============================================
GridDB Python Client Library
==============================================

GridDB (https://github.com/griddb/griddb) is Database for IoT with both NoSQL interface and SQL Interface.
This is Python Client Library for GridDB.

Installation
=========================

1. Package dependencies
-------------------------

GridDB JavaAPI, GridDB JavaAPI Adapter for Apache Arrow
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Download GridDB JavaAPI(`gridstore.jar`) and GridDB JavaAPI Adapter for Apache Arrow(`gridstore-arrow.jar`) from Maven Central Repository.

* **Example on Linux, MacOS**

  $ curl -L -o gridstore.jar       https://repo1.maven.org/maven2/com/github/griddb/gridstore/5.9.0/gridstore-5.9.0.jar

  $ curl -L -o gridstore-arrow.jar https://repo1.maven.org/maven2/com/github/griddb/gridstore-arrow/5.9.0/gridstore-arrow-5.9.0.jar

2. Install griddb_python
-------------------------

Install the griddb_python by this command::

$ python3 -m pip install griddb_python

JPype(https://pypi.org/project/jpype1/) and pyarrow(https://pypi.org/project/pyarrow/) are also installed.
