Welcome to Lemon
This project is a web framework written in python. You can write a web app with python in this new web framework.
Lemon has not been tested on windows or mac, so if there is any issues please report them in the issues area.
Lemon is not for production.
Please read documentation to get started. The lemon docs are at: docs/LemonDocumentation.md
Windows
pip install lemon-framework
Linux and Mac
pip3 install lemon-framework
Documentation is located in docs/
Read the CONTRIBUTE.md file
- Make multipart-form/data faster when uploading large files.
-
error handling more reliable
-
needs a debug mode for easier debugging
-
more security features