Python wrapper for the FAA flight APIs.
Project description
A Python wrapper for the Federal Aviation Administration’s API.
Usage
>>> from faa import FAA>>> # Find all current delays in the US. ... FAA().delays() {'lots': {'and': {'lots': 'of delay data'}}}>>> # Search for the status of a specific airport. ... FAA().status('SFO') {'data': {'specific to': 'SFO'}}>>> # Get back a list of all ground delays. ... FAA().ground_delays() [{'ground': 'delay'}, {'ground': 'delay'}, ...]>>> # Get back a list of all ground stops. ... FAA().ground_stops() [{'ground': 'stop'}, {'ground': 'stop'}, ...]>>> # Get back a list of all arrival and depature delays. ... FAA().delay_list() [{'arrival': 'delay'}, {'departure': 'delay'}, ...]
Copyright
Copyright (c) 2011 Code for America Laboratories.
See LICENSE for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
faa-1.0.tar.gz
(3.0 kB
view details)
File details
Details for the file faa-1.0.tar.gz
.
File metadata
- Download URL: faa-1.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28c1fecae80b418773e87a5f6eb2a54faeed0ba2d662d8df3a4382f0b0790286 |
|
MD5 | ceb729f0872713aa185245ba6585cf27 |
|
BLAKE2b-256 | fc42ad77fcc4d574ae15c619d0ba2f7c4c3a54d9aa5f8acec3d0f44c4d74b676 |