Metadata-Version: 2.1
Name: data-processing-phenocams-app
Version: 0.1.4
Summary: A Streamlit application for processing PhenoCam data
Home-page: https://pypi.org/project/sstc-core/
Author: Jobelund
Author-email: 124563223+jobelund@users.noreply.github.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: Pillow (>=10.4.0,<11.0.0)
Requires-Dist: mkdocs (>=1.5.3,<2.0.0)
Requires-Dist: mkdocs-material (>=9.5.31,<10.0.0)
Requires-Dist: mkdocs-material-extensions (>=1.3.1,<2.0.0)
Requires-Dist: pandas (>=2.2.2,<3.0.0)
Requires-Dist: pyyaml (>=6.0.1,<7.0.0)
Requires-Dist: streamlit (>=1.37.1,<2.0.0)
Description-Content-Type: text/markdown

# Processing PhenoCam

A Streamlit application for processing PhenoCam data.

## Installation

Install the project dependencies using Poetry:

```sh
poetry install
```


