Skip to main content

Python bindings for sfizz

Project description

pysfizz

Python bindings for sfizz, a sample-based synthesizer for the SFZ virtual instrument format.

Installation

From PyPI

Prebuilt wheels are available for Python 3.9–3.13 on Linux, macOS, and Windows.

pip install pysfizz

From source (development only)

Requires: Git, CMake 3.15+, C++17 compatible compiler, Python 3.9+ with development headers

git clone https://github.com/tiianhk/pysfizz.git
cd pysfizz
git submodule update --init --recursive
pip install .

Example

import pysfizz
import soundfile as sf

# load an instrument
synth = pysfizz.Synth(sample_rate=48000, block_size=1024)
synth.load_sfz_file("path/to/your/sfz/file.sfz")

# print the list of MIDI notes that have SFZ regions
print(synth.playable_keys)

# single note offline systhesis
pitch = 60       # MIDI note number, integer in [0, 127]
vel = 127        # MIDI velocity, integer in [0, 127]
note_dur = 1     # seconds, key pressed at t=0 and released after this duration
render_dur = 2   # seconds, total rendered duration
audio = synth.render_note(pitch, vel, note_dur, render_dur) # np.ndarray of shape (2, num_samples)
sf.write("output.wav", audio.T, synth.get_sample_rate())

Resources

SFZ instruments

License and dependencies

pysfizz is under the BSD 2-Clause License.

It includes the following dependencies as Git submodules under the external/ directory:

  • sfizz — BSD 2-Clause License
  • nanobind — BSD 3-Clause License

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

pysfizz-0.1.2.tar.gz (15.1 MB view details)

Uploaded Source

Built Distributions

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

pysfizz-0.1.2-cp313-cp313-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.13Windows x86-64

