Metadata-Version: 2.1
Name: asyncakumuli
Version: 0.5.0
Summary: Write data to Akumuli
Home-page: http://github.com/smurfix/asyncakumuli
Author: Matthias Urlichs
Author-email: matthias@urlichs.de
License: GPLv3 or later
Keywords: iot,logging
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Framework :: Trio
Requires-Python: >=3.6

AsyncAkumuli
============

Welcome to `AsyncAkumuli <https://github.com/M-o-a-T/asyncakumuli>`__!

This library contains a small async wrapper for submission of data to,
and (rudimentary) reading from, `Akumuli <https://akumuli.org>`__.

Also included:

* A basic unit test
* Test scaffolding, to easily test your own code
* a utility to read the last timestamp, as Akumuli doesn't go backwards
* helper code to interpred RRD / collectd input so that you can feed those
  to Akumuli
* a couple of example scripts

Tests and collectd support currently require Trio because (a) anyio doesn't
support subprocesses, (b) UDP socket support in anyio is kindof limited.

