You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some airport utils (ryanair.airport_utils), that allow you to compute the haversine distance between two airports (by IATA code), or from a Flight object.
Airport data in CSV format sourced from a gist here.
Fixed
At long last:
Use up-to-date URLs for API endpoints
Adapt to current API usage which doesn't require an API key, at least for rate-limited interactions.
Changed
get_flights, get_return_flights now accept a datetime type, as well as string date in ISO format.