Skip to content

InsaneMiner/Lemon

Repository files navigation

screenshot

Lemon

Welcome to Lemon


Info

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.


How to use

Please read documentation to get started. The lemon docs are at: docs/LemonDocumentation.md

How to install

Windows

pip install lemon-framework

Linux and Mac

pip3 install lemon-framework

Documentation

Documentation is located in docs/

Contribute

Read the CONTRIBUTE.md file

Screenshots and Images

screenshot

What needs doing

Dev server

  • Make multipart-form/data faster when uploading large files.

Core

  • error handling more reliable

  • needs a debug mode for easier debugging

  • more security features