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 | 699148 |
MD5 | A9EA87B6936A1C00B8E1AA8CF21BC6A8 |
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 | 2.2.2-3 |
SHA-1 | FF4BF6287A105C83AA078608504C7C03981CF060 |
SHA-256 | 0659F6A04B15FE3F907150CADC0399FE987C790E722E001B73F7E49FA5ECCA15 |