LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
setup.py
docs/acknowledgments.rst
docs/code_of_conduct.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/phasor_approach.rst
docs/release.rst
docs/_static/categorical.png
docs/_static/custom-icons.js
docs/_static/logo.png
docs/_static/srgb_spectrum.png
docs/api/_phasorpy.rst
docs/api/_utils.rst
docs/api/cli.rst
docs/api/color.rst
docs/api/components.rst
docs/api/cursors.rst
docs/api/datasets.rst
docs/api/index.rst
docs/api/io.rst
docs/api/phasor.rst
docs/api/phasorpy.rst
docs/api/plot.rst
docs/api/utils.rst
src/phasorpy/__init__.py
src/phasorpy/__main__.py
src/phasorpy/_phasorpy.pyx
src/phasorpy/_typing.py
src/phasorpy/_utils.py
src/phasorpy/cli.py
src/phasorpy/color.py
src/phasorpy/components.py
src/phasorpy/conftest.py
src/phasorpy/cursors.py
src/phasorpy/datasets.py
src/phasorpy/io.py
src/phasorpy/phasor.py
src/phasorpy/plot.py
src/phasorpy/py.typed
src/phasorpy/utils.py
src/phasorpy/version.py
src/phasorpy.egg-info/PKG-INFO
src/phasorpy.egg-info/SOURCES.txt
src/phasorpy.egg-info/dependency_links.txt
src/phasorpy.egg-info/entry_points.txt
src/phasorpy.egg-info/not-zip-safe
src/phasorpy.egg-info/requires.txt
src/phasorpy.egg-info/top_level.txt
tests/conftest.py
tests/test__phasorpy.py
tests/test__typing.py
tests/test__utils.py
tests/test_cli.py
tests/test_color.py
tests/test_components.py
tests/test_cursors.py
tests/test_datasets.py
tests/test_io.py
tests/test_nan.py
tests/test_phasor.py
tests/test_phasorpy.py
tests/test_plot.py
tests/test_utils.py
tutorials/README.rst
tutorials/phasorpy_introduction.py
tutorials/phasorpy_lfd_workshop.py
tutorials/api/README.rst
tutorials/api/phasorpy_components.py
tutorials/api/phasorpy_cursors.py
tutorials/api/phasorpy_fret.py
tutorials/api/phasorpy_lifetime_to_signal.py
tutorials/api/phasorpy_pca.py
tutorials/api/phasorpy_phasor_from_lifetime.py
tutorials/api/phasorpy_phasorplot.py
tutorials/applications/README.rst
tutorials/benchmarks/README.rst
tutorials/benchmarks/phasorpy_phasor_from_signal.py