Metadata-Version: 2.4
Name: c3s-event-attribution-tools
Version: 0.3.0
Summary: C3S 451 Event attribution tools library for Python
Author-email: Paul Weerheim <paul@maris.nl>, Tjerk Krijger <tjerk@maris.nl>, Robin Kooyman <robin@maris.nl>, Jasper van den Barg <jasper@maris.nl>, Daniel Arteaga <daniel@maris.nl>
License-Expression: Apache-2.0
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.0.0
Requires-Dist: pandas>=2.0.0
Requires-Dist: pyarrow>=19.0.1
Requires-Dist: matplotlib>=3.0.0
Requires-Dist: xarray>=2025.1.0
Requires-Dist: netcdf4>=1.7.2
Requires-Dist: cdsapi>=0.7.6
Requires-Dist: geopandas
Requires-Dist: plotly
Requires-Dist: contextily
Requires-Dist: regionmask
Requires-Dist: cmocean
Requires-Dist: beacon-api>=1.1.3
Requires-Dist: cartopy
Requires-Dist: networkx
Requires-Dist: scitools-iris; sys_platform == "linux" or sys_platform == "darwin"
Requires-Dist: ecmwf-api-client>=1.6.1; sys_platform == "linux" or sys_platform == "darwin"
Requires-Dist: ipywidgets>=8.1.7
Requires-Dist: scipy>=1.16.0
Requires-Dist: rpy2>=3.6.0
Requires-Dist: requests>=2.32.4
Requires-Dist: aiohttp>=3.13.0


# C3S Event Attirbution Tools

This repository is for the Event Attribution Tools library for the C3S-451 project.

## Documentation:

You can find the github pages documentation site [here](https://maris-development.github.io/c3s-451/latest/)

## Installation 

Install using PyPi:
`pip install c3s-event-attribution-tools`

Or install from GitHub directly:
`pip install git+https://github.com/maris-development/c3s-451`
  
 ## Usage
 
 For more examples please view the [notebook_template directory](https://github.com/maris-development/c3s-451/tree/main/notebook_templates) in this repository.

