Skip to main content

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


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

fresco-3.7.0-py3-none-any.whl (142.0 kB view details)

Uploaded Python 3

File details

Details for the file fresco-3.7.0-py3-none-any.whl.

File metadata

  • Download URL: fresco-3.7.0-py3-none-any.whl
  • Upload date:
  • Size: 142.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.12

File hashes

Hashes for fresco-3.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 580fff4ea88c66cf0ad1178d166b91edd8b826bd8d54581a40aaf215902f1e28
MD5 e341f756d1543f59120dd6a1bc92ae09
BLAKE2b-256 64f5117621d8fdb89bba0b6b9e3a6928de6aba3b2bf9190963926f569a8a5f60

See more details on using hashes here.

Supported by

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