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.2.tar.gz (91.5 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.2-py3-none-any.whl (27.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: wiverno-1.0.2.tar.gz
  • Upload date:
  • Size: 91.5 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.2.tar.gz
Algorithm Hash digest
SHA256 3a63cbf0d6c2420ee8c879cff1ba202b9f412aa685fb41a6baa2f4172ded10ed
MD5 723a669ed4ae3f5465305889e8e25111
BLAKE2b-256 aef9eff9cc5499fb357c20f83469de4cec4963a47dde5dfe3d40e1474b60233c

See more details on using hashes here.

Provenance

The following attestation bundles were made for wiverno-1.0.2.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.2-py3-none-any.whl.

File metadata

  • Download URL: wiverno-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 27.4 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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 ee9abf7fe0bb327c89bc4cdf3c9732336df6d039f45e118e8e33f8805ef618bd
MD5 3a67f65388a1d3d24c439461cf63296f
BLAKE2b-256 2a2bf9160c44588138dbbba5bdeb5f44b4ca3e06b3b6c9aec3ae0554720001cb

See more details on using hashes here.

Provenance

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