Skip to content

Conversation

@SilverNarcissus
Copy link
Contributor

@SilverNarcissus SilverNarcissus commented Nov 26, 2020

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 's contribution.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@jixuan1989 jixuan1989 merged commit 1491050 into master Nov 26, 2020
@jixuan1989 jixuan1989 deleted the fix_python_pip branch November 26, 2020 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants