Metadata-Version: 2.1
Name: openclimatedata
Version: 0.7
Summary: Library to help download and locally cache climate data
Author: Robert Gieseke
License: BSD-2-Clause
Project-URL: Homepage, https://github.com/openclimatedata/openclimatedata
Project-URL: Changelog, https://github.com/openclimatedata/openclimatedata/releases
Project-URL: Issues, https://github.com/openclimatedata/openclimatedata/issues
Project-URL: CI, https://github.com/openclimatedat/openclimatedata/actions
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: openpyxl
Requires-Dist: pandas
Requires-Dist: pooch
Requires-Dist: tqdm
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'

# openclimatedata


## Installation
```
pip install openclimatedata
```
