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
$ 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-0.10.tar.gz
(544.0 kB
view details)
File details
Details for the file Flask-0.10.tar.gz
.
File metadata
- Download URL: Flask-0.10.tar.gz
- Upload date:
- Size: 544.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84b3b352c3d6b888ee56c645d83a3b54a86fab6236be3d44fd55a275f2c8b207 |
|
MD5 | 92bc6b6ebd37d3120c235430a0491a15 |
|
BLAKE2b-256 | f34653d83cbdb79b27678c7b032d5deaa556655dd034cc747ee609b3e3cbf95b |