jixuan1989 opened a new pull request #2128:
URL: https://github.com/apache/iotdb/pull/2128


   In this PR, the client-py package structure will be:
   .
   ├── iotdb
   │   ├── Session.py
   │   ├── __init__.py
   │   ├── thrift
   │   │   ├── __init__.py
   │   │   ├── cluster
   │   │   │   ├── RaftService-remote
   │   │   │   ├── RaftService.py
   │   │   │   ├── TSDataService-remote
   │   │   │   ├── TSDataService.py
   │   │   │   ├── TSMetaService-remote
   │   │   │   ├── TSMetaService.py
   │   │   │   ├── __init__.py
   │   │   │   ├── constants.py
   │   │   │   └── ttypes.py
   │   │   ├── rpc
   │   │   │   ├── TSIService-remote
   │   │   │   ├── TSIService.py
   │   │   │   ├── __init__.py
   │   │   │   ├── constants.py
   │   │   │   └── ttypes.py
   │   │   └── sync
   │   │       ├── SyncService-remote
   │   │       ├── SyncService.py
   │   │       ├── __init__.py
   │   │       ├── constants.py
   │   │       └── ttypes.py
   │   └── utils
   │       ├── Field.py
   │       ├── IoTDBConstants.py
   │       ├── IoTDBRpcDataSet.py
   │       ├── RowRecord.py
   │       ├── SessionDataSet.py
   │       ├── Tablet.py
   │       └──__init__.py
   
   So, after `pip3 install apache-iotdb`,  just use `from iotdb.Session import 
Session` 
   ( and  `from iotdb.utils import Tablet` if you need some advanced APIs).
   
   Thank @JulianFeinauer  and @SilverNarcissus 's contribution.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to