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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96bffe918272275de9b6ae822997f1f4dd4718ebf554618764111acbe2d44f73
|
|
| MD5 |
18da7d44bb97c13143dc77732e3a4a3a
|
|
| BLAKE2b-256 |
99eb0c82ba7c4a8b0632dd662057e9f713facae92467b30beef2ac7043f8cd78
|
Provenance
The following attestation bundles were made for wiverno-1.0.1.tar.gz:
Publisher:
publish.yml on Sayrrexe/Wiverno
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
wiverno-1.0.1.tar.gz -
Subject digest:
96bffe918272275de9b6ae822997f1f4dd4718ebf554618764111acbe2d44f73 - Sigstore transparency entry: 708767846
- Sigstore integration time:
-
Permalink:
Sayrrexe/Wiverno@a90bd6a79f0da8a6bc267175da0f9c566504400a -
Branch / Tag:
refs/tags/v1.0.1 - Owner: https://github.com/Sayrrexe
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@a90bd6a79f0da8a6bc267175da0f9c566504400a -
Trigger Event:
release
-
Statement type:
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1eecfe39d7b0196f3198c83b79e3e1f93bab955800f0efb4ff23056bb5ef728e
|
|
| MD5 |
d90c4d51ca4b9d4a040aa083b2c09133
|
|
| BLAKE2b-256 |
7d738a61dc903443e63ffb0900fb3ee21a2c0ebabf26b6247dd9a50a8d653fa8
|
Provenance
The following attestation bundles were made for wiverno-1.0.1-py3-none-any.whl:
Publisher:
publish.yml on Sayrrexe/Wiverno
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
wiverno-1.0.1-py3-none-any.whl -
Subject digest:
1eecfe39d7b0196f3198c83b79e3e1f93bab955800f0efb4ff23056bb5ef728e - Sigstore transparency entry: 708767850
- Sigstore integration time:
-
Permalink:
Sayrrexe/Wiverno@a90bd6a79f0da8a6bc267175da0f9c566504400a -
Branch / Tag:
refs/tags/v1.0.1 - Owner: https://github.com/Sayrrexe
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@a90bd6a79f0da8a6bc267175da0f9c566504400a -
Trigger Event:
release
-
Statement type: