A Web/WSGI micro-framework
Project description
The fresco web framework is:
Fast, simple and powerful, with sophisticated URL routing, request and response objects.
Lightweight and open to integration: you pick the templating and database libraries you want.
WSGI compliant: easy integration with your choice of web server, apps and middleware.
A minimal fresco web framework application:
from fresco import FrescoApp, GET, Response
def helloworld():
return Response("<h1>Hello World!</h1>")
app = FrescoApp()
app.route('/', GET, helloworld)
Read the fresco web framework documentation for more about the framework, or visit the source repo.
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
fresco-3.8.0.tar.gz
(122.2 kB
view details)
Built Distribution
fresco-3.8.0-py3-none-any.whl
(142.1 kB
view details)
File details
Details for the file fresco-3.8.0.tar.gz
.
File metadata
- Download URL: fresco-3.8.0.tar.gz
- Upload date:
- Size: 122.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
eb4319a02070db9e4d0f7115b0ff074a2df0a0eec0691d8f0c643ccac3606aeb
|
|
MD5 |
905c63cbea97fdadae4b9a3d0c3db9fe
|
|
BLAKE2b-256 |
1723e528bc256771635e048baa38107158de96233574703f2bf786956169dc8c
|
File details
Details for the file fresco-3.8.0-py3-none-any.whl
.
File metadata
- Download URL: fresco-3.8.0-py3-none-any.whl
- Upload date:
- Size: 142.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
31f9fcb59e1da430683f5e19a1cc69a3f8592528ac1fafed1aa863ac1674a81d
|
|
MD5 |
00b088bccf66d180b98f7f8538e7234a
|
|
BLAKE2b-256 |
d23df391a0bd0312361d630fd9eedeff0aa12d35b4fc75726afc56ae1faaec0c
|