Parents (Total: 1)
The searched file hash is included in 1 parent files which include package known and seen by metalookup. A sample is included below:
Key |
Value |
FileSize | 640720 |
MD5 | 2F50C2D53E0EACA8B7FE1C787CFC0EC0 |
PackageDescription | micro web framework based on Werkzeug and Jinja2 - documentation
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 documentation for Flask. |
PackageMaintainer | Debian Python Team <team+python@tracker.debian.org> |
PackageName | python-flask-doc |
PackageSection | doc |
PackageVersion | 1.1.2-3 |
SHA-1 | B0A002DBC71C7931847E7C6A05DC3B5AA5AA9115 |
SHA-256 | 340FC041DB3FD6E2190B1B29C4DB1A60143E3DFC96C83DD8DF06995207F9CC2F |