Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit c2d9721

Browse files
author
徐鹏
committed
rebuild package
1 parent e0ee69b commit c2d9721

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ env
2525
.vscode
2626
venv
2727
scripts
28+
*.egg-info

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ InfluxDB-Python
1515
:target: https://pypi.python.org/pypi/influxdb
1616
:alt: PyPI Status
1717

18+
Statement
19+
-----------
20+
This is forked from (https://github.com/influxdata/influxdb-python), which support asyncio.
21+
1822
InfluxDB-Python is a client for interacting with InfluxDB_.
1923

2024
Development of this library is maintained by:

influxdb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
]
1919

2020

21-
__version__ = '5.3.0'
21+
__version__ = '5.3.1'

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,16 @@
3535
version=version,
3636
description="InfluxDB client, asyncio version",
3737
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',
3941
license='MIT License',
4042
packages=find_packages(exclude=['tests']),
4143
test_suite='tests',
4244
tests_require=test_requires,
4345
install_requires=requires,
4446
extras_require={'test': test_requires},
47+
python_requires='>=3.6',
4548
classifiers=[
4649
'Development Status :: 3 - Alpha',
4750
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy