Metadata-Version: 2.4
Name: em_health
Version: 0.1a6
Summary: EMHealth is a Python package designed for continuous remote monitoring of the performance and health metrics of Thermo Fisher Scientific electron microscopes.
Author-email: Grigory Sharov <gsharov@mrclmb.ac.uk>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/azazellochg/em_health
Project-URL: Documentation, https://em-health.readthedocs.io
Project-URL: Issues, https://github.com/azazellochg/em_health/issues
Keywords: microscope,health monitoring,TEM,SEM
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Requires-Python: <3.13
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: psycopg[binary]
Requires-Dist: watchdog
Requires-Dist: python-dotenv
Requires-Dist: requests
Requires-Dist: packaging
Requires-Dist: podman-compose
Provides-Extra: dev
Requires-Dist: mypy; extra == "dev"
Requires-Dist: memory-profiler; extra == "dev"
Requires-Dist: pandas; extra == "dev"
Dynamic: license-file

.. image:: https://img.shields.io/pypi/v/em_health
        :target: https://pypi.python.org/pypi/em_health
        :alt: PyPI release

.. image:: https://img.shields.io/pypi/l/em_health
        :target: https://pypi.python.org/pypi/em_health
        :alt: License

.. image:: https://img.shields.io/pypi/pyversions/em_health
        :target: https://pypi.python.org/pypi/em_health
        :alt: Supported Python versions

.. image:: https://img.shields.io/pypi/dm/em_health
        :target: https://pypi.python.org/pypi/em_health
        :alt: Downloads

Introduction
------------

``EMHealth`` is a Python package designed for continuous remote monitoring of
the performance and health metrics of Thermo Fisher Scientific electron microscopes.
It offers flexible options to import Health Monitor data - either manually or
automatically - and provides tools to query, visualize, and set up alerts. With integrated
interactive Grafana dashboards, it helps you easily analyze and understand your system metrics.

.. image:: https://em-health.readthedocs.io/latest/_images/dash-overview.png

.. important:: The package is still in active development, not recommended for production use.

Documentation
-------------

The source code is available at https://github.com/azazellochg/em_health

The documentation can be found at https://em-health.readthedocs.io
