Python bindings for the Czkawka Rust library, a fast image similarity engine
Project description
czkawka
Python bindings for the Czkawka Rust library, a fast image similarity engine
Installation
pip install czkawka
Requirements
- Python 3.9+
Features
Fast image similarity in Rust, shipped for Python via PyO3.
Finds visually similar images regardless of resolution, format, or minor differences.
Usage
from czkawka import ImageSimilarity
finder = ImageSimilarity()
finder.set_directories(["/path/to/images"])
finder.set_similarity(15) # 0-50, lower = stricter matching
results = finder.find_similar()
# [['image1.jpg', 'image1_copy.jpg'], ['photo.png', 'photo_edited.png']]
What you get are groups of similar images, e.g. using the attached data we find the copies:
>>> def find_similar(thresh: int):
... finder = ImageSimilarity()
... finder.set_directories(["tests/images"])
... finder.set_similarity(thresh)
... return finder.find_similar()
...
>>> pprint(set_and_find(0))
[['/home/louis/dev/czkawka/tests/images/hello-world-white-fg-black-fg.png',
'/home/louis/dev/czkawka/tests/images/hello-world-white-fg-black-fg_COPY.jpg',
'/home/louis/dev/czkawka/tests/images/hello-world-white-fg-black-fg_COPY.png']]
Increasing the value from 0 to 50 doesn't make the first group it finds any bigger, it adds more groups to the results. Each inner list is a cluster of images that are similar to each other.
Refer to the Czkawka docs for all available options.
Benchmarks
Benchmarks coming soon.
Contributing
Maintained by lmmx. Contributions welcome!
- Issues & Discussions: Please open a GitHub issue or discussion for bugs, feature requests, or questions.
- Pull Requests: PRs are welcome!
- Install the dev extra (e.g. with uv:
uv pip install -e .[dev]) - Run tests (when available) and include updates to docs or examples if relevant.
- If reporting a bug, please include the version and the error message/traceback if available.
- Install the dev extra (e.g. with uv:
License
Licensed under the 2-Clause BSD License. See LICENSE for all the details.
Project details
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 czkawka-0.0.7.tar.gz.
File metadata
- Download URL: czkawka-0.0.7.tar.gz
- Upload date:
- Size: 122.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ab174d0663d1408da63cbef1fd263af7f3d8a7cf96aab21fbc4787ddca928e8
|
|
| MD5 |
938ce2ee0c36fe0a7c92edd5642929f2
|
|
| BLAKE2b-256 |
2181d31be417f93d8b238f38149131f81f09a499493f568654f182345b0c8558
|
File details
Details for the file czkawka-0.0.7-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: czkawka-0.0.7-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.6 MB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d720a5867db40f595dcc8acd81bdd1c4223a5c0a7891d355753160798b7a886a
|
|
| MD5 |
d3742b3c9de7055b2857f2aa6f36a187
|
|
| BLAKE2b-256 |
4d479577e285ca8dac699cdbe621ed79ad6f638575bc0a75c1e0afddef69b283
|
File details
Details for the file czkawka-0.0.7-pp311-pypy311_pp73-musllinux_1_2_i686.whl.
File metadata
- Download URL: czkawka-0.0.7-pp311-pypy311_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 3.6 MB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a166729e65c1cd66b4c65f9dc00771300d49ea929895dfe3e8efdd8fa03302d
|
|
| MD5 |
1abb90a171418605fe032e9b4690c93d
|
|
| BLAKE2b-256 |
ddf6e34f2f0db8adafd7301890bb7be85fe438f0d7ace312dcb9593794ccc172
|
File details
Details for the file czkawka-0.0.7-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: czkawka-0.0.7-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 3.4 MB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11cd25b4d19a152e3e5e56725dc72a73ba1f7eded8ccb292566e57da7c98dfcf
|
|
| MD5 |
64435ae493337c44a6fa1465716f5672
|
|
| BLAKE2b-256 |
196d5cfbb3c7d1086fbd04d774cc510c492b59a9071b919e4313ba9baa380fbf
|
File details
Details for the file czkawka-0.0.7-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: czkawka-0.0.7-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.2 MB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cfa11a1fb39d41a56f353b9fd91a3602227bfd596217a9d276c9db3118f7ef3b
|
|
| MD5 |
239f8220e37b51fabd304c068dd408da
|
|
| BLAKE2b-256 |
e3e6a19b932f92590e32011214975229ca4c308c65ddeb5b8625d50462ac4a79
|
File details
Details for the file czkawka-0.0.7-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: czkawka-0.0.7-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 3.4 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f858976a5d50d10ce0b8ef41403227f844d63c2f443eae4baedea11ddfc2996a
|
|
| MD5 |
40099c9be26cf3b6e4efecbbaa4b01ad
|
|
| BLAKE2b-256 |
2d0b6be1234923b1ce42e89bf18ae151c100ca6614bb18709daae6c74ae147a4
|
File details
Details for the file czkawka-0.0.7-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: czkawka-0.0.7-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 3.5 MB
- Tags: PyPy, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0492fede843c732d58608c10515a75d256a582c05ae1d0e1f42c3879316fcbf4
|
|
| MD5 |
53dc4f0b7bd16d15cd495c71c7cd66ed
|
|
| BLAKE2b-256 |
0ee0f7647e4a56af75ea6214aeaa9ab5520d9c410c4428462abe707ac1bccf8f
|
File details
Details for the file czkawka-0.0.7-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: czkawka-0.0.7-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 3.6 MB
- Tags: PyPy, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30046e9115da8d55738a25204bbe85bb996eae8b549eb044366ab34fefa52ad3
|
|
| MD5 |
cf50bc3e0a072ed2ca4d60e574c5fb89
|
|
| BLAKE2b-256 |
aca5d4d55a718c50b4c8713c040dcd0cad765b1ab9f60f80b33ef84a3ac773b3
|
File details
Details for the file czkawka-0.0.7-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: czkawka-0.0.7-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 3.2 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec524ce1a580023ead2ecb21eea09e15d6c0ea6d1ce144abf86800e38be5d15f
|
|
| MD5 |
45992248a7e7bbf63af73b54dcbc5f16
|
|
| BLAKE2b-256 |
acc76745d28dbde43cb54a06e57a210eb1af54e6d516b7a2e630a8fe2a1dfe9d
|
File details
Details for the file czkawka-0.0.7-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: czkawka-0.0.7-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 3.0 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f53ccb16c4b81a3745145c1f3f0557026b0fb0568c96e3d56fce16d4de2acf9
|
|
| MD5 |
4e774c141e0a018a75898ea58f39e80c
|
|
| BLAKE2b-256 |
aa56cf2920ff78aa1f27c9e9401b8e3ae2371010979c5f488d41be6ad90ef038
|
File details
Details for the file czkawka-0.0.7-pp311-pypy311_pp73-manylinux_2_12_i686.manylinux2010_i686.whl.
File metadata
- Download URL: czkawka-0.0.7-pp311-pypy311_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
- Upload date:
- Size: 3.6 MB
- Tags: PyPy, manylinux: glibc 2.12+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0a9b466db9611527175c73d374c3296f90d08d460c7786d821b8c41a36a3376
|
|
| MD5 |
8a04bc65d58e251f3fc80cc6ca3b9ad5
|
|
| BLAKE2b-256 |
102418e007a9a2588ce275854438c16d413accaeb3e8811b8620b2d3ecd192f1
|
File details
Details for the file czkawka-0.0.7-cp314-cp314-win32.whl.
File metadata
- Download URL: czkawka-0.0.7-cp314-cp314-win32.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.14, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
293063d10f5687f668dbaea9a0a0feed7b20e6d0b0559d8b7dbb1063947a6c20
|
|
| MD5 |
6cfdeec16041e94056bd3591626e1123
|
|
| BLAKE2b-256 |
fa48209233a4de600a02b4cfc2afb90f41237af80770bd334d42e9e468a28ff6
|
File details
Details for the file czkawka-0.0.7-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: czkawka-0.0.7-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56dad6e4500af1f271fd2705dbfdab5fab452e10a8ac9cc6c4ff03bef5e44700
|
|
| MD5 |
c969d18b0c7aa6b1256f8fa260511723
|
|
| BLAKE2b-256 |
8902358594a519cdb1548a686c203ba26b7857f21ba02c2fa4fde3f01d399f23
|
File details
Details for the file czkawka-0.0.7-cp314-cp314-manylinux_2_12_i686.manylinux2010_i686.whl.
File metadata
- Download URL: czkawka-0.0.7-cp314-cp314-manylinux_2_12_i686.manylinux2010_i686.whl
- Upload date:
- Size: 3.6 MB
- Tags: CPython 3.14, manylinux: glibc 2.12+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
acbf6357337be1bd5e5fad041e2055ebcf3851ae5f1fd425b03c37db9a276398
|
|
| MD5 |
9a15053e3a0cd85592eae9b5884878f0
|
|
| BLAKE2b-256 |
25bb810b3769f445a4dc21f3246ec77328b0e91cc840e4b8f09d19d4e54c848c
|
File details
Details for the file czkawka-0.0.7-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: czkawka-0.0.7-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.14, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8bada14cbd5ee6df8c14b75b2f98464e8e9b8f13abf69c3a17b4af65af67fd2d
|
|
| MD5 |
3d9d5d3e4127c80b3ab776682dd55cfd
|
|
| BLAKE2b-256 |
ad8771e89ee527de072767ba1104b6d546e124085c3594fd28ef47511d6d95e5
|
File details
Details for the file czkawka-0.0.7-cp313-cp313t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: czkawka-0.0.7-cp313-cp313t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.6 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e85b7e8c431ec0e2cc6fde24729dcc51061398524900371d31d6972007ea612
|
|
| MD5 |
93caa88de8873bf699259edd02992cdc
|
|
| BLAKE2b-256 |
f0e0e0dd503f0a5366dc29849324256ee1c6752c573326e2e88798191c80f6c0
|
File details
Details for the file czkawka-0.0.7-cp313-cp313t-musllinux_1_2_i686.whl.
File metadata
- Download URL: czkawka-0.0.7-cp313-cp313t-musllinux_1_2_i686.whl
- Upload date:
- Size: 3.6 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81d8eee5e8c2eda5412bba7021e839f726d7064465a58f784cb3c2c97c451375
|
|
| MD5 |
2930c436d8d2e487402d997e2dec027a
|
|
| BLAKE2b-256 |
3aff915e78303e711ccdd0a3abbe82dff31f6f17177a1e03bdceddba28adcfeb
|
File details
Details for the file czkawka-0.0.7-cp313-cp313t-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: czkawka-0.0.7-cp313-cp313t-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3c8dc4b2bf69711c1cc6ca962c1897c323fa45e1a392980a9dbcd961e1c13ad
|
|
| MD5 |
7f98623bda1f84d2a2c00279615c2358
|
|
| BLAKE2b-256 |
9cd2810ea81a8b7df642ea8e44a3b95232e63daca9bf73f0df8e3ef80413e18f
|
File details
Details for the file czkawka-0.0.7-cp313-cp313t-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: czkawka-0.0.7-cp313-cp313t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e362367ac404c1c7e70a5929ded3d5de496fecc94f258083e5f6246edfd32e69
|
|
| MD5 |
6f0570190ba912f32677802e4e5815b8
|
|
| BLAKE2b-256 |
27b3352bed4a15a7e2d65d4fe391c238dcb96c69bc9ee763c282c3ceb1ae9dbb
|
File details
Details for the file czkawka-0.0.7-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: czkawka-0.0.7-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 3.5 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80bd748780a2be91fb2f634a736cf657723ca410fab2db7efca3f151d89f5cfa
|
|
| MD5 |
f5a8b0b4098feb85802d8ab1df467f37
|
|
| BLAKE2b-256 |
161fe8e59b739ae617ec1c167a29aa6dadeb1c3399ccc0b318a6a9ef003dc3fa
|
File details
Details for the file czkawka-0.0.7-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: czkawka-0.0.7-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 3.6 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8067f8ed0831125cb412df717bbfb5b04a2b91e036f5e079b0129738d81312a6
|
|
| MD5 |
77e4301bad153b2c704780a1d9f1d983
|
|
| BLAKE2b-256 |
45059d58911d994ced9945088397961a8512aeea46919a60a8d5e6fe95db07d8
|
File details
Details for the file czkawka-0.0.7-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: czkawka-0.0.7-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc8d79c2370f5adbfb51f73df523bcb465d9798adbd25147b6901d424e2af29e
|
|
| MD5 |
03900428fab8fae4f16b8884f0c8cbf9
|
|
| BLAKE2b-256 |
826cfeff8ae8119b48a53d484b49d098dde9037b461486627739389d6bfc59ce
|
File details
Details for the file czkawka-0.0.7-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: czkawka-0.0.7-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e34f08a9ec57c9de0dd0b8a5e98a77bc43e6da55aa59049d657a9416786b1aaf
|
|
| MD5 |
2130329a36380b3572228a393ac2bac8
|
|
| BLAKE2b-256 |
fe2d5bf53ed1928c44fbf786f4186715d2ba1eeb5320039fdb1334f4bc0da19f
|
File details
Details for the file czkawka-0.0.7-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: czkawka-0.0.7-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a84e282c995ea664dbe3a6ba45b4ab404ecf08adc4253c091bf8d781891ec2a
|
|
| MD5 |
32a20938b9e68606ea7d497e38203358
|
|
| BLAKE2b-256 |
4069a05237251e41a53a2c6b707b8148c1f91a934a5e84ad1b1a7b548b505ecc
|
File details
Details for the file czkawka-0.0.7-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: czkawka-0.0.7-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.6 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4f3ae2a00894347b274da8ede0e9bb0f485f4c20908a0d3b533e0dd448b95e8
|
|
| MD5 |
9a4bccda9128fc69217f7ea80a1934bc
|
|
| BLAKE2b-256 |
63b2f600ee4e3068c33178f25b0263378b4d625abe6386da470144d8834ed317
|
File details
Details for the file czkawka-0.0.7-cp313-cp313-musllinux_1_2_i686.whl.
File metadata
- Download URL: czkawka-0.0.7-cp313-cp313-musllinux_1_2_i686.whl
- Upload date:
- Size: 3.6 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
beeb7096357efe10396afd2c029d545c55d5f23cebf4b910112391d81292ea00
|
|
| MD5 |
501475e2d06b977b338ccef40c399afb
|
|
| BLAKE2b-256 |
3bd4e864d599a3ff4d81454a8e3fb7b9c95a0421ee66d10fd9e9f36cce324250
|
File details
Details for the file czkawka-0.0.7-cp313-cp313-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: czkawka-0.0.7-cp313-cp313-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ed154347ce472fe96686ce9830ecf69b3dda2d0c547d1a114e7b7679b162d9f
|
|
| MD5 |
abcafd8b0b2f78abe50d5872e5e3b448
|
|
| BLAKE2b-256 |
cbea39c2cc90d26fa5c586f9524aa5d61640d17326bf594f37d299784cee953c
|
File details
Details for the file czkawka-0.0.7-cp313-cp313-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: czkawka-0.0.7-cp313-cp313-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f58fdee984ed51d3ddd65e655a17d10e5b5758b30f8dfff93977e6fb8aedeb7
|
|
| MD5 |
38272b90ffb4549ba48b229efa68ab5a
|
|
| BLAKE2b-256 |
7a7a4c7511b10b487d73d2c743a113a7029193845037a7d7911b2d75b08ebf99
|
File details
Details for the file czkawka-0.0.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: czkawka-0.0.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
542c835487b9bbf20e6caf9f8d9722178002c00f9dc5850c7f87af9583da46c3
|
|
| MD5 |
4c9f6f64d0846e8d72e8d390760ddc5d
|
|
| BLAKE2b-256 |
d9a51e85165bc794fb558af7954acfeed8dcb0d4ad57e8a43db10fd31b3b322f
|
File details
Details for the file czkawka-0.0.7-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: czkawka-0.0.7-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 3.5 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
703d0870dbb25aefd99eab035ca6360aaac7636c448a034750aecb0250efba8b
|
|
| MD5 |
2109f0804393875b2d53744a5a3c2a6f
|
|
| BLAKE2b-256 |
68b791e75613856d4d281127e61cf73bd15cfba77dbaa67f9ab189a9e489c99c
|
File details
Details for the file czkawka-0.0.7-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: czkawka-0.0.7-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 3.6 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3253a2833d593f877b10fc180a40f0907812e84e48aac7f7fecd0d8dacea4f4
|
|
| MD5 |
47bf4c143f2984e910f425c350f81f3a
|
|
| BLAKE2b-256 |
60bd6444dd38959b397f7afe4f710992f7b5d5a2548db850b8385b41bdf3c788
|
File details
Details for the file czkawka-0.0.7-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: czkawka-0.0.7-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
799bbefbfc1edf43e737af1ef03e6b7ab03d9b86ece8d9f24491681660d5c57e
|
|
| MD5 |
78d4519c398aee0fcde798972506ba56
|
|
| BLAKE2b-256 |
855a7dfe4e1455acc6789665fdbb561610c51bbb7395f3c6ee18772c46b03005
|
File details
Details for the file czkawka-0.0.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: czkawka-0.0.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c779f4105a1782cf26c3fca349df3ff95149079f252b05df504f73fd49044da0
|
|
| MD5 |
e5e9e0059fc4daf3ed952567daf2ad51
|
|
| BLAKE2b-256 |
647c96d26a78a01df812902ab1ce240ec4f8608fd4f51da958a82cb8659b60b2
|
File details
Details for the file czkawka-0.0.7-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.whl.
File metadata
- Download URL: czkawka-0.0.7-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.whl
- Upload date:
- Size: 3.6 MB
- Tags: CPython 3.13, manylinux: glibc 2.12+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88206590d942bd1e2ab4ab43ccd7c81bc577d3b06981f3847d9d374bbfb838cc
|
|
| MD5 |
25f9631ef9badb24f320a03abab21c01
|
|
| BLAKE2b-256 |
488b2921071d6c5a1a3ff516a46f9e1f72f306216a434d826309660e55aeb139
|
File details
Details for the file czkawka-0.0.7-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: czkawka-0.0.7-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2e20a0315308a26e96f416279629895707c46836585a5a651ee870833f20c38
|
|
| MD5 |
c228145a7427a9ce141ebf7305395c80
|
|
| BLAKE2b-256 |
f072ee8cda0713356ab3b5efe07c02e5d4799ae73efae48debafb59d5d3c8929
|
File details
Details for the file czkawka-0.0.7-cp313-cp313-macosx_10_12_x86_64.whl.
File metadata
- Download URL: czkawka-0.0.7-cp313-cp313-macosx_10_12_x86_64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.13, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c416eb0062edd2ffa7caf7520b566f6938afcc262ab3ba126c86c900a01ced88
|
|
| MD5 |
7195bb6c4c505f0ac8f139d3d6e22393
|
|
| BLAKE2b-256 |
2409d53e3d17a810b6e592821642a3970d602251b3798e4c2c30e92b625079ea
|
File details
Details for the file czkawka-0.0.7-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: czkawka-0.0.7-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a68fa1db0d7a45fc5d96c78f9e8ca86444c792cd834d0a2b07c8493931d5100
|
|
| MD5 |
542cbf0094dfa0d0fa8f61745ad78e0c
|
|
| BLAKE2b-256 |
2e9d05e82d199e1c1c05acceae06384b7fd70b3db0b411047de04629210f934f
|
File details
Details for the file czkawka-0.0.7-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: czkawka-0.0.7-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.6 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a005b7e66ab386756ff128b833bf191bb8f8fbc8f07fcdd9047c9a75f1e59831
|
|
| MD5 |
5a4c5bdd969fbd4b6f615214b84175c6
|
|
| BLAKE2b-256 |
5f18f2a10bf05b07caeaacbd60ac87fea94d15940dec8be0832ddbec68ef02e2
|
File details
Details for the file czkawka-0.0.7-cp312-cp312-musllinux_1_2_i686.whl.
File metadata
- Download URL: czkawka-0.0.7-cp312-cp312-musllinux_1_2_i686.whl
- Upload date:
- Size: 3.6 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba710fff0b4af8e4d8a817e3468b4789a0d70097ec336263d02ecb1e915f9bf6
|
|
| MD5 |
2ade162fbce37193abe16f46dca5be60
|
|
| BLAKE2b-256 |
af74135a35976cbb0ccf45545f060cbaa6f79e89b4686db3883d244a341a48a5
|
File details
Details for the file czkawka-0.0.7-cp312-cp312-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: czkawka-0.0.7-cp312-cp312-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ccbef0b0fcf397592e4c7e516627de9daf10d8890e5478f6b0eb16d8ad0d81eb
|
|
| MD5 |
3df129f8e8093499d432a0c74e038146
|
|
| BLAKE2b-256 |
afedd665e32180e9b1e0100082ad1f92cbc47724bc324ef847ceac0ae0248c17
|
File details
Details for the file czkawka-0.0.7-cp312-cp312-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: czkawka-0.0.7-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42cfaad7486e93094c363953db43eff8465a7b155eb0031a76133ae7741edc0e
|
|
| MD5 |
64c3ee9e31f5a141ae167340e2820e90
|
|
| BLAKE2b-256 |
5f7ad156c58570093792fbd787bf5bc5321eff46aa212b8c7907d1a50b4ffb1b
|
File details
Details for the file czkawka-0.0.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: czkawka-0.0.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3692ac092bc3e68eae0662e327d45e9bb61a8eeb927900d1a6ff6877eddcd9eb
|
|
| MD5 |
36abed980506a49461f146926911b891
|
|
| BLAKE2b-256 |
71e09f0445cdd94e409c1592e75ee3f8f94c5d31b3b08f21c459d7168175b8c3
|
File details
Details for the file czkawka-0.0.7-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: czkawka-0.0.7-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 3.5 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e1df9772e520cdc762ab357013fe28a1c36d7649f15c1535c2094a74eda57bb
|
|
| MD5 |
8e5a0bbfe7e5ebaf819ddc2c5eb2a349
|
|
| BLAKE2b-256 |
942d30d01b5e97d1b047bd7c7d6ae017a7f1d468d81519249e1afe50f1b259e4
|
File details
Details for the file czkawka-0.0.7-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: czkawka-0.0.7-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 3.6 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0898b7589eb7a0402bb94b3eb4143fea8177edc8c869b38b1dbf671795895cf9
|
|
| MD5 |
5f54bcac8c6aba92a801f2047f83690f
|
|
| BLAKE2b-256 |
7d0522d40deb269822dc95f30db34d38946de1711a9a9e75e8bbe9ae04a10c6b
|
File details
Details for the file czkawka-0.0.7-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: czkawka-0.0.7-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66181ce71a061f38de5587484fda6868111265faf23ec5c0e5f9786141a96238
|
|
| MD5 |
d04a444f453f0358702f5d44cbada3d7
|
|
| BLAKE2b-256 |
17b2637aaa7d1b9f2853e42f3c66d6c6fef0b6a289f36afc7c141cb43788d904
|
File details
Details for the file czkawka-0.0.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: czkawka-0.0.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4fa5c38681586cfaf9f7ec795081d564bc7f87824ad097c0e5ce94ea7d59e558
|
|
| MD5 |
6b961ae92f1c7e062327aeb5aa258243
|
|
| BLAKE2b-256 |
921302f4297496eb53621c8057ebcf45bd72b04b801a9490eed877603e67e408
|
File details
Details for the file czkawka-0.0.7-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl.
File metadata
- Download URL: czkawka-0.0.7-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl
- Upload date:
- Size: 3.6 MB
- Tags: CPython 3.12, manylinux: glibc 2.12+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0f836b06798f85fd76edac92a205facd617a965f9c10b76197f60390e93b02e
|
|
| MD5 |
f09ea43534d36aa6881e18a0440b2b82
|
|
| BLAKE2b-256 |
0544df3f232536938eb33405bb3669725d490da319ca9b65d40a251f4b04f436
|
File details
Details for the file czkawka-0.0.7-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: czkawka-0.0.7-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06c19dd2f241a3a36ded07c4b19119d2216082c0e03b10b32663cb4887d79001
|
|
| MD5 |
2c2687cd81e5d5fcfff7f67678167fcd
|
|
| BLAKE2b-256 |
b32f10db183e85e70f6ff73e5d537dbc260f4a76250d0441960162c6dea40861
|
File details
Details for the file czkawka-0.0.7-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: czkawka-0.0.7-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94f52d439663979e05e638041e5c04ab6c829c4e733b75ca34a0b17978b7d03a
|
|
| MD5 |
fcfec91317a7822a132a2d5009ed933b
|
|
| BLAKE2b-256 |
a87ba8488e4c22c087f09c0929ea5291304df0c11d3eb659fcfba6ae74c743c7
|
File details
Details for the file czkawka-0.0.7-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: czkawka-0.0.7-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
756e5f80ec947794cb08db1bfea29d013992a043226b2588bd59bd3f2ef026c1
|
|
| MD5 |
041f15c973c49421fba8e93090bd462e
|
|
| BLAKE2b-256 |
ec7e8dd04984205dc333bd33189b7b00efda38af12ff2b6a615a91ce6f263bb2
|
File details
Details for the file czkawka-0.0.7-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: czkawka-0.0.7-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.6 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50939ca1c5695f940fb7366282bcde4cf1bf915de546d369ac33fbcb535f2fbe
|
|
| MD5 |
2df90f842036de7ba78dd7a88ace91e7
|
|
| BLAKE2b-256 |
abc3c4e035228b41285597ec8f9a2dd01423893895aa7e1f39f0b87b198566b0
|
File details
Details for the file czkawka-0.0.7-cp311-cp311-musllinux_1_2_i686.whl.
File metadata
- Download URL: czkawka-0.0.7-cp311-cp311-musllinux_1_2_i686.whl
- Upload date:
- Size: 3.6 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
66c800a22d1ceab317beb75947db6cae2087297d1801b56f8d43946e6d22b484
|
|
| MD5 |
4e2adf282ef17ead2b745a3dd32fa16c
|
|
| BLAKE2b-256 |
b18a92adff92e767d71ce45ce429ef3f9e635720dd930a1b86441f62a649dcb9
|
File details
Details for the file czkawka-0.0.7-cp311-cp311-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: czkawka-0.0.7-cp311-cp311-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7cf0deece4fc2a958dab672d131dc51d689720ba2c69a77348e6730eee5e7ce6
|
|
| MD5 |
4342680af8f30d363d493794ae08fea6
|
|
| BLAKE2b-256 |
68d68d1141c7ef1d65f39f8f194c2bec4375293681f352d701086e3202a060e2
|
File details
Details for the file czkawka-0.0.7-cp311-cp311-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: czkawka-0.0.7-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f474026dca09e076fbda40656807c49a298e027240fb8059461c715ad37b2030
|
|
| MD5 |
cf15ccebb94e2731822a72b1e5ffe03c
|
|
| BLAKE2b-256 |
622d64af5a3350dc9d84667bec242af134001f62090b2784551c2f817926704c
|
File details
Details for the file czkawka-0.0.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: czkawka-0.0.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d31c16f65035cc3ccab3993630621cde65bafdfdabd5dcc2e77c0b13a8c0683
|
|
| MD5 |
bcacad27b82180cbf31f4709a3a6d59c
|
|
| BLAKE2b-256 |
28790614e9711cf158beafb04e133557fa8843b19d40534e8a92ef8ad40c8541
|
File details
Details for the file czkawka-0.0.7-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: czkawka-0.0.7-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 3.5 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cbe5ddec8bb12d0d3d2c545b76bd887413fd0497068c8f2dbb4fee32c35f93c8
|
|
| MD5 |
f518fbfbf9e08ca360cdcc3892dbfd32
|
|
| BLAKE2b-256 |
bdb121ea6424f8071cb2a29d6c36f08a28c563ff2d20f0f25e34b19521f755ec
|
File details
Details for the file czkawka-0.0.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: czkawka-0.0.7-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 3.6 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64d00db3050ddfd1383622d27aa3d1c2e92dfae46c7a4f09e837699b12b8e19e
|
|
| MD5 |
757d889f6ee394fb07e66a2cb2f6a756
|
|
| BLAKE2b-256 |
a9807e5359c0e065883e6eee82b272e814afc9ee3cdff91e7b9b32fc89cc2bfb
|
File details
Details for the file czkawka-0.0.7-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: czkawka-0.0.7-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae4077e39c68981808508d96c0b44ebcc5f9f151ce97a5e90303c7f1c5942c8d
|
|
| MD5 |
616b1920588d0287768dc7680101956b
|
|
| BLAKE2b-256 |
9fc67f63147a2712fbfd8c14333cba6e59ec36aa5090f71cfd0ba78358930a5c
|
File details
Details for the file czkawka-0.0.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: czkawka-0.0.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc3b2bebebeb25e1c0d21c56af94331a8e5206fb710d41b772cb374adbb0640b
|
|
| MD5 |
b25e84f8287283488cfe25295b1392cd
|
|
| BLAKE2b-256 |
f82e2b3ceb5c391f273b962c03a7043c91fe736ab60ede4ba9e6b312c27bab34
|
File details
Details for the file czkawka-0.0.7-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl.
File metadata
- Download URL: czkawka-0.0.7-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl
- Upload date:
- Size: 3.6 MB
- Tags: CPython 3.11, manylinux: glibc 2.12+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e128998151344e9b9bb4d75744e85eef706e1f52258863953cb9db8d8cadbbdf
|
|
| MD5 |
0560e5a6511bf606ac516f49b9e4594f
|
|
| BLAKE2b-256 |
9a0d6009f023399625be607f4f3e5ed6bacc59082a83d4392d0e9ded39e494bc
|
File details
Details for the file czkawka-0.0.7-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: czkawka-0.0.7-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 2.8 MB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
02653f6530f7e46b689392a5918f526997c1f95f8aebc5cef7cbd608bf291d1f
|
|
| MD5 |
8c9a290af890e7f8b11fd4901e290b3e
|
|
| BLAKE2b-256 |
a97a362db67eb0ee02281795b2a6296c8f5bbc6a3d346af234508d7cd0d44e40
|
File details
Details for the file czkawka-0.0.7-cp311-cp311-macosx_10_12_x86_64.whl.
File metadata
- Download URL: czkawka-0.0.7-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2646888db808255169efdcab0d0ec92c2375b3beb0f6d1937584b0c157939f3
|
|
| MD5 |
453e448e38a6958456c064e20a832c8d
|
|
| BLAKE2b-256 |
1c024b6e5e94b522e25980bfb4dc49eca42f85726d7887516e538e7bb0c15518
|
File details
Details for the file czkawka-0.0.7-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: czkawka-0.0.7-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e836f959654be214ab70092fe802af138c23619ae45d787fd44b573ead76eae1
|
|
| MD5 |
25885ba0313252a4a14a0b566134b1ab
|
|
| BLAKE2b-256 |
8be9bf12f74012ab5b24f6dbc2a44721ab0a8e69d9a549203b03419afc40cb2a
|
File details
Details for the file czkawka-0.0.7-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: czkawka-0.0.7-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.6 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
abe790d24c47389f0c1e750fdbda290965139ecf9d1238ea4f4a34fef6c96303
|
|
| MD5 |
dd5dec5ad49f15647d659582de251c26
|
|
| BLAKE2b-256 |
d3ab9092189edcf9d5b6189f917d2848b0c419b329cf1d02bec0e4d299ac32bd
|
File details
Details for the file czkawka-0.0.7-cp310-cp310-musllinux_1_2_i686.whl.
File metadata
- Download URL: czkawka-0.0.7-cp310-cp310-musllinux_1_2_i686.whl
- Upload date:
- Size: 3.6 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22a8157e5e0a904c004042696bb656ac779293ddcb45f035f5c6b401a0d64d13
|
|
| MD5 |
87c6349d4a34f8e7ab2bc7c9972a5b7d
|
|
| BLAKE2b-256 |
8fed314ee10bdae4cb358d36ba1f805b32289cbd4b73361331c261b684d6693e
|
File details
Details for the file czkawka-0.0.7-cp310-cp310-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: czkawka-0.0.7-cp310-cp310-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e534c6bc7026d8d9db06b16148bb0008ee079a4676b9a0499bff69c7ddb2d8d4
|
|
| MD5 |
3d49c62d864b80e63a10b8fbdde35b29
|
|
| BLAKE2b-256 |
650b23dbe97ec2324f60ab92382266d9076b7a045c8643287ae775d987b2d9b4
|
File details
Details for the file czkawka-0.0.7-cp310-cp310-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: czkawka-0.0.7-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ab26c9c02f3b365c98691ade5d3d1ca3ee40b658b3b769f3c180c143b75c349
|
|
| MD5 |
2435ce5d041e1027ce81a158446cdf86
|
|
| BLAKE2b-256 |
8e204aa4c5f0dbecc660bd827394bc4a68448069a45bbf1ef3039608aa4eab46
|
File details
Details for the file czkawka-0.0.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: czkawka-0.0.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0556788f3fe9a30e33f923e25fc1cd9c08e9005e90c9d1bf3b1b9336c8f0499d
|
|
| MD5 |
78a270e05fc47cc6755c11cb30555ebb
|
|
| BLAKE2b-256 |
428c666da2a01a2bb7c6c88da8a2b063dbb3f9180b5e0b930443567273a89f3c
|
File details
Details for the file czkawka-0.0.7-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: czkawka-0.0.7-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 3.5 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c754dbbc82c22aaf6613a8ddfa1ef7985495d6da0efa1d52f3b38efd5df9bfd
|
|
| MD5 |
9af83b3c837b1b0cb3cd4d5002719393
|
|
| BLAKE2b-256 |
bf1fa034449cd4bb9d2ee4adaff5a4ce301bc47a4ddbaf310c7bdf5bc69a9908
|
File details
Details for the file czkawka-0.0.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: czkawka-0.0.7-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 3.6 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25eab33de53de7d4f6a942a16a85798a494d8ffef38dbf40c7d902787404c656
|
|
| MD5 |
7136c80852cb5c3fb0a7328c922e0994
|
|
| BLAKE2b-256 |
fe6a0c1feb9a345d81416e4135f28dc7064c2244ef839f9436a3607e19646e3f
|
File details
Details for the file czkawka-0.0.7-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: czkawka-0.0.7-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88c3f216b2cfa2cd8bf4f2f17b4c0aab1baa4912c8a5aa9fda39048a4e8aec46
|
|
| MD5 |
0a531378c045360968ef671099bc9100
|
|
| BLAKE2b-256 |
3c331216971a572605ac79b8e133d6da9c7ee6b45f604a4d21ed5c5317ff201b
|
File details
Details for the file czkawka-0.0.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: czkawka-0.0.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ebf754e5db315e6d41150d2baed6a5ec9cb20664d14d4f91bcc868954236b39
|
|
| MD5 |
868458cc2212238009f037864e0f5934
|
|
| BLAKE2b-256 |
3b63e947634474392a247bf92ee0b4338ef80f19b4642afafe21adafdb42bdf5
|
File details
Details for the file czkawka-0.0.7-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl.
File metadata
- Download URL: czkawka-0.0.7-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
- Upload date:
- Size: 3.6 MB
- Tags: CPython 3.10, manylinux: glibc 2.12+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf90dad824d41a4a727cb0f26f3b2aacaa1c122d2263e6ab06ec1b00ab054b59
|
|
| MD5 |
13b23b16115f591c1c38eaf579633c45
|
|
| BLAKE2b-256 |
c6c267b48f733e0f095476a4010180790a21dc4e0d7fc983c1e1fa47c5271533
|
File details
Details for the file czkawka-0.0.7-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: czkawka-0.0.7-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 3.1 MB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a90af47e93ec1071ee47655eb21e54ca54584cc4faea079d204f56571733f3f1
|
|
| MD5 |
65dbec50841df9b4619b745fc74ac16b
|
|
| BLAKE2b-256 |
c98db2c3875499dcc9f1b4581a50681b3d8472db287f21c2cd3d62a63a09d8a1
|
File details
Details for the file czkawka-0.0.7-cp39-cp39-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: czkawka-0.0.7-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.6 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99001bc9fa9dfaca8618b7d76e9c650e809c69824467f89ff5ab6745a2ec9c25
|
|
| MD5 |
bedc73fd961427f9d88d99c1e13b67d8
|
|
| BLAKE2b-256 |
ca614d7b318a3658a9b1d7f80640d5100a8ac719907690783b9603ec3d05af7f
|
File details
Details for the file czkawka-0.0.7-cp39-cp39-musllinux_1_2_i686.whl.
File metadata
- Download URL: czkawka-0.0.7-cp39-cp39-musllinux_1_2_i686.whl
- Upload date:
- Size: 3.6 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
100a7b5c08e7063b7b494f78b54139796593dcc90778ad150e18099728913a3a
|
|
| MD5 |
0533aa5e18f721af7c094ee5b4882f37
|
|
| BLAKE2b-256 |
75d8a1b287280cca3a30b549cf8b4402ab6cc01f8cb10e330cf634475f037528
|
File details
Details for the file czkawka-0.0.7-cp39-cp39-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: czkawka-0.0.7-cp39-cp39-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
adf89d03757774235336680ec416bf353f2296e1b0db2bcf627015c0f0d31a7a
|
|
| MD5 |
a8220a84c45d5be85ea96e3c77fdf3c1
|
|
| BLAKE2b-256 |
218f44155b5999390901b5cddb5578aad7abb728160af13c8669d78e66cd7d28
|
File details
Details for the file czkawka-0.0.7-cp39-cp39-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: czkawka-0.0.7-cp39-cp39-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d45639086e8af59f85a9cf3864c2549edf4a70a55df60946a6d8af72c49787c8
|
|
| MD5 |
66f67291b94735ffdf2d7b3ae40fb385
|
|
| BLAKE2b-256 |
18f349c5b7d2e78e01fedd031d73f43ef833cdf9265c3c1123d761c2c4bf4e45
|
File details
Details for the file czkawka-0.0.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: czkawka-0.0.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 3.4 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05cb10f956be30fd2364e52fb6dc099e4267b40806919c78a386c88800248b79
|
|
| MD5 |
4d51d90e39fbc31a92198ea2a6dda6e3
|
|
| BLAKE2b-256 |
096d0a38bd8dda444b918bd94de867065d8fd827495886203542cad9b88e112d
|
File details
Details for the file czkawka-0.0.7-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.
File metadata
- Download URL: czkawka-0.0.7-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
- Upload date:
- Size: 3.5 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ s390x
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cb866c580d4a1d40bb1e690d625d0d623b5802bbf5014bccc1e29e5a496b6a6c
|
|
| MD5 |
e2d5de350154255a05cfbde7b78b2d2d
|
|
| BLAKE2b-256 |
c5b70cb3201a884fd3a93ab127d5ac9f90e15254ae77cb076ec4f0a982d8bc6a
|
File details
Details for the file czkawka-0.0.7-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.
File metadata
- Download URL: czkawka-0.0.7-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
- Upload date:
- Size: 3.6 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ppc64le
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6bca4977f65ee92169278080b03b5bec0aaccfb6798180051bea399dc15c37db
|
|
| MD5 |
2e7a70d8dd752075e237f0c974481bbd
|
|
| BLAKE2b-256 |
8df5b6d4c868d1274502043c985c08815906206a2c12330edb20f288f3e622e2
|
File details
Details for the file czkawka-0.0.7-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: czkawka-0.0.7-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 3.2 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
20082ce782ddc52e6d6d6db3371f5c89fac942ed037b5c7d35a0da069dccf90e
|
|
| MD5 |
81815c0b7917738fbcd1b5f58d928ee3
|
|
| BLAKE2b-256 |
e8f65ef82390c2988bdcac28a32e16ed430506437b3ac35a8e446ae8e0b6b1f0
|
File details
Details for the file czkawka-0.0.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: czkawka-0.0.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 3.0 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76e5bc02c4e8eba34d1143751ec04d995a501d48206ca0ba67e6c9e26a8892a3
|
|
| MD5 |
b0eb475d8a1ce738c65293c6c45389bf
|
|
| BLAKE2b-256 |
2f24d0889dda7df2038548e3cc3d8d579820b4b88b654ad716b21fb6f3481347
|
File details
Details for the file czkawka-0.0.7-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl.
File metadata
- Download URL: czkawka-0.0.7-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl
- Upload date:
- Size: 3.6 MB
- Tags: CPython 3.9, manylinux: glibc 2.12+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: pdm/2.26.0 CPython/3.13.3 Linux/6.8.0-57-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d53e02f3500fa2a608787488031e16d7cd19d30674498b9836493428a72a147a
|
|
| MD5 |
26e63f05eb44bc7652daf22e789e0412
|
|
| BLAKE2b-256 |
7df93fd5290703ba0ac670960bb4c708a885af5da1d215ca3e28b7e2a7660801
|