Skip to main content

A package to read wave audio files and expose details of their contents.

Project description

waveinfo

waveinfo is a python package to read wave audio files and expose details of their contents.

Documentation

Hosted on Read the Docs.

Usage

>>> from waveinfo import WavFile

>>> wav = WavFile("path/to/file.wav")
>>> wav.detail.format
Format.PCM
>>> wav.detail.duration
datetime.timedelta(seconds=42)
>>> wav.detail.channels
1
>>> wav.detail.bit_depth
16
>>> wav.detail.sample_rate
44100

A WavFile may be initialised by passing any of:

  • A string or path-like object pointing at the file to be read
  • A file-like object (eg. io.BytesIO) containing the file
  • A bytes object containing the raw bytes of the file

If a non-valid wave file is provided, a WavLoadError exception will be raised.

Roadmap

  • Provide methods to return the audio data, both as raw data and decoded PCM (where possible)
  • Expose detail on playlists and cues

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

waveinfo-0.5.0.tar.gz (81.0 kB view details)

Uploaded Source

Built Distributions

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

waveinfo-0.5.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (519.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

waveinfo-0.5.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl (549.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

waveinfo-0.5.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (618.0 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

waveinfo-0.5.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (530.9 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

waveinfo-0.5.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (350.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

waveinfo-0.5.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (378.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

waveinfo-0.5.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (493.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

waveinfo-0.5.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (355.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

waveinfo-0.5.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (349.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

waveinfo-0.5.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (374.9 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

waveinfo-0.5.0-cp314-cp314-win32.whl (172.2 kB view details)

Uploaded CPython 3.14Windows x86

waveinfo-0.5.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (347.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

waveinfo-0.5.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (370.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

waveinfo-0.5.0-cp314-cp314-macosx_11_0_arm64.whl (307.5 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

waveinfo-0.5.0-cp313-cp313t-musllinux_1_2_x86_64.whl (515.9 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

waveinfo-0.5.0-cp313-cp313t-musllinux_1_2_i686.whl (542.9 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

waveinfo-0.5.0-cp313-cp313t-musllinux_1_2_armv7l.whl (611.6 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

waveinfo-0.5.0-cp313-cp313t-musllinux_1_2_aarch64.whl (526.6 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

waveinfo-0.5.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (374.4 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

waveinfo-0.5.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (489.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

waveinfo-0.5.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (347.6 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

waveinfo-0.5.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (345.0 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

waveinfo-0.5.0-cp313-cp313-win_amd64.whl (182.5 kB view details)

Uploaded CPython 3.13Windows x86-64

waveinfo-0.5.0-cp313-cp313-musllinux_1_2_x86_64.whl (517.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

waveinfo-0.5.0-cp313-cp313-musllinux_1_2_i686.whl (543.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

waveinfo-0.5.0-cp313-cp313-musllinux_1_2_armv7l.whl (612.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

waveinfo-0.5.0-cp313-cp313-musllinux_1_2_aarch64.whl (527.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

waveinfo-0.5.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (347.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

waveinfo-0.5.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (375.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

waveinfo-0.5.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (490.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

waveinfo-0.5.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (349.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

waveinfo-0.5.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (346.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

waveinfo-0.5.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (370.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

waveinfo-0.5.0-cp313-cp313-macosx_11_0_arm64.whl (308.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

waveinfo-0.5.0-cp312-cp312-win_amd64.whl (182.5 kB view details)

Uploaded CPython 3.12Windows x86-64

waveinfo-0.5.0-cp312-cp312-musllinux_1_2_x86_64.whl (517.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

waveinfo-0.5.0-cp312-cp312-musllinux_1_2_i686.whl (543.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

waveinfo-0.5.0-cp312-cp312-musllinux_1_2_armv7l.whl (612.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

waveinfo-0.5.0-cp312-cp312-musllinux_1_2_aarch64.whl (528.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

waveinfo-0.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (347.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

waveinfo-0.5.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (375.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

waveinfo-0.5.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (490.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

waveinfo-0.5.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (349.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

waveinfo-0.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (346.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

waveinfo-0.5.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (369.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

waveinfo-0.5.0-cp312-cp312-macosx_11_0_arm64.whl (307.6 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

waveinfo-0.5.0-cp311-cp311-win_amd64.whl (184.0 kB view details)

Uploaded CPython 3.11Windows x86-64

waveinfo-0.5.0-cp311-cp311-musllinux_1_2_x86_64.whl (519.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

waveinfo-0.5.0-cp311-cp311-musllinux_1_2_i686.whl (548.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

waveinfo-0.5.0-cp311-cp311-musllinux_1_2_armv7l.whl (615.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

waveinfo-0.5.0-cp311-cp311-musllinux_1_2_aarch64.whl (530.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

waveinfo-0.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (350.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

waveinfo-0.5.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (376.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

waveinfo-0.5.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (492.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

waveinfo-0.5.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (353.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

waveinfo-0.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (349.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

waveinfo-0.5.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (374.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

waveinfo-0.5.0-cp311-cp311-macosx_11_0_arm64.whl (309.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

waveinfo-0.5.0-cp310-cp310-win_amd64.whl (183.9 kB view details)

Uploaded CPython 3.10Windows x86-64

waveinfo-0.5.0-cp310-cp310-musllinux_1_2_x86_64.whl (519.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

waveinfo-0.5.0-cp310-cp310-musllinux_1_2_i686.whl (548.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

waveinfo-0.5.0-cp310-cp310-musllinux_1_2_armv7l.whl (615.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

waveinfo-0.5.0-cp310-cp310-musllinux_1_2_aarch64.whl (530.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

waveinfo-0.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (350.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

waveinfo-0.5.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (376.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

waveinfo-0.5.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (491.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

waveinfo-0.5.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (353.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

waveinfo-0.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (348.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

waveinfo-0.5.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (374.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

waveinfo-0.5.0-cp39-cp39-win_amd64.whl (186.0 kB view details)

Uploaded CPython 3.9Windows x86-64

waveinfo-0.5.0-cp39-cp39-musllinux_1_2_x86_64.whl (521.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

waveinfo-0.5.0-cp39-cp39-musllinux_1_2_i686.whl (551.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

waveinfo-0.5.0-cp39-cp39-musllinux_1_2_armv7l.whl (619.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

waveinfo-0.5.0-cp39-cp39-musllinux_1_2_aarch64.whl (532.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

waveinfo-0.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (352.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

waveinfo-0.5.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (379.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ s390x

waveinfo-0.5.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (494.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

waveinfo-0.5.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (356.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

waveinfo-0.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (351.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

waveinfo-0.5.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (376.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

waveinfo-0.5.0-cp38-cp38-musllinux_1_2_x86_64.whl (522.3 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

waveinfo-0.5.0-cp38-cp38-musllinux_1_2_i686.whl (551.3 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

waveinfo-0.5.0-cp38-cp38-musllinux_1_2_armv7l.whl (619.9 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

waveinfo-0.5.0-cp38-cp38-musllinux_1_2_aarch64.whl (533.0 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

waveinfo-0.5.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (352.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

waveinfo-0.5.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (379.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ s390x

waveinfo-0.5.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (495.4 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

waveinfo-0.5.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (356.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

waveinfo-0.5.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (351.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

waveinfo-0.5.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (376.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

File details

Details for the file waveinfo-0.5.0.tar.gz.

File metadata

  • Download URL: waveinfo-0.5.0.tar.gz
  • Upload date:
  • Size: 81.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for waveinfo-0.5.0.tar.gz
Algorithm Hash digest
SHA256 97495827fe0bd2d6ccdb4b021d1b45e22262933f32cdc0cfa83c6e4136e6ba20
MD5 e4bb11e588c39606506e07db8a97a5c3
BLAKE2b-256 fb0c65f0085336345db5ff2d9d38d158c938cdc68b6db605fab27d27d4b9a6c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0.tar.gz:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 59dec6b6e9b8864034104e730599a21d751d905e315c592b3d782989f5cc53d6
MD5 d72aa7cbcc9a0f28716083968249a35f
BLAKE2b-256 06819682c7ad04f33477a4d1bc296bda92911a30c2c4553b5173d1200255e4a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f8d5746ea1cc053e8e0f55afc46f314c55644a0facc702afed85b7b75ac37a05
MD5 abce7840a19e5c27e795b8b865fe0a6f
BLAKE2b-256 149c4a26165a4be0c7a7dd74d590d5960698b238323ff97d6b109f47a73f729a

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 f9f8d6a0756e0ba32b5506fc6296f5397730b7b44c8a6676d7a350a8d5b8db92
MD5 06cf298fc9bf60114ee4dc41f7b95224
BLAKE2b-256 89ac0f4e1aa9404268f1177421e689e60ca8d0d79a76bedc00ceec4cd39d8343

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 baa8013853730ddf823b573797e9bfbcbf087323aaade90d52883474be145609
MD5 ed665626eefb06ee6be0a21a985e5428
BLAKE2b-256 f9c4656c6181edc32ba4aef7a43a1e285561a33b8f1be4be1b34b888acbae45a

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ec4b19594784b6b9a4a8708960f639fef14425cd03b922d46c7f73094b01fd1f
MD5 31755a3f4cbb64f58a9b9781b38c7ed5
BLAKE2b-256 387d158c48444b7772d2db5e7bf58531bdc8ddd383b2ee04da337a78c9d76dd7

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ff4a8fcdb362804ab42c63a59371846aefdee15c7eeeac5b255501080bf6a331
MD5 e3ba12ba8dd033f615a5e681cd35a36a
BLAKE2b-256 d4125406a0739464f7d0cd0e197ab4da6c8a9c880b819ec543ba82443c22e052

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 79d4bce4aae8978bc9048b40f91c2271f312210c592c12eb029cb2c4b042b347
MD5 f0e98338eb636a5a753233e938cdf691
BLAKE2b-256 b1688413a4186fed3cf288aacc537c61727c32e8dd0a035bf2e631d22422d34d

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0be3e83692e9399d3400e6eab2adac5dcf9bb5ac2ecd4e892e42f483dc43c450
MD5 761ec88117d060a7227198d1b44101c2
BLAKE2b-256 b68e9e7800f817395cc680bf54e04e4545229c9800cc8024bccdd3071c61dcff

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 930fe2b10d5ec4ab8ecd8829a7926def9a3a067cba88d1ae320fdcc37ef3943e
MD5 7aa36e386c8e3befa98457a91f3c6eb8
BLAKE2b-256 b63e39291f2d83d76bfe92f851ec182672c9cdc502335debe32636e958914aa8

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 75512559f25b27f3344b247dd6feb7ad2b9b56ba9504e27aff6b08c6bfbb1cea
MD5 94100d9eef92f8ebde87e1b34967a38b
BLAKE2b-256 9e43ae5304291a6a6d7b8cef148bdad320d90f7ee4a312c967494e73fea3d991

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp314-cp314-win32.whl.

File metadata

  • Download URL: waveinfo-0.5.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 172.2 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for waveinfo-0.5.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 dac029c5fbc7b923795bd875e7c3b750b69dba6e759c653004283e534025dc5c
MD5 804f0b89ce72dcd9f186cce16ea84f3d
BLAKE2b-256 59be3e98b85caa0eb8665afb1f33f27e9653d372a1bf0bc2110c1e4b5dd8ce7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp314-cp314-win32.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1112ef1a073faca57f36a673c7351eb57b2dbd462812a883310e3c23bd7296ae
MD5 08a4c706bb4ddf1b5d321f37b4e981be
BLAKE2b-256 7e317194bd5abf56967c922a5a563aa1932f13b6fd358f61c62767602daf742e

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 10cad35a91325a8524f2cfee507fa3e5bb20cdf6a3457015ea81ca0c2eac9a10
MD5 896d94f0ca6ad75b93cfa2c857f32a64
BLAKE2b-256 f5bc1659c50632565e0afc4b4962a79586814962077f2dbe498089e8534418b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c7fc1814ca93bddc02bab20258786fd5fafeaffab5f51755699ecc7a0817ec91
MD5 6b30a36e45613d87dec2c388088a76d2
BLAKE2b-256 742c10928192384cf02639a3b930687e1e657fc1d35b0ca2344c716bb1f3d1bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4beae0b1c3bd43a2eefa6cfbd9f89231b4345721d91142f544333df0221dbded
MD5 e8653f8492ba909810bc7d41cf1f5af1
BLAKE2b-256 473fa30fa60e84ebef08733bac09f24ec4a2c9b14b2e5f5a451ea28e091eead2

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp313-cp313t-musllinux_1_2_x86_64.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 081263bb02141f971fe0d0ea9808165fd3b9ecd209939cc32a05921c8af3e878
MD5 a46f8a8abad7b625c23ee3df2506d156
BLAKE2b-256 afe1049dacd306d8ec22a42c1d32bbd05b72fc49a0a663fbbb4022a25aea7cf7

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp313-cp313t-musllinux_1_2_i686.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 041068aaeba4f55ed33d383c33d21e493f6d6b6df981bd6f5381e42999c696ca
MD5 d3336a077cc7a917b2552a47c4234392
BLAKE2b-256 c2ebb77c9f29c14a3852e37cfa7e83fbe5168bc1acc98293b413aed182ae908e

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp313-cp313t-musllinux_1_2_armv7l.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 72174d12a1899b8f09dbe3630e9f3a77b27c2095289861b36822d56446a02723
MD5 185d76eb4ae4d441861a4650a7fa5610
BLAKE2b-256 076d382927e55a427421fd087915a11b62f93ba99268c5bc7c21fa1e8fa25e88

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp313-cp313t-musllinux_1_2_aarch64.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5a676eb3f26e36c61712c5261cdd343396894cc8cd7eeb49219fe0788cedfb4e
MD5 7f07d9fe61205a351cc3232c61a9dbae
BLAKE2b-256 0ecb7c8fcb7370a67a27abc3d8960f798de06bd1bc2dbb75019d55d6cc3a84b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a429c98bf74e66912f86d7fdf70d1c0457b9f6fa5b40431ca173a1522b4b441d
MD5 2fe2946035b6ad90f42d45ec224b2109
BLAKE2b-256 6567eb8b8c783d220fbf6345cefa0bd6b2914e41190553e5c29229030ab06154

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d1d978e0394009b1fc7b2434fa306d7a081ff73272accd8d77fd249e5d09d088
MD5 031717cd0dd6cedc602eacd62bceef0f
BLAKE2b-256 e827994dfa6300bb918bf7f81ace3d022e689cfee13e6de6ed7985275e4ac230

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2c90b48ca31eaf9386b370cad875cfd62f91f8c90237370e3e5d864f89777e99
MD5 90f3af4d7c7e1915843d4df73b5cac10
BLAKE2b-256 e3dd0d3e547100ed5b25b3c61ffae1ec70d2737d95004dcb1219f439a10d5936

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: waveinfo-0.5.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 182.5 kB
  • 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 waveinfo-0.5.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 761537eedca482046cd4954cbd32981638c8aee77f27fa1af778bcc12f0a2e56
MD5 7a84a02941783e124148a8151965a0d6
BLAKE2b-256 ed7265873cead087cf6a0e8d65ded2200afa406562bd6366ae443e400267c210

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp313-cp313-win_amd64.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1c46754f43120fd36d1f4ea5e2eae5d87781673fe4f9d5b5d6171d26f237b95d
MD5 7e6bac104eda53573cada6274e0926a5
BLAKE2b-256 be6c0bab6c2cf96a7ccb6359922e4cc664cac6b29e9024a622a0bd2a08569493

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8bfd8613466382e7fe711e13153c6c8467e154198b0ba2f50f74448d0865fd2b
MD5 534bfec0bac70478674083655d2116c6
BLAKE2b-256 d1eee102e46aff728a369d9887b48252b20b97497dadd8fc1a4930f5ff85072e

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp313-cp313-musllinux_1_2_i686.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6c3b4f66a064e2c0f69130244fe15d1ba9ab55cb885942c6fe226fd99a49807d
MD5 dc3138cb3bce0a05ba8092722e5b763b
BLAKE2b-256 072dda85889ffd446405b416189c0c80506ce9bbe005a86c7bf6e166e4be0d11

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp313-cp313-musllinux_1_2_armv7l.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a33d27efd34db4449aa2261160dcdc891b82af9d4ed9335285a4e439177a4897
MD5 d59488862ec349bb1b0abd73d71f5cfd
BLAKE2b-256 b3d1f3638c9e99c24f2f66c97a9230726158696cfe25663a36d88f4c6c159348

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 821e083d930004d36093e1306f94067d95f2a3da691dec33b9f1cb88f6eb9ba6
MD5 994b3d24f49b8890c0e89c2e128048e5
BLAKE2b-256 506c6ce926383b71bf86472b4039274ab42af0937f194152d831f3d1c368d367

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c5f27cc48e8ce41119583c56b6f975ae9986139b0b8f33b15b53c1d10a3179e1
MD5 380d720c33c9ed03f24349e786dc69f3
BLAKE2b-256 87a33737f59a5f17f11c5b9746752aae30ff74d016464e870a3eb93241896488

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5112961e3b1b73229be802a709f99cd7db1cb98ea605d71b75de22b8ab544b90
MD5 cdb35bf597d08b4dc85531f9c784524d
BLAKE2b-256 3308c7a6f3c35d31e58806685230430a038731f944e8e7323356ba73351e64e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fc2c1650bc9860c80525f162d82e8f4207abfb66f64bf69562ef37f951bf49af
MD5 c13348aaddefd2e7989d524bae579e00
BLAKE2b-256 b1c1bf9698e3b92a0553d236d9f5deff750230f3b8c66dc04b2c9b5f54493ca6

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a658241d6e963f07b02afcd2dca131ea89dc2714cd20c8df8bdaac6e07e00c25
MD5 e73339cbdbc730dfc56d51db564a0699
BLAKE2b-256 e69753471f31fabd88e33f8eb043daf40cd66c9cb826fdaeae2d794da5fc32bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7094bf3d460798a4b6f3edc554179a3191ed4a64aa3ea0856a11aba29a8f3d40
MD5 6e1c5716bb3d81d00f2b49673720224c
BLAKE2b-256 2c6739a07e8dd73c38899d317b0f917fbdf666393ed83c6d0b95b0972b87af22

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b3e5c6e7d632491da79bed99c3180457a4facba9156e9b985a2541ce8acf10f2
MD5 c221657b4b1cb469d0ead75f3fe4c46f
BLAKE2b-256 d9783eb013482da7b459bc02d1d929639ed6ecdedab1d66e62803989b37aab4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: waveinfo-0.5.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 182.5 kB
  • 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 waveinfo-0.5.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3198a299293fb15bbfeed52816012b266097a7a841b7eee524374b2143e5cc83
MD5 07c049077fcc2e447bcf6d5d4d18bdd1
BLAKE2b-256 d7b6934cd4d1a521c898f86762cc02dbb277d75fadc81df3367e5c7e45075f81

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp312-cp312-win_amd64.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 19aeae3084b71223ff8226f4a6d44eba5858e739eb7f7c029b6271777c0f3cc8
MD5 08b61db346b5586ee7eed90c6d275583
BLAKE2b-256 718be1d7392a488c7a0eba237c9580aaeb0e10184df87a997633cfa4af76661e

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ea1503c6a8ea136c743e103e208dcf6cd3bf5410527a1e8db144573974f28e5b
MD5 fd97680aa6e276530086d730eb1ab562
BLAKE2b-256 46e761a4e32c582945eca248990defdf14ea07d61c99a646858dba0ade304c0a

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp312-cp312-musllinux_1_2_i686.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ef167b337b9d9784d544ff7bba01270d6d5323c67a06ab2177881a3f4b42a9c1
MD5 376e337dccc2b16f435da1c059518ef4
BLAKE2b-256 72cbfddb626f79353c98ac17eda0b298291da188919195b5f51d9c7c7b913985

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp312-cp312-musllinux_1_2_armv7l.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 981006a959b5b84d8c0b4cddf54bd42fdf1d27d2db4367687c16e1840bedce96
MD5 a3ade19d31fdd36ff7f739376b4383e0
BLAKE2b-256 59431d7e6a1a7349cfe3772f0b713da3c417c231be098b99f0c09accbe3fee1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3fa1796245ca14d5d6e09554ef072999a1a14c1103196c4bc7771691ab533744
MD5 7c44921d84f0d95f1722fe9e98838ed3
BLAKE2b-256 3fc90e200fd48c66c44cb0cecff415337fa80a26646cd99b11769c122f89bee2

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 050f3f47bee2f0be30042059f76e27c0e35f20521812f30116f848c21ab98522
MD5 71d7791bdd026568cc401b63a3fe2d41
BLAKE2b-256 802bcacf9eed1d7f62fa2ea4ca8bfe04fe1d7eccd23e6e38f043fd8fdffaaaab

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 480c337435d9698f1fceacb85f01a5a724bd1c08e25d9f94384bcc61ce715fce
MD5 26cccb07c0a1c8695096213b48b95f4a
BLAKE2b-256 ac438167bdb5a6b9ce48cbc5df601fa4567579236c21b4c45992fde3229982ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 50c5d31392aced91b99229b89306f7d9bd04cd399175f74a6e61110aa9210e88
MD5 322cc3ada8cf97223221f9c9bcea3dc3
BLAKE2b-256 3da16463e28f84fdbd5d0f1027823335c88026ac3a4d25dc65d5f7ef59034d64

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 76a20062f8277a494aed5725eee1e7c71fbc78d5c4097b2c0a5787e3cca6a879
MD5 5f92e15421633bb3556df4452363e041
BLAKE2b-256 e84f576ea30249f1d61ab20a394023badf4c69c64f70600945b76400199a0986

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 121f95272f946a492ace54048cb79da100b0f7752212580c8da371a4bbb7d085
MD5 c48b8c904d70d395a246606424ea5911
BLAKE2b-256 2e02e67c5c52cdf0834208bf4f39312b8300e33fc6fca3768b48206830f69179

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8d5f66f0a6eaedaec957be6afc8e00672313be813366214a7a5a7c630767b559
MD5 c0382105487958fe5e36ee3f96f4f765
BLAKE2b-256 cfc4f25e3e77fb622c33967900e8f013b146947a8ba39b7812c075ccdd4fcf1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: waveinfo-0.5.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 184.0 kB
  • 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 waveinfo-0.5.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ab0d5eaf798a67773034d479d6d45aa31ab220daf907c6245dfdeac44f06d670
MD5 ec74e72c912f691909a3961fbab44e47
BLAKE2b-256 8106c0749d917ba675ab2af49c761f92f82a8b4f51de7d6f7266fc720acc4dca

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp311-cp311-win_amd64.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 39f73637fca70500cac3fc491a52ba74d428c773a2379171ecae061aa56c0783
MD5 cc3f277b1a9152627c38a22fb5fcb975
BLAKE2b-256 9edd297315185977c91236423992bdebb3ef19948c3433f0181a6de39a655b02

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2ee57c7723d64f984800aec3b7c1c4f7385db07281c09b589d3efd858cdc1e56
MD5 8bdee1a74ed0d4bce1226a0c755e1fc5
BLAKE2b-256 bb2f10ed3f7791e06cceedb63a194796681849e590a4073d325b779eeb9b7ad8

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp311-cp311-musllinux_1_2_i686.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 30837dc329e46f025c017254c0a4b63632816d28516a335e4229603796736d76
MD5 579730d5e07115f6d3ed432eb0dfaa84
BLAKE2b-256 6045f37431dbd4977bdc7c559886a8c660da2f1fccfaf5b5d62251224d15473a

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp311-cp311-musllinux_1_2_armv7l.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f3bd835b974cc669b26281c3536d13029ab0b0a49b919037eb4725ef63d87df4
MD5 97ef04f8569e2dab6ac77cdf36dddcd1
BLAKE2b-256 8d16f14da520f6276b4cd473046888446d1ae0a8516ac5661299d9feeefe131c

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 49b198e406fb17a5068245a971ba958729acd52fe4480aa26ccdc491211b810e
MD5 e0cc13dcb8f73fb50e016dd13016d34c
BLAKE2b-256 f91e980535e0c948e49159255a7a23e9d7b3b045369a2c833f0de04164d95aef

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 143595bff0fa4f278aca047424c88f0e8e3a4b4ee0467ad4f67f8cd9c0ed1bcf
MD5 0dc87822dba0a32ae441d2e2807bfb4e
BLAKE2b-256 efe6b9bc6af9d2390b9ddf03bac7d67864fc2e6b04bfc0dd17954cfae9917b87

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e55b8cd8cda4c2af9b4dea515777b8d4a27f8c2d4d64e6c457feb97417e8b0a0
MD5 a2f925b73520f1c84bf091bda071927e
BLAKE2b-256 b61301de316617c579bd9c2cefe9f84e570b792cccef7f26ba9bb8395060ff9f

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 768e3da6d52948d2efb277c67deca65a7f7fe6ecd1885e466df5503808c9b665
MD5 952252a1daffa28687e7e6ada377985a
BLAKE2b-256 df603a507e27ee5e15a5c5a06e26eb6a1a09d58aa87b78ccf9a187bd522acdfb

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2f07daffaf7ee2c8836bbc54bd7c25399eb66e595ba0899686e2b19b81539889
MD5 84365db099a5d0b86dbe5afee70e6fe3
BLAKE2b-256 569bf85c2eb85ebfe095ca337fdb43bc720fc694d1f3dbcc037e75d697f89566

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6e2c2644246e0875290d4da0a8996ff6b7dc65e63d8962229759bea5d475a943
MD5 915084e090638923a16878c649c2f78c
BLAKE2b-256 a76bb82977b38828be6e2e77f7614bb0ad851de073e80b09bf22647ca55101d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 084a08ba832d8f462fcb569b49d3432948bcecac379214eb1788cf123547999c
MD5 6bb9c6d140059b205332a1ff1e7bb423
BLAKE2b-256 3b7937bea9c4a05b7658189bce7ce59f2fddecba234a8120190e66c363dca05e

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: waveinfo-0.5.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 183.9 kB
  • 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 waveinfo-0.5.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 81f8792f1d1e92e12475641e13616a5593f0ed50fa6cf894b62877eab1af5357
MD5 69ae61c7568aa2916c0013432e5152a9
BLAKE2b-256 d7539b8824e284e9e04948a05dc4d26c911e8e5da065cb2b927317b5bbd1cb4f

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp310-cp310-win_amd64.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 87d7f7f6db077ef4c6494256160a458cc96015c2104f825043954040324abb1a
MD5 8415dc2b1de3aeac0796ce5dbc4adc0f
BLAKE2b-256 4aefbdf629fed90ef3a784bacb1d5d22039250ce4a27c8fab5640146dd7b7d1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a7629007dd381b914c3f81d3dad8e9dca10fc17b27decd9f9d01ceed474fe51a
MD5 0e05f04a2d3973b51612ccf7f3365fc3
BLAKE2b-256 ba367476f6415cb45fe53334090778e8f05e659cbe16a957eff414d6a22e0ef9

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp310-cp310-musllinux_1_2_i686.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d4fa8d649778a107dde61b25be2d40ca9a82c065bc04867a3929a6a00fdddfd7
MD5 885e0138dd3114a40eb6b9cfb9eae49f
BLAKE2b-256 08e85aa9303c08ad7aa97bd29cd30ac5cd4cf3c36bb0453797f1283930df20f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp310-cp310-musllinux_1_2_armv7l.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1c820125afec5cde5943d26a9a44a6997196b6b901cef3e593dfe3203790985c
MD5 cca197a142b439c3e485f30d6712cc8d
BLAKE2b-256 59b57e1ba2cf8d1637c47bb98b10eda33db07fd2dedc27a5c7b5ad175626c61d

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 70f33020ced53c96b9c54bba5b6d875f6c2cb77d1fd0dab3cc46a55a759d522c
MD5 594a980c663b1e7e659cd825aebf850b
BLAKE2b-256 7804cb04d4dc352c5af1962186007f884b6df7d54af629be9e6af820afd2dfb5

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0adaa9e6266364ba5d91de8e175b7b925762e4a2f096aa988b7d9ad614f58f22
MD5 fab9e6977e8e25f5342c11b696932333
BLAKE2b-256 739e22c68c20f1b7b25a641929137548721a79176c968d49ee9164897aeb4169

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 26b994c98112bad2b921577691aaf52d6ef8670d68fe92c3bd285aed88b254e9
MD5 142724de3a0b257d4860f283626c5b32
BLAKE2b-256 094e3bfdad2f4bc681187addf33738f203e353bea3dae1b425dd790c60d78eb7

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 aef8c0080f4afb497d260f9e3a1a268e09e441c862059214a2429cea532d31ec
MD5 279b17e99b6faa5893292d3aff401b48
BLAKE2b-256 b187a3fa5d0f72669de998c8c92520a5f831ba6eee031b87d517509a69f0d120

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2c1a4e29855043b4a804e7ae3991f15b531083d4583bfa29435944540911517b
MD5 c17fbb5b5324c4b961e9f414a1be79d5
BLAKE2b-256 11851a51abac65e3c1c73834e11e69fd72a2e4b9c3618dfa90c85ba6e3f850a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b218a9e85d0c7e97b9f23143f2d51ef4ac2d8585b8c4b11bc74d2977260ddb1d
MD5 c20d044288ddba3c3a2c9e569b4be9a6
BLAKE2b-256 02493a975694886f0264c210d450ebc802709bffdf1b0ff01f8649ac755cee14

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: waveinfo-0.5.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 186.0 kB
  • 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 waveinfo-0.5.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 52a01ac4485322c5f2cfb8b915e28f2dfe4bb118b8d90fbf728ea08a8a5beaca
MD5 dde64a104b4425e004490795b73a092a
BLAKE2b-256 507e6af27812f9edefbcba89b56ebb4037c76d1e43e1c8f75eb974810cd51906

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp39-cp39-win_amd64.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1c5e39703d578e65f22365d5dfd731eac8c051dbe859f3139d4f25b29114afc9
MD5 7d8f1875bbca1e20ca526024f92be358
BLAKE2b-256 fe7245db829eaafd3cadc62121b5d9841a6a650aeab967d90377b93ac157fdf5

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a87f3a556863a7bb0b1004c4475863d15951a49408e3f618efd794b31c39462e
MD5 56a1631f54a42cb59234495282fc29df
BLAKE2b-256 e0a7e44ff657dca0e29de698b3662242f6429bbbbf676efe767063326780cbf0

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp39-cp39-musllinux_1_2_i686.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6fedf9bdae12b7204f46695f26cd788500577c2937aab7a695baf85594f9e10d
MD5 c6d752ebba83d8be7aabe0cc9ec26cb0
BLAKE2b-256 b49bea1d5913ebe22d2a8bd1d671582733148f2c8e4a41383486059a92bc7d96

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp39-cp39-musllinux_1_2_armv7l.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7a48e63afded712e9979828c2f703743f90d4d74b4010fa98b46a318e830b46e
MD5 0091f2354f5e50517d791866065fe0a6
BLAKE2b-256 5e47dd6a3faab53b1068a52d76742b2d4e2c744fda2ff3634d8635cd7db5215e

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 23b6469cf8b906cd103f5a418a38696df64cf607e7fe772e39b8befd7071b4d7
MD5 c977c488266fa560f18aa500d478e964
BLAKE2b-256 3ae40edc7adfc8432cfed054cfc34919a826c8563d84126ee9cfa2e82a139fcc

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 52059927310807e70bae49f6539fe9c58c3624dff7914f6b206154615e00465c
MD5 72075bc2a6e0b264943fa9fff883f585
BLAKE2b-256 ebedea3b652b0044cdc45f96fdbd351cf6c5c372aec84725500547cb327641f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7c1aea5f3e781fb1a4c2b8a0d13ded5d295f3aaa5dfa02b7493470bb8d809c76
MD5 87105b3052da6ecbf0917aac4325c871
BLAKE2b-256 6a51da7573141c38362f9324e3543542e8a5feccc3a83177064feb3ec93c8eff

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 883eb22ed0a7ce48e167c695072d74aaee843cf1429f7c132692bb365075e2d2
MD5 19ac52ecaae34f638764b65c3778d6e1
BLAKE2b-256 901c8efb46faf6108dff744362d2d5cb06abbba8887280d84abcd5fe20421e18

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f3e745e6997bf1ee1daa31decfb12a1c232bf9ea8fe0003cf04689a0ae1fedeb
MD5 306d88ecfec52ea42e45c9dc76138ae6
BLAKE2b-256 46e8aad51659b59156e09c2ad8258edb52ed2c3ea61d49b6669f22da6befadae

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c7e90d27b8f27d25402d6e8851c09accebb97201d1737c20e6a7a9502ef92189
MD5 fb0327ce1c9b132005b99433c7535b96
BLAKE2b-256 b0cb4672e60f8e4aec4587443701f9d56078a53c3458b0ed5d5c9f5f62c398d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0b6a9812c116c51c2787136b22bbe240eb5b24bd6dcf678de858cdb7afeb0c46
MD5 23a222e55f55d92645204ea5eb4de2fc
BLAKE2b-256 7cf5a284615516d332d1ad56f316f0d55fc216a5dd911b46abd9d02da76f2278

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 69f4610f6da8a3aa63c21f144c4ebc99add0ca92c07ef1daae7640847224eb13
MD5 ffd0b8f8863fa77bbf35c1aeb52250ad
BLAKE2b-256 d608af540003c9abf0954ec4dba7ab5018b124ca03c17c3c47a20f113f14014f

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp38-cp38-musllinux_1_2_i686.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 99d2f173cde6d73f6b7b2d553e141d6c48d887c5bcc267a3fb3177461ba9a2bb
MD5 6c66873fa45dd70f92cccf0765998e77
BLAKE2b-256 7469205b761ca069b2fa5d23866f066b1f5610ebfb7a5c03a71ccd8c4aeea29c

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp38-cp38-musllinux_1_2_armv7l.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 df6ff89d6865839ce56e76e51fff169efea5c90fc28079e0fd1546cdab3756c4
MD5 151634c02911af218f2871ea6b1e144b
BLAKE2b-256 e27ea9d0df7695ba12ff148f942b69513b53d3aba7872e3aa71b7228dfa3c3a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp38-cp38-musllinux_1_2_aarch64.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7fd61303ad52ca0209a24c601c6623e27ec9f72d9bc7c314c6bd5330520b18aa
MD5 7f55f43a6915a280f89b9c02aa7ae257
BLAKE2b-256 2b13065d33b866d4efaf3eb70c4d38b182b57a1b10afdfd127430322122a736d

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3d3a89c8b5dd8b6ebc110e4ba62d4e2afc1eb058968b1f947397403c29cafc1f
MD5 c7d93de43be79ed347e342f4043633ef
BLAKE2b-256 9c946b5942371fb3f3d3cc721b83621702deafd7af25839873f819bebe01a576

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4bc2cb14fdbb1365816e19664aaf5186cc546829730b3565906b706a12f54a27
MD5 4f32da0f25928bce3659bb87d42c147c
BLAKE2b-256 c147d638b7293abe6fe9320c790de9b479e33674c9f16c13268859e73a77678d

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d5bd3781dc6dcb5dda5cdfa5381c5ca75b2122be45f15b74a50b85e66090b238
MD5 74c3f7c0f2e2e8544bb5449a32101b26
BLAKE2b-256 a29d844d0fe3ff2520fe9a1bd00c14834127c55c3a90846d8a9f18d37e6a4779

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7e3cc4457da8d271494d215f484c4e04d009f5bd0f3bd11c39ea772ab391579b
MD5 b0e24beb63d5cfbb3145431d09cc5a7e
BLAKE2b-256 e1e186ebdc03c572854d02a8a44f83c3997a562cf07290ed39e0c12b2a9f57fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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

File details

Details for the file waveinfo-0.5.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for waveinfo-0.5.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 de3b2707db18f31bb088fd54ca1c5b316f3a03e2d29f6ce8dc9b4c1cb468ca27
MD5 a13690492573e9b3a0610fb860e5abbd
BLAKE2b-256 c8d2c3b31e75a5da41f44df099817ad14aa38f08819a293516e156c81847d912

See more details on using hashes here.

Provenance

The following attestation bundles were made for waveinfo-0.5.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: CI.yml on sumebrius/py-waveinfo

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