Metadata-Version: 2.1
Name: avwx-engine
Version: 1.8.3
Summary: Aviation weather report parsing library
Home-page: https://github.com/avwx-rest/avwx-engine
Author: Michael duPont
Author-email: michael@dupont.dev
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >= 3.8
License-File: LICENSE
Requires-Dist: geopy (~=2.2)
Requires-Dist: httpx (~=0.23)
Requires-Dist: python-dateutil (~=2.8)
Requires-Dist: xmltodict (~=0.13)
Provides-Extra: all
Requires-Dist: rapidfuzz (~=2.3) ; extra == 'all'
Requires-Dist: scipy (~=1.8) ; extra == 'all'
Requires-Dist: shapely (~=1.8) ; extra == 'all'
Provides-Extra: docs
Requires-Dist: mkdocs (~=1.3) ; extra == 'docs'
Requires-Dist: mkdocs-material (~=8.3) ; extra == 'docs'
Requires-Dist: mkdocs-minify-plugin (~=0.5) ; extra == 'docs'
Provides-Extra: fuzz
Requires-Dist: rapidfuzz (~=2.3) ; extra == 'fuzz'
Provides-Extra: scipy
Requires-Dist: scipy (~=1.8) ; extra == 'scipy'
Provides-Extra: shape
Requires-Dist: shapely (~=1.8) ; extra == 'shape'
Provides-Extra: tests
Requires-Dist: pytest-asyncio (~=0.19) ; extra == 'tests'
Requires-Dist: time-machine (~=2.7) ; extra == 'tests'

UNKNOWN

