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.4.0-py3-none-any.whl (138.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: fresco-3.4.0-py3-none-any.whl
  • Upload date:
  • Size: 138.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.9

File hashes

Hashes for fresco-3.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ff82cf4606b8da13615f8da97f12b2b6cf9f13bee89fb5292bc554c15b571049
MD5 ce7632465b40378f37c8a67a95ec775d
BLAKE2b-256 a3e2e7fadd322f92e71d1b1b1b7fbaca10bb9bd3d88adf5cea5ff04041d90874

See more details on using hashes here.

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