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
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
wando-server-0.2.1.tar.gz
(3.5 kB
view details)
File details
Details for the file wando-server-0.2.1.tar.gz.
File metadata
- Download URL: wando-server-0.2.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1c812c29a2f9a3863c6fc7f3f2ef5394c85bdb43fe762336756745e34b339a9
|
|
| MD5 |
a9580a7174cad67fca25c1deb422831e
|
|
| BLAKE2b-256 |
1e1a3512e36c1478ecc40dfa071dee86ad08ea334dfd34a66943608b7630f1ab
|