File: index.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 (47 lines) | stat: -rw-r--r-- 1,062 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
43
44
45
46
47
.. aioinflux documentation master file, created by
   sphinx-quickstart on Sun Jul 22 19:52:56 2018.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to aioinflux's documentation!
=====================================

.. include:: ../README.rst
   :start-line: 2
   :end-line: 35


.. toctree::
   :maxdepth: 3
   :caption: Contents:

   install
   usage
   implementation
   api



Contributing
------------

| To contribute, fork the repository on GitHub, make your changes and
  submit a pull request.
| Aioinflux is not a mature project yet, so just simply raising issues
  is also greatly appreciated :)

Alternatives
------------

- `InfluxDB-Python <https://github.com/influxdata/influxdb-python>`__: The official
  blocking-only client. Based on Requests.
- `influx-sansio <https://github.com/miracle2k/influx-sansio>`__: Fork of aioinflux
  using curio/trio and asks as a backend.


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`