Parents (Total: 2)
The searched file hash is included in 2 parent files which include package known and seen by metalookup. A sample is included below:
Key |
Value |
FileSize | 639944 |
MD5 | 5B7B855495FBA7BA3DE2D6A2D81EA2AC |
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-2 |
SHA-1 | DFA37008B2B6419D145D1BF5B574017C9E6232FB |
SHA-256 | B6AF36FD7F4F5EB910FA812B2CEDCD58015922AF5537911BDDF1544234713E0B |
Key |
Value |
FileSize | 98984 |
MD5 | 4621923E1687C8CC0A5AFEC6E16A3DB6 |
PackageDescription | micro web framework based on Werkzeug and Jinja2 - Python 3.x
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 3.x module. |
PackageMaintainer | Debian Python Team <team+python@tracker.debian.org> |
PackageName | python3-flask |
PackageSection | python |
PackageVersion | 1.1.2-2 |
SHA-1 | 6AD9BFB255F0E97EA73CE68D968877EA0D41B272 |
SHA-256 | F9EE07F7CC69C9FA8095F1F88654E1E9FD611606B82101CCD85714B51C2F1693 |