influxdb3-python 0.3.4__tar.gz → 0.3.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/PKG-INFO +8 -4
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb3_python.egg-info/PKG-INFO +8 -4
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb3_python.egg-info/requires.txt +8 -1
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/setup.py +3 -4
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/LICENSE +0 -0
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/README.md +0 -0
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb3_python.egg-info/SOURCES.txt +0 -0
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb3_python.egg-info/dependency_links.txt +0 -0
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb3_python.egg-info/top_level.txt +0 -0
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/__init__.py +0 -0
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/read_file.py +0 -0
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/__init__.py +0 -0
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/_sync/__init__.py +0 -0
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/_sync/api_client.py +0 -0
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/_sync/rest.py +0 -0
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/client/__init__.py +0 -0
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/client/_base.py +0 -0
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/client/exceptions.py +0 -0
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/client/influxdb_client.py +0 -0
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/client/logging_handler.py +0 -0
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/client/util/__init__.py +0 -0
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/client/util/date_utils.py +0 -0
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/client/util/date_utils_pandas.py +0 -0
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/client/util/helpers.py +0 -0
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/client/util/multiprocessing_helper.py +0 -0
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/client/warnings.py +0 -0
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/client/write/__init__.py +0 -0
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/client/write/dataframe_serializer.py +0 -0
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/client/write/point.py +0 -0
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/client/write/retry.py +0 -0
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/client/write_api.py +0 -0
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/configuration.py +0 -0
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/domain/__init__.py +0 -0
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/domain/write_precision.py +0 -0
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/extras.py +0 -0
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/rest.py +0 -0
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/service/__init__.py +0 -0
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/service/_base_service.py +0 -0
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/service/signin_service.py +0 -0
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/service/signout_service.py +0 -0
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/service/write_service.py +0 -0
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/version.py +0 -0
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/setup.cfg +0 -0
- {influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/tests/test_influxdb_client_3.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: influxdb3-python
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.5
|
|
4
4
|
Summary: Community Python client for InfluxDB 3.0
|
|
5
5
|
Home-page: https://github.com/InfluxCommunity/influxdb3-python
|
|
6
6
|
Author: InfluxData
|
|
@@ -8,12 +8,11 @@ Author-email: contact@influxdata.com
|
|
|
8
8
|
Classifier: Development Status :: 4 - Beta
|
|
9
9
|
Classifier: Intended Audience :: Developers
|
|
10
10
|
Classifier: License :: OSI Approved :: MIT License
|
|
11
|
-
Classifier: Programming Language :: Python :: 3
|
|
12
|
-
Classifier: Programming Language :: Python :: 3.6
|
|
13
11
|
Classifier: Programming Language :: Python :: 3.7
|
|
14
12
|
Classifier: Programming Language :: Python :: 3.8
|
|
15
13
|
Classifier: Programming Language :: Python :: 3.9
|
|
16
14
|
Classifier: Programming Language :: Python :: 3.10
|
|
15
|
+
Requires-Python: >=3.7
|
|
17
16
|
Description-Content-Type: text/markdown
|
|
18
17
|
License-File: LICENSE
|
|
19
18
|
Requires-Dist: reactivex>=4.0.4
|
|
@@ -21,9 +20,14 @@ Requires-Dist: certifi>=14.05.14
|
|
|
21
20
|
Requires-Dist: python_dateutil>=2.5.3
|
|
22
21
|
Requires-Dist: setuptools>=21.0.0
|
|
23
22
|
Requires-Dist: urllib3>=1.26.0
|
|
24
|
-
Requires-Dist: pyarrow
|
|
23
|
+
Requires-Dist: pyarrow>=8.0.0
|
|
25
24
|
Provides-Extra: pandas
|
|
26
25
|
Requires-Dist: pandas; extra == "pandas"
|
|
26
|
+
Provides-Extra: polars
|
|
27
|
+
Requires-Dist: polars; extra == "polars"
|
|
28
|
+
Provides-Extra: dataframe
|
|
29
|
+
Requires-Dist: pandas; extra == "dataframe"
|
|
30
|
+
Requires-Dist: polars; extra == "dataframe"
|
|
27
31
|
|
|
28
32
|
<p align="center">
|
|
29
33
|
<img src="https://github.com/InfluxCommunity/influxdb3-python/blob/main/python-logo.png?raw=true" alt="Your Image" width="150px">
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: influxdb3-python
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.5
|
|
4
4
|
Summary: Community Python client for InfluxDB 3.0
|
|
5
5
|
Home-page: https://github.com/InfluxCommunity/influxdb3-python
|
|
6
6
|
Author: InfluxData
|
|
@@ -8,12 +8,11 @@ Author-email: contact@influxdata.com
|
|
|
8
8
|
Classifier: Development Status :: 4 - Beta
|
|
9
9
|
Classifier: Intended Audience :: Developers
|
|
10
10
|
Classifier: License :: OSI Approved :: MIT License
|
|
11
|
-
Classifier: Programming Language :: Python :: 3
|
|
12
|
-
Classifier: Programming Language :: Python :: 3.6
|
|
13
11
|
Classifier: Programming Language :: Python :: 3.7
|
|
14
12
|
Classifier: Programming Language :: Python :: 3.8
|
|
15
13
|
Classifier: Programming Language :: Python :: 3.9
|
|
16
14
|
Classifier: Programming Language :: Python :: 3.10
|
|
15
|
+
Requires-Python: >=3.7
|
|
17
16
|
Description-Content-Type: text/markdown
|
|
18
17
|
License-File: LICENSE
|
|
19
18
|
Requires-Dist: reactivex>=4.0.4
|
|
@@ -21,9 +20,14 @@ Requires-Dist: certifi>=14.05.14
|
|
|
21
20
|
Requires-Dist: python_dateutil>=2.5.3
|
|
22
21
|
Requires-Dist: setuptools>=21.0.0
|
|
23
22
|
Requires-Dist: urllib3>=1.26.0
|
|
24
|
-
Requires-Dist: pyarrow
|
|
23
|
+
Requires-Dist: pyarrow>=8.0.0
|
|
25
24
|
Provides-Extra: pandas
|
|
26
25
|
Requires-Dist: pandas; extra == "pandas"
|
|
26
|
+
Provides-Extra: polars
|
|
27
|
+
Requires-Dist: polars; extra == "polars"
|
|
28
|
+
Provides-Extra: dataframe
|
|
29
|
+
Requires-Dist: pandas; extra == "dataframe"
|
|
30
|
+
Requires-Dist: polars; extra == "dataframe"
|
|
27
31
|
|
|
28
32
|
<p align="center">
|
|
29
33
|
<img src="https://github.com/InfluxCommunity/influxdb3-python/blob/main/python-logo.png?raw=true" alt="Your Image" width="150px">
|
|
@@ -9,7 +9,7 @@ requires = [
|
|
|
9
9
|
'python_dateutil >= 2.5.3',
|
|
10
10
|
'setuptools >= 21.0.0',
|
|
11
11
|
'urllib3 >= 1.26.0',
|
|
12
|
-
'pyarrow'
|
|
12
|
+
'pyarrow >= 8.0.0'
|
|
13
13
|
]
|
|
14
14
|
|
|
15
15
|
with open("./README.md", "r", encoding="utf-8") as fh:
|
|
@@ -45,14 +45,13 @@ setup(
|
|
|
45
45
|
author_email='contact@influxdata.com',
|
|
46
46
|
url='https://github.com/InfluxCommunity/influxdb3-python',
|
|
47
47
|
packages=find_packages(exclude=['tests', 'tests.*', 'examples', 'examples.*']),
|
|
48
|
-
extras_require={'pandas': ['pandas']},
|
|
48
|
+
extras_require={'pandas': ['pandas'], 'polars': ['polars'], 'dataframe': ['pandas', 'polars']},
|
|
49
49
|
install_requires=requires,
|
|
50
|
+
python_requires='>=3.7',
|
|
50
51
|
classifiers=[
|
|
51
52
|
'Development Status :: 4 - Beta',
|
|
52
53
|
'Intended Audience :: Developers',
|
|
53
54
|
'License :: OSI Approved :: MIT License',
|
|
54
|
-
'Programming Language :: Python :: 3',
|
|
55
|
-
'Programming Language :: Python :: 3.6',
|
|
56
55
|
'Programming Language :: Python :: 3.7',
|
|
57
56
|
'Programming Language :: Python :: 3.8',
|
|
58
57
|
'Programming Language :: Python :: 3.9',
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb3_python.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/__init__.py
RENAMED
|
File without changes
|
{influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/_sync/__init__.py
RENAMED
|
File without changes
|
{influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/_sync/api_client.py
RENAMED
|
File without changes
|
{influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/_sync/rest.py
RENAMED
|
File without changes
|
{influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/client/__init__.py
RENAMED
|
File without changes
|
{influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/client/_base.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/client/warnings.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/client/write_api.py
RENAMED
|
File without changes
|
{influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/configuration.py
RENAMED
|
File without changes
|
{influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/domain/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{influxdb3-python-0.3.4 → influxdb3-python-0.3.5}/influxdb_client_3/write_client/service/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|