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.3.tar.gz (12.6 kB view details)

Uploaded Source

Built Distribution

iotdb_session_0.10.1-0.1.3-py3-none-any.whl (23.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: iotdb-session-0.10.1-0.1.3.tar.gz
  • Upload date:
  • Size: 12.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.9.0

File hashes

Hashes for iotdb-session-0.10.1-0.1.3.tar.gz
Algorithm Hash digest
SHA256 d2d2c0d9c9e316cd8e1bf7f052c5a4946300c2d08aac6b4550bd4c8a7d28ccab
MD5 809f7289393f15802fa85d44a5af3177
BLAKE2b-256 b816c48e335e2bc085a7ddc5d12cfb687cc2e102871aa8980ef75a4983c5578e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: iotdb_session_0.10.1-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 23.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.9.0

File hashes

Hashes for iotdb_session_0.10.1-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 d5c431c87e834c2d8afd1892d977f1299ae9c0e4f60bbda4eb9c7e5d9699a915
MD5 63f542ee8efb9943020627819787cb57
BLAKE2b-256 416dafe0622b384c1afd9e155fa27503f6eb66f15b3bc14f3460d9ee623ee8a1

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