Metadata-Version: 2.4
Name: pycorrfit
Version: 1.3.1
Summary: Scientific tool for fitting correlation curves on a logarithmic plot.
Author: Thomas Bischof
Author-email: Paul Müller <dev@craban.de>
License-Expression: GPL-2.0-only
Project-URL: repository, https://github.com/FCS-analysis/PyCorrFit
Keywords: fluorescence correlation spectroscopy (FCS)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Intended Audience :: Science/Research
Requires-Python: <4,>=3.11
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: lmfit>=0.9.2
Requires-Dist: numpy>=1.14.2
Requires-Dist: pyyaml>=3.12
Requires-Dist: scipy>=1.0.1
Requires-Dist: ptufile>=2025.12.12
Requires-Dist: looseversion>=1.3.0
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: urllib3; extra == "test"
Requires-Dist: ruff; extra == "test"
Requires-Dist: ty; extra == "test"
Requires-Dist: codespell; extra == "test"
Provides-Extra: gui
Requires-Dist: matplotlib>=2.2.2; extra == "gui"
Requires-Dist: sympy>=1.1.1; extra == "gui"
Requires-Dist: simplejson; extra == "gui"
Requires-Dist: wxPython>=4.0.1; extra == "gui"
Dynamic: license-file

|PyCorrFit|
===========

|PyPI Version| |Build Status| |Build Status Win| |Coverage Status| |Docs Status|


Documentation
-------------
The documentation of PyCorrFit is available at https://pycorrfit.readthedocs.org.


Problems
--------
If you find a bug or need help with a specific topic, do not hesitate to ask a question
at the `issues page <https://github.com/FCS-analysis/PyCorrFit/wiki/Creating-a-new-issue>`__.



.. |PyCorrFit| image:: https://raw.github.com/FCS-analysis/PyCorrFit/master/doc/Images/PyCorrFit_logo_dark.png
.. |PyPI Version| image:: https://img.shields.io/pypi/v/PyCorrFit.svg
   :target: https://pypi.python.org/pypi/pycorrfit
.. |Build Status| image:: https://img.shields.io/github/actions/workflow/status/FCS-analysis/PyCorrFit/check.yml
   :target: https://github.com/FCS-analysis/PyCorrFit/actions/workflows/check.yml
.. |Build Status Win| image:: https://img.shields.io/appveyor/ci/paulmueller/PyCorrFit/master.svg?label=build_win
   :target: https://ci.appveyor.com/project/paulmueller/pycorrfit
.. |Coverage Status| image:: https://img.shields.io/codecov/c/github/FCS-analysis/PyCorrFit/master.svg
   :target: https://codecov.io/gh/FCS-analysis/PyCorrFit
.. |Docs Status| image:: https://readthedocs.org/projects/pycorrfit/badge/?version=latest
   :target: https://readthedocs.org/projects/pycorrfit/builds/
