1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00
Mark Felder 3b009ba6fe 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: http://pypi.python.org/pypi/czipfile
2017-10-12 17:30:49 +00:00
..