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 | 602492 |
MD5 | B5444472DBF4E5D60264CCEA2C53D1BB |
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.2-1 |
SHA-1 | 8EBA48CC3425F5F102C87C1A2E2BD83ECEF5B085 |
SHA-256 | 5DF4D70C9565EE083317748A1FB4EA21C0B1704D3D8E7E814EA5B59F4803C553 |