Metadata-Version: 2.1
Name: CabFareByKD
Version: 0.0.2
Summary: Cab Fare Calculator
Home-page: 
Author: Kamal Dobriyal
Author-email: kamal.dobriyal.kd@gmail.com
License: MIT
Keywords: calculator
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/x-rst
License-File: LICENSE.txt

This is a cab fare calculator that takes four arguments and return the prospective fare.

The four arguments are as follows:
- City name (string e.g., 'San Francisco')
- Journey starting time (string, e.g. '13:40:07')
- Journey starting date (string, e.g. '2017-11-14')
- Journey duration in hours (int/float e.g., 4/4.5 )

Change Log
==========

0.0.1 (14-08-2022)
------------------
- First Release
