A microframework based on Werkzeug, Jinja2 and good intentions
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
$ easy_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-0.7.1.tar.gz
(469.7 kB
view details)
File details
Details for the file Flask-0.7.1.tar.gz.
File metadata
- Download URL: Flask-0.7.1.tar.gz
- Upload date:
- Size: 469.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a60e179884b1037ca6182639659f819a0b89675a0cc02d7d9cd21819bfa8d3f
|
|
| MD5 |
4705d31035839dec320a1fd76ac2fa30
|
|
| BLAKE2b-256 |
fe3ead5eb51d4666e76f389cd4f9c6cc22e1544e0daf72419ccab8705e918911
|