Metadata-Version: 2.4
Name: zaim-zsl
Version: 0.1.0
Summary: A simple web server that serves a single HTML file.
Author: Zaim Maalim Sheali
Description-Content-Type: text/markdown
Requires-Dist: Flask
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: summary

# ZSL

ZSL is a simple Python web server built with Flask that serves a single HTML file.  
It is designed for local development and testing purposes.

---

## Features

- Lightweight and easy to use
- Built with Flask
- Serves a single HTML file
- Custom route support
- Debug mode enabled by default

---

## Installation

Install ZSL using pip:

```bash
pip install ZSL
