You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+4-16Lines changed: 4 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ InfluxDB 2.0 client features
50
50
- write user types using decorator
51
51
- write Pandas DataFrame
52
52
- `InfluxDB 2.0 API <https://github.com/influxdata/influxdb/blob/master/http/swagger.yml>`_ client for management
53
-
- the client is generated from `swagger <https://github.com/influxdata/influxdb/blob/master/http/swagger.yml>`_ by using `openapi-generator <https://github.com/OpenAPITools/openapi-generator>`_
53
+
- the client is generated from the `swagger <https://github.com/influxdata/influxdb/blob/master/http/swagger.yml>`_ by using the `openapi-generator <https://github.com/OpenAPITools/openapi-generator>`_
54
54
- organizations & users management
55
55
- buckets management
56
56
- tasks management
@@ -69,18 +69,12 @@ InfluxDB python library uses `RxPY <https://github.com/ReactiveX/RxPY>`_ - The R
69
69
pip install
70
70
^^^^^^^^^^^
71
71
72
-
If the python package is hosted on Github, you can install latest version directly from Github
72
+
The python package is hosted on Github, you can install latest version directly:
@@ -98,18 +92,12 @@ Install via `Setuptools <http://pypi.python.org/pypi/setuptools>`_.
98
92
99
93
(or ``sudo python setup.py install`` to install the package for all users)
100
94
101
-
Then import the package:
102
-
103
-
.. code-block:: python
104
-
105
-
import influxdb_client
106
-
107
95
.. marker-install-end
108
96
109
97
Getting Started
110
98
---------------
111
99
112
-
Please follow the `installation procedure <#installation>`_ and then run the following:
100
+
Please follow the `Installation`_ and then run the following:
113
101
114
102
.. marker-query-start
115
103
@@ -459,7 +447,7 @@ Gzip support
459
447
^^^^^^^^^^^^
460
448
.. marker-gzip-start
461
449
462
-
``InfluxDBClient`` does not enable gzip compress for http request by default. If you want to enable gzip to reduce transfer data's size, you can call:
450
+
``InfluxDBClient`` does not enable gzip compression for http requests by default. If you want to enable gzip to reduce transfer data's size, you can call:
0 commit comments