Skip to main content

A lightweight WSGI framework for building fast and flexible Python web applications

Reason this release was yanked:

fix

Project description

Wiverno

Wiverno — a lightweight WSGI framework for building fast and flexible Python web applications.

Installation

Clone the repository and install the package using pip:

pip install .

Minimal example

from wiverno import Wiverno

app = Wiverno()

@app.get("/")
def index(request):
    return "200 OK", "<h1>Hello, World!</h1>"

@app.get("/users/{id:int}")
def get_user(request):
    user_id = request.path_params["id"]
    return "200 OK", f"<h1>User {user_id}</h1>"

Running

Save the example above to run.py and start the development server:

wiverno run dev

The application will be available at http://localhost:8000/.

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

wiverno-1.0.1.tar.gz (90.4 kB view details)

Uploaded Source

Built Distribution

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

wiverno-1.0.1-py3-none-any.whl (26.8 kB view details)

Uploaded Python 3

File details

Details for the file wiverno-1.0.1.tar.gz.

File metadata

  • Download URL: wiverno-1.0.1.tar.gz
  • Upload date:
  • Size: 90.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for wiverno-1.0.1.tar.gz
Algorithm Hash digest
SHA256 96bffe918272275de9b6ae822997f1f4dd4718ebf554618764111acbe2d44f73
MD5 18da7d44bb97c13143dc77732e3a4a3a
BLAKE2b-256 99eb0c82ba7c4a8b0632dd662057e9f713facae92467b30beef2ac7043f8cd78

See more details on using hashes here.

Provenance

The following attestation bundles were made for wiverno-1.0.1.tar.gz:

Publisher: publish.yml on Sayrrexe/Wiverno

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file wiverno-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: wiverno-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 26.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for wiverno-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1eecfe39d7b0196f3198c83b79e3e1f93bab955800f0efb4ff23056bb5ef728e
MD5 d90c4d51ca4b9d4a040aa083b2c09133
BLAKE2b-256 7d738a61dc903443e63ffb0900fb3ee21a2c0ebabf26b6247dd9a50a8d653fa8

See more details on using hashes here.

Provenance

The following attestation bundles were made for wiverno-1.0.1-py3-none-any.whl:

Publisher: publish.yml on Sayrrexe/Wiverno

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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