Skip to main content

Python bindings for ztalib

Project description

ztalib

This is an image parsing library for Zoo Tycoon 1 animation graphics.

For complete documentation: https://ztalib.goosifer.io

Install

The easiest way to start using ztalib is to use the Python bindings, which are available on PyPI as pyzta:

pip install pyzta

Then, in your Python code, you can import the library as so:

from pyzta import ZtaF
zta = ZtaF()
animation = zta.load("path/to/animation")
buffer = zta.getFrameBuffer()

See the example project to see it in action, or check out the API reference for more details on how to use the library.

Compile from source

If you want to use the library in a C++ project, or if you want to contribute to the development of ztalib, you can compile it from source. First, make sure you have CMake installed on your system. For further instructions, see the compile guide.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pyzta-0.9.0-cp312-cp312-win_amd64.whl (142.0 kB view details)

Uploaded CPython 3.12Windows x86-64

pyzta-0.9.0-cp312-cp312-win32.whl (124.3 kB view details)

Uploaded CPython 3.12Windows x86

pyzta-0.9.0-cp312-cp312-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pyzta-0.9.0-cp312-cp312-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

pyzta-0.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (294.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pyzta-0.9.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (319.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

pyzta-0.9.0-cp312-cp312-macosx_11_0_arm64.whl (117.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pyzta-0.9.0-cp311-cp311-win_amd64.whl (141.3 kB view details)

Uploaded CPython 3.11Windows x86-64

pyzta-0.9.0-cp311-cp311-win32.whl (123.7 kB view details)

Uploaded CPython 3.11Windows x86

pyzta-0.9.0-cp311-cp311-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pyzta-0.9.0-cp311-cp311-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

pyzta-0.9.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (293.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pyzta-0.9.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (319.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

pyzta-0.9.0-cp311-cp311-macosx_11_0_arm64.whl (117.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pyzta-0.9.0-cp310-cp310-win_amd64.whl (140.3 kB view details)

Uploaded CPython 3.10Windows x86-64

pyzta-0.9.0-cp310-cp310-win32.whl (122.6 kB view details)

Uploaded CPython 3.10Windows x86

pyzta-0.9.0-cp310-cp310-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pyzta-0.9.0-cp310-cp310-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

pyzta-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (291.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pyzta-0.9.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (317.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

pyzta-0.9.0-cp310-cp310-macosx_11_0_arm64.whl (116.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pyzta-0.9.0-cp39-cp39-win_amd64.whl (144.5 kB view details)

Uploaded CPython 3.9Windows x86-64

pyzta-0.9.0-cp39-cp39-win32.whl (122.7 kB view details)

Uploaded CPython 3.9Windows x86

pyzta-0.9.0-cp39-cp39-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pyzta-0.9.0-cp39-cp39-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

pyzta-0.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (292.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pyzta-0.9.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (318.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

pyzta-0.9.0-cp39-cp39-macosx_11_0_arm64.whl (116.1 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pyzta-0.9.0-cp38-cp38-win_amd64.whl (139.8 kB view details)

Uploaded CPython 3.8Windows x86-64

pyzta-0.9.0-cp38-cp38-win32.whl (122.6 kB view details)

Uploaded CPython 3.8Windows x86

pyzta-0.9.0-cp38-cp38-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

pyzta-0.9.0-cp38-cp38-musllinux_1_2_i686.whl (1.2 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

pyzta-0.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (291.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

pyzta-0.9.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (317.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

pyzta-0.9.0-cp38-cp38-macosx_11_0_arm64.whl (115.8 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

Details for the file pyzta-0.9.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pyzta-0.9.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 142.0 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyzta-0.9.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2b0bce6006ed5d233e54c36ff658c09e10272bcd4bc3f818f1412b450a3e8e9c
MD5 4e265923626c52ba9f2cd0b7713f091c
BLAKE2b-256 834a0adea8ebf5f97c5033338be82d57c603dbbec2b62f2748b3837f1f23b485

See more details on using hashes here.

File details

Details for the file pyzta-0.9.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: pyzta-0.9.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 124.3 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyzta-0.9.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e6db90709bed0c73bcc6b20f8aa91c0453c4090034c5d93d9cfa110af9588cfd
MD5 f8f8f3077298dad0f7df3baded7de645
BLAKE2b-256 90252f1445ddaf43f2628ff13ccdabed9142f9ee75b6aa1e89d88d2815937c5f

See more details on using hashes here.

File details

Details for the file pyzta-0.9.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyzta-0.9.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b888688064ba627c92ba9ddf9a3a1280990a906a5b6b2e65b6583949a123b149
MD5 098e3ee7c8c3b4dc54020f654566c3c6
BLAKE2b-256 7df027bb30980392e789060d7a01d6471489e84f7e7ec1613d56930d8977c839

See more details on using hashes here.

File details

Details for the file pyzta-0.9.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyzta-0.9.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 63f37f4b8297e632bffc55ecf9557013c85b02ad571fc4d44b5c6a44c8647396
MD5 cec4f88290fa7f51b3adf491f1bcadd5
BLAKE2b-256 82c593d2f4a5992ee4503a1ba9f87976a3c77d3e735225c1b44f4f4ee6151d6f

See more details on using hashes here.

File details

Details for the file pyzta-0.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzta-0.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e863ceca8ad20ceef9f8e553347ffc7ca9e903cf3a8e29a4087bf309c47a214a
MD5 0101423c9e9040e6749da266f4597fda
BLAKE2b-256 e8974e642d2eb25b014885d6ad0a9d19291e9f9d769d83927a786038eaecac35

See more details on using hashes here.

File details

Details for the file pyzta-0.9.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzta-0.9.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e5c86e633521ce0e309ad4bd971250325386caae4a4e8f98846aa7c1c9ec0ac9
MD5 a555fd65e228f6db834a2a51c00f86a8
BLAKE2b-256 c209854c8ba7a7d6aa7d4d3adfd4c73bab8b5d18e95c4c6734ccf68c9d1a96f0

See more details on using hashes here.

File details

Details for the file pyzta-0.9.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyzta-0.9.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dc88690c1bc4f2f4bd4f562043f1ca8c93109548370233e2c2bcfe4793876925
MD5 ea65fb7c7f32849791be91df1c425f48
BLAKE2b-256 92f94a1cbd613a0530f7628df46383c38dfbbff54304b64d89b40a0b070e4c64

See more details on using hashes here.

File details

Details for the file pyzta-0.9.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pyzta-0.9.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 141.3 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyzta-0.9.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a0d4bbc6dcb9ff4dd22203dc8c9f92bd9a557a52d7057f6ced0940c5900ee867
MD5 cd6e91aab4e9b0c58519d92afc10f9a1
BLAKE2b-256 533faae819dccb4d82bde38b666b1287b8e3d09d9dc508c668600dcdc1582594

See more details on using hashes here.

File details

Details for the file pyzta-0.9.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: pyzta-0.9.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 123.7 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyzta-0.9.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 49c48fd5b23016e2a285ee96018b51167975946d62469992fd92078fdba88438
MD5 301929adf99c7fc9ad23ea60c7da68d2
BLAKE2b-256 50c9be76fd90a6e0a9fac640c694a7d9dbf161fef67f1391a53a687c47409a56

See more details on using hashes here.

File details

Details for the file pyzta-0.9.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyzta-0.9.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ae8668b12b2343ce3e9f8313cbd31c26ea1e6598059229158341eb393c22d542
MD5 b29f49c347f9fde4620ed1c04c201354
BLAKE2b-256 c541abe2a6f6c586c8e0c023c45bb9685a82799cb0ae4367e27ffd00d406589b

See more details on using hashes here.

File details

Details for the file pyzta-0.9.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyzta-0.9.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3de53ac1eee1c4e3944036c8e0e80f6cc5cbfbb144ff2b25cebd5dfc02cb38d2
MD5 628b94cc76b48f0a09fe35d6770cd0e8
BLAKE2b-256 e98fe13b3186897ef5b980a63508eb333c84842d1b1234eacd269b43e1aa7680

See more details on using hashes here.

File details

Details for the file pyzta-0.9.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzta-0.9.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c9610dbf9596a10386c9ad677702f88737ce2c4be18d7fc6cbfd9cfb43648e91
MD5 35eabc78f5762f1942a3cb4d5b9f8238
BLAKE2b-256 d275d8dc3122c9a50fe1a38b41f3428970449a251bca977616f95260dc74aa7f

See more details on using hashes here.

File details

Details for the file pyzta-0.9.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzta-0.9.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b6a55911c7bbd79e84bb9f8132c27bf0429c5691e739700cbf10c989af62cea2
MD5 81c5264e867392178383580ff917d592
BLAKE2b-256 d9fb72cede826691f351832cde1527148e8071819be6fc7ae888714bce87a3ec

See more details on using hashes here.

File details

Details for the file pyzta-0.9.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyzta-0.9.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cc255dc2f449a486584f62814b1b0eaba5542518672f2514d2312aeacb988cf3
MD5 c4b2d4ded762e800322c4063e8cf597c
BLAKE2b-256 5314515b1c65420fe0856733642eecd67e348607939391e83a3d391601fba948

See more details on using hashes here.

File details

Details for the file pyzta-0.9.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pyzta-0.9.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 140.3 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyzta-0.9.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 479e01f6d774038e4a2112332b21cd137eba2d597807883e448e25d3a0aed51e
MD5 ee312346b87747a7ecf3e9b707a2374f
BLAKE2b-256 68563bb59c0652763191414073c379d83d72f5b7a6ac0516eb9d712290e0352d

See more details on using hashes here.

File details

Details for the file pyzta-0.9.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: pyzta-0.9.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 122.6 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyzta-0.9.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 5713698c4745c7cd76d19594065a0b894c29c012eb0b3cba89b5411333fce95e
MD5 ccd9cf0c6e27828f41f51d3db9ecc9d4
BLAKE2b-256 18d1464d3deea45541e01d5c955e7a14bc169be6deb751c19649c19a6a359cda

See more details on using hashes here.

File details

Details for the file pyzta-0.9.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyzta-0.9.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1a59b12927af0d0f17653eb7867e702d54e02cf77f34d573590fd155723f7590
MD5 98453cac16aa3d839ed0f2dadf98d150
BLAKE2b-256 d02cec868949ec605474fb6a1da97f877b1b5a129af8abe1d10be3d46f6faf3f

See more details on using hashes here.

File details

Details for the file pyzta-0.9.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for pyzta-0.9.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ceafa25b351970a9b62a6ba68db23d483f2f47b5f808301ce743a62be59ebdc6
MD5 34533c0713637ed9e6d28ba38d9a560e
BLAKE2b-256 d8acf2dc6c7e0d7d90d632d5db4a005eda771fc1e9a961a8b1f02c35478f8e90

See more details on using hashes here.

File details

Details for the file pyzta-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzta-0.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8b75be234529ded78f96837ab3d6fd6a945cf60d10b34d5a55df20c2d062899f
MD5 82c48ffaf3d14f91c1b7eebf675b960a
BLAKE2b-256 2f2c2008f1943dfd233bbf18104e5911af3eaeb17edbf394b3a09236297caa5d

See more details on using hashes here.

File details

Details for the file pyzta-0.9.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzta-0.9.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 751bf6e5951af271e8682c6e31795de4a40c11877d7a93709ae435096db67cfd
MD5 12abbfb896a6bafc7655dcaaa3e81175
BLAKE2b-256 3b3010609c448321e90def5165d2a4c633b2a90941a09e058f0fd58cadc9db09

See more details on using hashes here.

File details

Details for the file pyzta-0.9.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyzta-0.9.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c2fca88b5a8026c2ed5e8df2bfb346d31a94bb5f820d5700bb429f8181a3fe99
MD5 fa9431b06d9cc366d43a378a0fc10d1b
BLAKE2b-256 f368e98a47713bf39275f170a3d4411b2c6a5910f17904a365ef7a37873e7178

See more details on using hashes here.

File details

Details for the file pyzta-0.9.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pyzta-0.9.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 144.5 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyzta-0.9.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 55342cf96c570426d4df70afbfe45af944066d5b5f52e2a3531cde62161ad625
MD5 7555ab831cfd30819bed2490a06e606f
BLAKE2b-256 54802572fc64089dfde16deec034a4c1ce988f275e81d2342f58e841c0039f7e

See more details on using hashes here.

File details

Details for the file pyzta-0.9.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: pyzta-0.9.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 122.7 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyzta-0.9.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 19b7595fee2904e0e2dcb54fbee2efc4736613ddd2c4fd526d71b6a0c1261955
MD5 71998394e8ae5babec96de759bbebb57
BLAKE2b-256 1b433822eaa9d06735eb31020ed97b4aacadd94457afd2421484798fe275ae18

See more details on using hashes here.

File details

Details for the file pyzta-0.9.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyzta-0.9.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a14b8eb057db19aa3aa3fc0ec611b1acc572fb042ec6d183f002ed5aee3b4379
MD5 631c840b4889861de98a45546a70f7e1
BLAKE2b-256 945d8411cde0be19f970c2ceb1338d5acdf1ea1d382734e121029278f799309d

See more details on using hashes here.

File details

Details for the file pyzta-0.9.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

  • Download URL: pyzta-0.9.0-cp39-cp39-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.9, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyzta-0.9.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6892488f7d1b9bfe74e6cf3c6d0c290327c25f8fd6cf9e0dab4d6485d5d3b439
MD5 431e384be1eba938c4e04a403c2f2aed
BLAKE2b-256 b57d656051afe02f2695d325ad9af004ecb6ffcaf113e126cc5488883ac88af7

See more details on using hashes here.

File details

Details for the file pyzta-0.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzta-0.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9788d65732ca532692069f41efe44ccc11b08849581538527858938171690b05
MD5 14927aff42d55d0b1bd8572026edd40b
BLAKE2b-256 0464a376ae85c365a1641706ba5efc8635de1d49a81c7878b1805b4d2ebd3c2d

See more details on using hashes here.

File details

Details for the file pyzta-0.9.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzta-0.9.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6118adbb4926d45a580c00fa9670e736d734a2328c5aecf3fcdc9eb1e9844ae3
MD5 8e9a2e5a3839a51250ee4bd41b82bdc3
BLAKE2b-256 2634eb7ed2b45f7e290651de07501beb865cfc7ec2daf6b9d4f995f5f7fd5b3c

See more details on using hashes here.

File details

Details for the file pyzta-0.9.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pyzta-0.9.0-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 116.1 kB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyzta-0.9.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 33a51053a101502ade885773da542aac668ceb66791251b1ec1af02cc3475784
MD5 d064b325cc3e9b7401a01cc871f97a9f
BLAKE2b-256 cc922508742b1f22bccf02a047723d6f8eec18184b93b515ccc6828c1e1b49ca

See more details on using hashes here.

File details

Details for the file pyzta-0.9.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pyzta-0.9.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 139.8 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyzta-0.9.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 1cad72628ccd7ffd1073ee8115534ae4ba883383f5402a553c76651d9a3d07ee
MD5 f2ebbd82cd63546bc6e571eaa7821305
BLAKE2b-256 5ae6b1abb942053cd459ae114a229104d6068a5ae28b861829bf7a855b9c1f3c

See more details on using hashes here.

File details

Details for the file pyzta-0.9.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: pyzta-0.9.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 122.6 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyzta-0.9.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 897213eda8846a9df99053f344bcd7113ab2ad3fab413b73e8d2831cf4cac0e7
MD5 02aa3dd385dbe0c31b6e1022d4cb8b67
BLAKE2b-256 edae65ca44bd6afc28ed8f43d7c76861046fa32c617b280d305b37444890e997

See more details on using hashes here.

File details

Details for the file pyzta-0.9.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pyzta-0.9.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6b042dd1001c1f7a1629a5a9abf89f1749d271d6a3b6477967d30417356e04d9
MD5 3f72dc74a499e253141ed1fd12e70ca9
BLAKE2b-256 c7a1b26067300738a59018ecc3a88685faa50ca6625fae6ce58bbbc292e5b2d7

See more details on using hashes here.

File details

Details for the file pyzta-0.9.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

  • Download URL: pyzta-0.9.0-cp38-cp38-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.8, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyzta-0.9.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 24db421173c9aaa607b3be26b850c8e9f332ad9378b9ca24c3adf4f6e20f44fa
MD5 1d395ff8a5fdcba907684c7f4fc4651c
BLAKE2b-256 5bd98f37b1a27e5efc730ed28ef68ffb0e0c964d381a412f5f3b4318b1f361de

See more details on using hashes here.

File details

Details for the file pyzta-0.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyzta-0.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cabe9569f94415123a3176f2277c26cb6f278243911009f1d2149c9e5ef8f3f1
MD5 3cccdd33c4ac6b324ff051089a2ef67d
BLAKE2b-256 edc4358f44411b502b33e2587d88f46aa93ce1caa04505a2524c93c1195caa44

See more details on using hashes here.

File details

Details for the file pyzta-0.9.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyzta-0.9.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a1d6ad097032da82e2340f850bc97ba7bebc4fbec09b13a6bbf56cb72443a118
MD5 0560753fa0b51f6ec0162552e2fc0853
BLAKE2b-256 bd977d66d5d17a6597c585fba203496ba1f1d6d23d58df2c65c22f8002201add

See more details on using hashes here.

File details

Details for the file pyzta-0.9.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pyzta-0.9.0-cp38-cp38-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 115.8 kB
  • Tags: CPython 3.8, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyzta-0.9.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7891153686a84b05e4c41a6b14d5f49e30f3b74cdeae4dcba90e0b7795074209
MD5 6971aaea5716882ae3579d4da42414d7
BLAKE2b-256 0b17c02d0945f5407dbe8a469adb169dbcb923ebd9a8e156773ce27a428e106c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page