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 | 602392 |
MD5 | 275FBC15F4EDA9FDD6E3F23774A0B9F1 |
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 | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | python-flask-doc |
PackageSection | doc |
PackageVersion | 1.1.1-2ubuntu0.1 |
SHA-1 | 02AD644E5E5F254435B845BBC7CADAF85BC88B74 |
SHA-256 | D304D6CA9799532A6600362DE7F5522E647EA25910B4C4DE0BFEEB5B0514C28F |