Influxdb3-python

Latest version: v0.5.0

Safety actively analyzes 629503 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.6.0

0.5.0

Features

1. [88](https://github.com/InfluxCommunity/influxdb3-python/pull/88): Add support for named query parameters:
python
from influxdb_client_3 import InfluxDBClient3

with InfluxDBClient3(host="https://us-east-1-1.aws.cloud2.influxdata.com",
token="my-token",
database="my-database") as client:

table = client.query("select * from cpu where host=$host", query_parameters={"host": "server01"})

print(table.to_pandas())



Bugfix

1. [87](https://github.com/InfluxCommunity/influxdb3-python/pull/87): Fix examples to use `write_options` instead of the object name `WriteOptions`

Others

1. [84](https://github.com/InfluxCommunity/influxdb3-python/pull/84): Enable packaging type information - `py.typed`

0.4.0

Bugfix

1. [77](https://github.com/InfluxCommunity/influxdb3-python/pull/77): Support using pandas nullable types

Others

1. [80](https://github.com/InfluxCommunity/influxdb3-python/pull/80): Integrate code style check into CI

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.