Metadata-Version: 2.1
Name: lemon-framework
Version: 1.3.4
Summary: Web framework written in python
Home-page: https://github.com/InsaneMiner/Lemon
Author: Joel Schofield
Author-email: none@none.none
License: LICENSE
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: asyncio
Requires-Dist: jinja2
Requires-Dist: regex
Requires-Dist: urllib3
Requires-Dist: watchdog

![screenshot](https://raw.githubusercontent.com/InsaneMiner/Lemon/main/docs/images/Lemon(1).png)

# Lemon
Version: 1.3.4







Welcome to Lemon<br>

This project is open source so do what ever you want with it.

<br>

Watch for more info: https://www.youtube.com/watch?v=PYr8js5QY1M

<br>

### Info

This project is a web framework written in python. You can write a web app with python in this new web framework.

<br>

Lemon has not been tested on windows or mac, so if there is any issues please report them in the issues area.

<br>

Lemon is not for production.

<br>

### How to use

Please read documentation to get started. The lemon docs are at: [docs/LemonDocumentation.md](https://github.com/InsaneMiner/Lemon/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](https://github.com/InsaneMiner/Lemon/CONTRIBUTE.md) file



## Screenshots and Images

![screenshot](https://raw.githubusercontent.com/InsaneMiner/Lemon/main/docs/images/screenshots/Screenshot%20from%202021-01-25%2015-26-35.png)



### What needs doing

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

- error handling more reliable

- needs a debug mode for easier debugging

- more security features


