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.3.tar.gz (2.5 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: volk-0.0.3.tar.gz
  • Upload date:
  • Size: 2.5 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.3.tar.gz
Algorithm Hash digest
SHA256 15256cc60930d539b1def83888f3fe189db433d901048f7c811008a5425a2db5
MD5 698645d994a515264dd10a52f3436dda
BLAKE2b-256 df39d88cdd42b5822de9d96ff1a4eb9b2b9444d4a003c27939e1a9921c328560

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