Metadata-Version: 2.1
Name: pyncei
Version: 1.0
Summary: Access data from NOAA's Climate Data Online Web Services v2 API
Home-page: https://github.com/adamancer/pyncei.git
Author: adamancer
Author-email: mansura@si.edu
Maintainer: Adam Mansur
Maintainer-email: mansura@si.edu
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: requests
Requires-Dist: requests-cache

pyncei provides tools to request data from the [Climate Data Online Web Services v2 API](http://www.ncdc.noaa.gov/cdo-web/webservices/v2#gettingStarted) provided by NOAA's National Centers for Environmental information (formerly the National Center for Climate Data).

 Install with:

```
pip install pyncei
```

Learn more:

+ [GitHub repsository](https://github.com/adamancer/pyncei)
+ [Documentation](https://pyncei.readthedocs.io/en/latest/)

