{ "info": { "author": "Zach Williams", "author_email": "zach@codeforamerica.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Topic :: Internet", "Topic :: Internet :: WWW/HTTP" ], "description": "FAA Python\n==========\n\nA Python wrapper for the Federal Aviation Administration's API.\n\n\nUsage\n-----\n\n\n >>> from faa import FAA\n\n >>> # Find all current delays in the US.\n ... FAA().delays()\n {'lots': {'and': {'lots': 'of delay data'}}}\n\n >>> # Search for the status of a specific airport.\n ... FAA().status('SFO')\n {'data': {'specific to': 'SFO'}}\n\n >>> # Get back a list of all ground delays.\n ... FAA().ground_delays()\n [{'ground': 'delay'}, {'ground': 'delay'}, ...]\n\n >>> # Get back a list of all ground stops.\n ... FAA().ground_stops()\n [{'ground': 'stop'}, {'ground': 'stop'}, ...]\n\n >>> # Get back a list of all arrival and depature delays.\n ... FAA().delay_list()\n [{'arrival': 'delay'}, {'departure': 'delay'}, ...]\n\n\nCopyright\n---------\n\nCopyright (c) 2011 Code for America Laboratories.\n\nSee LICENSE for details.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/codeforamerica/faa_python", "keywords": "FAA,faa,flight api,faa api", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "faa", "package_url": "https://pypi.org/project/faa/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/faa/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/codeforamerica/faa_python" }, "release_url": "https://pypi.org/project/faa/1.1/", "requires_dist": null, "requires_python": null, "summary": "Python wrapper for the FAA flight APIs.", "version": "1.1" }, "last_serial": 791842, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "ceb729f0872713aa185245ba6585cf27", "sha256": "28c1fecae80b418773e87a5f6eb2a54faeed0ba2d662d8df3a4382f0b0790286" }, "downloads": -1, "filename": "faa-1.0.tar.gz", "has_sig": false, "md5_digest": "ceb729f0872713aa185245ba6585cf27", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3014, "upload_time": "2011-08-04T19:43:08", "url": "https://files.pythonhosted.org/packages/fc/42/ad77fcc4d574ae15c619d0ba2f7c4c3a54d9aa5f8acec3d0f44c4d74b676/faa-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "c539ec7cb3b9017776319592519003e9", "sha256": "8ba3e3458d200ca28c76bf8448bf87d52c42e604b344d9b3f6240f8e94de6fca" }, "downloads": -1, "filename": "faa-1.1.tar.gz", "has_sig": false, "md5_digest": "c539ec7cb3b9017776319592519003e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6459, "upload_time": "2011-08-08T21:05:27", "url": "https://files.pythonhosted.org/packages/a3/9e/a398c33d1cc661d90603bde6c7cbf6c0cf344bbc0427fae01adc3a4d7165/faa-1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c539ec7cb3b9017776319592519003e9", "sha256": "8ba3e3458d200ca28c76bf8448bf87d52c42e604b344d9b3f6240f8e94de6fca" }, "downloads": -1, "filename": "faa-1.1.tar.gz", "has_sig": false, "md5_digest": "c539ec7cb3b9017776319592519003e9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6459, "upload_time": "2011-08-08T21:05:27", "url": "https://files.pythonhosted.org/packages/a3/9e/a398c33d1cc661d90603bde6c7cbf6c0cf344bbc0427fae01adc3a4d7165/faa-1.1.tar.gz" } ] }