Metadata-Version: 2.4
Name: pySISF
Version: 0.5.3rc243.post1
Summary: A Python toolkit for SISF Images
Author-email: "Logan Walker, PhD" <loganaw@umich.edu>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: tqdm
Requires-Dist: zstd
Requires-Dist: numba
Requires-Dist: basicpy
Requires-Dist: tifffile
Requires-Dist: ffmpeg
Requires-Dist: h5ffmpeg
Requires-Dist: pyspark>=3.0.0 ; extra == "spark"
Requires-Dist: bandit[toml]==1.9.2 ; extra == "test"
Requires-Dist: black==25.11.0 ; extra == "test"
Requires-Dist: check-manifest==0.50 ; extra == "test"
Requires-Dist: flake8-bugbear==25.10.21 ; extra == "test"
Requires-Dist: flake8-docstrings ; extra == "test"
Requires-Dist: flake8-formatter_junit_xml ; extra == "test"
Requires-Dist: flake8 ; extra == "test"
Requires-Dist: flake8-pyproject ; extra == "test"
Requires-Dist: pre-commit==4.3.0 ; extra == "test"
Requires-Dist: pylint==3.3.8 ; extra == "test"
Requires-Dist: pylint_junit ; extra == "test"
Requires-Dist: pytest-cov==7.0.0 ; extra == "test"
Requires-Dist: pytest-mock<3.15.2 ; extra == "test"
Requires-Dist: pytest-runner ; extra == "test"
Requires-Dist: pytest==8.4.2 ; extra == "test"
Requires-Dist: pytest-github-actions-annotate-failures ; extra == "test"
Requires-Dist: shellcheck-py==0.11.0.1 ; extra == "test"
Project-URL: Documentation, https://cai-lab-at-university-of-michigan.github.io/pySISF/index.html
Project-URL: Source, https://github.com/Cai-Lab-at-University-of-Michigan/pySISF
Project-URL: Tracker, https://github.com/Cai-Lab-at-University-of-Michigan/pySISF/issues
Provides-Extra: spark
Provides-Extra: test

# pySISF

This repositories implements tools for running

## Installation

pySISF can be installed using `pip`:

```pip install pySISF```

## Module Documentation

Click [HERE](https://cai-lab-at-university-of-michigan.github.io/pySISF/index.html) for a link to the project documentation.

## Template Citation

This project's layout and CI are based on the great Python project template provided by [Microsoft](https://github.com/microsoft/python-package-template).
