Metadata-Version: 2.4
Name: mallo
Version: 0.3.0a4
Summary: A lightweight web framework with hot reload
Home-page: https://github.com/Betrand-dev/mallo-fr.git
Author: Akum betrand
Author-email: betrandojong146@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: watchdog>=2.1.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

**Mallo Framework**

Lightweight web framework with hot reload and a tiny core.

Docs index: `docs/index.md`

**Install (from PyPI)**
```powershell
pip install mallo
```

**Install (from source)**
```powershell
pip install -e .
```

**CLI**
```powershell
mallo create myapp
mallo run app:app
```

Note: Gunicorn is not supported on Windows. Use `python app.py` on Windows.
On Linux, install gunicorn:
```powershell
pip install gunicorn
```
