Metadata-Version: 1.2
Name: asyncakumuli
Version: 0.2.3
Summary: Write data to Akumuli
Home-page: http://github.com/smurfix/asyncakumuli
Author: Matthias Urlichs
Author-email: matthias@urlichs.de
License: GPLv3 or later
Description: 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
        
        
Keywords: iot,logging
Platform: UNKNOWN
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
