Metadata-Version: 2.1
Name: jetburn
Version: 1.4
Summary: jetburn - Airline ticket 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: PyInquirer (>=1.0.2)
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
------------
Linux/Mac
^^^^^^^^^
Considering that ``pip`` is configured:

.. code-block:: python

    pip install jetburn

or

.. code-block:: python

   python setup.py install

Windows
^^^^^^^
Windows terminal (cmd/power shell) doesn't support all the unicode codecs and To get the best results -
please use a terminal emulator like, cmder [`Download Cmder <http://cmder.net/>`_] or
ConEmu [`Download ConEmu <https://conemu.github.io/>`_]. Please use *<xterm>* color scheme from `settings`
menu, for the best visual representation of the program.

Considering ``python`` is installed and ``pip`` is configured.
(*If pip is not configured, please configure ``pip`` first. For installing
``python`` and configuring ``pip`` see the instructions at the bottom of
this page.*)

Open Cmder/ConEmu and Type:

.. code-block:: python

   pip install jetburn

Or

.. code-block:: python

   python setup.py install

This command should install ``jetburn`` with all the required dependencies.

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 --currency-info all

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>`_



