pyzipper:Python zipfile扩展

时间:2021-05-01 02:02:50
【文件属性】:
文件名称:pyzipper:Python zipfile扩展
文件大小:146KB
文件格式:ZIP
更新时间:2021-05-01 02:02:50
Python pyzipper 一种用于Python的替代zipfile ,可以读取和写入加密AES zip文件。 它从Python 3.7的zipfile模块pathlib而来,当时具有相同的zipfile API(最值得注意的是,它缺少对Python 3.8中引入的与pathlib兼容的包装器的支持)。 安装 pip install pyzipper 用法 import pyzipper secret_password = b'lost art of keeping a secret' with pyzipper . AESZipFile ( 'new_test.zip' , 'w' , compression = pyzipper . ZIP_LZMA ,
【文件预览】:
pyzipper-master
----setup.py(4KB)
----.gitignore(166B)
----readthedocs.yml(72B)
----MANIFEST.in(35B)
----requirements_dev.txt(314B)
----LICENSE(1KB)
----HISTORY.rst(792B)
----.github()
--------workflows()
----pyzipper()
--------__init__.py(152B)
--------__version__.py(63B)
--------zipfile.py(93KB)
--------zipfile_aes.py(11KB)
----README.rst(2KB)
----appveyor.yml(3KB)
----.coveragerc(620B)
----AUTHORS.rst(178B)
----CONTRIBUTING.rst(3KB)
----docs()
--------_templates()
--------Makefile(697B)
--------index.rst(305B)
--------conf.py(5KB)
--------modules.rst(284B)
--------history.rst(28B)
--------authors.rst(28B)
--------installation.rst(1KB)
--------make.bat(1011B)
--------readme.rst(27B)
--------usage.rst(1KB)
--------contributing.rst(33B)
----test()
--------badsyntax_future10.py(95B)
--------badsyntax_future4.py(153B)
--------badsyntax_pep3120.py(14B)
--------badsyntax_future3.py(172B)
--------test_zipfile_aes.py(36KB)
--------__init__.py(0B)
--------test_zipfile.py(108KB)
--------badsyntax_future8.py(122B)
--------support()
--------zipdir.zip(374B)
--------badsyntax_future9.py(142B)
--------test_zipfile2.py(95KB)
--------test_zipfile64.py(7KB)
--------badsyntax_future6.py(161B)
--------test_support.py(21KB)
--------badsyntax_future7.py(196B)
--------badsyntax_3131.py(32B)
--------badsyntax_future5.py(184B)
--------zip_cp437_header.zip(270B)
--------test_zipfile.py_bak(94KB)
----.editorconfig(338B)
----tox.ini(1KB)
----run_tests.py(510B)

网友评论