PySabre:Sabre 的 RESTful API 的 python 2.7 库

时间:2024-07-11 11:30:51
【文件属性】:

文件名称:PySabre:Sabre 的 RESTful API 的 python 2.7 库

文件大小:6KB

文件格式:ZIP

更新时间:2024-07-11 11:30:51

Python

军刀 Sabre REST API 的综合python 库 PySabre 旨在为 Python 用户提供一个易于使用的工具,通过函数访问 Sabre 的 REST API。 无需处理 URL 或 Python 的 Urllib(s)。 最重要的是,没有依赖性! 对 Leap Price Calendar API 的示例调用 import PySabre . LeadPriceCalendar as LPC cal = LPC . LeadPriceCalendar () cal . origin ( 'ATL' ) cal . destination ( 'LAS' ) cal . lengthofstay ([ 3 , 2 ]) # Return the JSON response, independent responses are also available from LP


【文件预览】:
PySabre-master
----src()
--------HTTPCall.py(2KB)
--------config.py(144B)
--------LowFareForecast.py(3KB)
--------DestinationFinder.py(4KB)
--------__init__.py(2B)
--------calendarTest.py(165B)
--------TravelSeasonality.py(457B)
--------LeadPriceCalendar.py(4KB)
----README.md(1KB)

网友评论