Metadata-Version: 2.0
Name: asphalt-influxdb
Version: 1.1.1
Summary: InfluxDB client component for the Asphalt framework
Home-page: https://github.com/asphalt-framework/asphalt-influxdb
Author: Alex Grönholm
Author-email: alex.gronholm@nextday.fi
License: Apache License 2.0
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Database
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: aiohttp (~=1.1)
Requires-Dist: asphalt (~=2.1)
Requires-Dist: python-dateutil (~=2.6)
Provides-Extra: testing
Requires-Dist: pytest; extra == 'testing'
Requires-Dist: pytest-asyncio (>=0.5.0); extra == 'testing'
Requires-Dist: pytest-catchlog; extra == 'testing'
Requires-Dist: pytest-cov; extra == 'testing'

.. image:: https://travis-ci.org/asphalt-framework/asphalt-influxdb.svg?branch=master
  :target: https://travis-ci.org/asphalt-framework/asphalt-influxdb
  :alt: Build Status
.. image:: https://coveralls.io/repos/github/asphalt-framework/asphalt-influxdb/badge.svg?branch=master
  :target: https://coveralls.io/github/asphalt-framework/asphalt-influxdb?branch=master
  :alt: Code Coverage

This Asphalt framework component provides connectivity to InfluxDB_ database servers.

.. _InfluxDB: https://www.influxdata.com/

Project links
-------------

* `Documentation <http://asphalt-influxdb.readthedocs.org/en/latest/>`_
* `Help and support <https://github.com/asphalt-framework/asphalt/wiki/Help-and-support>`_
* `Source code <https://github.com/asphalt-framework/asphalt-influxdb>`_
* `Issue tracker <https://github.com/asphalt-framework/asphalt-influxdb/issues>`_


