This repository was archived by the owner on Oct 29, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 25
25
.vscode
26
26
venv
27
27
scripts
28
+ * .egg-info
Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ InfluxDB-Python
15
15
:target: https://pypi.python.org/pypi/influxdb
16
16
:alt: PyPI Status
17
17
18
+ Statement
19
+ -----------
20
+ This is forked from (https://github.com/influxdata/influxdb-python), which support asyncio.
21
+
18
22
InfluxDB-Python is a client for interacting with InfluxDB _.
19
23
20
24
Development of this library is maintained by:
Original file line number Diff line number Diff line change 18
18
]
19
19
20
20
21
- __version__ = '5.3.0 '
21
+ __version__ = '5.3.1 '
Original file line number Diff line number Diff line change 35
35
version = version ,
36
36
description = "InfluxDB client, asyncio version" ,
37
37
long_description = readme ,
38
- url = 'https://github.com/influxdb/influxdb-python' ,
38
+ url = 'https://github.com/xp880906/influxdb-python' ,
39
+ author = 'BruceX' ,
40
+ author_email = 'xp880906@gmail.com' ,
39
41
license = 'MIT License' ,
40
42
packages = find_packages (exclude = ['tests' ]),
41
43
test_suite = 'tests' ,
42
44
tests_require = test_requires ,
43
45
install_requires = requires ,
44
46
extras_require = {'test' : test_requires },
47
+ python_requires = '>=3.6' ,
45
48
classifiers = [
46
49
'Development Status :: 3 - Alpha' ,
47
50
'Intended Audience :: Developers' ,
You can’t perform that action at this time.
0 commit comments