Skip to main content

ZX Spectrum emulation framework

Project description

zx

ZX Spectrum emulation framework in Python and C++

Python package CI

Elven

More screenshots

Features

  • Designed to be suitable for research and development purposes such as unattended testing of Spectrum software, timing analysis, etc.
  • Meant to be easy to customize and re-use via Python interfaces.
  • Fast and accurate emulation.
  • Based on the fast and flexible Z80 emulator.

Development status

  • Platforms: Linux and Windows (via SDL2).
  • General status: working pre-alpha.
  • Supported machines: 48K only for now.
  • Display: multi-colour effects, accurate timings.
  • Sound: EAR beeper and tape output supported.
  • Tape: TAP and TZX formats supported as well as conversion to WAV.
  • Snapshots: Z80.
  • Playback recordings: RZX.
  • Joystick: D-Pad mapped to cursor keys, supported via SDL.

Installation and running

For the latest release:

$ pip install --upgrade pip
$ pip install --upgrade setuptools wheel

$ pip install zx

Or directly from the repository for current development version:

$ pip install --upgrade setuptools wheel
$ pip install git+https://github.com/kosarev/zx

Local development setups are also supported:

$ git clone --recursive https://github.com/kosarev/zx
$ cd zx
$ pip install --upgrade setuptools wheel
$ pip install --editable .

Running:

$ zx

Controls

F1 displays help.

F2 is to save snapshot.

F3 is to load snapshot or tape file.

F6 pauses/resumes tape.

F10 quits the emulator.

F11 and double click switch between fullscreen and windowed mode.

PAUSE and mouse click pause/resume emulation or RZX playback.

Any Spectrum key stroke resumes emulation and leaves the RZX playback mode back to the regular emulation mode.

Running snapshots, recordings and tapes

$ zx elven.z80
$ zx exolon.rzx
$ zx https://www.worldofspectrum.org/pub/sinclair/games/e/EricTheFloaters.tzx.zip

Supported formats

Snapshots: .z80.

Tapes: .tap, .tzx, .wav.

Playbacks: .rzx.

Screenshots: .scr.

ZX Basic compiler sources: .zxb.

Archives: .zip.

Converting files

$ zx jack.tzx jack.wav
$ zx eric.tap eric.z80

Dumping files

