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 | 62138 |
MD5 | CE9FB7C4B9DDBB090E7BB1D911C2EDB5 |
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-2 |
SHA-1 | CA1D1C925F75B75F0DB7CCAAB04258AFB6E29DE2 |
SHA-256 | FCFBB2962E144A5CA45B75B0460F66BAE1168C2A9069CECF276E8FD8DEA85661 |