Metadata-Version: 2.4
Name: libertem-live
Version: 0.3.0rc2
Summary: Live processing with LiberTEM
Project-URL: Repository, https://github.com/LiberTEM/LiberTEM-live
Project-URL: Documentation, https://libertem.github.io/LiberTEM-live
Author-email: Alexander Clausen <a.clausen@fz-juelich.de>
License-File: LICENSE
Keywords: electron microscopy
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
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: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.10
Requires-Dist: click
Requires-Dist: libertem-asi-tpx3>=0.2.14
Requires-Dist: libertem-dectris>=0.2.14
Requires-Dist: libertem-qd-mpx>=0.2.14
Requires-Dist: libertem>=0.12
Requires-Dist: numpy
Requires-Dist: opentelemetry-api
Requires-Dist: sparseconverter>=0.3.3
Requires-Dist: tqdm
Provides-Extra: pymemfd
Requires-Dist: pymemfd; extra == 'pymemfd'
Provides-Extra: pytango
Requires-Dist: pytango; extra == 'pytango'
Provides-Extra: sim
Requires-Dist: flask; extra == 'sim'
Description-Content-Type: text/x-rst

|gitter|_ |azure|_ |github|_ |precommit|_ |zenodo|_

.. |gitter| image:: https://badges.gitter.im/Join%20Chat.svg
.. _gitter: https://gitter.im/LiberTEM/Lobby

.. |azure| image:: https://dev.azure.com/LiberTEM/LiberTEM-live/_apis/build/status/LiberTEM.LiberTEM-live?branchName=master
.. _azure: https://dev.azure.com/LiberTEM/LiberTEM-live/_build/latest?definitionId=5&branchName=master

.. |github| image:: https://img.shields.io/badge/GitHub-MIT-informational
.. _github: https://github.com/LiberTEM/LiberTEM-live/

.. |precommit| image:: https://results.pre-commit.ci/badge/github/LiberTEM/LiberTEM-live/master.svg
.. _precommit: https://results.pre-commit.ci/latest/github/LiberTEM/LiberTEM-live/master

.. |zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4916315.svg
.. _zenodo: https://doi.org/10.5281/zenodo.4916315

LiberTEM-live is an extension module for `LiberTEM
<https://libertem.github.io/>`_ that allows live
data processing.

.. note::
  LiberTEM-live is still experimental and under active development, including
  the overall architecture. New releases can include changes that break
  backwards compatibility until the code and architecture are proven in
  practical application and stabilized sufficiently.

  That being said, we encourage early experimental use, are happy to support
  real-world application and appreciate feedback! You can contact us by
  `creating or commenting on an Issue on GitHub
  <https://github.com/LiberTEM/LiberTEM-live/issues>`_ or in the `LiberTEM
  Gitter chat <https://gitter.im/LiberTEM/Lobby>`_.

LiberTEM `user-defined functions (UDFs)
<https://libertem.github.io/LiberTEM/udf.html>`_ are designed to work without
modification on both offline data and live data streams. That means all
`LiberTEM applications <https://libertem.github.io/LiberTEM/applications.html>`_
and `LiberTEM-based modules
<https://libertem.github.io/LiberTEM/packages.html>`_ can work with all
supported detectors in LiberTEM-live.

Installation
------------

The short version to install into an existing LiberTEM environment:

.. code-block:: shell

    (libertem) $ python -m pip install "libertem-live"

See the `LiberTEM installation instructions
<https://libertem.github.io/LiberTEM/install.html>`_ for more details on
installing LiberTEM.

Detectors
---------

* Quantum Detectors Merlin
* DECTRIS EIGER2-based
* Amsterdam Scientific Instruments CheeTah TPX3

See `the documentation <https://libertem.github.io/LiberTEM-live/detectors.html>`_
for details.

Support for the Gatan K2 IS, ASI MPX3, and X-Spectrum cameras is currently
under development.

License
-------

LiberTEM-live is licensed under the MIT license.

Acknowledgements
----------------

We are very grateful for your continuing support for LiberTEM-live!

See `the acknowledgement page
<https://libertem.github.io/acknowledgements.html#libertem-live>`_ for a list of
authors and contributors to LiberTEM-live and other LiberTEM projects. See also
our info on `funding <https://libertem.github.io/#funding>`_ and `industry
partners <https://libertem.github.io/#industry-partners>`_.
