Metadata-Version: 2.4
Name: lensepy
Version: 3.0.3
Summary: LEnsE Package including scientific methods in photonics and graphical objects to implement a User Interface
Project-URL: Homepage, https://github.com/IOGS-LEnsE/lensepy
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.9
Requires-Dist: colour-science
Requires-Dist: matplotlib>=2.1
Requires-Dist: numpy>=2.1
Requires-Dist: pypylon>=4.1.0
Requires-Dist: pyqtgraph>=0.12
Requires-Dist: pyserial
Description-Content-Type: text/x-rst

LEnsE Python package
####################

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** can be installed from PyPI with pip:

.. code-block:: sh

    pip install lensepy


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

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

.. code-block:: python

    import lensepy

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