$ zx dump rick.z80
OrderedDict([('id', 'z80_snapshot'), ('a', 213), ('f', 66), ...

On the dump command, zx parses the specified file (that can be of any supported format) in the form of raw Python data.

Reference papers

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

zx-0.13.4.tar.gz (495.0 kB view details)

Uploaded Source

Built Distributions

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

zx-0.13.4-cp313-cp313-win_amd64.whl (510.7 kB view details)

Uploaded CPython 3.13Windows x86-64

zx-0.13.4-cp313-cp313-win32.whl (507.6 kB view details)

Uploaded CPython 3.13Windows x86

zx-0.13.4-cp313-cp313-musllinux_1_2_x86_64.whl (869.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

zx-0.13.4-cp313-cp313-musllinux_1_2_i686.whl (861.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

zx-0.13.4-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (840.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

zx-0.13.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (819.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

zx-0.13.4-cp312-cp312-win_amd64.whl (510.7 kB view details)

Uploaded CPython 3.12Windows x86-64

zx-0.13.4-cp312-cp312-win32.whl (507.6 kB view details)

Uploaded CPython 3.12Windows x86

zx-0.13.4-cp312-cp312-musllinux_1_2_x86_64.whl (869.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

zx-0.13.4-cp312-cp312-musllinux_1_2_i686.whl (861.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

zx-0.13.4-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (840.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

zx-0.13.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (819.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

zx-0.13.4-cp311-cp311-win_amd64.whl (510.7 kB view details)

Uploaded CPython 3.11Windows x86-64

zx-0.13.4-cp311-cp311-win32.whl (507.5 kB view details)

Uploaded CPython 3.11Windows x86

zx-0.13.4-cp311-cp311-musllinux_1_2_x86_64.whl (869.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

zx-0.13.4-cp311-cp311-musllinux_1_2_i686.whl (861.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

zx-0.13.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (839.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

zx-0.13.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (819.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

zx-0.13.4-cp310-cp310-win_amd64.whl (510.7 kB view details)

Uploaded CPython 3.10Windows x86-64

zx-0.13.4-cp310-cp310-win32.whl (507.5 kB view details)

Uploaded CPython 3.10Windows x86

zx-0.13.4-cp310-cp310-musllinux_1_2_x86_64.whl (869.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

zx-0.13.4-cp310-cp310-musllinux_1_2_i686.whl (861.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

zx-0.13.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (839.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.5+ x86-64

zx-0.13.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (819.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

File details

Details for the file zx-0.13.4.tar.gz.

File metadata

  • Download URL: zx-0.13.4.tar.gz
  • Upload date:
  • Size: 495.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for zx-0.13.4.tar.gz
Algorithm Hash digest
SHA256 0299a0b0ec40eb4f58794a97af50b8ca6c3a6d9ad2176ecab587793d01360018
MD5 6ad047cf07a506f37891569d1984be2c
BLAKE2b-256 7cd2502d0d1f711e455862df53a00f96c1fc4b0579c9de9585a87e23aa94b436

See more details on using hashes here.

Provenance

The following attestation bundles were made for zx-0.13.4.tar.gz:

Publisher: release.yml on kosarev/zx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zx-0.13.4-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: zx-0.13.4-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 510.7 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for zx-0.13.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6b5b15ea7108f97d8b652367593775e658bab1494838fe94d8dd7c4359261e0e
MD5 8641b1c163f0ab6c02ba2ee100516b4e
BLAKE2b-256 5e4bd31518f9f8716a1b629b9351c9609c03530edf78da560c99efd423ff7a01

See more details on using hashes here.

Provenance

The following attestation bundles were made for zx-0.13.4-cp313-cp313-win_amd64.whl:

Publisher: release.yml on kosarev/zx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zx-0.13.4-cp313-cp313-win32.whl.

File metadata

  • Download URL: zx-0.13.4-cp313-cp313-win32.whl
  • Upload date:
  • Size: 507.6 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for zx-0.13.4-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 06f03e14152bd82b964c3b0654a63605f56b5622da7df0dd30b1834d5db14c50
MD5 42c5f361eafd66bfa7ccb7d3beb7d2c8
BLAKE2b-256 981a0f87adfa9f78f3839fd43060e500525a929ceb29760c3c07a9018427f52f

See more details on using hashes here.

Provenance

The following attestation bundles were made for zx-0.13.4-cp313-cp313-win32.whl:

Publisher: release.yml on kosarev/zx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zx-0.13.4-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: zx-0.13.4-cp313-cp313-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 869.8 kB
  • Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for zx-0.13.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0f7b2e4deaacc2f82c780174a1c32368ab7522f05b6af90e2eac82046497f52e
MD5 d9344b2452f8e035645b1155f52b020a
BLAKE2b-256 09a398811e6d2152cd39943032eae0291ff98d9f39714040b0e925ad3fc63a7c

See more details on using hashes here.

Provenance

The following attestation bundles were made for zx-0.13.4-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: release.yml on kosarev/zx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zx-0.13.4-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

  • Download URL: zx-0.13.4-cp313-cp313-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 861.4 kB
  • Tags: CPython 3.13, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for zx-0.13.4-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 799323418073c6eccd416cd89155df326fee4ffc6d8323e31b40404cb9e9861d
MD5 3c67738d120561a1c7c3c1348d44ffb4
BLAKE2b-256 6227e6ae827f9798511ede0b1eca0dcdcf940e5aef0c19990900fbe9669bfc51

See more details on using hashes here.

Provenance

The following attestation bundles were made for zx-0.13.4-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: release.yml on kosarev/zx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zx-0.13.4-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for zx-0.13.4-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1698fb0db93b9982e3c4901e7845e7e96d5ac2f85674e616589c772d46e23f66
MD5 21ddbef2ec9973a939433c6e2d5d9999
BLAKE2b-256 1e32f80a26c71d57f643667dbb3e95d323952839dfbd10e6f850fd407558d281

See more details on using hashes here.

Provenance

The following attestation bundles were made for zx-0.13.4-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on kosarev/zx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zx-0.13.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for zx-0.13.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5b42758219016005fcdb29347af4d48f227f0d9e27e60b90a27ff774defef196
MD5 ca66b03eff275e7b73ab906a479a9f41
BLAKE2b-256 fce5fc6de6e29c4008e97092ff2b1884ea3a6d7a4993b2030dc3ad4e83e4a4eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for zx-0.13.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release.yml on kosarev/zx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zx-0.13.4-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: zx-0.13.4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 510.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for zx-0.13.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 20b55e537d2966d22b008fe982702d4423bedc7231c99d46ba08dbe32f3c8392
MD5 8012d5c0efca27bbeb4c1db29fe4bde6
BLAKE2b-256 c98c6fb6540706fdb79850e0991310aaca29c3ae00fc7ed334e69147636461aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for zx-0.13.4-cp312-cp312-win_amd64.whl:

Publisher: release.yml on kosarev/zx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zx-0.13.4-cp312-cp312-win32.whl.

File metadata

  • Download URL: zx-0.13.4-cp312-cp312-win32.whl
  • Upload date:
  • Size: 507.6 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for zx-0.13.4-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 73f26b06a565492103e1d930f07762b3b94f20577bbc8b7dd257b3f0de74f72e
MD5 382a331c35fb1587b82e4df6f27556e7
BLAKE2b-256 bf1e5bd9e28bbe05297bbd5d0718f3eb6ffd8ce160aca23bd6b9918b4b2e6b3a

See more details on using hashes here.

Provenance

The following attestation bundles were made for zx-0.13.4-cp312-cp312-win32.whl:

Publisher: release.yml on kosarev/zx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zx-0.13.4-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: zx-0.13.4-cp312-cp312-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 869.8 kB
  • Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for zx-0.13.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bbf733d7150fc291585b95929fe25e8078e28ae15077521d79203be778442462
MD5 e88a37d2b60d2f0e71af478e72988d90
BLAKE2b-256 d1f4f987d54786f5f6b8a48c7340ddf88ca12642aa6d8cc739b97eb55120fdee

See more details on using hashes here.

Provenance

The following attestation bundles were made for zx-0.13.4-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: release.yml on kosarev/zx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zx-0.13.4-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

  • Download URL: zx-0.13.4-cp312-cp312-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 861.5 kB
  • Tags: CPython 3.12, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for zx-0.13.4-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ac17a4d0a03aafeee815b393b109014aa4680300745e6330a884990967a9ba83
MD5 a2a96b4af398056a9e656c9aad6ab1ec
BLAKE2b-256 a83442871de4ed2d09398a1887d8dec76ab5ebcac30dfcd8ac55b8a6eb89121d

See more details on using hashes here.

Provenance

The following attestation bundles were made for zx-0.13.4-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: release.yml on kosarev/zx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zx-0.13.4-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for zx-0.13.4-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 56e409718242acb55d9c07ee84beeb4db6a04bcf8504dc4bd898d5162732511a
MD5 c5dd8926fabe736fd3a628458b984f07
BLAKE2b-256 563be96cd94c7163a7dafd3d4f5e3c45d13a14dcc9cf2ad7392f27571c755d99

See more details on using hashes here.

Provenance

The following attestation bundles were made for zx-0.13.4-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on kosarev/zx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zx-0.13.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for zx-0.13.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5f1b55d1ad98836ab781689922cae342f6026cd8d75d35ee3795e6ed06dcd049
MD5 44c9428e1139ea401df240ca44e3770f
BLAKE2b-256 7ad1905a10e4e6a9d33e0fd5b9c53ed7758fdca34adea7b46c645b5c4c6104f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for zx-0.13.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release.yml on kosarev/zx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zx-0.13.4-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: zx-0.13.4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 510.7 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for zx-0.13.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3cfb6f1acc8ae24bf5922a90a67545a66399bcdd389cf55b8075d270410330e6
MD5 9568bf823ede634f01962a7dfb77cd8b
BLAKE2b-256 fbd52b916b2d27af72cb76800be1ddf1e4d066955fa3610f1ff950362f968648

See more details on using hashes here.

Provenance

The following attestation bundles were made for zx-0.13.4-cp311-cp311-win_amd64.whl:

Publisher: release.yml on kosarev/zx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zx-0.13.4-cp311-cp311-win32.whl.

File metadata

  • Download URL: zx-0.13.4-cp311-cp311-win32.whl
  • Upload date:
  • Size: 507.5 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for zx-0.13.4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 fa8253f3da2064923d562fa74b09557dc81a727fa2a27b3098b37e36902e9714
MD5 d3bb2c2479f73f41dfd035a30ac54eab
BLAKE2b-256 e6577b347d9eb030bbc1dc27188a689b3360bacfcd1ec46c5504ca3e0221dc9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for zx-0.13.4-cp311-cp311-win32.whl:

Publisher: release.yml on kosarev/zx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zx-0.13.4-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: zx-0.13.4-cp311-cp311-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 869.2 kB
  • Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for zx-0.13.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 502053dcef09b411ac328b2f1bec5845b21d5c2787929d0c99088ee2680e5d6c
MD5 5a1500e9df28cabe79d71e713f42372e
BLAKE2b-256 e9685bb13f6bba74ebeb5421ee3e4834a9bcaef6139b1339db043a312739f2f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for zx-0.13.4-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: release.yml on kosarev/zx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zx-0.13.4-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

  • Download URL: zx-0.13.4-cp311-cp311-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 861.3 kB
  • Tags: CPython 3.11, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for zx-0.13.4-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 71b4114b760c63cc9f83b0698db5104f6261f028dfb977a042dbe6b3e93f804f
MD5 acd13ccaf43f0216530181a033392cd1
BLAKE2b-256 6135d0c32c8b0e42ed0d71f73941ecd589930eb2175d6f1b57aea9b5e95eb5be

See more details on using hashes here.

Provenance

The following attestation bundles were made for zx-0.13.4-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: release.yml on kosarev/zx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zx-0.13.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for zx-0.13.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 901e367a5e5aec309f4dc49dd3024b9c7464a8a047ae807070d79cc62d0427d1
MD5 93759dad7a15bbcf8d6ea21532c017bc
BLAKE2b-256 cf9ed7388e25681cd87da15cba3f7c0402f54d86fd964c73ee581341153edad2

See more details on using hashes here.

Provenance

The following attestation bundles were made for zx-0.13.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on kosarev/zx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zx-0.13.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for zx-0.13.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fa4a4c138d5f1b3247c30ad9e9841d1500498940f378ad514c7cacc838fc12da
MD5 49e515dbfff9514a8b2f68b16a96044b
BLAKE2b-256 bbfab97a0f660064119ee3d01d067191cdc58640fd5c2c83137d40f7c2645ebb

See more details on using hashes here.

Provenance

The following attestation bundles were made for zx-0.13.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release.yml on kosarev/zx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zx-0.13.4-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: zx-0.13.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 510.7 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for zx-0.13.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7db3c155e276a5ca8365c8632740d1100211186c64b16214ba160a6800a29929
MD5 f33015f27d9c74e548f17f86807a9b86
BLAKE2b-256 0328333a945041a0f3f7993a15573faa8987004d1ece998e8ad2fa6fd27710e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for zx-0.13.4-cp310-cp310-win_amd64.whl:

Publisher: release.yml on kosarev/zx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zx-0.13.4-cp310-cp310-win32.whl.

File metadata

  • Download URL: zx-0.13.4-cp310-cp310-win32.whl
  • Upload date:
  • Size: 507.5 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for zx-0.13.4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 98ac9ea63a4f4a57b1379c508e3b73d2d333f56dbeca8da9f45bb3110cf24b8d
MD5 64575562d8c22ecba8aa30ca5ef742fb
BLAKE2b-256 6b72cbcc397882475a95e36b65b7b5e9934ac8811015f5614cb928b37258ae89

See more details on using hashes here.

Provenance

The following attestation bundles were made for zx-0.13.4-cp310-cp310-win32.whl:

Publisher: release.yml on kosarev/zx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zx-0.13.4-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

  • Download URL: zx-0.13.4-cp310-cp310-musllinux_1_2_x86_64.whl
  • Upload date:
  • Size: 869.1 kB
  • Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for zx-0.13.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e900bb266e0dd7f88c9651324dfdc49f35c4cd54175906a4dff92b7a0ad0a000
MD5 c7bba4dfae728a759d3bd36546be2b18
BLAKE2b-256 9e5d5c79eda04109890b487acc64bf781d7e0b9ea36d5ce86786edc3ad5ae9a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for zx-0.13.4-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: release.yml on kosarev/zx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zx-0.13.4-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

  • Download URL: zx-0.13.4-cp310-cp310-musllinux_1_2_i686.whl
  • Upload date:
  • Size: 861.2 kB
  • Tags: CPython 3.10, musllinux: musl 1.2+ i686
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for zx-0.13.4-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 58e751044ff12b916199676e72d6f1a818f88b9277c5716c2ac89c8339732b82
MD5 d2847e684cbd32aa66c3b175de750dfe
BLAKE2b-256 e83556571cda8caacb39e507b14263338179c6642da64aace26b94763792267c

See more details on using hashes here.

Provenance

The following attestation bundles were made for zx-0.13.4-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: release.yml on kosarev/zx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zx-0.13.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for zx-0.13.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ebb2c627560c072a0abcc37058c4cf324bb5fb80ddbaa6ee66416a60bb059f28
MD5 26cdcfbeadce3da2583f85ee62aec512
BLAKE2b-256 1b6a310b4945ec4eab2593cbacbee86b1b23be6614c7fc31664e7a180ad92ae6

See more details on using hashes here.

Provenance

The following attestation bundles were made for zx-0.13.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on kosarev/zx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zx-0.13.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for zx-0.13.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ed3de2d260f19402ad83230c22b476cec4497c40416b46fcadac8e931911c905
MD5 c3b1abdf030a08aa78aeb83ae4eebf82
BLAKE2b-256 b3780f5fecc3813fc15c21645d4ad8f2deb114088535ecf138c191df962f65da

See more details on using hashes here.

Provenance

The following attestation bundles were made for zx-0.13.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release.yml on kosarev/zx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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