Metadata-Version: 2.1
Name: livemetrics
Version: 0.7
Summary: LiveMetrics collector and publisher for Python applications
Home-page: https://github.com/idemia/python-livemetrics
Author: attr: livemetrics.__author__
Author-email: olivier.heurtier@idemia.com
License: CeCILL-C
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: CeCILL-C Free Software License Agreement (CECILL-C)
Requires-Python: >=3.8
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: Pillow
Provides-Extra: aiohttp
Requires-Dist: aiohttp; extra == "aiohttp"
Provides-Extra: django
Requires-Dist: django; extra == "django"
Provides-Extra: flask
Requires-Dist: flask; extra == "flask"
Provides-Extra: dashboard
Requires-Dist: jinja2; extra == "dashboard"
Requires-Dist: PyYAML; extra == "dashboard"
Requires-Dist: aiohttp; extra == "dashboard"

===========
livemetrics
===========

.. image:: https://readthedocs.org/projects/livemetrics/badge/?version=latest
    :target: https://livemetrics.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

.. image:: https://img.shields.io/pypi/l/livemetrics.svg
    :target: https://pypi.org/project/livemetrics/
    :alt: CeCILL-C

.. image:: https://img.shields.io/pypi/v/livemetrics.svg
    :target: https://pypi.org/project/livemetrics/
    :alt: v?.?

.. image:: https://img.shields.io/pypi/pyversions/livemetrics.svg
    :target: https://pypi.org/project/livemetrics/
    :alt: Python 3.x

.. image:: https://github.com/idemia/python-livemetrics/actions/workflows/tests.yml/badge.svg
    :target: https://github.com/idemia/python-livemetrics/actions/workflows/tests.yml
    :alt: Github action

.. image:: https://codecov.io/gh/idemia/python-livemetrics/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/idemia/python-livemetrics
    :alt: Code Coverage Status (Codecov)

A Python library for building and publishing live business metrics used to have insights
about the behavior of applications.

It is based on the Dropwizard `metrics <https://metrics.dropwizard.io/>`_ library for Java.

Installation
============

``livemetrics`` is published on PyPI and can be installed from there::

    pip install -U livemetrics

Quick Start
===========


See `the full documentation <http://livemetrics.readthedocs.io/>`_ for more details.


