File: api.rst

package info (click to toggle)
python-aioinflux 0.9.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 320 kB
  • sloc: python: 1,402; makefile: 41
file content (42 lines) | stat: -rw-r--r-- 687 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
API Reference
=============

.. contents::
   :local:

Client Interface
----------------

.. autoclass:: aioinflux.client.InfluxDBClient
   :members:

    .. automethod:: __init__


.. autoexception:: aioinflux.client.InfluxDBError
.. autoexception:: aioinflux.client.InfluxDBWriteError

Result iteration
""""""""""""""""
.. automodule:: aioinflux.iterutils
   :members:


Serialization
-------------

Mapping
"""""""
.. automodule:: aioinflux.serialization.mapping
   :members:

Dataframe
"""""""""
.. automodule:: aioinflux.serialization.dataframe
   :members:

User-defined classes
""""""""""""""""""""
.. automodule:: aioinflux.serialization.usertype
   :members:
   :undoc-members: