File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ InfluxDB 2.0 client features
48
48
- Writing data using
49
49
- `Line Protocol <https://docs.influxdata.com/influxdb/v1.6/write_protocols/line_protocol_tutorial >`_
50
50
- `Data Point <https://github.com/influxdata/influxdb-client-python/blob/master/influxdb_client/client/write/point.py#L16 >`__
51
- - `RxPY <https://rxpy.readthedocs.io/en/latest/ >`_ Observable
51
+ - `RxPY <https://rxpy.readthedocs.io/en/latest/ >`__ Observable
52
52
- Not implemented yet
53
53
- write user types using decorator
54
54
- write Pandas DataFrame
@@ -70,7 +70,7 @@ Installation
70
70
------------
71
71
.. marker-install-start
72
72
73
- InfluxDB python library uses `RxPY <https://github.com/ReactiveX/RxPY >`_ - The Reactive Extensions for Python (RxPY).
73
+ InfluxDB python library uses `RxPY <https://github.com/ReactiveX/RxPY >`__ - The Reactive Extensions for Python (RxPY).
74
74
75
75
**Python 3.6 ** or later is required.
76
76
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ python --version
9
9
pip install -r requirements.txt
10
10
pip install -r test-requirements.txt
11
11
pip install pytest pytest-cov
12
+ pip install twine
13
+ python setup.py sdist bdist_wheel
14
+ twine check dist/*
12
15
13
16
#
14
17
# Prepare for test results
You can’t perform that action at this time.
0 commit comments