文件名称:britishairways-python:用于英国航空公司航班搜索的 Python API
文件大小:10KB
文件格式:ZIP
更新时间:2024-07-11 02:45:27
Python
britishairways-python 用于英国航空公司航班搜索的 Python API adamgilman$ export CLIENTKEY=[KeyFrom - developer.ba.com] >> > from britishair import BA >> > from datetime import datetime >> > ba = BA () >> > outboundDateTime = datetime ( month = 4 , day = 3 , year = 2015 ) >> > inboundDateTime = datetime ( month = 4 , day = 10 , year = 2015 ) >> > locationOutbound = "LHR" >> > locationInbound = "LAX" >> > fare
【文件预览】:
britishairways-python-master
----.travis.yml(153B)
----britishair()
--------ba.py(1KB)
--------__init__.py(17B)
----tests()
--------test_BAFlightSearch.py(3KB)
--------fixtures()
--------test_BaseObject.py(203B)
----LICENSE(1KB)
----requirements.txt(166B)
----.gitignore(724B)
----README.md(872B)