Metadata-Version: 2.4
Name: lensepy-app
Version: 1.0.5
Summary: LEnsE Package of applications. Required lensepy package.
Project-URL: Homepage, https://github.com/IOGS-LEnsE/lensepy-app
Author-email: Julien VILLEMEJANE <julien.villemejane@institutoptique.fr>
License-File: LICENCE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Requires-Dist: colour-science
Requires-Dist: lensepy>=3
Requires-Dist: pypylon>=4.1.0
Requires-Dist: pyqt6-webengine
Requires-Dist: pyqt6>=6.1
Requires-Dist: pyqtgraph>=0.12
Requires-Dist: pyserial
Description-Content-Type: text/x-rst

LEnsE Python package - Applications
###################################

This package is provided by the `LEnsE <https://lense.institutoptique.fr/>`_, the Experimental Teaching Laboratory of
the `Institut d'Optique Graduate School  <https://www.institutoptique.fr>`_.

.. image:: assets/IOGS-LEnsE-logo_small.jpg
   :alt: LEnsE Logo
   :align: center

How to install
==============

**Lensepy-app** can be installed from PyPI with pip:

.. code-block:: sh

    pip install lensepy-app


How to use
==========

**Lensepy-app** can be imported in your Python script:

.. code-block:: python

    import lensepy-app

For specific use, a documentation is available at this website:
`<https://iogs-lense.github.io/lensepy-app/>`_.
