Read password protected Zips 100x faster
Project description
fast-zip-decryption
Read Standard Zip Encryption 2.0 encrypted Zips 100x faster with same interface as the CPython standard library's zipfile.ZipFile.
About this Fork
This is a fork of fastzipfile.
I created this fork in order to add automated testing, building, and uploading of wheels to my own fast-zip-decryption PyPI repository so that installation is more hassle-free.
Installation
pip install fast-zip-decryption
Usage
You just need to import fast_zip_decryption and that's it. It patches zipfile with a fast decrypter.
import fast_zip_decryption
import zipfile
with zipfile.ZipFile('path-to-file.zip', mode='r') as fz:
f = fz.open('path-to-file-in-zip', pwd=b'password')
content = f.read()
Limitation
Currently, it only supports what zipfile.ZipFile supports, e.g., no AES-128 or AES-256 support.
License
This project is licensed under the MIT license. See the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fast_zip_decryption-3.0.0.tar.gz.
File metadata
- Download URL: fast_zip_decryption-3.0.0.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5267e45aab72161b035ddc4dda4ffa2490b6da1ca752e4ff7eaedd4dd18aa85d
|
|
| MD5 |
5afd23cc9f30cbba2dcc10d8b58aa7c7
|
|
| BLAKE2b-256 |
47c80fbde8b9c8314e4fde35f4841015a6143967d5fd4d141e84a6cf14e62178
|
File details
Details for the file fast_zip_decryption-3.0.0-pp311-pypy311_pp73-win_amd64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-pp311-pypy311_pp73-win_amd64.whl
- Upload date:
- Size: 10.8 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc5dc7bc1432d92f0ca36daab13eda3bf8fd6c175c72adce933e1d2afd17d882
|
|
| MD5 |
2da02f36749ca3b113a7d0a914260aaa
|
|
| BLAKE2b-256 |
96f215c43e1000d1ac32596796a855634463574b2762c47b389606a353f71f2e
|
File details
Details for the file fast_zip_decryption-3.0.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 9.4 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35c778df51eddc9c50c3cdd0fd55dfc5c2c7c37305ab1f0f499267ef6cd674b1
|
|
| MD5 |
02547a9caf64b2d1a8001703068f6e36
|
|
| BLAKE2b-256 |
8d72930a958efabfd86e809d34229d650a057387e2d709aedc7a1e13343617b8
|
File details
Details for the file fast_zip_decryption-3.0.0-pp311-pypy311_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-pp311-pypy311_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 8.9 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3d83040bcf547a3e746ca2e18f782e06063eeb8da3f1e8ec1aa430778689de7
|
|
| MD5 |
3d9585ef4706696fef7b0df5f6388895
|
|
| BLAKE2b-256 |
21e9410783c48b2879c20cf5ffb19b6085f31a3513cc63937a23166fc292c0f5
|
File details
Details for the file fast_zip_decryption-3.0.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl
- Upload date:
- Size: 7.9 kB
- Tags: PyPy, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b2b7c0569235e422fa9386b1fcab24ae91e7b0aa5d8f24fcb2714357b31ed51
|
|
| MD5 |
d83f6dc8f78422b160401e03061baa9a
|
|
| BLAKE2b-256 |
2f3d7f2639a586b2da21006d27f5b50a57362efacca84e95d7b53cf48ab24e2d
|
File details
Details for the file fast_zip_decryption-3.0.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
- Upload date:
- Size: 7.6 kB
- Tags: PyPy, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
650351838c1eed4b776735dc056a87cdb44436652b3ce1746ab8ff7625255830
|
|
| MD5 |
7287ee70bdac769cf5d80f61922658fb
|
|
| BLAKE2b-256 |
efb33d028bb59f963dc824c87858e90c19134d5ab036165e2595d04d23701380
|
File details
Details for the file fast_zip_decryption-3.0.0-pp310-pypy310_pp73-win_amd64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-pp310-pypy310_pp73-win_amd64.whl
- Upload date:
- Size: 11.2 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39469a98842b64d67563d05f4289947b1a4a141345194235e1eec39f8a7029d4
|
|
| MD5 |
86f3536023fbe6bd829e82862e9dee4f
|
|
| BLAKE2b-256 |
04de8e448ed56263d577cebc80bdf741ea5235d5b97da2acd9ec8bb2554ecad0
|
File details
Details for the file fast_zip_decryption-3.0.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 9.4 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6fadcf114610f2d669bd3688b5e6174761ef504db857e29bca59c5857b45246c
|
|
| MD5 |
ec1b598aa0e4f4de7b13131467e83f8e
|
|
| BLAKE2b-256 |
45bd5b0afd1f406362eff002033083a34271ce86d3c0e20bc1e3d700e7ee4db3
|
File details
Details for the file fast_zip_decryption-3.0.0-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 9.0 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f73f85145af496f381ea0376a86d22e370f934c3ebb36e9e74aa201a600dbe57
|
|
| MD5 |
99a07dc0de805b8bc5908bf60686df2f
|
|
| BLAKE2b-256 |
4608fded3eef12f1c4581e524f1fbbd93edf9123ab2e99785386cfd68de7f13e
|
File details
Details for the file fast_zip_decryption-3.0.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
- Upload date:
- Size: 8.1 kB
- Tags: PyPy, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c3a5551ac7d00f87b0e73f2edee4389cab4e519c263181acccaef2cd0f264cc
|
|
| MD5 |
6326d4c2e219523514f9b3ce01744bb5
|
|
| BLAKE2b-256 |
ee6ecf980faf6774f80200df4dcd9c28eb31e0318c7bbb014bb1d0633e5e2ae1
|
File details
Details for the file fast_zip_decryption-3.0.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
- Upload date:
- Size: 7.8 kB
- Tags: PyPy, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e6afe65bd169492d0e26156bc47889352eef72b049d6c33ad437bcc3413f7b7
|
|
| MD5 |
3deb6c621143aa204932d2de49cad015
|
|
| BLAKE2b-256 |
72ff516d319eba37e941dac5f940ea48664b9416ed29089e1f259767bfde9afc
|
File details
Details for the file fast_zip_decryption-3.0.0-pp39-pypy39_pp73-win_amd64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-pp39-pypy39_pp73-win_amd64.whl
- Upload date:
- Size: 11.2 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8de4840337e90d7bf362fa31f00f5c819d66222b24c095ab825f89cd25b80b9
|
|
| MD5 |
baec86a3291f3012942d7d790083e4ee
|
|
| BLAKE2b-256 |
51c153fa365ad896d6e4ab3168754f7950013f9fde624fd1d2f23693289ca7b2
|
File details
Details for the file fast_zip_decryption-3.0.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 9.4 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1d1c92b3481de73c4045f6bc2951bcbbdc749bd887605ced432c6ac462d0aeb
|
|
| MD5 |
654e4e3226cf245677a43b1414e55f53
|
|
| BLAKE2b-256 |
e0aab961276850ea1330a618f517422fc73d35d376c164e4a868244bbe566bba
|
File details
Details for the file fast_zip_decryption-3.0.0-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 9.0 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
10897c600485ccc7d146c0532eb886e04b8d728e0ecdfe09eab5148060c5149a
|
|
| MD5 |
c0a0247662acc52b398146c5f0349d58
|
|
| BLAKE2b-256 |
8db6d4a4cbc04a8d432c9f04e32b7a39c6a518eec4bb6e56c8e71dc71101d02b
|
File details
Details for the file fast_zip_decryption-3.0.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
- Upload date:
- Size: 8.1 kB
- Tags: PyPy, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d6fb8a4ac221519a1ac5821259047f73fc60175aaf52d18fde6a486c60dfbe24
|
|
| MD5 |
d05991e674cac95dcf040f4af67ba8e6
|
|
| BLAKE2b-256 |
bef8a57e567571b572c8f17fc6310f8cdee33e3b83140852fe85a26a6057308d
|
File details
Details for the file fast_zip_decryption-3.0.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
- Upload date:
- Size: 7.8 kB
- Tags: PyPy, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47495830a473764d84874c0318f6de06c57df3a86ae215a003e6ab1be56aebe9
|
|
| MD5 |
8fc5dfc30c7955cf25992d6e44f2c73b
|
|
| BLAKE2b-256 |
1af08be3c9229053f80c3c86200afd03f9f099955990694b2698ec7e968be498
|
File details
Details for the file fast_zip_decryption-3.0.0-pp38-pypy38_pp73-win_amd64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-pp38-pypy38_pp73-win_amd64.whl
- Upload date:
- Size: 11.2 kB
- Tags: PyPy, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c7ac05286f7a2536c63a25ebdab5244c90b6fc79a4773f18320b713ef924ba3
|
|
| MD5 |
7e3c537a5df573ce7b846a4174cb1c83
|
|
| BLAKE2b-256 |
ad424eedacb52dc0165ac7fb183bf5fdd8a70a42d4fd2c05c5733fa4dec669e0
|
File details
Details for the file fast_zip_decryption-3.0.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 9.4 kB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
537cd2959231fd3d130da69f6b4219c866ebaafa9cf7a5ee57b55b1c6dc2b3d6
|
|
| MD5 |
9c85bbf93a3c842a12466f5dcdada832
|
|
| BLAKE2b-256 |
7a71e229479fb8c2c1933d11b73fc3c3f5e89ef522343bcda176262afacf9846
|
File details
Details for the file fast_zip_decryption-3.0.0-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 9.0 kB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25e12a7d554a4421fbc1218c2b41ed032a59061d0eace472d6514e8d5366db71
|
|
| MD5 |
0e9a1be59dc2b3c48a2a18929dc63c08
|
|
| BLAKE2b-256 |
9d707f2f371bce3a4c9415cd64b40bbfee0b03bbd0af9e32b47d97f468b5e76a
|
File details
Details for the file fast_zip_decryption-3.0.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl
- Upload date:
- Size: 8.1 kB
- Tags: PyPy, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9047019ea808e85ed6d6839ed7dd8b850d128ac5d5ae003377676ac18f12843
|
|
| MD5 |
dcf11e743ac854aa87facecdd3acb0a9
|
|
| BLAKE2b-256 |
20b5aef904319b61c09d051c76c494b4f92bbd4dcae0f446aff5f85bb4c8050e
|
File details
Details for the file fast_zip_decryption-3.0.0-pp38-pypy38_pp73-macosx_10_15_x86_64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-pp38-pypy38_pp73-macosx_10_15_x86_64.whl
- Upload date:
- Size: 7.6 kB
- Tags: PyPy, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28302e5bd46114629787eddea5df49d68837f920551db7fbd43acce9d6f9c717
|
|
| MD5 |
18b696845ed9cb1c8c893c7b1c18e67b
|
|
| BLAKE2b-256 |
21a01c441c300d2fbcec5c7307a76f16fdfb20f4daff353d6fba0b53acd6e903
|
File details
Details for the file fast_zip_decryption-3.0.0-pp38-pypy38_pp73-macosx_10_14_x86_64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-pp38-pypy38_pp73-macosx_10_14_x86_64.whl
- Upload date:
- Size: 7.7 kB
- Tags: PyPy, macOS 10.14+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
078d3c38d68f2c491d2b080f5da715c78abaa560e7d6cbb58df7a74d5d4a4af0
|
|
| MD5 |
9a86520c44bfc075f7626e620039a089
|
|
| BLAKE2b-256 |
17fa59dccf8a85afdc071d5001f428ef57a37fb8a4ea3c0c0b61cee291fb2fc7
|
File details
Details for the file fast_zip_decryption-3.0.0-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 11.2 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c47523cf69b17f99dbffa366fde01c2cd95e4d8776b8c4b8e21bc585e265595c
|
|
| MD5 |
4b88a61938da3110958cb347dcbd5ace
|
|
| BLAKE2b-256 |
d47f49bba2b9c3f722ffba8e92e4191a04b52b788e1fe4264b5377fce56b75e8
|
File details
Details for the file fast_zip_decryption-3.0.0-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 17.4 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
663bfccdd2e086fc59a0c18d7a79b063cfc06a6839b4603500ecd545a9274743
|
|
| MD5 |
7d3d10c9b465f703837ac31990b4404e
|
|
| BLAKE2b-256 |
41cd2b04d4277aa30c320c9828689626dbba75e820a568058683f1e66aac91a0
|
File details
Details for the file fast_zip_decryption-3.0.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 17.6 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
195a3bf713b1815b6999c2ee9e59a4cc6a81187f6d003bf65d5eb0ae2ea7e06c
|
|
| MD5 |
120605bab3bbaf1d4800deead5468446
|
|
| BLAKE2b-256 |
5082d850a163e4361edaa1a0fe53cf3785c745b7bd4e3a12d8b5c13967a30028
|
File details
Details for the file fast_zip_decryption-3.0.0-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 8.1 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
770c037edeb6024919ef270a96b5eebea8d567ade5e538311afce9845aee4c1e
|
|
| MD5 |
979fd65cc1d06616c59e8a0d5fec7477
|
|
| BLAKE2b-256 |
10d5baafbcaf7cff718bfdf6782c3ee9453e1df38644e31701f7d991e5289317
|
File details
Details for the file fast_zip_decryption-3.0.0-cp313-cp313-macosx_10_14_x86_64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-cp313-cp313-macosx_10_14_x86_64.whl
- Upload date:
- Size: 7.8 kB
- Tags: CPython 3.13, macOS 10.14+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d97f0239f761a41d0b2bb597c4b84772e824b560eb1706481533b555a7bfe5e
|
|
| MD5 |
434873f2d3402d82cdf0524b1096eb1b
|
|
| BLAKE2b-256 |
d0a2a6e26d65634ebae55431d36320c6b9524525bff9bc6a5cdbe3d24ad865bb
|
File details
Details for the file fast_zip_decryption-3.0.0-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 11.2 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c04f822b3f43a2f77b5a16c0e213256788972d17c2843b7fc18e5599f7eaeaab
|
|
| MD5 |
92d2d4ca28364f7a120c0ee232198e89
|
|
| BLAKE2b-256 |
520b07b7e77f3803b692c22d4f8c2afa86c07960f998264296516020e5bc93c5
|
File details
Details for the file fast_zip_decryption-3.0.0-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 17.4 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e03f45b6f955701d88dfb8c4df7d84126e32da19ed8440bbce3a906545b8c7c4
|
|
| MD5 |
8a06d8eee015bd522824e4bee976fb5b
|
|
| BLAKE2b-256 |
1c1a09808f57f6f526a49d1f20b33379bd328407c1ab5fb1c8c32822986de0d7
|
File details
Details for the file fast_zip_decryption-3.0.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 17.6 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fbd2bbaa703f3567dd3bd705dc9010e592bf561f92243215e356c1ea5256c275
|
|
| MD5 |
e6869393b802afed5d33710e50ddf96d
|
|
| BLAKE2b-256 |
801350b878302dcae77f4e28d51c144d0a19de66a7c8f650aee99f10f5ec6397
|
File details
Details for the file fast_zip_decryption-3.0.0-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 8.1 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5b4bd5641e7e0ae5409b7f37d76f8888944b2cf5998e0352cec0249fa68d47e
|
|
| MD5 |
47912801f534fc6b5c19bc87cceb652e
|
|
| BLAKE2b-256 |
55813321ba5cf2349e3289638f0c09ffc11347859a2ed35f8921baa5f002f430
|
File details
Details for the file fast_zip_decryption-3.0.0-cp312-cp312-macosx_10_14_x86_64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-cp312-cp312-macosx_10_14_x86_64.whl
- Upload date:
- Size: 7.8 kB
- Tags: CPython 3.12, macOS 10.14+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ebcae67f727b90248950540a6aaaf47c9821045c94022f41f031a61d92176dea
|
|
| MD5 |
b79be1ca9adc2b4d366986612283c6e7
|
|
| BLAKE2b-256 |
30ec6270e95d8ee0b932f14704884ca87c8e18978fc97ad75d06a881f25fb214
|
File details
Details for the file fast_zip_decryption-3.0.0-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 11.2 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b779b0ca16b2c168c65ab36ec2ae40d1e597d495292cddfdf756a10043186992
|
|
| MD5 |
4a4ca89ef0eeadb1b043f517fbff3533
|
|
| BLAKE2b-256 |
3a266bb620c9a2959aad7ff0f93b38e0f5cbbd4c1b0dba856f2d7f7fdb2521c4
|
File details
Details for the file fast_zip_decryption-3.0.0-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 17.1 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5295877cee477d74f26dbba1155325580380fc9b83bd41113732721aea90ed08
|
|
| MD5 |
c7482b9577366372a6ce5c2c2ccb6f6b
|
|
| BLAKE2b-256 |
7121eaa88ddd8de66afd308c1ee1f97f061d94694e070b20311db30c94846121
|
File details
Details for the file fast_zip_decryption-3.0.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 17.3 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6334995546dcbc5ea968157a9d6052acdec5cba73b958be6e09001b11f7441c4
|
|
| MD5 |
3140fd2536ac839f9a1dc6d1c99eb343
|
|
| BLAKE2b-256 |
bc32f5ce92f65d3685be20d5eb0529c4b77a9dd00f200b315ca9d9f4c2d173aa
|
File details
Details for the file fast_zip_decryption-3.0.0-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 8.1 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fcf78a4ab4bcf2ef07eb1660f825a87b09e28ef5c8b359e3d0e2f0b299e5040e
|
|
| MD5 |
66c86b80996f268c228b907cd4cd43a6
|
|
| BLAKE2b-256 |
7262103db534586ab09da1112e5a312de500db31a08ced636c0fd3a0bd11867b
|
File details
Details for the file fast_zip_decryption-3.0.0-cp311-cp311-macosx_10_14_x86_64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-cp311-cp311-macosx_10_14_x86_64.whl
- Upload date:
- Size: 7.8 kB
- Tags: CPython 3.11, macOS 10.14+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1ede05aa3f67844cb7df270e7d82b2dcbe67b6514c824502d3ca43b96b05a22
|
|
| MD5 |
e133002338e2f4afea20f930fa66fd7b
|
|
| BLAKE2b-256 |
83b443f6a492c68bf92f32f083c0f7afaa784bcaf21df69e213a28f866843af0
|
File details
Details for the file fast_zip_decryption-3.0.0-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 11.2 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
490a1c11a076d05213d6cdd2a5bfc22c012a6c1ce4be2af984f115969770f347
|
|
| MD5 |
25de3e3fd02660b0c6ec8c69a40c4bf0
|
|
| BLAKE2b-256 |
a2675cf0ed2900c418e2489c734823a3745148ed4473b016794e2e9fbcca1794
|
File details
Details for the file fast_zip_decryption-3.0.0-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 16.8 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f29db9ecf7feb98fe22faf5d69e185952ab4a72c841c9c827b16e232814f1231
|
|
| MD5 |
805032696a60577642fa18a4c71e5c18
|
|
| BLAKE2b-256 |
ddd2af42efc71af3bb9da37c227386a3df1236023dafb01443990602d285a10f
|
File details
Details for the file fast_zip_decryption-3.0.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 17.0 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46d08235ac3f66515fcf0ed49551aa59a6b116139e27cb48ff5c0825631093b7
|
|
| MD5 |
c759f3907cf1d51fc6f3b82c61247e12
|
|
| BLAKE2b-256 |
c2b627f473f3f19910319b501b4b19e07a6242088cfc97dc12723c5ca325b2f2
|
File details
Details for the file fast_zip_decryption-3.0.0-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 8.1 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f9ce410abbc19e21f59b55dbe003fb9643e12a769df122481476bb5ee9b5500
|
|
| MD5 |
9bbf1ff8b2421d1286fb4ea4e27d1d74
|
|
| BLAKE2b-256 |
7bb6718857a5d4cb78c31d15abb234389c68a700259a2f36b5717b2c81ba127d
|
File details
Details for the file fast_zip_decryption-3.0.0-cp310-cp310-macosx_10_14_x86_64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-cp310-cp310-macosx_10_14_x86_64.whl
- Upload date:
- Size: 7.8 kB
- Tags: CPython 3.10, macOS 10.14+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa9d4048362ca469e15c7214c3f52b2ad2f49d92fb156183935b21b5ba96321f
|
|
| MD5 |
700926f908b8f12256de49caf7ff9472
|
|
| BLAKE2b-256 |
fc9d85284c41168a17882e42e3d96999db1ae3cc885c1141838358192b71fbd9
|
File details
Details for the file fast_zip_decryption-3.0.0-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 11.1 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5573a7ca707e6e86abb254ae93b0f1484275b42e59c58d5b2afed1d90e1b0169
|
|
| MD5 |
c2ed566df4a9e995f401761a9c63db8b
|
|
| BLAKE2b-256 |
3b9a59c0eab126a389b94962abb9da1f5e5cb8c1e331405fdc0a7fb4b18b4ddc
|
File details
Details for the file fast_zip_decryption-3.0.0-cp39-cp39-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 16.6 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ca3466e7bac97a903eee725cd981b41560d1059e3a899df403d39f6c4cf70e3
|
|
| MD5 |
360cee8e12c572268aa8de8fef4beca9
|
|
| BLAKE2b-256 |
763be2c4b162cfcb1a39165b727a53136907b3bd0b6f47b1f5403f1cee6a51e9
|
File details
Details for the file fast_zip_decryption-3.0.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 16.8 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7b3fc6876872377fe638f4bfecba09f3bbf1c57fd7ee1e21ddf7aeba81db552
|
|
| MD5 |
7580ec03b602371a0dab47a455d03b71
|
|
| BLAKE2b-256 |
a0185c6884e489753c84b107cf77150a85d1fd2cd8d83ab91f9e93ce713a6f48
|
File details
Details for the file fast_zip_decryption-3.0.0-cp39-cp39-macosx_11_0_arm64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 8.1 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82a684b268a55c486f49e1a6e806b6671441f866389ac83121c6e731adf8c891
|
|
| MD5 |
c1f048a2ddbfff08b80d0fe2e5ec1377
|
|
| BLAKE2b-256 |
5431266c385a8e77fdf191906bdbd5ef672927386071fd3d6e64d4e2fbcc98b1
|
File details
Details for the file fast_zip_decryption-3.0.0-cp39-cp39-macosx_10_14_x86_64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-cp39-cp39-macosx_10_14_x86_64.whl
- Upload date:
- Size: 7.8 kB
- Tags: CPython 3.9, macOS 10.14+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8385ff931ea1bc47f16b271d80398b5a96f41b4352a2649919ea598da003e9a
|
|
| MD5 |
127d54961e0c5233effcabae1b00ffd1
|
|
| BLAKE2b-256 |
06cca7763b73bc942bc1fb3c2ccfa4ebffdf154683073b8f61b811b3bfd807b6
|
File details
Details for the file fast_zip_decryption-3.0.0-cp38-cp38-win_amd64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 11.1 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2a260eea1d2b7208f14fd34c9afc1554f76dd543e11eb68aab8ecd72ff4483f
|
|
| MD5 |
068fb60fbfc0a5a506ad3f388aba71ba
|
|
| BLAKE2b-256 |
e669073ad8f78809f132ccc33d7c313aa6336486544b6aac99fcc728ca17fa3f
|
File details
Details for the file fast_zip_decryption-3.0.0-cp38-cp38-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-cp38-cp38-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 16.7 kB
- Tags: CPython 3.8, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b81fe9fa4cb72a37878c8c46dc1b6f5421b1bb1e5d85eecae4675c49efe3d1e0
|
|
| MD5 |
45d7780dc13b2738608e72982afa7cee
|
|
| BLAKE2b-256 |
31a16adae00024c95cb054ac873ea7cfe42a7d8f7903b59c1f985ea320af7336
|
File details
Details for the file fast_zip_decryption-3.0.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 17.4 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd18a3f232d6869344a7497bcd7741af08ac7e3638f34ac1041fe7126b404f92
|
|
| MD5 |
39c870f1200640437ae70a0ec7c3b7a4
|
|
| BLAKE2b-256 |
9d826529889e06556eb8a1243ce10feaee46c965b051009cdae35e3b334a89e8
|
File details
Details for the file fast_zip_decryption-3.0.0-cp38-cp38-macosx_11_0_arm64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-cp38-cp38-macosx_11_0_arm64.whl
- Upload date:
- Size: 8.1 kB
- Tags: CPython 3.8, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4887ee30e1cbd0da63c25d5a68373a075639163fff16bff6ca908d899c28bbae
|
|
| MD5 |
0260dee554af312b000ab5e4a46837b2
|
|
| BLAKE2b-256 |
6e938eac529e1fbfaeedb97e3053cce972a16ab36909c72dfb4b1e49ab3267a6
|
File details
Details for the file fast_zip_decryption-3.0.0-cp38-cp38-macosx_10_14_x86_64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-cp38-cp38-macosx_10_14_x86_64.whl
- Upload date:
- Size: 7.8 kB
- Tags: CPython 3.8, macOS 10.14+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8092aea94dc6cafb001ffcfd0f6960f3ecbf81f506d566a39a629df68db8f186
|
|
| MD5 |
22419e37f092cd174b5664aa2e4deed5
|
|
| BLAKE2b-256 |
f2ae8452d1477a3525fc99ae23fdcb56ed0e02bc78b3af594d444d1eb36a6b1d
|
File details
Details for the file fast_zip_decryption-3.0.0-cp38-abi3-win_amd64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-cp38-abi3-win_amd64.whl
- Upload date:
- Size: 10.7 kB
- Tags: CPython 3.8+, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96c0bb7eb283ffb695773491ce0c1710fb11e85ddcb5fb6f57f2882397c40f82
|
|
| MD5 |
bff3ae32d5bf8c4ea3be8310b3631e9b
|
|
| BLAKE2b-256 |
7cb1c62064ca02db041d1239ffef3a9c4ca6576c370c141d705533cadae8e9be
|
File details
Details for the file fast_zip_decryption-3.0.0-cp38-abi3-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-cp38-abi3-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 13.9 kB
- Tags: CPython 3.8+, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f31d22a559d88a936d7e5893b5abc2d04d230d0c2ad6cd21834b7460770ca55
|
|
| MD5 |
4562e4c5f5d1868eabb7be739cf1ece9
|
|
| BLAKE2b-256 |
68db3c9e43a15c64e759a190ee766915d9367a1751806c3769b35eb75558e29e
|
File details
Details for the file fast_zip_decryption-3.0.0-cp38-abi3-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-cp38-abi3-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 14.4 kB
- Tags: CPython 3.8+, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
14d3e6673542f53a914bb38cf30a990cb2efdeb75b222f1df221873d7b78e3a4
|
|
| MD5 |
802773f83ceda20ab1d4aaa8df6b95de
|
|
| BLAKE2b-256 |
31b0a455ad3f7c572bae4433746afc7ec5afd92d294e459203fd436dd45fbadc
|
File details
Details for the file fast_zip_decryption-3.0.0-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 14.4 kB
- Tags: CPython 3.8+, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88f8af3abbdde18dc50d3da6778f1497cc8e808cb895720b4d489cccf613cdc7
|
|
| MD5 |
ddf9751749131fe4c8a347fb080e00cf
|
|
| BLAKE2b-256 |
8a055c75aa9b191438ea4e49369d26a8960474fce8fddf99de1472d6ce9cb86f
|
File details
Details for the file fast_zip_decryption-3.0.0-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 14.1 kB
- Tags: CPython 3.8+, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.5+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d671e8e9474ce5b1124dbb022a3d45df4e158e0acb1360f03e97b7c3688c454
|
|
| MD5 |
2a613e908a16647d9fd57624e31abd95
|
|
| BLAKE2b-256 |
df9a76704933568303317ded6f0fcbfa85e95dfbddbabc42ffba7de369d0bb4c
|
File details
Details for the file fast_zip_decryption-3.0.0-cp38-abi3-macosx_11_0_arm64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-cp38-abi3-macosx_11_0_arm64.whl
- Upload date:
- Size: 7.9 kB
- Tags: CPython 3.8+, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ae20f53230d9fcd837344da8f740491410169d538b944d2497a5a2c04016d44
|
|
| MD5 |
c8cb15f19a754d06b01a8300ca054ab0
|
|
| BLAKE2b-256 |
a2298b7c880b8518a2252169af68f49ac9deb7337961d070e49b11c15195db8a
|
File details
Details for the file fast_zip_decryption-3.0.0-cp38-abi3-macosx_10_15_x86_64.whl.
File metadata
- Download URL: fast_zip_decryption-3.0.0-cp38-abi3-macosx_10_15_x86_64.whl
- Upload date:
- Size: 7.7 kB
- Tags: CPython 3.8+, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a6c66aebe2e144ca7a6d54e218daa31c1212b866182769a55afc845ec950658
|
|
| MD5 |
63323ea2499a248a7a3f66aa7bc57820
|
|
| BLAKE2b-256 |
a354cb9e67f2c697749d4e68a2871991e89da7a3a58949f54bea18572e21c25c
|