Форум сайта python.su
0
Как проверить zip архив на целостность с используя питон?
Офлайн
294
https://docs.python.org/3/library/zipfile.html
ZipFile.testzip()
Read all the files in the archive and check their CRC’s and file headers. Return the name of the first bad file, or else return None
[code python][/code]
Офлайн