Metadata-Version: 2.1
Name: pyplants
Version: 0.0.1
Summary: A collection of phenological and disease models for plants
Author-email: iXemLabs <giovanni.colucci@polito.it>
License: Apache-2.0
Project-URL: Homepage, https://github.com/iXemLabs/pyplants
Project-URL: Issues, https://github.com/iXemLabs/pyplants/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"

# PyPlants

[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Tests](https://github.com/iXemLabs/pyplants/actions/workflows/tests.yml/badge.svg)](https://github.com/iXemLabs/pyplants/actions/workflows/tests.yml)

PyPlants is a collection of disease and phenological models for plants. The main purpose of this library is to enable both developers and researchers to use models described in the scientific literature.

### Usage

The package is subdivided in two main subpackages, `pyplants.phenology` and `pyplants.diseases`. In general, each model implements its own logic that can be invoked with the `update` method, which accept as input an `UpdateCtx` object containing your agrometeorological measures. 

Enjoy.
