Pre-release
This release is a pre-release and may not be stable for production use.
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
Release files for Flask-Async 0.11-dev-20140215
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| Flask-Async-0.11-dev-20140215.tar.gz | 686.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| Flask-Async-0.11-dev-20140215.macosx-10.7-x86_64.tar.gz | Details |
Total release size: 1.3 MB
Release files / Flask-Async-0.11-dev-20140215.tar.gz
| Download URL | Flask-Async-0.11-dev-20140215.tar.gz |
|---|---|
| Size | 686.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e10eccdd6af7ecd5cb6c63d1eef5dc38bb794243a36d5af5f4245e303751c688
|
|
BLAKE2b-256 checksum How to use checksums |
b8ffe640d2b561b8115817d2d3ae81d77406c6b4eaa1e82a8a296628f7f41285
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / Flask-Async-0.11-dev-20140215.macosx-10.7-x86_64.tar.gz
| Download URL | Flask-Async-0.11-dev-20140215.macosx-10.7-x86_64.tar.gz |
|---|---|
| Size | 574.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
276a5f9ee2f27a5407a38c4a8c73058338a0795c029ea0b57cf04a87c54b2bf8
|
|
BLAKE2b-256 checksum How to use checksums |
10a670a4534c196d380697ca9c6c65c33fdfe1fac2c0e93b2559783d9d22cdc1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |