Skip to main content

A beautiful web server for development

Project description

Wando Server is a beautiful web server for development - it is not intended to be a production server. This server is a extension to the really good dev server of Werkzeug Project. Basically it prints more readable logs to the terminal.

It exposes the same api of “run_simple” method from werkzeug.serving. You can run the server with this simple code:

#!/usr/bin/env python
from wando import run_simple
from my_app import app

run_simple('localhost', 5000, app)

If you using Flask, for example, you can just do:

#!/usr/bin/env python
from wando import ColoredLogsRequestHandler
from my_app import app

app.run(request_handler=ColoredLogsRequestHandler)

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

wando-server-0.2.1.tar.gz (3.5 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