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 Distribution

fresco-3.3.2.tar.gz (117.6 kB view hashes)

Uploaded Source

Built Distribution

fresco-3.3.2-py3-none-any.whl (92.4 kB view hashes)

Uploaded Python 3

Supported by

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