libertem-live


Namelibertem-live JSON
Version 0.2.1 PyPI version JSON
download
home_pagehttps://libertem.github.io/LiberTEM-live
SummaryLive processing with LiberTEM
upload_time2023-05-09 15:12:03
maintainer
docs_urlNone
authorthe LiberTEM team
requires_python>=3.7
licenseGPL v3
keywords electron microscopy
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            |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-GPL--3.0-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 GPLv3. The I/O parts are also available under
the MIT license, please see LICENSE files in the subdirectories for details.

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>`_.

            

Raw data

            {
    "_id": null,
    "home_page": "https://libertem.github.io/LiberTEM-live",
    "name": "libertem-live",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "electron microscopy",
    "author": "the LiberTEM team",
    "author_email": "libertem-dev@googlegroups.com",
    "download_url": "https://files.pythonhosted.org/packages/1a/e2/857a174b926a81d6134d6af812f59fdb6358113d54a7c3402e79a04708fe/libertem-live-0.2.1.tar.gz",
    "platform": null,
    "description": "|gitter|_ |azure|_ |github|_ |precommit|_ |zenodo|_\n\n.. |gitter| image:: https://badges.gitter.im/Join%20Chat.svg\n.. _gitter: https://gitter.im/LiberTEM/Lobby\n\n.. |azure| image:: https://dev.azure.com/LiberTEM/LiberTEM-live/_apis/build/status/LiberTEM.LiberTEM-live?branchName=master\n.. _azure: https://dev.azure.com/LiberTEM/LiberTEM-live/_build/latest?definitionId=5&branchName=master\n\n.. |github| image:: https://img.shields.io/badge/GitHub-GPL--3.0-informational\n.. _github: https://github.com/LiberTEM/LiberTEM-live/\n\n.. |precommit| image:: https://results.pre-commit.ci/badge/github/LiberTEM/LiberTEM-live/master.svg\n.. _precommit: https://results.pre-commit.ci/latest/github/LiberTEM/LiberTEM-live/master\n\n.. |zenodo| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4916315.svg\n.. _zenodo: https://doi.org/10.5281/zenodo.4916315\n\nLiberTEM-live is an extension module for `LiberTEM\n<https://libertem.github.io/>`_ that allows live\ndata processing.\n\n.. note::\n  LiberTEM-live is still experimental and under active development, including\n  the overall architecture. New releases can include changes that break\n  backwards compatibility until the code and architecture are proven in\n  practical application and stabilized sufficiently.\n\n  That being said, we encourage early experimental use, are happy to support\n  real-world application and appreciate feedback! You can contact us by\n  `creating or commenting on an Issue on GitHub\n  <https://github.com/LiberTEM/LiberTEM-live/issues>`_ or in the `LiberTEM\n  Gitter chat <https://gitter.im/LiberTEM/Lobby>`_.\n\nLiberTEM `user-defined functions (UDFs)\n<https://libertem.github.io/LiberTEM/udf.html>`_ are designed to work without\nmodification on both offline data and live data streams. That means all\n`LiberTEM applications <https://libertem.github.io/LiberTEM/applications.html>`_\nand `LiberTEM-based modules\n<https://libertem.github.io/LiberTEM/packages.html>`_ can work with all\nsupported detectors in LiberTEM-live.\n\nInstallation\n------------\n\nThe short version to install into an existing LiberTEM environment:\n\n.. code-block:: shell\n\n    (libertem) $ python -m pip install \"libertem-live\"\n\nSee the `LiberTEM installation instructions\n<https://libertem.github.io/LiberTEM/install.html>`_ for more details on\ninstalling LiberTEM.\n\nDetectors\n---------\n\n* Quantum Detectors Merlin\n* DECTRIS EIGER2-based\n* Amsterdam Scientific Instruments CheeTah TPX3\n\nSee `the documentation <https://libertem.github.io/LiberTEM-live/detectors.html>`_\nfor details.\n\nSupport for the Gatan K2 IS, ASI MPX3, and X-Spectrum cameras is currently\nunder development.\n\nLicense\n-------\n\nLiberTEM-live is licensed under GPLv3. The I/O parts are also available under\nthe MIT license, please see LICENSE files in the subdirectories for details.\n\nAcknowledgements\n----------------\n\nWe are very grateful for your continuing support for LiberTEM-live!\n\nSee `the acknowledgement page\n<https://libertem.github.io/acknowledgements.html#libertem-live>`_ for a list of\nauthors and contributors to LiberTEM-live and other LiberTEM projects. See also\nour info on `funding <https://libertem.github.io/#funding>`_ and `industry\npartners <https://libertem.github.io/#industry-partners>`_.\n",
    "bugtrack_url": null,
    "license": "GPL v3",
    "summary": "Live processing with LiberTEM",
    "version": "0.2.1",
    "project_urls": {
        "Homepage": "https://libertem.github.io/LiberTEM-live"
    },
    "split_keywords": [
        "electron",
        "microscopy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "65199dabeae358fd509899a3013b7c9638c3a2f86960137cd53329def0cd5ecf",
                "md5": "d43a3f4001bea803882dd2340b07933c",
                "sha256": "a09f5a80f0e8915d8125acc2d6877c739478a4a1d1366c6c17c29eb5d682a02b"
            },
            "downloads": -1,
            "filename": "libertem_live-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d43a3f4001bea803882dd2340b07933c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 91786,
            "upload_time": "2023-05-09T15:12:00",
            "upload_time_iso_8601": "2023-05-09T15:12:00.544443Z",
            "url": "https://files.pythonhosted.org/packages/65/19/9dabeae358fd509899a3013b7c9638c3a2f86960137cd53329def0cd5ecf/libertem_live-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1ae2857a174b926a81d6134d6af812f59fdb6358113d54a7c3402e79a04708fe",
                "md5": "80c4ba86487c732783147f05b8b5387d",
                "sha256": "27ff8de94b1ea34ee0f2f0b8ef13203d903b52b54946add72c39ab8984e5fe39"
            },
            "downloads": -1,
            "filename": "libertem-live-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "80c4ba86487c732783147f05b8b5387d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 98865,
            "upload_time": "2023-05-09T15:12:03",
            "upload_time_iso_8601": "2023-05-09T15:12:03.131158Z",
            "url": "https://files.pythonhosted.org/packages/1a/e2/857a174b926a81d6134d6af812f59fdb6358113d54a7c3402e79a04708fe/libertem-live-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-09 15:12:03",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "libertem-live"
}
        
Elapsed time: 0.06702s