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 | 597444 |
| MD5 | B3A421BC04A4E734691622A293411F48 |
| 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.0.2-2 |
| SHA-1 | 280EDEC13342379A691FE778C5011A0AF6680920 |
| SHA-256 | DAD202B0590D742D8F85DDC94DE0D5BE31927ACE1D1BD09D8576CD50BFB45A6E |