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.1.tar.gz
(6.5 kB
view details)
File details
Details for the file faa-1.1.tar.gz
.
File metadata
- Download URL: faa-1.1.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ba3e3458d200ca28c76bf8448bf87d52c42e604b344d9b3f6240f8e94de6fca |
|
MD5 | c539ec7cb3b9017776319592519003e9 |
|
BLAKE2b-256 | a39ea398c33d1cc661d90603bde6c7cbf6c0cf344bbc0427fae01adc3a4d7165 |