Metadata-Version: 2.1
Name: pySISF
Version: 0.1.0
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
Requires-Dist: numpy
Requires-Dist: tqdm
Requires-Dist: zstd
Requires-Dist: numba
Requires-Dist: basicpy
Requires-Dist: tifffile
Requires-Dist: ffmpeg
Requires-Dist: pyspark>=3.0.0 ; extra == "spark"
Requires-Dist: bandit[toml]==1.7.9 ; extra == "test"
Requires-Dist: black==24.4.2 ; extra == "test"
Requires-Dist: check-manifest==0.49 ; extra == "test"
Requires-Dist: flake8-bugbear==24.4.26 ; 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==3.7.1 ; extra == "test"
Requires-Dist: pylint==3.2.5 ; extra == "test"
Requires-Dist: pylint_junit ; extra == "test"
Requires-Dist: pytest-cov==5.0.0 ; extra == "test"
Requires-Dist: pytest-mock<3.14.1 ; extra == "test"
Requires-Dist: pytest-runner ; extra == "test"
Requires-Dist: pytest==8.2.2 ; extra == "test"
Requires-Dist: pytest-github-actions-annotate-failures ; extra == "test"
Requires-Dist: shellcheck-py==0.10.0.1 ; extra == "test"
Project-URL: Documentation, https://github.com/microsoft/python-package-template/tree/main#readme
Project-URL: Source, https://github.com/microsoft/python-package-template
Project-URL: Tracker, https://github.com/microsoft/python-package-template/issues
Provides-Extra: spark
Provides-Extra: test

# pySISF

This repositories implements tools for running

## Installation

pySISF can be installed using `pip`:

```pip install pySISF```

## 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).
