Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
AUTHORS | D | 03-May-2024 | 248 | 14 | 9 | |
LICENSE | D | 03-May-2024 | 1.5 KiB | 34 | 27 | |
MarkupSafe-0.18.tar.gz.md5 | D | 03-May-2024 | 57 | 2 | 1 | |
MarkupSafe-0.18.tar.gz.sha512 | D | 03-May-2024 | 153 | 2 | 1 | |
README.chromium | D | 03-May-2024 | 972 | 25 | 21 | |
__init__.py | D | 03-May-2024 | 8 KiB | 235 | 181 | |
_compat.py | D | 03-May-2024 | 483 | 25 | 19 | |
_constants.py | D | 03-May-2024 | 4.7 KiB | 268 | 262 | |
_native.py | D | 03-May-2024 | 1.2 KiB | 47 | 37 | |
_speedups.c | D | 03-May-2024 | 5.8 KiB | 240 | 178 | |
get_markupsafe.sh | D | 03-May-2024 | 2.9 KiB | 122 | 86 |
README.chromium
1Name: MarkupSafe Python Safe String Class 2Short Name: markupsafe 3URL: https://github.com/mitsuhiko/markupsafe 4Version: 0.18 5License: BSD 3-clause License 6License File: NOT_SHIPPED 7Security Critical: no 8 9Description: 10Safe string class, used by Jinja2 template engine. 11 12Source: 13https://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-0.18.tar.gz 14MD5: f8d252fd05371e51dec2fe9a36890687 15SHA-512: 0438ddf0fdab465c40d9afba8c14ad346be0868df654c11130d05e329992d456 16 a9bc278551970cbd09244a29c77213885d0c363c951b0cfd4d9aa95b248ecff5 17 18Local Modifications: 19This only includes the markup directory from the tarball and the LICENSE and 20AUTHORS files, removing the unneeded unit tests (tests.py). 21Also includes install script (get_markupsafe.sh) and files of hashes (MD5 is 22also posted on website, SHA-512 computed locally); script checks hash then 23unpacks archive and installs desired files. 24Retrieve or update by executing markupsafe/get_markupsafe.sh from third_party. 25