Skip to main content

A WSGI server based on Rust Hyper

Project description

Razorbird

Razorbird is a WSGI application server for Python. Well, or just me trying to learn some Rust.

Needless to say, do not use it for anything serious. Apart from being hampered by my poor Rust skills, it has serious flaws:

  • Request is buffered in memory without any restrictions.
  • Response is not streamed but concatenated to a byte string.
  • Single process/single threaded cause I haven't found out how to make Tokio threads work with PyO3.
  • The server is always (hardcoded) bound to http://127.0.0.1:8000 .
  • Signal handling is an example of horrible duct taping.

Patches welcome!

Installation

I have been lazy to upload wheels, so you'll need access to a functional Rust environment with cargo, rustc etc. Then just install from sdist:

$ pip install razorbird

Usage

Don't.

Well, if you'd really like to give it a spin, just run

$ razorbird your.module.name

your.module.name should contain a WSGI callable named application, app or api, but that is customizable from the command line.

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

razorbird-0.2.1.tar.gz (10.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page