Metadata-Version: 2.4
Name: fluopy
Version: 0.2.0
Summary: Continous-time Markov chain simulations of photophysical processes in fluorescent dyes
Author: Vincent Ebert, Sören Doose, Fluopy Developers
Maintainer: Vincent Ebert, Sören Doose
Project-URL: homepage, https://github.com/super-resolution/Fluopy
Project-URL: documentation, https://fluopy.readthedocs.io/
Project-URL: repository, https://github.com/super-resolution/Fluopy
Project-URL: issues, https://github.com/super-resolution/Fluopy/issues
Project-URL: changelog, https://github.com/super-resolution/Fluopy
Keywords: fluorescence,super-resolution, single-molecule localization microscopy,cyanine,Cy5,photophysics,Continuous-time Markov chain simulation
Classifier: Environment :: Console
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: iteround
Requires-Dist: lmfit
Requires-Dist: matplotlib
Requires-Dist: multipletau
Requires-Dist: networkx
Requires-Dist: numba
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: scikit-learn
Provides-Extra: gpu
Requires-Dist: cupy; extra == "gpu"
Requires-Dist: torch; extra == "gpu"
Requires-Dist: torchvision; extra == "gpu"
Dynamic: license-file

![logo](./docs/_static/logo.png) Welcome to Fluopy
==================================================

[![PyPI](https://img.shields.io/pypi/v/fluopy)](https://pypi.org/project/fluopy/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/fluopy)](https://www.python.org/)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/super-resolution/Fluopy)](https://github.com/super-resolution/Fluopy)
[![GitHub last commit](https://img.shields.io/github/last-commit/super-resolution/Fluopy)](https://github.com/super-resolution/Fluopy/commits/main)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Tests](https://github.com/super-resolution/Fluopy/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/super-resolution/Fluopy/actions/workflows/test.yml)
[![codecov](https://codecov.io/gh/super-resolution/Fluopy/branch/main/graph/badge.svg?token=XTZRIIVOGE)](https://codecov.io/gh/super-resolution/Fluopy)
[![Documentation Status](https://readthedocs.org/projects/Fluopy/badge/?version=latest)](https://fluopy.readthedocs.io/en/latest/?badge=latest)


Fluopy is a python-based library with code for simulating photophysical processes
of organic dyes.

For details on usage and development please read the [documentation]("https://fluopy.readthedocs.io/")

Getting Started
----------------

To install the package please read the [instructions](https://fluopy.readthedocs.io/en/latest/source/installation.html) or:

    pip install fluopy


[Tutorials](https://fluopy.readthedocs.io/en/latest/tutorials/tutorials.html) are provided as Jupyter notebooks.


Contributing
------------

Development takes place on the 
[Fluopy GitHub page](https://github.com/super-resolution/Fluopy).

Please use 
[GitHub issues](https://github.com/super-resolution/Fluopy/issues) 
to report bugs and feature requests.


License
-------

This project is licensed under the BSD-3 License - see the [LICENSE](LICENSE) file for details.
