Metadata-Version: 2.4
Name: book_management_system_001
Version: 0.1.0
Summary: A short description
Author-email: srinithi <srinithimcse@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/srinithi2546/your-repo
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# 📚 Library Management System

A simple command-line Python project that manages a small library using `set` operations. This system allows book inventory management, book issuing to users, and comparison of issued books between users.

## 🚀 Features

- 📦 **Backup of books**
- ➕ Add new books
- ➖ Remove existing books
- 📖 View available books
- 📤 Issue books to users (`user1`, `user2`, `user3`)
- 📥 Return books from users
- 📚 View all issued books
- 🧮 View full book list
- 🔍 Compare issued books between users
- ✅ Check subset, superset, and disjoint status
- 🧹 Clear all books
- ❌ Exit the system

## 🧑‍💻 Users & Books

The system manages:
- A collection of classic and modern books
- Predefined users: `user1`, `user2`, `user3`
- Books issued to each user

## 🔧 How to Use

1. Clone or download the repository.
2. Run the Python script:
   ```bash
   python library.py
