A lightweight WSGI framework for building fast and flexible Python web applications
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 wiverno
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/.
Documentation
Full documentation is available at: https://sayrrexe.github.io/Wiverno/
The documentation includes:
- 📖 User Guide — getting started, routing, requests, and project structure
- 🔧 API Reference — complete API documentation for all modules
- 👨💻 Developer Guide — contributing guidelines, testing, and architecture overview
Quick Links
Requirements
- Python 3.12 or higher
- WSGI-compatible server (for production deployment)
Contributing
Contributions are welcome! Please read the Contributing Guide before submitting a pull request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
License
This project is licensed under the MIT License — see the LICENSE file for details.
Authors
- Sayrrexe — GitHub
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.4.tar.gz.
File metadata
- Download URL: wiverno-1.0.4.tar.gz
- Upload date:
- Size: 110.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67e8490e1926e2e75bbcf9606b13325533428689d51e0fe495f609b753e4c8ce
|
|
| MD5 |
652675327486823dc4091044f6d16c3b
|
|
| BLAKE2b-256 |
f5fc3dcfa4db07c813cdd09abab9f01362bf1afae53cb98d315bbfad277ba944
|
Provenance
The following attestation bundles were made for wiverno-1.0.4.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.4.tar.gz -
Subject digest:
67e8490e1926e2e75bbcf9606b13325533428689d51e0fe495f609b753e4c8ce - Sigstore transparency entry: 1429398601
- Sigstore integration time:
-
Permalink:
Sayrrexe/Wiverno@9cac60c896c2b36009f4d60f25633c3df33bc56d -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/Sayrrexe
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@9cac60c896c2b36009f4d60f25633c3df33bc56d -
Trigger Event:
release
-
Statement type:
File details
Details for the file wiverno-1.0.4-py3-none-any.whl.
File metadata
- Download URL: wiverno-1.0.4-py3-none-any.whl
- Upload date:
- Size: 31.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7a57e4fb418e33669069c01346978c98f70f4e4e391c1097810d255c102f1be
|
|
| MD5 |
626fd3208cabc1262960ba252cfd913b
|
|
| BLAKE2b-256 |
214446f8e261ae18f14cfcb5da4fd6687daa08e3961e3f5eacba6d67fa1667dd
|
Provenance
The following attestation bundles were made for wiverno-1.0.4-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.4-py3-none-any.whl -
Subject digest:
c7a57e4fb418e33669069c01346978c98f70f4e4e391c1097810d255c102f1be - Sigstore transparency entry: 1429398606
- Sigstore integration time:
-
Permalink:
Sayrrexe/Wiverno@9cac60c896c2b36009f4d60f25633c3df33bc56d -
Branch / Tag:
refs/tags/v1.0.4 - Owner: https://github.com/Sayrrexe
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@9cac60c896c2b36009f4d60f25633c3df33bc56d -
Trigger Event:
release
-
Statement type: