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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file razorbird-0.2.1.tar.gz
.
File metadata
- Download URL: razorbird-0.2.1.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.2 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c4167aead5d3e529ea07ac167f14dca772e546df63666fe6de1e55c6fc4b4d3 |
|
MD5 | a901fcf45bca9334fc84aba93d3004cf |
|
BLAKE2b-256 | 78519d1d770bcf218f060dab343241f04701857488ff2479121289cca182f737 |