Skip to main content

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

iotdb-session-0.10.1-0.1.2.tar.gz (12.2 kB view details)

Uploaded Source

Built Distribution

iotdb_session_0.10.1-0.1.2-py3-none-any.whl (22.4 kB view details)

Uploaded Python 3

File details

Details for the file iotdb-session-0.10.1-0.1.2.tar.gz.

File metadata

  • Download URL: iotdb-session-0.10.1-0.1.2.tar.gz
  • Upload date:
  • Size: 12.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.6

File hashes

Hashes for iotdb-session-0.10.1-0.1.2.tar.gz
Algorithm Hash digest
SHA256 c5895612988b5706ec2872eeb4b11857ccf0ae939ab2622beb5762b47dada1ed
MD5 4292470517e519b60a3c80019bc15845
BLAKE2b-256 81650599514d9c24ee8e810ac4021e5ea5d8e3c85129db147b54123e02a8aea0

See more details on using hashes here.

File details

Details for the file iotdb_session_0.10.1-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: iotdb_session_0.10.1-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 22.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.6

File hashes

Hashes for iotdb_session_0.10.1-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 e87a65ff60fe08f6cf3c9f1f3576f48e575e7adcc6d1274f4f887f04587f0280
MD5 261ad0ed4340cac6ecaf1cfa96da4867
BLAKE2b-256 1b91365f3a016d3fb1e8aba0188e18bfcd80419fe84d077a45ede068df66bd18

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page