Metadata-Version: 2.1
Name: phasorpy
Version: 0.1
Summary: Analysis of fluorescence lifetime and hyperspectral images using the phasor approach
Author: PhasorPy Contributors
License: MIT
Project-URL: Homepage, https://www.phasorpy.org
Project-URL: Documentation, https://www.phasorpy.org/docs/stable/
Project-URL: Download, https://pypi.org/project/phasorpy/#files
Project-URL: Source code, https://github.com/phasorpy/phasorpy
Project-URL: Issue tracker, https://github.com/phasorpy/phasorpy/issues
Project-URL: Release notes, https://www.phasorpy.org/docs/stable/release
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: numpy >=1.24.0
Requires-Dist: matplotlib >=3.7.0
Requires-Dist: scipy >=1.11.0
Requires-Dist: click
Requires-Dist: pooch
Requires-Dist: tqdm
Requires-Dist: xarray >=2023.4.0
Requires-Dist: tifffile >=2024.8.30
Provides-Extra: all
Requires-Dist: lfdfiles >=2024.5.24 ; extra == 'all'
Requires-Dist: sdtfile >=2024.5.24 ; extra == 'all'
Requires-Dist: ptufile >=2024.9.14 ; extra == 'all'
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-issues ; extra == 'docs'
Requires-Dist: sphinx-gallery ; extra == 'docs'
Requires-Dist: sphinx-copybutton ; extra == 'docs'
Requires-Dist: sphinx-click ; extra == 'docs'
Requires-Dist: pydata-sphinx-theme ; extra == 'docs'
Requires-Dist: numpydoc ; extra == 'docs'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pytest-runner ; extra == 'test'
Requires-Dist: pytest-doctestplus ; extra == 'test'
Requires-Dist: coverage ; extra == 'test'

# PhasorPy

PhasorPy is an open-source Python library for the analysis of fluorescence
lifetime and hyperspectral images using the phasor approach.

- [Homepage](https://www.phasorpy.org)
- [Documentation](https://www.phasorpy.org/docs/stable/)
- [Source code](https://github.com/phasorpy/phasorpy)
- [Download releases](https://pypi.org/project/phasorpy/#files)
- [Data files](https://zenodo.org/communities/phasorpy/)
- [Issues and questions](https://github.com/phasorpy/phasorpy/issues)

PhasorPy is a community-maintained project.
[Contributions](https://www.phasorpy.org/docs/stable/contributing/)
in the form of bug reports, bug fixes, feature implementations, documentation,
datasets, and enhancement proposals are welcome.

This software project is supported in part by the
[Essential Open Source Software for Science (EOSS)](https://chanzuckerberg.com/eoss/)
program at
[Chan Zuckerberg Initiative](https://chanzuckerberg.com/).

[![CZI's Essential Open Source Software for Science](https://chanzuckerberg.github.io/open-science/badges/CZI-EOSS.svg)](https://czi.co/EOSS)
