Metadata-Version: 2.4
Name: farepy
Version: 0.1.5
Summary: Multi-source flight search with normalized results, caching, and batch support
Author: Thor Whalen
License-Expression: MIT
Project-URL: Homepage, https://github.com/thorwhalen/farepy
Project-URL: Repository, https://github.com/thorwhalen/farepy
Project-URL: Issues, https://github.com/thorwhalen/farepy/issues
Requires-Python: >=3.10
Provides-Extra: google-flights
Requires-Dist: fast-flights; extra == "google-flights"
Provides-Extra: ryanair
Requires-Dist: ryanair-py; extra == "ryanair"
Provides-Extra: kayak
Requires-Dist: playwright; extra == "kayak"
Provides-Extra: all
Requires-Dist: fast-flights; extra == "all"
Requires-Dist: ryanair-py; extra == "all"
Requires-Dist: playwright; extra == "all"
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
