Metadata-Version: 2.1
Name: fluanisotropyanalysis
Version: 1.0.2
Summary: Read and analyse data from fluorescence anisotropy assays.
Home-page: https://github.com/mariuszlas/Fluorescence-Anisotropy-Analysis
Author: Mariusz Las, Stuart Warriner
Author-email: mariusz.las@protonmail.com, s.l.warriner@leeds.ac.uk
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Fluorescence Anisotropy Analysis

[![build](https://github.com/mariuszlas/fluanisotropyanalysis/actions/workflows/python-package-test.yml/badge.svg)](https://github.com/mariuszlas/fluanisotropyanalysis/actions/workflows/python-package-test.yml)

Read and analyse data from fluorescence anisotropy assays.

The pacakge is best used within the interactive environment of [Jupyter Notebook](https://jupyter.org/) (accessible via [Anaconda](https://www.anaconda.com/products/individual)).

## Documentation
The documentation of the `fluanisotropyanalysis` package can be accessed [here](https://mariuszlas.github.io/fluanisotropyanalysis/).

A demonstrational Jupyter Notebook file with a step-by-step guide presenting the functionality and typical workflow can be accessed [here](https://github.com/mariuszlas/fluanisotropyanalysis/tree/main/docs/demo).

## Installation
The package can be installed globally from the PyPI repository. Jupyter Notebook must already be installed as it is not included as a dependecy of this package.
`pip install fluanisotropyanalysis`

#### Dependencies
[platemapping](https://github.com/lawrencecollins/platemapping) version 2.0 or higher (automatically installed)


