A lightweight and highly customizable Python framework for building web applications
Project description
Mango Framework
Introduction
Mango is a lightweight Python framework for building web applications. It provides a simple and intuitive way to handle routing, render HTML templates, and serve files. With Mango, you can quickly set up a web server and define routes to handle different HTTP requests.
Features
- Easy routing configuration
- Rendering HTML templates
- Serving static files
- Handling JSON data
- Handling of basic form data
- Lightweight and minimal dependencies
- Suitable for small to medium-sized web applications
- Human readible code even beginners could modify
- Integrated basic ORM for DB functions
Installation
Mango can be easily installed via pip:
pip install mango-framework
Usage
- Import the necessary modules and functions from Mango:
from mango import route, run, render, send_json, send_file
- Define your routes using the @route() decorator:
@route('/')
def index():
return "Hello, Mango!"
@route('/greet')
def greet():
return "Welcome to Mango!"
- Run the Mango server:
if __name__ == '__main__':
run()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mango-framework-0.7.0.tar.gz
(4.8 kB
view details)
Built Distribution
File details
Details for the file mango-framework-0.7.0.tar.gz
.
File metadata
- Download URL: mango-framework-0.7.0.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4bd9968e3cc695e4fc316c344a79a77d8bd74370f66549cae016763c53f58079 |
|
MD5 | c8e42f6f31d8eba7f5d3e0a4fe5fdd54 |
|
BLAKE2b-256 | a7eb7c64d3907811c990028e5422dc9bacc1ee437e876b502a23430215063bb3 |
File details
Details for the file mango_framework-0.7.0-py3-none-any.whl
.
File metadata
- Download URL: mango_framework-0.7.0-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 21ef582fde2bb5068c09b3cb1636add667c4a0b79ad8140bc8be3241159550ff |
|
MD5 | 7471691bc27a47be3f47de3b5fd91ccb |
|
BLAKE2b-256 | 27f91c42346207b3cc28b0e76fe78a7069cfc74a76ff80ea9f3772d76eac0ec1 |