Metadata-Version: 2.1
Name: jetburn
Version: 1.2
Summary: jetburn - Airline tickets explorer program
Home-page: https://github.com/dharif23/jetburn
Author: Dalwar Hossain
Author-email: dalwar.hossain@protonmail.com
Maintainer: Dalwar Hossain
Maintainer-email: dalwar.hossain@protonmail.com
License: LGPL-3.0
Download-URL: https://github.com/dharif23/jetburn
Keywords: jetburn,airlines,tickets,fares
Platform: Linux
Platform: Mac OSX
Platform: Windows
Platform: Unix
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: pip (>=18.0)
Requires-Dist: pyrainbowterm (>=1.0)
Requires-Dist: setuptools (>=40.1.0)
Requires-Dist: six (>=1.10.0)
Requires-Dist: wheel (>=0.31.1)
Requires-Dist: pyfiglet (>=0.7.6)
Requires-Dist: inquirer (>=2.5.1)
Requires-Dist: tabulate (>=0.8.2)
Requires-Dist: datapackage (>=1.5.1)
Requires-Dist: requests (>=2.20.0)
Requires-Dist: sphinx (>=1.7.1)
Requires-Dist: recommonmark (>=0.4.0)
Requires-Dist: sphinx-rtd-theme (>=0.4.1)

JETBURN
=======
Airline ticket explorer program

.. image:: https://img.shields.io/badge/license-LGPL3.0-blue.svg
    :alt: License
    :target: https://opensource.org/licenses/LGPL-3.0

.. image:: https://badge.fury.io/py/jetburn.svg
    :alt: Pypi Version
    :target: https://pypi.org/project/jetburn/

.. image:: https://travis-ci.org/dharif23/jetburn.svg?branch=master
    :alt: Build Status
    :target: https://travis-ci.org/dharif23/jetburn

Description
-----------
Jetburn is an airline ticket explorer program designed to find the
lowest priced tickets from origin airport to destination airport. This program is not
an airline ticket booking system and has **no partnership** with any airlines whatsoever.

.. warning::

   This is not a flight ticket booking system

Installation
------------
.. code-block:: python

    pip install jetburn

or

.. code-block:: python

   python setup.py install

Usage
-----
After installation, type in a terminal

.. code-block:: shell

   jetburn

To get help please type

.. code-block:: shell

   jetburn --help

To see the valid currency list, type

.. code-block:: shell

   jetburn --info currency

To find airports by city name, use

.. code-block:: shell

   jetburn --find-airport london

This will show all the airports and their ``IATA`` codes within ``LONDON`` area.

To see preferred number of results use `-r` flag followed by
an integer. Default is set to 5.

.. code-block:: shell

   jetburn -r 12

This will show 12 results for that particular flight search.

Change Log
----------
Please refer to ``changelog.rst``

Bug Report
----------
`dalwar.hossain@protonmail.com <mailto:dalwar.hossain@protonmail.com>`_



