Key | Value |
---|---|
FileName | ./usr/share/doc/python-flask-doc/html/_static/pocoo.css |
FileSize | 7934 |
MD5 | 68DEB144DA923AF71741A089B2AD362E |
SHA-1 | 466673A4A3C65C29FBE8E6781BDCAE9F128AE3FE |
SHA-256 | 7EFAF4089720B0997976EDCEBCDB95FF862B521C4F87BB0B33EE289A2387500D |
SSDEEP | 192:akEGLM2Q1Hh1npYqWNq1KjfipafGwehc4F/40ISTenzuGk9MaWAkRFXVEVf4pWUr:akEZ2Q1Hh1n2qWNq1KjfipafGweC+aIS |
TLSH | T128F1309A7FE18E11A90AC6B638F6DB61F37D44100E0DDD7D6FA8106CAF4879485BD388 |
hashlookup:parent-total | 12 |
hashlookup:trust | 100 |
The searched file hash is included in 12 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 26980 |
MD5 | 91100700CC98BDBA01468F7DA0F92461 |
PackageDescription | collection of cache libraries using the same API (documentation) This package provides a uniform API over a number of different caching backends including: . * Memory * File * Redis * Memcached * uWSGI . This is the common documentation package. |
PackageMaintainer | Debian Python Team <team+python@tracker.debian.org> |
PackageName | python-cachelib-doc |
PackageSection | doc |
PackageVersion | 0.4.1-2 |
SHA-1 | C646FE7E314842E2CED39FE20ADB7116691F4B5B |
SHA-256 | B14ADDE2398ACCB57F94CDCC7A3137E4FBF5D54B8A029E5687B8C43CD30E3A14 |
Key | Value |
---|---|
FileSize | 699148 |
MD5 | A9EA87B6936A1C00B8E1AA8CF21BC6A8 |
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 | 2.2.2-3 |
SHA-1 | FF4BF6287A105C83AA078608504C7C03981CF060 |
SHA-256 | 0659F6A04B15FE3F907150CADC0399FE987C790E722E001B73F7E49FA5ECCA15 |
Key | Value |
---|---|
FileSize | 21056 |
MD5 | 99D5CC0FA3C28EB70D6EF3F060EAB212 |
PackageDescription | Sphinx themes for Pallets and related projects Available themes: * flask * jinja * werkzeug * click . This package contains the Python 3.x module. |
PackageMaintainer | Debian Python Team <team+python@tracker.debian.org> |
PackageName | python3-pallets-sphinx-themes |
PackageSection | python |
PackageVersion | 2.0.1-1 |
SHA-1 | 2A19C559CA3296F1B44229D4CB03C5DCF870F196 |
SHA-256 | EEC56A8F89B3834686D30D4A9F2E3C15C478BECBF6B14E44A78691374CB94DF4 |
Key | Value |
---|---|
FileSize | 29604 |
MD5 | 23992351D01273F9BC08906DB879EB2C |
PackageDescription | Fast, simple object-to-object and broadcast signaling (Documentation) Blinker provides fast & simple object-to-object and broadcast signaling for Python objects. Interested signal receivers can subscribe to specific senders or receive signals sent by any sender. . The core of Blinker is quite small but provides powerful features: * a global registry of named signals * anonymous signals * custom name registries * permanently or temporarily connected receivers * automatically disconnected receivers via weak referencing * sending arbitrary data payloads * collecting return values from signal receivers * thread safety . This package contains the documentation for the blinker Python library. |
PackageMaintainer | Debian Python Team <team+python@tracker.debian.org> |
PackageName | python-blinker-doc |
PackageSection | doc |
PackageVersion | 1.5-1 |
SHA-1 | CE0B8DF5E5CB143C91A1F8222117C74F7652FC83 |
SHA-256 | 8F0090C39F0D4D6D98C0A4386422C574D418042AB20D27BE65DE6417D3508CDD |
Key | Value |
---|---|
FileSize | 31068 |
MD5 | C77934D748E07DFCF79B4F6D738BABA5 |
PackageDescription | internationalization and localization support for Flask (documentation) Flask-Babel is an extension to Flask that adds internationalization and localization support. It has a friendly interface to gettext translations and supports date formatting with timezones. . This package contains the documentation. |
PackageMaintainer | Debian QA Group <packages@qa.debian.org> |
PackageName | python-flask-babel-doc |
PackageSection | doc |
PackageVersion | 2.0.0-3 |
SHA-1 | E875EC157C184E8D30CDACCA686D6D070B74E89B |
SHA-256 | D792ADECEA58E81D63286E53FFCFDE27F9039AF03C129F84CA6507E9219D8394 |
Key | Value |
---|---|
FileSize | 61908 |
MD5 | 69C7454C6DC4717A81AC4D12C749B37C |
PackageDescription | Simple integration of Flask and WTForms (doc) Documentation for Flask-WTF: an extension for Flask, providing a simple integration of WTForms. It includes optional CSRF handling and Recaptcha support. |
PackageMaintainer | Debian Python Team <team+python@tracker.debian.org> |
PackageName | python-flaskext.wtf-doc |
PackageSection | doc |
PackageVersion | 1.1.1-1 |
SHA-1 | 8029D2A57B523BCA530192B4815153FDC0E44D3E |
SHA-256 | 83C3BFAFD1D67DCFD8A3B57E10EFE6B93733253B5D755028C859B640AF0220BA |
Key | Value |
---|---|
FileSize | 290320 |
MD5 | 1B79DE760EA10092703A710C94177BF7 |
PackageDescription | Simple security for Flask apps (Documentation) Flask-Security allows you to quickly add common security mechanisms to your Flask application. They include: . * Session based authentication * Role management * Password encryption * Basic HTTP authentication * Token based authentication * Token based account activation (optional) * Token based password recovery / resetting (optional) * User registration (optional) * Login tracking (optional) * JSON/Ajax Support . This package contains the documentation. |
PackageMaintainer | Debian Python Team <team+python@tracker.debian.org> |
PackageName | python-flask-security-doc |
PackageSection | doc |
PackageVersion | 5.0.2+really4.0.0-0kali1 |
SHA-1 | 77047314373802A6C4D826F19579445ED12A85F1 |
SHA-256 | F1D53832BDC03C8169C5B8D74A3B6DACEE7C14FECF9E7369E9FC945100D437F0 |
Key | Value |
---|---|
FileSize | 18332 |
MD5 | 6422FB0F6512D827A64E30683E5F60AC |
PackageDescription | Flask extension that provides bcrypt hashing utilities (Documentation) Due to the recent increased prevelance of powerful hardware, such as modern GPUs, hashes have become increasingly easy to crack. A proactive solution to this is to use a hash that was designed to be "de-optimized". Bcrypt is such a hashing facility; unlike hashing algorithms such as MD5 and SHA1, which are optimized for speed, bcrypt is intentionally structured to be slow. . This package contains the HTML documentation. |
PackageMaintainer | Debian Python Team <team+python@tracker.debian.org> |
PackageName | python-flask-bcrypt-doc |
PackageSection | doc |
PackageVersion | 1.0.1-2 |
SHA-1 | F6D4C227301FE8415BA6560C1F8F072FAC7398DD |
SHA-256 | 6F2B35627E78064E8D473B8B3F857E38BE8BAE2DE2684C2D48C90988537BCB08 |
Key | Value |
---|---|
FileSize | 295380 |
MD5 | 8E6995625655210344CEC178E5B29C57 |
PackageDescription | Wrapper around optparse for command line utilities - documentation Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary. It's the "Command Line Interface Creation Kit". It's highly configurable but comes with sensible defaults out of the box. . It aims to make the process of writing command line tools quick and fun while also preventing any frustration caused by the inability to implement an intended CLI API. . This package contains the documentation for Click. |
PackageMaintainer | Sandro Tosi <morph@debian.org> |
PackageName | python-click-doc |
PackageSection | doc |
PackageVersion | 8.0.2-1 |
SHA-1 | 78E42008F033C19E88279315EA3BD14313F8F3A9 |
SHA-256 | FDA12E631A50C6D1FC6B53620172662EB7CFC630FAF23E96FFFA6D0023133875 |
Key | Value |
---|---|
FileSize | 338932 |
MD5 | 3F41F0DC9E01E0FDFD72629B24CA26BE |
PackageDescription | Simple security for Flask apps (Documentation) Flask-Security allows you to quickly add common security mechanisms to your Flask application. They include: . * Session based authentication * Role management * Password encryption * Basic HTTP authentication * Token based authentication * Token based account activation (optional) * Token based password recovery / resetting (optional) * User registration (optional) * Login tracking (optional) * JSON/Ajax Support . This package contains the documentation. |
PackageMaintainer | Debian Python Team <team+python@tracker.debian.org> |
PackageName | python-flask-security-doc |
PackageSection | doc |
PackageVersion | 5.1.2-1 |
SHA-1 | 26FCC194C05A09D0B9C4B89CCB2CE4F9940B5521 |
SHA-256 | 25F35B867C0F2EAAEF8805ABFBBC7E5B4439A0C618862C2197453B3302369EC2 |
Key | Value |
---|---|
FileSize | 28252 |
MD5 | DFF75657E4D23B4FE9C6B9FFC2B989B9 |
PackageDescription | collection of cache libraries using the same API (documentation) This package provides a uniform API over a number of different caching backends including: . * Memory * File * Redis * Memcached * uWSGI . This is the common documentation package. |
PackageMaintainer | Debian Python Team <team+python@tracker.debian.org> |
PackageName | python-cachelib-doc |
PackageSection | doc |
PackageVersion | 0.9.0-1 |
SHA-1 | D6E6564FD1A2CD5F75FAA0471BBB6E753D438CBA |
SHA-256 | 2CBF799902598FAC7B109AE7CAE3B9DF290FE6C646F97F9E1FAAFA127E3EE13D |
Key | Value |
---|---|
FileSize | 94428 |
MD5 | 509582DAAB1CD0C100C08F7B538206C6 |
PackageDescription | SQLAlchemy support for your Python 3 Flask application (Documentation) Flask is a micro web framework for Python based on Werkzeug, Jinja 2 and good intentions. . This package installs the documentation for the library. |
PackageMaintainer | Debian Python Team <team+python@tracker.debian.org> |
PackageName | flask-sqlalchemy-doc |
PackageSection | doc |
PackageVersion | 3.0.3-1 |
SHA-1 | 768DFC2F36BCC9AF107B26B60EF40DFD85AA7315 |
SHA-256 | F8A41564B6A2837CDE4BA0B4DC63E43406F83F7F583CE70022A8A67F32AB9217 |