fresco 3.5.0
pip install fresco
Latest version
Released:
A Web/WSGI micro-framework
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License (Apache)
- Author: Oliver Cope
- Tags wsgi, web, www, framework
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
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
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License (Apache)
- Author: Oliver Cope
- Tags wsgi, web, www, framework
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file fresco-3.5.0-py3-none-any.whl
.
File metadata
- Download URL: fresco-3.5.0-py3-none-any.whl
- Upload date:
- Size: 139.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e95089662bd930494baea993a35a62dcd534f8bebebf2b9735ed3e467e78f964 |
|
MD5 | b952cb475553c59efbfc3f2ca489153c |
|
BLAKE2b-256 | 968ba2837fe86247db8c514eadd8af238b90cad5702d544083399e8ce9238935 |