Skip to main content

A lightweight and highly customizable Python framework for building web applications

Project description

Mango Framework

License

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

  1. Import the necessary modules and functions from Mango:
from mango import route, run, render, send_json, send_file
  1. Define your routes using the @route() decorator:
@route('/')
def index():
    return "Hello, Mango!"

@route('/greet')
def greet():
    return "Welcome to Mango!"
  1. Run the Mango server:
if __name__ == '__main__':
    run()

Project details


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.0b0.tar.gz (4.6 kB view details)

Uploaded Source

Built Distribution

mango_framework-0.7.0b0-py3-none-any.whl (5.0 kB view details)

Uploaded Python 3

File details

Details for the file mango-framework-0.7.0b0.tar.gz.

File metadata

  • Download URL: mango-framework-0.7.0b0.tar.gz
  • Upload date:
  • Size: 4.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for mango-framework-0.7.0b0.tar.gz
Algorithm Hash digest
SHA256 e84633db81fe5956830f0a6bf207696518056e440de713230a1c24ebdc01fe8d
MD5 dd6664453a3c7ace6172e3ba89c4dedd
BLAKE2b-256 e6f02349bbcf9119d10bb09440ec682a7882442b3aa9971ab27950df20a6d0ef

See more details on using hashes here.

File details

Details for the file mango_framework-0.7.0b0-py3-none-any.whl.

File metadata

File hashes

Hashes for mango_framework-0.7.0b0-py3-none-any.whl
Algorithm Hash digest
SHA256 5fac47c64e98283c5555a134805d94b4f3739bc942b2113c33977c5e60b02a15
MD5 8630b411bef80b64d533936bc22c364a
BLAKE2b-256 5bf22fc0cba9250200c43474171c24a133b80a36d7c38eb7e7c567573f4d73bd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page