Metadata-Version: 2.4
Name: windborne
Version: 1.6.7
Summary: A Python library for interacting with WindBorne Data and Forecasts API
Author-email: WindBorne Systems <data@windbornesystems.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: PyJWT
Requires-Dist: numpy
Requires-Dist: xarray
Requires-Dist: pandas
Requires-Dist: netCDF4

# WindBorne API
A Python library for interacting with the WindBorne API to fetch and process observations and forecasts data.
This may be imported and used as a python library, or be called directly as a cli.

For CLI usage, run `windborne --help`.

See [https://api.windbornesystems.com/](https://api.windbornesystems.com/) for detailed documentation of all functions and API endpoints.

## Further information and help request
If you encounter issues or have questions, please ask your WindBorne Systems contact or email data@windbornesystems.com.

For development of this package, see [README_dev.md](README_dev.md)
