Metadata-Version: 2.1
Name: nws-aurora
Version: 0.0.5
Summary: Download forecast data for Aurora Borealis and Aurora Australis from the National Weather Service
Author-email: Ben Welsh <b@palewi.re>
License: MIT
Project-URL: Homepage, https://github.com/palewire/nws-aurora/
Project-URL: Issues, https://github.com/palewire/nws-aurora/issues
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pytz
Requires-Dist: bs4
Requires-Dist: requests
Requires-Dist: geojson
Requires-Dist: click
Requires-Dist: exceptiongroup; python_version < "3.11"

### Other resources

* Source: [www.swpc.noaa.gov](https://www.swpc.noaa.gov/products/aurora-30-minute-forecast)
* Docs: [palewi.re/docs/nws-aurora/](https://palewi.re/docs/nws-aurora/)
* Issues: [github.com/datadesk/nws-aurora/issues](https://github.com/datadesk/nws-aurora/issues)
* Packaging: [pypi.python.org/pypi/nws-aurora](https://pypi.python.org/pypi/nws-aurora)
* Testing: [github.com/datadesk/nws-aurora/actions](https://github.com/datadesk/nws-aurora/actions)