pysfizz-0.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pysfizz-0.1.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (2.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

pysfizz-0.1.2-cp313-cp313-macosx_11_0_arm64.whl (1.1 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pysfizz-0.1.2-cp313-cp313-macosx_10_13_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pysfizz-0.1.2-cp312-cp312-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.12Windows x86-64

pysfizz-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pysfizz-0.1.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (2.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

pysfizz-0.1.2-cp312-cp312-macosx_11_0_arm64.whl (1.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pysfizz-0.1.2-cp312-cp312-macosx_10_13_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

pysfizz-0.1.2-cp311-cp311-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.11Windows x86-64

pysfizz-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pysfizz-0.1.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (2.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

pysfizz-0.1.2-cp311-cp311-macosx_11_0_arm64.whl (1.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pysfizz-0.1.2-cp311-cp311-macosx_10_13_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11macOS 10.13+ x86-64

pysfizz-0.1.2-cp310-cp310-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.10Windows x86-64

pysfizz-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pysfizz-0.1.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (2.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

pysfizz-0.1.2-cp310-cp310-macosx_11_0_arm64.whl (1.1 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pysfizz-0.1.2-cp310-cp310-macosx_10_13_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10macOS 10.13+ x86-64

pysfizz-0.1.2-cp39-cp39-win_amd64.whl (1.2 MB view details)

Uploaded CPython 3.9Windows x86-64

pysfizz-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pysfizz-0.1.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (2.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

pysfizz-0.1.2-cp39-cp39-macosx_11_0_arm64.whl (1.1 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

pysfizz-0.1.2-cp39-cp39-macosx_10_13_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9macOS 10.13+ x86-64

File details

Details for the file pysfizz-0.1.2.tar.gz.

File metadata

  • Download URL: pysfizz-0.1.2.tar.gz
  • Upload date:
  • Size: 15.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pysfizz-0.1.2.tar.gz
Algorithm Hash digest
SHA256 db38ec529fcbc0c7317281c7b4f8e1a23cb0b2e22111c3c52597c6eddbff3779
MD5 69a16ecde46a4796e2c565adb81c1ec5
BLAKE2b-256 68fd4f427fe2def3290d3cadd4c23aa0b3dfd87e35218bc69d8b558946880731

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysfizz-0.1.2.tar.gz:

Publisher: main.yml on tiianhk/pysfizz

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

File details

Details for the file pysfizz-0.1.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pysfizz-0.1.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pysfizz-0.1.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 0fa34162054eefdfa6a5cc30a261b15f371074757a0a1cd6da9a3e9410b06adc
MD5 98b679b4271ccdcf71c0aef77fed0b98
BLAKE2b-256 d4829cd842fd87bad734cf9467196205dd659fba58157d46e6d417fd668ae548

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysfizz-0.1.2-cp313-cp313-win_amd64.whl:

Publisher: main.yml on tiianhk/pysfizz

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

File details

Details for the file pysfizz-0.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pysfizz-0.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e3f58ef3bdd8564eefb6b4e7f146c6b5d0ee761a84e40d552f0987876602dd21
MD5 a1898e0a07eff6132b07f73df360d9aa
BLAKE2b-256 9c71b0f386676721592c9f74d62e0edaa58e71387dd70fea26b47754a4f7f438

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysfizz-0.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: main.yml on tiianhk/pysfizz

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

File details

Details for the file pysfizz-0.1.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysfizz-0.1.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 73d848e7b68977a30b12a611bc772f0a282ffe71d77b6625b0a1a8eccdf93e62
MD5 606dc770c8a7e06dc77c589aec5b6e30
BLAKE2b-256 2078ad207748a78f38c283dce98caaa8f816cb76132db6102c3cb62436b4bc79

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysfizz-0.1.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: main.yml on tiianhk/pysfizz

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

File details

Details for the file pysfizz-0.1.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pysfizz-0.1.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d4d7e7447e4fbb3c9e87295020445f0ad3ed93aae09f92f20a51be91f8e27662
MD5 f1bb0951389da64b69c87d07964c1fe8
BLAKE2b-256 1067ee25dfbb7ceca21e054fd9e0e47aa32e854058965499d95c4291e09a8cdf

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysfizz-0.1.2-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: main.yml on tiianhk/pysfizz

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

File details

Details for the file pysfizz-0.1.2-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pysfizz-0.1.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 fbba7404d8931372314b300419814771f1141e2a011d4c0915a2b6c5113e0275
MD5 dc16d8c4e739831e014ec44247ee8700
BLAKE2b-256 32df090a837849dcc00e1803e31a4a78e27c128047eb2d05a606486d5735abf4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysfizz-0.1.2-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: main.yml on tiianhk/pysfizz

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

File details

Details for the file pysfizz-0.1.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pysfizz-0.1.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pysfizz-0.1.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 88c93ee25ee1120a147cfcaa76b72f955f2cf74593a115a3ca546f6346832e0f
MD5 c12705e538e2f23dd44869509f4619cf
BLAKE2b-256 f7a945d283c145f4d49370bd7a3ce2cbefc3669a24124f539f636f6b8822beed

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysfizz-0.1.2-cp312-cp312-win_amd64.whl:

Publisher: main.yml on tiianhk/pysfizz

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

File details

Details for the file pysfizz-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pysfizz-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 56961c312d4cec5a456fdc2c24012ec572f1f51e6ac85827ffca76545cbf6f4a
MD5 3977d1a1d731248605461ab58c770158
BLAKE2b-256 59c0642495143eeb2c9aea35defd8a83ab37e6109990dd388c5425512551500f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysfizz-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: main.yml on tiianhk/pysfizz

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

File details

Details for the file pysfizz-0.1.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysfizz-0.1.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2e744b0e50690cb24e356fbfebab7809e7ebacac88aa60bdb72e250dc575097d
MD5 20d620666d3022d33b865118ba076eb4
BLAKE2b-256 5fb1ba0ab08e3fa326270e73f3d3e7fc29bbc2d225d89723c55b3b29e573dfc9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysfizz-0.1.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: main.yml on tiianhk/pysfizz

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

File details

Details for the file pysfizz-0.1.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pysfizz-0.1.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f127b5118ec9595c4f86c5dd3cf1882a5bc438afbb3fdae6244c89bd32d5f85b
MD5 ba0dfda6cf0f12921b44b54995be79fc
BLAKE2b-256 265b0a8644b22f17bd8d0f6a4763ca0c24481121c47543c6581c09582aacb49f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysfizz-0.1.2-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: main.yml on tiianhk/pysfizz

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

File details

Details for the file pysfizz-0.1.2-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pysfizz-0.1.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5bb8dc64eac5a1d9cb2ecdc0f126d36a36e8da18cfec6eadf9331b30c19df2cf
MD5 284d2dc4ca0f32a5d064da92f6af09d9
BLAKE2b-256 4974f3834b798ea954421799e586529fc648fdea4f1db7117f3e412fafd1ea0c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysfizz-0.1.2-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: main.yml on tiianhk/pysfizz

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

File details

Details for the file pysfizz-0.1.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pysfizz-0.1.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pysfizz-0.1.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5c23a5aef41da3780b487238590a3a03d70d9e93c31fa8f3351823534b7a07fe
MD5 74f2e631e53e39f74d92212a170c52aa
BLAKE2b-256 e2d644e4b9159cd7e0c2622049e0f76e1f1fb8204101e3d5efebb3c196c81e18

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysfizz-0.1.2-cp311-cp311-win_amd64.whl:

Publisher: main.yml on tiianhk/pysfizz

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

File details

Details for the file pysfizz-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pysfizz-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e56813938aeec52002a7a1b1ff450956b37c1d1b795912a56f50f72605ca9adc
MD5 fa3820301a1b526d90608dcf1e09a154
BLAKE2b-256 7d978a8ddd6ebe0593426098d72acb95da939301ec75000399f2b44f29564dca

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysfizz-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: main.yml on tiianhk/pysfizz

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

File details

Details for the file pysfizz-0.1.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysfizz-0.1.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5c9e3cb335500f21244252b06bf6657c9a5bbd38c80d9c6eb7c9a9bb94d65917
MD5 1ffd056d93ddfe45ff90ebd2e30595f3
BLAKE2b-256 a9d738116eb45e976caa6f43f31c708ee2c6f8fa19f3c6604f6ceee0292a24b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysfizz-0.1.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: main.yml on tiianhk/pysfizz

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

File details

Details for the file pysfizz-0.1.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pysfizz-0.1.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bdf51300e7ff7b1adc14a0cc6ceb5a694dcf4019ab0b3a99e3aaf0b1cd156a5d
MD5 7584d640b66b62f42f17cf2cbeb871a1
BLAKE2b-256 b443bf14c283e010c1c513c7532e84b34d90e46511d25963edf39ceb5c6cdea6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysfizz-0.1.2-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: main.yml on tiianhk/pysfizz

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

File details

Details for the file pysfizz-0.1.2-cp311-cp311-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pysfizz-0.1.2-cp311-cp311-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 cf7e15d048f9665444483f2ab1b084345198b82e45c2be9b1443815e59291d1c
MD5 16d7df40e2979e7721645fcbadab4103
BLAKE2b-256 857a7c6c3c371c361b4d98b1ff63780f0067925a95432f7af070a65d0839ee87

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysfizz-0.1.2-cp311-cp311-macosx_10_13_x86_64.whl:

Publisher: main.yml on tiianhk/pysfizz

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

File details

Details for the file pysfizz-0.1.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pysfizz-0.1.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pysfizz-0.1.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 41a4641bac7119beafc69387830ad2b80f752747ed46cb9025cae9ba28b7d85c
MD5 fd667f4d92f233da8d27ac80bc2452c0
BLAKE2b-256 58fa2ddaf59c7d8205ed2e64428ef2394058fb380797dac99baab626ffec0ebb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysfizz-0.1.2-cp310-cp310-win_amd64.whl:

Publisher: main.yml on tiianhk/pysfizz

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

File details

Details for the file pysfizz-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pysfizz-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5520ab43e81e4933827a77ca5257069c7b8e15991d67063818358030e665853d
MD5 7eaf673264406f6dc3597e1370e16283
BLAKE2b-256 76243dd6fe3cee19ca59ced48f6ba5b61f9fd560e4bd724d6460eb34777c05f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysfizz-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: main.yml on tiianhk/pysfizz

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

File details

Details for the file pysfizz-0.1.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysfizz-0.1.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bfa32e43a9c66da353427bb08f01a20a39fd73977a26538bf6280e2a6053565a
MD5 604dc821fc78291eb9ab9fac05f87fc6
BLAKE2b-256 d1fd15002040072f0b407753e6efb44f9cc17eac40b8c43114ee652c1dd8b898

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysfizz-0.1.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: main.yml on tiianhk/pysfizz

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

File details

Details for the file pysfizz-0.1.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pysfizz-0.1.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 788e6ebd84b59062e4ef4d4ba8d3445d9291070658bee3a28eb9513c5e80d8e1
MD5 3bd9a7423aeec5cbc6d0684c5c90cff6
BLAKE2b-256 22f686a0399d7ad747441ecc8efc9db629f35c186ceb064a4f8e6bf582bb1fe8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysfizz-0.1.2-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: main.yml on tiianhk/pysfizz

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

File details

Details for the file pysfizz-0.1.2-cp310-cp310-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pysfizz-0.1.2-cp310-cp310-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 9228c4eefd8f94ded73ecba9c0e1e53f63eff9a809bff0429f0091f8e88bf4e7
MD5 b99eac1aad75f990a9ac39594bf971c9
BLAKE2b-256 c79ec2cf6ddfccee29b9c103154c9f1269488c76f6508e6a7eacac70b29b5b7e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysfizz-0.1.2-cp310-cp310-macosx_10_13_x86_64.whl:

Publisher: main.yml on tiianhk/pysfizz

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

File details

Details for the file pysfizz-0.1.2-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pysfizz-0.1.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.2 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pysfizz-0.1.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e49dcdc387d8274942ae7890d82e4936c7681819987dbd7482fa97150fe51aa0
MD5 4d3ab783360614678240be728233b938
BLAKE2b-256 ba3b46643498db71df4893f2985d365cd9925eafcdd0030a9e4d074dae845e1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysfizz-0.1.2-cp39-cp39-win_amd64.whl:

Publisher: main.yml on tiianhk/pysfizz

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

File details

Details for the file pysfizz-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pysfizz-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6a69d81aa3473e4e6b8e7c152e5035a233c9490f5cb84a8bc6dc7d671d8b4986
MD5 e500c2c44c018524450c7c9fd4b089a7
BLAKE2b-256 060fd7aa1811cfeb191dfcfbf0d160f52a9217e998dba3df79bbc5e1659be033

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysfizz-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: main.yml on tiianhk/pysfizz

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

File details

Details for the file pysfizz-0.1.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pysfizz-0.1.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 371fc6c62d939322c2420293f351722bb04d4688942a3ad8161b46e1d004cbe0
MD5 b67d53f95f4d01b3a3d8cc71cb6fa9ae
BLAKE2b-256 41626b6554d4aa6f6e3861bb46d711cc9f07612353dda23f3d339b02f1449b9c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysfizz-0.1.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: main.yml on tiianhk/pysfizz

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

File details

Details for the file pysfizz-0.1.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pysfizz-0.1.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dcefc5b03863462cdd6efb85b9c7ecc945bf2681d28a6e468dd1f663f0e561d6
MD5 25a268f121b075abd7b78d6ecb5c4ac3
BLAKE2b-256 b9420c1267e408ed4dd4d8f1577eafea7407d73d3c7066e8ae7eb9e16c6c1200

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysfizz-0.1.2-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: main.yml on tiianhk/pysfizz

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

File details

Details for the file pysfizz-0.1.2-cp39-cp39-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pysfizz-0.1.2-cp39-cp39-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 42a5479a7905c6ab3dd5f97f06970db52671d8e145c96cb59aa806bc45cba746
MD5 856e8969e94896b87cb70d4e75367880
BLAKE2b-256 fcb44acc681012b122d4ddc06a525bdcdfec65c963ab89eeb4e6a8228ecfd78a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysfizz-0.1.2-cp39-cp39-macosx_10_13_x86_64.whl:

Publisher: main.yml on tiianhk/pysfizz

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