Metadata-Version: 2.2
Name: quel-qal
Version: 0.2.1
Summary: A Python library for analyzing Quel Imaging fluorescent phantoms and imaging targets.
Author: Emmanuel Mannoh, Eammon Littler, Ethan LaRochelle
Maintainer-email: "QUEL Imaging, LLC" <devops@quelimaging.com>
License: AGPL-3.0
Project-URL: homepage, https://github.com/QUEL-Imaging/quel-qal/wiki
Project-URL: repository, https://github.com/QUEL-Imaging/quel-qal/tree/main
Project-URL: documentation, https://github.com/QUEL-Imaging/quel-qal/wiki
Keywords: image-processing,scientific-computing,data-analysis,research,academia,image-analysis,python,machine-learning
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Classifier: Topic :: Scientific/Engineering :: Image Processing
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib==3.9.2
Requires-Dist: numba
Requires-Dist: numpy
Requires-Dist: opencv-python
Requires-Dist: openpyxl
Requires-Dist: pandas
Requires-Dist: pooch
Requires-Dist: roipoly
Requires-Dist: scikit-image
Requires-Dist: scikit-learn
Requires-Dist: statsmodels
Requires-Dist: tqdm
Requires-Dist: lazy-loader

# QUEL-QAL: QUEL Quantitative Analysis Library

## License

### Source Code
The source code in this repository is licensed under the [GNU Affero General Public License v3.0 (AGPL-3.0)](https://www.gnu.org/licenses/agpl-3.0.html). 

### Documentation
The contents of the `doc` folder in this repository are licensed under the [Creative Commons Attribution 4.0 International (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/). 

### Notes
- If you contribute to this repository, you agree that your contributions to the source code will be licensed under AGPL-3.0 and your contributions to the documentation will be licensed under CC BY 4.0.
- Please ensure compliance with both licenses when using or modifying the content of this repository.
