faa 1.1
Python wrapper for the FAA flight APIs.
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.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| faa-1.1.tar.gz (md5) | Source | 2011-08-08 | 6KB | 209 | |
- Author: Zach Williams
- Home Page: https://github.com/codeforamerica/faa_python
- Keywords: FAA,faa,flight api,faa api
- License: BSD
- Categories
- Package Index Owner: zachwill
- DOAP record: faa-1.1.xml
