Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 471 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 471 Bytes

Twisted/Klein Python webapp template

Simple template for Python async webapps. The recommended way to install this project is by creating a virtual environment and running:

pip install -e .

from the root directory of this repository. Once installed, run twisted-klein-webapp and point your browser to http://localhost:8080.

This example is released under GPLv3, see LICENSE for more information.