Metadata-Version: 2.1
Name: guv_calcs
Version: 0.4.15
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: numpy
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: seaborn
Requires-Dist: plotly
Requires-Dist: photompy

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/)
