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.9.0.tar.gz (122.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fresco-3.9.0-py3-none-any.whl (142.2 kB view details)

Uploaded Python 3

File details

Details for the file fresco-3.9.0.tar.gz.

File metadata

  • Download URL: fresco-3.9.0.tar.gz
  • Upload date:
  • Size: 122.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for fresco-3.9.0.tar.gz
Algorithm Hash digest
SHA256 9aaf5ed6fefbbdb636589601c5fcbaa56ba6ff0d52d0c86fab50ce3e345c508b
MD5 19053d64c0e696cd41a12d9cbc4afb7f
BLAKE2b-256 abd4ad7f879825ae3d2156889931471420094c3a37c3f4d4049f57967172b6a1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: fresco-3.9.0-py3-none-any.whl
  • Upload date:
  • Size: 142.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.14

File hashes

Hashes for fresco-3.9.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f8ac78a93805bef4091050c6c65af7bd2b64ba6be746ca3ded950294759ff9a9
MD5 f92902716be7d67f8cb93b69c4ced319
BLAKE2b-256 1f6f26a73f93012840f8f0e64bbaf37fec8c72a109c8d6e575bf9ada887f58fd

See more details on using hashes here.

Supported by

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