Metadata-Version: 2.1
Name: BookingLibrary
Version: 0.1.0
Summary: A simple booking management system.
Home-page: 
Author: Mageshwaran
Author-email: mageshwaran960@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt

A simple Python library for managing room bookings. It allows you to:

Book a room and generate a unique booking ID.
Cancel a booking using the booking ID.
Retrieve the details of a booking using the booking ID.

Features
Book a Room: Create a new booking with a unique ID.
Cancel a Booking: Cancel an existing booking by providing the booking ID.
Get Booking Details: Retrieve the details of a booking using the booking ID.

Installation
You can install the package from PyPI using pip:
pip install booking-management

License
This project is licensed under the MIT License - see the LICENSE file for details.
