Metadata-Version: 2.1
Name: whale-framework
Version: 0.1.1
Summary: A lightweight and advanced web framework for Python.
Home-page: https://github.com/ShiboshreeRoy/whale
Author: Shiboshree Roy
Author-email: shiboshreeroy169@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# Whale

Whale is a lightweight web framework for Python, inspired by Flask. It allows you to create web applications easily.

## Installation

```bash
pip install whale
