Metadata-Version: 2.1
Name: pyPRISMClimate
Version: 0.2.3
Summary: An interface to the PRISM Climate data
Home-page: https://github.com/sdtaylor/pyPRISMClimate
Author: Shawn Taylor
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
License-File: LICENSE


# pyPRISMClimate

An interface to the PRISM Climate data with functions similar
to the R package [prism](https://github.com/ropensci/prism)

## Installation

Requires python 3. No other packages needed.

Install via pip
```
pip install pyPRISMClimate
```

Install the latest version directly from GitHub:
```
pip install git+git://github.com/sdtaylor/pyPRISMClimate
```

## Documentation

[https://sdtaylor.github.io/pyPRISMClimate](https://sdtaylor.github.io/pyPRISMClimate)

## Acknowledgments

Development of this software was funded by
[the Gordon and Betty Moore Foundation's Data-Driven Discovery Initiative](http://www.moore.org/programs/science/data-driven-discovery) through
[Grant GBMF4563](http://www.moore.org/grants/list/GBMF4563) to Ethan P. White.


