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 | 62616 |
MD5 | 58464C6F92C46A20A1A48F751C2E6B73 |
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 | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | python3-flask |
PackageSection | python |
PackageVersion | 0.12.2-3ubuntu0.1 |
SHA-1 | 725D48BE5ABEEDB543228233974E1D7F401255C8 |
SHA-256 | 0B0EB12ACED266C112942FC151052019939328E05019FEED49D23231228171AB |
Key |
Value |
FileSize | 62368 |
MD5 | 83D94204E4049ACBD3ACB1760AC19D76 |
PackageDescription | micro web framework based on Werkzeug and Jinja2 - Python 2.7
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 2.7 module. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | python-flask |
PackageSection | python |
PackageVersion | 0.12.2-3ubuntu0.1 |
SHA-1 | 64C193F8DF41C217B27EEE117780A2C38624D241 |
SHA-256 | 1084371FDF1DF5F49F4A07E5AB97C3F0A930C3733C5CB57BDA82863EC226F121 |