Skip to main content

Run web server with one command.

Project description

RunWeb

Run web server with one command.

Installation

$ pip install runweb

If you need auto reload, install with reload extra.

$ pip install "runweb[reload]"

Usage

waitress

Install with waitress extra.

$ pip install "runweb[waitress]"

Then run command.

$ runweb -a app:wsgi

If you need a multi-process waitress service, just run the following command:

$ runweb -a app:wsgi -w 4

uvicorn

Install with uvicorn extra.

$ pip install "runweb[uvicorn]"

Then run command.

$ runweb -a app:asgi

If you need a multi-process uvicorn service, just run the following command:

$ runweb -a app:asgi -w 4

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

runweb-0.4.1.tar.gz (9.2 kB view hashes)

Uploaded Source

Built Distribution

runweb-0.4.1-py3-none-any.whl (10.8 kB view hashes)

Uploaded Python 3

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