farepy.sources
Flight data source registry.
-
farepy.sources.available_sources(**kwargs) → list[dict][source]
Return status of all sources.
Each dict has: name, available (bool), message (str).
-
farepy.sources.make_source(name: str, **kwargs)[source]
Create a source instance by name, passing config kwargs.