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.3.tar.gz (108.9 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.3-py3-none-any.whl (30.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: wiverno-1.0.3.tar.gz
  • Upload date:
  • Size: 108.9 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.3.tar.gz
Algorithm Hash digest
SHA256 a5160c35f392df929e56721cdc512f3f75c8db176e975121c5e2caeb114bdbb0
MD5 62b9ba1e79ce87c967ac26c9767081c4
BLAKE2b-256 de40c22eedc648678f9130aad9f21de5787c7843b09743c6c5b09351198f163b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: wiverno-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 30.2 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.3-py3-none-any.whl
Algorithm Hash digest
SHA256 138555aa1cc73bdc72bec82656fe2e11ded299f1fae711ef98b5bc85873f2920
MD5 833311abb85c4edbf1d84311824f76f3
BLAKE2b-256 f71d1d191bdfbd2fe6750ff4aac2ac11ef3cd23dd2e16258cf0680cb7994aba6

See more details on using hashes here.

Provenance

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