Metadata-Version: 2.1
Name: scilightcon
Version: 0.3.2
Summary: A lightcon scipack
Author: Vytautas Butkus
Author-email: vytautas.butkus@lightcon.com
Project-URL: Documentation, https://lightconupdater.blob.core.windows.net/documentation/scilightcon/index.html
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy <2.0
Requires-Dist: matplotlib
Requires-Dist: pytest
Requires-Dist: typing-extensions
Requires-Dist: scipy
Requires-Dist: pickle-mixin
Requires-Dist: msgpack
Requires-Dist: pandas
Requires-Dist: Pillow

[![PyPI status](https://img.shields.io/pypi/status/scilightcon.svg)](https://pypi.python.org/pypi/scilightcon/)
[![Build Status](https://dev.azure.com/LCURS/Shared/_apis/build/status%2Flight-conversion-public.scilightcon?branchName=main)](https://dev.azure.com/LCURS/Shared/_build/latest?definitionId=98&branchName=main)
[![PyPI version scilightcon](https://badge.fury.io/py/scilightcon.svg)](https://pypi.python.org/pypi/scilightcon/)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/scilightcon.svg)](https://pypi.python.org/pypi/scilightcon/)
[![PyPi license](https://badgen.net/pypi/license/pip/)](https://pypi.org/project/pip/)
[![Website up](https://img.shields.io/website-up-down-green-red/https/lightconupdater.blob.core.windows.net/documentation/scilightcon/index.html.svg)](https://lightconupdater.blob.core.windows.net/documentation/scilightcon/index.html)

![scilightcon logo](doc/docs/img/app_logo_128px.png)

scilightcon is an open-source library, developed by [LIGHT CONVERSION](https://lightcon.com), one of the worldâ€™s leading manufacturers of femtosecond laser systems for industrial, scientific and medical purposes. The library includes modules and examples for optics, signal analysis, fitting, imaging, and more.

- **Documentation**: [https://lightconupdater.blob.core.windows.net/documentation/scilightcon/index.html](https://lightconupdater.blob.core.windows.net/documentation/scilightcon/index.html) 
- **Feedback**: <a href="mailto:mls.software@lightcon.com" id="feedback">Report issue</a>

## Install
scilightcon library is available as wheel packages for Windows, Linux and macOS on [PyPI](https://pypi.python.org/pypi/scilightcon/). Install using `pip`:
```
 python -m pip install --upgrade pip
 python -m pip install scilightcon
 ```
