Metadata-Version: 2.1
Name: aiohttp-prometheus-exporter
Version: 0.2.1
Summary: Prometheus exporter for aiohttp server and client.
Home-page: https://github.com/adriankrupa/aiohttp_prometheus_exporter
Author: Adrian Krupa
Author-email: adrian.krupa91@gmail.com
License: MIT license
Keywords: aiohttp_prometheus_exporter
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Requires-Dist: aiohttp (>=3)
Requires-Dist: prometheus-client (>=0.6)

===========================
aiohttp prometheus exporter
===========================


.. image:: https://img.shields.io/pypi/v/aiohttp_prometheus_exporter.svg
        :target: https://pypi.python.org/pypi/aiohttp_prometheus_exporter

.. image:: https://img.shields.io/travis/adriankrupa/aiohttp_prometheus_exporter.svg
        :target: https://travis-ci.org/adriankrupa/aiohttp_prometheus_exporter

.. image:: https://codecov.io/gh/adriankrupa/aiohttp_prometheus_exporter/branch/master/graph/badge.svg
        :target: https://codecov.io/gh/adriankrupa/aiohttp_prometheus_exporter

.. image:: https://readthedocs.org/projects/aiohttp-prometheus-exporter/badge/?version=latest
        :target: https://aiohttp-prometheus-exporter.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/adriankrupa/aiohttp_prometheus_exporter/shield.svg
     :target: https://pyup.io/repos/github/adriankrupa/aiohttp_prometheus_exporter/
     :alt: Updates



Prometheus exporter for aiohttp server and client.


* Free software: MIT license
* Documentation: https://aiohttp-prometheus-exporter.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2020-04-07)
------------------

* First release on PyPI.


