Skip to content

vojnovski/amadeus-python

 
 

Repository files navigation

Amadeus Python Library

image

image

Documentation Status

Number of PyPI downloads

Python Package for Amadeus Travel Innovation Sandbox

Background

After participating in a startup event sponsored by Amadeus, I realized that the code I started will be helpful to those who will use Amadeus' Sandbox API in the future. So I decided to make it available as a Python package and share it on Github.

Features

  • ✈️: Flight Inspiration Search allows you to answer the question: Where can I go within a given travel budget?
  • ✈️: Extensive Flight Search allows you to answer the question: When is the best date to fly?
  • ✈️: Low-Fare Search lets you find the cheapest one way or return itineraries.
  • 🏨: Hotel Lowest Price Search by center point/radius and by latitude/longitude window.
  • 🚗: Car Rental Availability Search by center point/radius and by airport.
  • 🚋: Trains & Rail supports Rail station auto-complete and information.
  • 🏭: CO2 Emissions Data average per passenger by origin and destination.
  • ✅: 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

Usage

Before anything else, make sure that you have created an account and have gotten your API key from Amadeus: https://sandbox.amadeus.com/

Read the docs: http://amadeus.readthedocs.org/en/latest/usage.html

Or

Read the code: amadeus/amadeus.py and tests/test_amadeus.py

About

Python Library for Amadeus Travel Innovation Sandbox v1.2

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 89.7%
  • Makefile 10.3%