Amadeus Python Library

Documentation Status

Python Package for Amadeus Travel Innovation Sandbox

Features

  • :airplane:: Flight Inspiration Search allows you to answer the question: Where can I go within a given travel budget?
  • :airplane:: Extensive Flight Search allows you to answer the question: When is the best date to fly?
  • :airplane:: Low-Fare Search lets you find the cheapest one way or return itineraries.
  • :hotel:: Hotel Lowest Price Search by center point/radius and by latitude/longitude window.
  • :car:: Car Rental Availability Search by center point/radius and by airport.
  • :train:: Trains & Rail supports Rail station auto-complete and information.
  • :factory:: CO2 Emissions Data average per passenger by origin and destination.
  • :white_check_mark:: Tested on Python 2.6, 2.7, 3.3 and 3.4 for this release.

Installation

At the command line:

$ pip install amadeus

Or:

$ easy_install amadeus

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv amadeus
$ pip install amadeus