Metadata-Version: 2.4
Name: pycorrfit
Version: 1.1.7
Summary: Scientific tool for fitting correlation curves on a logarithmic plot.
Home-page: https://github.com/FCS-analysis/PyCorrFit
Author: Paul Müller
Author-email: dev@craban.de
License: GPL v2
Keywords: fluorescence correlation spectroscopy
Platform: ALL
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.6, <4
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
Provides-Extra: gui
Requires-Dist: matplotlib>=2.2.2; extra == "gui"
Requires-Dist: simplejson; extra == "gui"
Requires-Dist: sympy>=1.1.1; extra == "gui"
Requires-Dist: wxPython>=4.0.1; extra == "gui"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: platform
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

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

|PyPI Version| |Build Status Win| |Build Status Travis| |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 Win| image:: https://img.shields.io/appveyor/ci/paulmueller/PyCorrFit/master.svg?label=win
   :target: https://ci.appveyor.com/project/paulmueller/pycorrfit
.. |Build Status Travis| image:: https://img.shields.io/travis/FCS-analysis/PyCorrFit/master.svg?label=linux_osx
   :target: https://travis-ci.org/FCS-analysis/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/
