Skip to main content

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.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

License

This project is licensed under the MIT License — see the LICENSE file for details.

Authors

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.4.tar.gz (110.3 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.4-py3-none-any.whl (31.7 kB view details)

Uploaded Python 3

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

Hashes for wiverno-1.0.4.tar.gz
Algorithm Hash digest
SHA256 67e8490e1926e2e75bbcf9606b13325533428689d51e0fe495f609b753e4c8ce
MD5 652675327486823dc4091044f6d16c3b
BLAKE2b-256 f5fc3dcfa4db07c813cdd09abab9f01362bf1afae53cb98d315bbfad277ba944

See more details on using hashes here.

Provenance

The following attestation bundles were made for wiverno-1.0.4.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.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

Hashes for wiverno-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 c7a57e4fb418e33669069c01346978c98f70f4e4e391c1097810d255c102f1be
MD5 626fd3208cabc1262960ba252cfd913b
BLAKE2b-256 214446f8e261ae18f14cfcb5da4fd6687daa08e3961e3f5eacba6d67fa1667dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for wiverno-1.0.4-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