Metadata-Version: 2.4
Name: em_health
Version: 0.1a7
Summary: EMHealth is a Python package designed for continuous 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,>=3.10
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"
Requires-Dist: numpy; 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`` provides continuous monitoring of system utilization,
consumable status, and health trends for individual microscope components to
help predict maintenance needs and reduce unplanned downtime of Thermo Fisher
Scientific electron microscopes. With integrated interactive Grafana dashboards,
it provides tools to query and visualize health monitoring data and to set up
alerts across your instrument fleet.

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

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
