Fast ZIP-like container with ghost metadata
Project description
tacozip
tacozip is a fast, minimal ZIP64-like archiver with ghost metadata support for AI4EO workflows.
Example
import tacozip
from pathlib import Path
# Path to folder with files to add
src_dir = Path("/content/sample_data")
zip_out = Path("my_archive.taco.zip") # Output archive file name
# Collect all files (non-recursive)
src_files = [str(f) for f in src_dir.iterdir() if f.is_file()]
arc_files = [f.name for f in src_dir.iterdir() if f.is_file()] # Inside-archive names
# Create archive
rc = tacozip.create(
str(zip_out),
src_files,
arc_files,
meta_offset=0, # Ghost metadata offset
meta_length=0 # Ghost metadata length
)
print(f"tacozip.create() returned {rc}")
print(f"Created archive: {zip_out.resolve()}")
# Read ghost metadata
rc, offset, length = tacozip.read_ghost(str(zip_out))
print(f"read_ghost() rc={rc}, offset={offset}, length={length}")
# Update ghost metadata in-place
rc2 = tacozip.update_ghost(str(zip_out), new_offset=1234, new_length=5678)
print(f"update_ghost() rc={rc2}")
# Read again to confirm
rc3, offset2, length2 = tacozip.read_ghost(str(zip_out))
print(f"Updated ghost: offset={offset2}, length={length2}")
Install
pip install tacozip
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 Distributions
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 tacozip-0.2.0-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: tacozip-0.2.0-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 20.7 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
32e8eb292818e0ac6fd49a2a9e7c3c0aee84e8cdd12cf27abab61b4b25c1e803
|
|
| MD5 |
22195362047fae83b7b56c09e8356a4f
|
|
| BLAKE2b-256 |
d359435434ff2952bd7b04b9e0670775be4b5ddac52f0ea83976510e2d3ede2a
|
File details
Details for the file tacozip-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: tacozip-0.2.0-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 10.1 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2745577fd9bab5e1867caa18539e01cc03b985a58e42ba26612d8436d8fcbde0
|
|
| MD5 |
69a0fdc4be254e34e58757457dfedc4f
|
|
| BLAKE2b-256 |
32e8dc9059c8bd15b76dd350ae96efe1ec045d1a342467536d22b17582bc4dc2
|
File details
Details for the file tacozip-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: tacozip-0.2.0-cp313-cp313-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 10.8 kB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
263e05f492deaaa127367a19f29f839179dcd52eb1eb51c9caec64e86ebccd87
|
|
| MD5 |
07d9787f471ebf616b05d3b2894c80c7
|
|
| BLAKE2b-256 |
825fafd19c83f0db6b932bea77f40a05cc0c328b507c7ad0890166351cbc567b
|
File details
Details for the file tacozip-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: tacozip-0.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 10.0 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85eb2ebf2a0100dcf467afc83dd8ae2d3a60cf150e5a2651d8aaac9e6535a1a5
|
|
| MD5 |
0900a1b8abdb01261661e6b978b11824
|
|
| BLAKE2b-256 |
5c35794543bdfcbce277822d86fff7cf9732ce8e78ef2c1f3788a7e8d837bdfc
|
File details
Details for the file tacozip-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: tacozip-0.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 10.2 kB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
608c925cbe430205ddab06ef679c2bea3ac2c240d8b8060eccca15dec75cde5b
|
|
| MD5 |
ae82c643d9d79f98259ce2fb50d95f91
|
|
| BLAKE2b-256 |
49359f192366b25b5353e05cc0d0c4dbe80c7bc3615db748fa05d7076ce7651b
|
File details
Details for the file tacozip-0.2.0-cp313-cp313-macosx_11_0_universal2.whl.
File metadata
- Download URL: tacozip-0.2.0-cp313-cp313-macosx_11_0_universal2.whl
- Upload date:
- Size: 12.3 kB
- Tags: CPython 3.13, macOS 11.0+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6c51441e390e91c99ff7ae4ac310df88e9442726837968de87ac96850e62e81
|
|
| MD5 |
b178b53e855c6bb798f83a3a496f9a0b
|
|
| BLAKE2b-256 |
2dad4337aa07a9c6a77c71f9bb4ebe73320b4824258c2d2694664f6ea8d11fe5
|
File details
Details for the file tacozip-0.2.0-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: tacozip-0.2.0-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 20.7 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ccd81ffc4f0b7573f93d8c520586c5b8c2bf1aed18afd3c3107733cf3ce9d54
|
|
| MD5 |
e9044260a868c209110ba9c7648d1439
|
|
| BLAKE2b-256 |
5b2f0e536b44d790c80aa4580052958356ebfd3ac912237612aefae02b4e97ba
|
File details
Details for the file tacozip-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: tacozip-0.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 10.1 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1db82b4ca0fe50ec091d5c180d33aca83274d0d52f3f7af3c81d1b2cd57e31c0
|
|
| MD5 |
f08703d3eccb7fdd04805c162566e76c
|
|
| BLAKE2b-256 |
6e0c283261119f43ffb5eefe283bcba86e2fdd59587d0f5adbf3926b9e019278
|
File details
Details for the file tacozip-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: tacozip-0.2.0-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 10.8 kB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c65744f24fcae753d0cd469a50fa2e8995f647b74bc9e9f1c105986af3038510
|
|
| MD5 |
e8c2409e5a509618913a43b0da92131d
|
|
| BLAKE2b-256 |
cdb158a38075edcd5f56d00d11ecb2a8cd6bead8848d2636e40fa9fd647ad17a
|
File details
Details for the file tacozip-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: tacozip-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 10.0 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
375acc6e48ed89f4f5a68a066d6202f4b0b43c15446c47c57ab90c830c7c07e1
|
|
| MD5 |
998318160b2df97d68b7c5b6aa790113
|
|
| BLAKE2b-256 |
4a1136a682b140c2efe750f7d2f1881db8f56d5460dbd484d7be697e2b84f219
|
File details
Details for the file tacozip-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: tacozip-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 10.2 kB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
91c38652db01da9085099b4b420dddcd3b77ff80bc17d5c5cf3469e3d764a11f
|
|
| MD5 |
62365a6410f5e4e59af0ec2b2d12261d
|
|
| BLAKE2b-256 |
e1d3126df10261bca2cb2c980e409b23be877923c34cfccd59080100dd5f9c34
|
File details
Details for the file tacozip-0.2.0-cp312-cp312-macosx_11_0_universal2.whl.
File metadata
- Download URL: tacozip-0.2.0-cp312-cp312-macosx_11_0_universal2.whl
- Upload date:
- Size: 12.3 kB
- Tags: CPython 3.12, macOS 11.0+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c93235ca0aa78c820b3698872d77d4ca36965de10c69ea9f75ec809f2ebdc708
|
|
| MD5 |
613da293063c933fedecc51241982741
|
|
| BLAKE2b-256 |
76453649a8118b3876595789fdef7995f7642fb8170b5b76cc9276ba4c382a19
|
File details
Details for the file tacozip-0.2.0-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: tacozip-0.2.0-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 20.7 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d1dbbe864300d2d7983dbbf3b44073c5cd0f47d02969cc705d34e616b0e128d
|
|
| MD5 |
bee4418e8d54b061f6f603a4deef798b
|
|
| BLAKE2b-256 |
65524ebd28c7481c3b8c9976d414ab6561b1709867d996363bb99275e5953a05
|
File details
Details for the file tacozip-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: tacozip-0.2.0-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 10.1 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce665c7ea8a30071d7c2427a1e117a8d40676cf776620bd548d8fb03fb5a95d7
|
|
| MD5 |
9d363a17454d1b579de7d0c4a8a0b978
|
|
| BLAKE2b-256 |
24c46e855173abb9368983d1046e404a9e95ccfd704f3ae4f728229fe8ef94df
|
File details
Details for the file tacozip-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: tacozip-0.2.0-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 10.8 kB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
59520a0e0c1f59952b98c42139e671a8f35af55bc467410284fcccee4ce3302f
|
|
| MD5 |
157dbf6e17e7b9702fa7de9a3c08efd5
|
|
| BLAKE2b-256 |
f449352605c8418c23516e27695bfa5e7977401d6c5e3590f389b1be19140627
|
File details
Details for the file tacozip-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: tacozip-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 10.0 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b39e0a0958d6921d780d3b5d40c0b2b219a505cee847dc227977799a185f4d68
|
|
| MD5 |
10335ac0485d553593bb86544cabcb0e
|
|
| BLAKE2b-256 |
4cfb0870c82b5c07294507f7d5aa911407837064796c9322ef2cee62b7ea7bad
|
File details
Details for the file tacozip-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: tacozip-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 10.2 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f1da9ab5a54efd36b4fc83cba7acb7343ded78399e1851fc6bfe773b4d6c03d
|
|
| MD5 |
18bfefdc096af5ed0dadae8300934129
|
|
| BLAKE2b-256 |
c1e882c85e6e3913f1e55f3190bc4fa2995c1d5d04a066a950fd4fda2cb6feda
|
File details
Details for the file tacozip-0.2.0-cp311-cp311-macosx_11_0_universal2.whl.
File metadata
- Download URL: tacozip-0.2.0-cp311-cp311-macosx_11_0_universal2.whl
- Upload date:
- Size: 12.3 kB
- Tags: CPython 3.11, macOS 11.0+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f84134b4daf46401675e4f42d57ee01913edbc2e3714fe8a3fce231a6a94d4ae
|
|
| MD5 |
2ec055f842fd963e6e62ea0cee087090
|
|
| BLAKE2b-256 |
336f8a33c2722a88366956f4812e067639378074a42be518fc5b5887d9e08a31
|
File details
Details for the file tacozip-0.2.0-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: tacozip-0.2.0-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 20.7 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4858896785b81c0b52f57a626e005bb87637338a7f50b7f8a12754edc67ee78d
|
|
| MD5 |
bfef7b6b6baa8231c8fb5c271aea089f
|
|
| BLAKE2b-256 |
7d0ebe3098acc28113f2e6628fccda29263e84d80d6038c7f68a152fd9aecebe
|
File details
Details for the file tacozip-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: tacozip-0.2.0-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 10.1 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6bd6f075415bc4906a1622820249c6916dfebf5df79fd71654ce1015eda8dce3
|
|
| MD5 |
5629d162d53d6e504fe039344e5d2e29
|
|
| BLAKE2b-256 |
7b164775ca07cb460015a48cfa9c5cb137756f32e2a79fe1f2a361e084ea25ff
|
File details
Details for the file tacozip-0.2.0-cp310-cp310-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: tacozip-0.2.0-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 10.8 kB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
310b5317be724fda6d5d0657ac4cdda3721f2e35823ffac1609684cd3fa30994
|
|
| MD5 |
229fa038707eaf781387a3d1677bbbc0
|
|
| BLAKE2b-256 |
cc542973788039c129aefccd64a228aaca3c5616e532d1876bc8fa34f8fef99e
|
File details
Details for the file tacozip-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: tacozip-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 10.0 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0e8aa597513555c3d031988ca5dd25af2efe5f833dbc761b503399671020c853
|
|
| MD5 |
99f7bbe0858c1dfaadffe61202d9715f
|
|
| BLAKE2b-256 |
6cb52a4b7727c01b85f4a92f30141fa46ba3a4818f81120d4cda1136ad94271b
|
File details
Details for the file tacozip-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: tacozip-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 10.2 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
938c0a6267820d624868bd7785cbb95150099c6059d64d290a4664442d367a6c
|
|
| MD5 |
7f9c3d351b45a24f3fba737357429fd9
|
|
| BLAKE2b-256 |
7415ab187a6038d90378091eb6a74108b518e5a9ec374c6ee7386564be041535
|
File details
Details for the file tacozip-0.2.0-cp310-cp310-macosx_11_0_universal2.whl.
File metadata
- Download URL: tacozip-0.2.0-cp310-cp310-macosx_11_0_universal2.whl
- Upload date:
- Size: 12.3 kB
- Tags: CPython 3.10, macOS 11.0+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ce8515fbca552716fc8432840833215405ee84c6c9cd812a74972af7f3fe07b
|
|
| MD5 |
f704af55609da500efd7c9a471a773f3
|
|
| BLAKE2b-256 |
9c7243f3715e0398892adcdcd14fd5c26939873597d11e1218a352bdae9cad22
|
File details
Details for the file tacozip-0.2.0-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: tacozip-0.2.0-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 20.7 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0c69b39b0e2420cd48ad6c910d06cf7117755ed639616006d2cbf6935a2235b
|
|
| MD5 |
98702b6e77d3cf35ae28bc614693a7fa
|
|
| BLAKE2b-256 |
35bc9c25672b261ba0bd9f86974eeaa49aa01ae3d73c533267049471be224087
|
File details
Details for the file tacozip-0.2.0-cp39-cp39-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: tacozip-0.2.0-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 10.1 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
341fc29c33437459fc2b3781d93ab17b4588dfd02270fd0de0e66122d0492dac
|
|
| MD5 |
a1be28bc634266f2e072dc2086a56ec2
|
|
| BLAKE2b-256 |
c93d3bf3f78f017b92b6391e61b2416c8c4752e3af27ef04cfd5aeb727d398e1
|
File details
Details for the file tacozip-0.2.0-cp39-cp39-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: tacozip-0.2.0-cp39-cp39-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 10.8 kB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b7843ab4060e200ae3f47b7cc53da8db942be821518a92d5dd1edea9f141819
|
|
| MD5 |
29e9203ff6b579c7018500028dac6960
|
|
| BLAKE2b-256 |
4c2a35bd4a2cfec652972d5fbbfa29c46e34fd238d15fa988f5c8ca297a3175e
|
File details
Details for the file tacozip-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: tacozip-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 10.0 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40f1621870da47061bb9bb3876dad87bbf3d04d76a33f73a38d23f87d2521632
|
|
| MD5 |
991b54983b3e8052d76b4828dbfa85a4
|
|
| BLAKE2b-256 |
309ffab4a6f229b06914d723e372dc4ac20d40812c2e28d469f8a24b5a8535dc
|
File details
Details for the file tacozip-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: tacozip-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 10.2 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
534185b0e02261b9d8b7d6dbb5ffbc6f1a121fbc664dbaf2fecdb0117d5d9f76
|
|
| MD5 |
298dc9ca2415c58391cc1f5b488f98a0
|
|
| BLAKE2b-256 |
ae49cf86ee1bf21b777f8751a2795f9cd7466d438d08eb4e67ce930d3482bcab
|
File details
Details for the file tacozip-0.2.0-cp39-cp39-macosx_11_0_universal2.whl.
File metadata
- Download URL: tacozip-0.2.0-cp39-cp39-macosx_11_0_universal2.whl
- Upload date:
- Size: 12.3 kB
- Tags: CPython 3.9, macOS 11.0+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f66486d38651360f83c7400e140c1007ea6d74e9f7b11040518409ee4eeecdb0
|
|
| MD5 |
fa05ef81d68304f74b1b9983a8477ca5
|
|
| BLAKE2b-256 |
d21776d4d21656945bc2849a184a1bfe4d7a99dc3b3146d04c0464429d56937e
|