pyruvate

WSGI server implemented in Rust.


Keywords
WSGI, WSGI PEP-3333
License
GPL-3.0
Install
pip install pyruvate==1.3.0rc1

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