Metadata-Version: 2.4
Name: brighteyes-flim
Version: 0.9.6
Summary: A toolbox for analysing FLISM images
Home-page: https://github.com/VicidominiLab/brighteyes-flim
Author: Mattia Donato
Author-email: mattia.donato@iit.it
License: GPL-3.0-or-later
Project-URL: Bug Tracker, https://github.com/VicidominiLab/brighteyes-flim/issues
Project-URL: Documentation, https://brighteyes-flim.readthedocs.io
Project-URL: Source Code, https://github.com/VicidominiLab/brighteyes-flim
Project-URL: User Support, https://github.com/VicidominiLab/brighteyes-flim/issues
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Image Processing
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: brighteyes-ism>=1.4.1
Requires-Dist: h5py
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: scikit-image
Requires-Dist: tqdm
Dynamic: license-file

BrightEyes-FLIM
---------------

## Installation

Install `brighteyes-flim` from PyPI:

    pip install brighteyes-flim

You can also install the latest development version directly from GitHub:

    pip install git+https://github.com/VicidominiLab/BrightEyes-Flim

[pip]: https://pypi.org/project/pip/
