WSGI server implemented in Rust.


Keywords
WSGI, WSGI PEP-3333
Install
pip install pyruvate==0.1.dev0

Documentation

Pyruvate WSGI server

Pyruvate is a WSGI server written in Rust.

Features

  • Asynchronous event loop using mio, non-blocking read, blocking write (might change to non-blocking).
  • Request parsing using httparse
  • PyO3 based Python interface
  • Worker pool based on threadpool
  • PasteDeploy entry point