All Projects → akornatskyy → wheezy.web

akornatskyy / wheezy.web

Licence: MIT License
A lightweight, high performance WSGI web framework with the key features to build modern, efficient web.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to wheezy.web

Netius
Readable, simple and fast asynchronous non-blocking network apps
Stars: ✭ 114 (+612.5%)
Mutual labels:  wsgi
plaster
Application config settings abstraction layer.
Stars: ✭ 19 (+18.75%)
Mutual labels:  wsgi
WSocket
Simple WSGI HTTP + Websocket Server, Framework, Middleware And App.
Stars: ✭ 19 (+18.75%)
Mutual labels:  wsgi
Cheroot
Cheroot is the high-performance, pure-Python HTTP server used by CherryPy. Docs -->
Stars: ✭ 128 (+700%)
Mutual labels:  wsgi
Flask
The Python micro framework for building web applications.
Stars: ✭ 57,408 (+358700%)
Mutual labels:  wsgi
wsgi lineprof
WSGI middleware for line-by-line profiling
Stars: ✭ 47 (+193.75%)
Mutual labels:  wsgi
Rpc.py
A fast and powerful RPC framework based on ASGI/WSGI.
Stars: ✭ 98 (+512.5%)
Mutual labels:  wsgi
hypercorn-fastapi-docker
Docker image with Hypercorn for FastAPI apps in Python 3.7, 3.8, 3.9. Ready for HTTP2 and HTTPS
Stars: ✭ 18 (+12.5%)
Mutual labels:  wsgi
flask-redis-docker
A minimal template for dockerized flask app with redis task queue
Stars: ✭ 49 (+206.25%)
Mutual labels:  wsgi
uwsgiconf
Configure uWSGI from your Python code
Stars: ✭ 75 (+368.75%)
Mutual labels:  wsgi
Clastic
🏔️ A functional web framework that streamlines explicit development practices while eliminating global state.
Stars: ✭ 131 (+718.75%)
Mutual labels:  wsgi
Aiohttp Wsgi
WSGI adapter for aiohttp.
Stars: ✭ 218 (+1262.5%)
Mutual labels:  wsgi
django-http-exceptions
HTTP exceptions for django
Stars: ✭ 29 (+81.25%)
Mutual labels:  wsgi
Docker Nginx Gunicorn Flask Letsencrypt
Boilerplate code for setting up Nginx + Gunicorn + Flask + automated LetsEncrypt certificates (https) using docker-compose.
Stars: ✭ 117 (+631.25%)
Mutual labels:  wsgi
spectree
API spec validator and OpenAPI document generator for Python web frameworks.
Stars: ✭ 190 (+1087.5%)
Mutual labels:  wsgi
Flask bestpractices
Flask最佳实践
Stars: ✭ 100 (+525%)
Mutual labels:  wsgi
secure-cookie
Secure cookies and sessions for WSGI
Stars: ✭ 30 (+87.5%)
Mutual labels:  wsgi
httoop
HTTOOP - a fully object oriented HTTP protocol library written in python
Stars: ✭ 15 (-6.25%)
Mutual labels:  wsgi
prestans
A WSGI compliant REST micro-framework.
Stars: ✭ 14 (-12.5%)
Mutual labels:  wsgi
a2wsgi
Convert WSGI app to ASGI app or ASGI app to WSGI app.
Stars: ✭ 78 (+387.5%)
Mutual labels:  wsgi

wheezy.web

Build Status Coverage Status Documentation Status pypi version

wheezy.web is a lightweight, high performance, high concurrency WSGI web framework with the key features to build modern, efficient web:

It is optimized for performance, well tested and documented.

Resources:

Install

wheezy.web requires python version 3.6+. It is independent of operating system. You can install it from pypi site:

pip install -U wheezy.web

If you run into any issue or have comments, go ahead and add on github.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].