Metadata-Version: 2.1
Name: fraplib
Version: 0.1.0
Project-URL: Homepage, https://github.com/emay2022/fraplib
Project-URL: Documentation, https://github.com/emay2022/fraplib#fraplib
Project-URL: Repository, https://github.com/emay2022/fraplib.git
Author-email: Elizabeth May <ejmay2012@gmail.com>
License: BSD 3-Clause License
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Requires-Dist: czifile
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: symfit
Requires-Dist: xarray
Provides-Extra: fancyplotting
Requires-Dist: mpl-interactions; extra == 'fancyplotting'
Description-Content-Type: text/markdown

# fraplib

[![License](https://img.shields.io/pypi/l/fraplib.svg?color=green)](https://github.com/emay2022/fraplib/raw/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/fraplib.svg?color=green)](https://pypi.org/project/fraplib)
[![Python Version](https://img.shields.io/pypi/pyversions/fraplib.svg?color=green)](https://python.org)
[![CI](https://github.com/emay2022/fraplib/actions/workflows/ci/badge.svg)](https://github.com/emay2022/fraplib/actions)
[![codecov](https://codecov.io/gh/emay2022/fraplib/branch/master/graph/badge.svg)](https://codecov.io/gh/emay2022/fraplib)

Functions for calculating and displaying frap experiment data. Supports processing .czi experiment files from Zeiss microscopes (either single files or for all the files in a directory). Extracts information from the metadata such as the coordinates and geometry of the bleached region and pixel scaling in physical units.

Important note: this library is under development and is frequently not backward compatible.

Dependencies
------------
czifile
numpy
symfit
matplotlib
