CCAO Python package#

This is a Python version of the ccao R package, providing utilities for managing, distributing, and version controlling CCAO-specific functions used throughout CCAO applications, models, and diagnostics. For generalized versions of assessment-related functions, see assesspy.

For detailed documentation on included functions and data, visit the full reference list.

Installation#

Install the latest release of ccao from PyPI:

pip install ccao

You can also install the most recent code directly from GitHub:

pip install "git+https://github.com/ccao-data/ccao.git#egg=ccao&subdirectory=python"