Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.92 KB

README.rst

File metadata and controls

56 lines (36 loc) · 1.92 KB

comp20230TermProject

Documentation Status

Term project, calculate the cheapest route among certain cities with certain aircraft.

*****Features*****Read here to see how to use this package

Two way to use through terminal:

  • Go to comp20230termproject directory, start the terminal here, run
'python cli.py'.
Options:
-i TEXT Input file for route calculation.
--ac TEXT Mandatory Columns: code, units, range
--aa TEXT Mandatory Columns: AirportName, Country, Latitude, Longitude
--ci TEXT Mandatory Columns: CurrencyCode, toEUR
--cc TEXT Mandatory Columns: name, currency_alphabetic_code
-o TEXT Output to a named file.
--help Show this message and exit.

It will prompt for input/output file if you don't type it in directly.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.