c637402081
they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat
7 lines
375 B
Text
7 lines
375 B
Text
czipfile is a replacement for Python's builtin "zipfile" module, and
|
|
provides much faster, C-based zipfile decryption. The code is actually
|
|
95% identical to Python 2.6.5's Lib/zipfile.py, with some very minor
|
|
modifications to allow it to compile in Cython, and the _ZipDecrypter
|
|
class adapted to take advantage of native C datatypes.
|
|
|
|
WWW: https://pypi.org/project/czipfile/
|