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 bitbucket 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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fresco-1.0.0.tar.gz.
File metadata
- Download URL: fresco-1.0.0.tar.gz
- Upload date:
- Size: 104.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.19.1 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.32.2 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aa7b48c612b06091f18904b860bad8a576de0862984598ced928349c67406f19
|
|
| MD5 |
93289bcc3854c704fda892378ff8bfaa
|
|
| BLAKE2b-256 |
854b6a717bae55a7fcc5804499dbb05c1851cd22143f30d7b5c84a5958bab72d
|
File details
Details for the file fresco-1.0.0-py2.py3-none-any.whl.
File metadata
- Download URL: fresco-1.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 83.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.19.1 setuptools/41.1.0 requests-toolbelt/0.8.0 tqdm/4.32.2 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2face9daa731ef5852f81d7f639807495f63e74799cafed2f45779754a726b2a
|
|
| MD5 |
92eb68b5cfe743f2feda6eee0c314987
|
|
| BLAKE2b-256 |
19e595421d76e785e00920dc52f8ee37d9d1dc873e85a191f239c9ef3d1e3ce0
|