Metadata-Version: 2.4
Name: yugo-booking-lib
Version: 0.0.1
Summary: A small booking price helper library for Yugo accommodation.
Project-URL: Homepage, https://github.com/YOUR_GITHUB_USERNAME/yugo-booking-lib
Project-URL: Bug Tracker, https://github.com/YOUR_GITHUB_USERNAME/yugo-booking-lib/issues
Author-email: Vishal Verma <your_email@example.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# yugo-booking-lib-vishal

Small Python library for Yugo-style accommodation bookings.

It provides a `BookingPrice` class that:
- calculates number of nights between two dates
- calculates total price with optional tax and fixed fee
