A small iotdb python client
Project description
Python package for IoTDB
This module contains the missing parts from the apache-iotdb
package which can be found here https://pypi.org/project/apache-iotdb/.
Example
Just install the package via pip install iotdb-session-0.10.1
.
The sessions API can be used via:
from iotdb_session.Session import Session
ip = "127.0.0.1"
port_ = "6667"
username_ = 'root'
password_ = 'root'
session = Session(ip, port_, username_, password_)
session.open(False)
zone = session.get_time_zone()
session.close()
self.assertEqual("+08:00", zone)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file iotdb-session-0.10.1-0.1.1.tar.gz
.
File metadata
- Download URL: iotdb-session-0.10.1-0.1.1.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d44127a837c95d8e9944e0985e6474aa7e48afc1875f391f3a440d41764e0fc |
|
MD5 | f30a48b021e9c6d3f9ccf03ede47c4b4 |
|
BLAKE2b-256 | 56b8d5ccad37fe59f5da620323cf0964ea63a0d38db79c2319fd05490360842e |
File details
Details for the file iotdb_session_0.10.1-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: iotdb_session_0.10.1-0.1.1-py3-none-any.whl
- Upload date:
- Size: 22.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.24.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90f039a399f21f4882b358877f05fc32f1b7dd8d6d2807b9276391ba7f696d96 |
|
MD5 | f61731f766d353aad31cd3dc70319da3 |
|
BLAKE2b-256 | e8b3bb93e4ae02d0ed376a6f13669fd161fe96910e71f26df8a1f25881934286 |