A fork of Flask to support asyncio
Project description
Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions. And before you ask: It’s BSD licensed!
Flask is Fun
from flask import Flask
app = Flask(__name__)
@app.route("/")
def hello():
return "Hello World!"
if __name__ == "__main__":
app.run()
And Easy to Setup
$ pip install Flask
$ python hello.py
* Running on http://localhost:5000/
Links
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
Flask-Async-0.11-dev-20140215.tar.gz
(686.6 kB
view details)
Built Distribution
File details
Details for the file Flask-Async-0.11-dev-20140215.tar.gz
.
File metadata
- Download URL: Flask-Async-0.11-dev-20140215.tar.gz
- Upload date:
- Size: 686.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e10eccdd6af7ecd5cb6c63d1eef5dc38bb794243a36d5af5f4245e303751c688 |
|
MD5 | 8c79e24e44b575cd236df97f9e972ecf |
|
BLAKE2b-256 | b8ffe640d2b561b8115817d2d3ae81d77406c6b4eaa1e82a8a296628f7f41285 |
File details
Details for the file Flask-Async-0.11-dev-20140215.macosx-10.7-x86_64.tar.gz
.
File metadata
- Download URL: Flask-Async-0.11-dev-20140215.macosx-10.7-x86_64.tar.gz
- Upload date:
- Size: 574.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 276a5f9ee2f27a5407a38c4a8c73058338a0795c029ea0b57cf04a87c54b2bf8 |
|
MD5 | 2e6b67309499c43101152d3d5c45cf2a |
|
BLAKE2b-256 | 10a670a4534c196d380697ca9c6c65c33fdfe1fac2c0e93b2559783d9d22cdc1 |