软件包:python3-faadelays(2023.9.1-2)
Python package to access FAA airport status data
This package facilitates access to real-time airport status data from the Federal Aviation Administration's (FAA) NAS Status API. The FAA, an agency of the United States Department of Transportation, regulates all aspects of civil aviation in the U.S.
This library provides detailed information about various aspects of airport operations including delays, ground stops, closures, and runway configurations. Each type of information is encapsulated in specific classes such as ArriveDepartDelay, GroundDelay, GroundStop, Closure, and AirportConfig, offering developers comprehensive insights into the operational status at different airports across the United States.
其他与 python3-faadelays 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-aiohttp
- http client/server for asyncio