Metadata-Version: 2.1
Name: guv-calcs
Version: 0.4.26
Summary: A library for carrying out fluence and irradiance calculations for germicidal UV (GUV) applications.
Home-page: https://github.com/jvbelenky/guv-calcs
Author: J. Vivian Belenky
Author-email: j.vivian.belenky@outlook.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib==3.8.4
Requires-Dist: numpy==1.26.4
Requires-Dist: pandas==2.2.2
Requires-Dist: photompy==0.1.4
Requires-Dist: plotly==5.22.0
Requires-Dist: scipy==1.13.1
Requires-Dist: setuptools==68.2.2
Requires-Dist: kaleido==0.2.1
Requires-Dist: seaborn==0.13.2

GUV Calcs
======================

A library for carrying out fluence and irradiance calculations for germicidal UV (GUV) applications.

## Installation

Install with pip:

	pip install guv-calcs
	
Alternatively, clone the repo and install locally:

    git clone https://github.com/jvbelenky/guv-calcs.git
    cd guv-calcs
    python setup.py sdist
    pip install . 


## Example Usage

*Coming soon...*

## Roadmap

*Coming soon...*

## License

Distributed under the MIT License. See `LICENSE.txt` for more information.

## Contact

Vivian Belenky - jvb@osluv.org

Project Link: [https://github.com/jvbelenky/guv-calcs/](https://github.com/jvbelenky/guv-calcs/)
