Skip to main content

WSGI Server

Project description

Siberia

Volk

Python WSGI server

  • HTTP/1.0 Ongoing work...
  • HTTP/1.1 TODO
  • Run from CLI TODO
  • Workers TODO
  • Threads TODO

Install

pip install volk 

Setup

from flask import Flask  # Or any other WSGI application framework
from volk import Volk

flask_app = Flask(__name__)

if __name__ == "__main__":
    volk = Volk(wsgi_application=flask_app)
    volk.serve() 

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

volk-0.0.4.tar.gz (3.2 kB view details)

Uploaded Source

File details

Details for the file volk-0.0.4.tar.gz.

File metadata

  • Download URL: volk-0.0.4.tar.gz
  • Upload date:
  • Size: 3.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.0

File hashes

Hashes for volk-0.0.4.tar.gz
Algorithm Hash digest
SHA256 37d9e9c23497f703979baaf4677a8f2e2374ae98da0778c5f5e849b221914617
MD5 42fe842de2ab328ec425bd30b7aead1a
BLAKE2b-256 6baedc5e306c88d1403a8a633d3b7dfb516860145fb9d82f07da190ee012f7c4

See more details on using hashes here.

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