Metadata-Version: 2.0
Name: cdo-api-client
Version: 1.0.0.dev1
Summary: Python interface to the climate data online api
Home-page: https://github.com/Jwely/cdo-api-client
Author: Jwely
Author-email: jeff.ely.08@gmail.com
License: MIT
Keywords: weather data,noaa,ncdc,climate data online,
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: pandas
Requires-Dist: requests
Provides-Extra: dev
Provides-Extra: test

# cdo-api-client
python interface to cdo api

* Read more [here](https://www.ncdc.noaa.gov/cdo-web/webservices/v2#gettingStarted)
* Example usage [here](docs/example/dc_weather_data.py)



