Metadata-Version: 2.4
Name: booking-scheduling-engine-xyz123
Version: 0.1.0
Summary: A scheduling engine for booking systems
Author: Your Name
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: summary

# Booking Scheduling Engine

A Python library designed to handle booking and scheduling logic.

## Features
- Prevents double bookings
- Generates available time slots

## Installation

pip install booking-scheduling-engine-xyz123

## Usage

from booking_scheduling_engine.engine import SchedulingEngine

engine = SchedulingEngine()
print("Library working")

## Author
Alfia Naaz
