Skip to content

Finds all flights sorted by their price based on a given csv, your origin and a destination along with bags.

Notifications You must be signed in to change notification settings

NileshArnaiya/KiwiFlightsFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KiwiFlightsFinder

Python weekend entry task

Finds all flights sorted by their price based on a given csv, your origin and a destination along with bags.

To run this file. Example input (assuming kiwi_task_europython.py is the main module):

python kiwi_task_europython.py example0.csv RFZ WIW --bags=1

will perform a search RFZ -> WIW for flights which allow at least 1 piece of baggage.

About

Finds all flights sorted by their price based on a given csv, your origin and a destination along with bags.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages