Metadata-Version: 2.4
Name: openclimatedata
Version: 0.23
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"
Dynamic: license-file

# openclimatedata

## Installation

```
pip install openclimatedata
```

Downloaded data is stored in the default cache folder of your operating system, e.g. `~/.cache/openclimatedata/`.
