python-flask - 1.0.2-3 main

Flask is a micro web framework for Python based on Werkzeug, Jinja 2 and good
intentions. A minimal Flask application looks like that:
.
from flask import Flask
app = Flask(__name__)
.
@app.route("/")
def hello():
return "Hello World!"
.
if __name__ == '__main__':
app.run()
.
This package contains the Python 2.7 module.

Priority: optional
Section: python
Suites: amber 
Maintainer: Piotr Ożarowski <piotr [꩜] debian.org>
 
Homepage Source Package
 

Dependencies

Installed Size: 393.2 kB
Architectures: all 

 

Versions

1.0.2-3 all