ardydedase / amadeus-python

Python Library for Amadeus Travel Innovation Sandbox v1.2
BSD 3-Clause "New" or "Revised" License
21 stars 15 forks source link

=============================== Amadeus Python Library

.. image:: https://img.shields.io/travis/ardydedase/amadeus-python.svg :target: https://travis-ci.org/ardydedase/amadeus-python

.. image:: https://img.shields.io/pypi/v/amadeus.svg :target: https://pypi.python.org/pypi/amadeus

.. image:: https://readthedocs.org/projects/amadeus/badge/?version=latest :target: https://readthedocs.org/projects/amadeus/?badge=latest :alt: Documentation Status

Python Package for Amadeus Travel Innovation Sandbox

Disclaimer

Amadeus is a trademark registered by Amadeus IT Group. The Python Library is created and maintained by Ardy Dedase and is not associated with nor endorsed by Amadeus. Therefore Amadeus has no responsibilities or liabilities in relation to the use of this code.

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

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