Skip to main content

wrapper for hardware SDRs

Project description

pysdrlib

Python wrappers for hardware SDRs

Notes

  • No affiliation to the fantastic pysdr page
  • For a more robust C implementation, check SoapySDR

This serves as a lightweight backend for my pyspecan and RPPS projects, with minimal user intervention. Other projects, like SoapySDR, are likely what you're looking for.

Roadmap

Usage

Dynamic imports

import pysdrlib
print(pysdrlib.devices.ls()) # Print available device interfaces
sdr = pysdrlib.devices.get("rtl_sdr").Device() # Initialize sdr
sdr.open()

Static imports

import pysdrlib.rtl_sdr
sdr = pysdrlib.rtl_sdr.Device() # Initialize sdr

Contributing

  1. git clone https://github.com/Anonoei/pysdrlib
  2. cd pysdrlib
  3. git branch -c feature/<your feature>
  4. python3 builder.py -b -l build and install locally

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

pysdrlib-0.1.3.tar.gz (78.2 kB view details)

Uploaded Source

Built Distributions

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

pysdrlib-0.1.3-cp314-cp314t-win_amd64.whl (211.8 kB view details)

Uploaded CPython 3.14tWindows x86-64

pysdrlib-0.1.3-cp314-cp314t-win32.whl (211.8 kB view details)

Uploaded CPython 3.14tWindows x86

pysdrlib-0.1.3-cp314-cp314t-musllinux_1_2_x86_64.whl (203.4 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

pysdrlib-0.1.3-cp314-cp314t-musllinux_1_2_aarch64.whl (204.7 kB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

pysdrlib-0.1.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (205.1 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pysdrlib-0.1.3-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (203.2 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

pysdrlib-0.1.3-cp314-cp314-win_amd64.whl (211.8 kB view details)

Uploaded CPython 3.14Windows x86-64

pysdrlib-0.1.3-cp314-cp314-win32.whl (209.5 kB view details)

Uploaded CPython 3.14Windows x86

pysdrlib-0.1.3-cp314-cp314-musllinux_1_2_x86_64.whl (201.2 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

pysdrlib-0.1.3-cp314-cp314-musllinux_1_2_aarch64.whl (202.5 kB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

pysdrlib-0.1.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (202.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pysdrlib-0.1.3-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (201.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

pysdrlib-0.1.3-cp313-cp313-win_amd64.whl (209.5 kB view details)

Uploaded CPython 3.13Windows x86-64

pysdrlib-0.1.3-cp313-cp313-win32.whl (209.5 kB view details)

Uploaded CPython 3.13Windows x86

pysdrlib-0.1.3-cp313-cp313-musllinux_1_2_x86_64.whl (201.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

pysdrlib-0.1.3-cp313-cp313-musllinux_1_2_aarch64.whl (202.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

pysdrlib-0.1.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (202.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pysdrlib-0.1.3-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (201.0 kB view details)

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

pysdrlib-0.1.3-cp312-cp312-win_amd64.whl (209.5 kB view details)

Uploaded CPython 3.12Windows x86-64

pysdrlib-0.1.3-cp312-cp312-win32.whl (209.5 kB view details)

Uploaded CPython 3.12Windows x86

pysdrlib-0.1.3-cp312-cp312-musllinux_1_2_x86_64.whl (201.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

pysdrlib-0.1.3-cp312-cp312-musllinux_1_2_aarch64.whl (202.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

pysdrlib-0.1.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (202.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pysdrlib-0.1.3-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (201.0 kB view details)

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

pysdrlib-0.1.3-cp311-cp311-win_amd64.whl (209.5 kB view details)

Uploaded CPython 3.11Windows x86-64

pysdrlib-0.1.3-cp311-cp311-win32.whl (209.5 kB view details)

Uploaded CPython 3.11Windows x86

pysdrlib-0.1.3-cp311-cp311-musllinux_1_2_x86_64.whl (201.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

pysdrlib-0.1.3-cp311-cp311-musllinux_1_2_aarch64.whl (202.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

pysdrlib-0.1.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (202.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pysdrlib-0.1.3-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (201.0 kB view details)

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

pysdrlib-0.1.3-cp310-cp310-win_amd64.whl (209.5 kB view details)

Uploaded CPython 3.10Windows x86-64

pysdrlib-0.1.3-cp310-cp310-win32.whl (209.5 kB view details)

Uploaded CPython 3.10Windows x86

pysdrlib-0.1.3-cp310-cp310-musllinux_1_2_x86_64.whl (201.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

pysdrlib-0.1.3-cp310-cp310-musllinux_1_2_aarch64.whl (202.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

pysdrlib-0.1.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (202.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pysdrlib-0.1.3-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (201.0 kB view details)

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

pysdrlib-0.1.3-cp39-cp39-win_amd64.whl (209.5 kB view details)

Uploaded CPython 3.9Windows x86-64

pysdrlib-0.1.3-cp39-cp39-win32.whl (209.5 kB view details)

Uploaded CPython 3.9Windows x86

pysdrlib-0.1.3-cp39-cp39-musllinux_1_2_x86_64.whl (201.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

pysdrlib-0.1.3-cp39-cp39-musllinux_1_2_aarch64.whl (202.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

pysdrlib-0.1.3-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (202.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pysdrlib-0.1.3-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (201.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

pysdrlib-0.1.3-cp38-cp38-win_amd64.whl (209.4 kB view details)

Uploaded CPython 3.8Windows x86-64

pysdrlib-0.1.3-cp38-cp38-win32.whl (106.2 kB view details)

Uploaded CPython 3.8Windows x86

pysdrlib-0.1.3-cp38-cp38-musllinux_1_2_x86_64.whl (98.5 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

pysdrlib-0.1.3-cp38-cp38-musllinux_1_2_aarch64.whl (99.8 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

pysdrlib-0.1.3-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (100.1 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

pysdrlib-0.1.3-cp38-cp38-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (98.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.28+ x86-64manylinux: glibc 2.5+ x86-64

File details

Details for the file pysdrlib-0.1.3.tar.gz.

File metadata

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

File hashes

Hashes for pysdrlib-0.1.3.tar.gz
Algorithm Hash digest
SHA256 4adf97bd88ee41613d1a20454c1cb76212734d98a39dce8c6046dad6ded677c2
MD5 00f4e802ea0b242f2492c8a1e36ded13
BLAKE2b-256 d47b784de52cf984e8cdec0c24688e2d17704d72434f7dde4c8d4956f66ee7a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3.tar.gz:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: pysdrlib-0.1.3-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 211.8 kB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pysdrlib-0.1.3-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 ca723b46d8be593953640ec58bdc7e220e0cb2d6d1a6708a0484bbfebbdff9a6
MD5 d21ad593c9a6d35ad142a813c631a671
BLAKE2b-256 78d0de0ac15ce92fe98ffb9773f2f6db87f46ab149c240fe0bf59a28a6227cbd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp314-cp314t-win_amd64.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp314-cp314t-win32.whl.

File metadata

  • Download URL: pysdrlib-0.1.3-cp314-cp314t-win32.whl
  • Upload date:
  • Size: 211.8 kB
  • Tags: CPython 3.14t, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pysdrlib-0.1.3-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 e95330a9c56eae95d1e72ae9bc1cc05e6dc2d51dd2ebf5f41a217a918db369bf
MD5 6672c977b960182abb725941aec7e558
BLAKE2b-256 9d4c09a3b474a9d7fd331062bbe52abce281f5121384ece91c59089a57c257ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp314-cp314t-win32.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pysdrlib-0.1.3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7615e5d4460f8576f6cf9fffe72896306b19efc3a55bd64522d1231a61a1bbed
MD5 92b4ae08e731ed807e2e6d8115130aaa
BLAKE2b-256 c1c4592d49bd802507cec3135fce908f396ae541b0e2e08bb68cf85535c2d752

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pysdrlib-0.1.3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9b1db4c2f69957c295f12fe9b93ec446bfdef87678c1f75663665d07365c8210
MD5 d9126f54f746757725e8f79ec54e9acd
BLAKE2b-256 33ae82f377de1b1bd0ece14338ec273e472fdbad018dae5c68f318c0cfc87024

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pysdrlib-0.1.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 79fa86b1c9dfa02e8f6a46c6058097d949815cba7791c021fe92b4e6503bff65
MD5 73d1425e91bd6b5bea508c1b211bf22d
BLAKE2b-256 a6e9b6067ca08f090a82c544b91c4bbc66cbe85484880fc13b59342fb324e2cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pysdrlib-0.1.3-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 2e9c7180f4adffb02a63c1cbfe185252160a5a42f57b326570c99d207a256c92
MD5 e89674bc5133e0361d8fa2a7ef2ef1d7
BLAKE2b-256 95990b23050847b4475f4eeb8757ec29fffe9f4c9d3e3f35a73e7d147557f20d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pysdrlib-0.1.3-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 211.8 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pysdrlib-0.1.3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 d5cdf1c3521615fb25b99b44d5782257503f16e5f3e8c3ca6219e5202b71412e
MD5 9f6a8b294c8b22656374fbb90a6dbcfa
BLAKE2b-256 aabf9df8d115230d80763b1dc09066bd578ce4a64bc92454b721d3b5b19a8c89

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp314-cp314-win_amd64.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp314-cp314-win32.whl.

File metadata

  • Download URL: pysdrlib-0.1.3-cp314-cp314-win32.whl
  • Upload date:
  • Size: 209.5 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 pysdrlib-0.1.3-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 bee0d9fd9c0c9729bc4369aaf61d01231c59367162d0df7d97d8d5b0c6ee9ee3
MD5 c001ea596c0766444b681837d23521b4
BLAKE2b-256 cc99da10663b4b62e418bbd745069bd2f7aa8f55b5ae220a335122948a865c2f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp314-cp314-win32.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pysdrlib-0.1.3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 74e751c1154d95c315089605b49a7879804d8dc797cd5f96f16dd5ac48b536a7
MD5 de421eba9eee1a02f4dfa241d288d2f4
BLAKE2b-256 7aee17352761bec3d3c66dbb82c975e712e9956bd0481997492349919fc42522

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pysdrlib-0.1.3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 51ec2578bdda90d1645760ff32165d9a8c6da0efade65383b2ca1dfea743be82
MD5 24873ebc90852e94f8b030e9dd88f149
BLAKE2b-256 e7d3837e00e4f536a6be007c635c3e8405bb44d295b9b3fdbb2f41e66785d65b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pysdrlib-0.1.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f8711d271725976a4024daf6cfe6fdac81d4a2dfa1ac02f61cb73f1a518603b7
MD5 55ce382d4412ee6dfe8ec3989dc38732
BLAKE2b-256 6986044292066e0771c8f14e61540603d77a1611fc1aa00295ea2efd924eb1e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pysdrlib-0.1.3-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 7051ae5e1286c9654139e2e8429039bc0ae9520c9bc3afe0dfdc7a3185901f26
MD5 93aff067b81eb7dd907e698556ed71d3
BLAKE2b-256 1c04fad8d5db896e74de27eeb785f70714ece7e98faf73761755e67938240a32

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pysdrlib-0.1.3-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 209.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 pysdrlib-0.1.3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 723b1d70d88f167516745cc46a2b9efbac122278b110c5c8624978e5e0323154
MD5 1895fa8cbe13cb24f5be120c9235dc80
BLAKE2b-256 e9a14db0f70f243be8aee7a48069070e57150b625b0c04edf4d02115beaa3414

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp313-cp313-win_amd64.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp313-cp313-win32.whl.

File metadata

  • Download URL: pysdrlib-0.1.3-cp313-cp313-win32.whl
  • Upload date:
  • Size: 209.5 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pysdrlib-0.1.3-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 558b5d2f8d64e05e0fa146133d0bd29378d65389327b059f51d5c0d5d3f61b78
MD5 fee91b3c87f0e2dea54eceb11e935050
BLAKE2b-256 d01452f1ef133540dcb496fd265513d0e410105f4ded330d513ab73c9b177b92

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp313-cp313-win32.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pysdrlib-0.1.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 12fc717ed5124f8c5381953eb7f580914eaeb499bb248190502abc56052ca9e8
MD5 c7d2359124d73e8b3b5e25b2faf8190b
BLAKE2b-256 d641a7c850145a79939a71a6f338cf435ea85a541b4810a0636d4c73c727b157

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pysdrlib-0.1.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 605b0191fae7a06a3024ad59de7fb40e65389e65eca59881801dd5926f2f5223
MD5 0c78f2b89ce211156c8db8ea51b69229
BLAKE2b-256 2f2acf15db6d0c0b1d4387a8297740bdb2db34fa97db58cdcac210c11b8adbe8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pysdrlib-0.1.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ccb70c401db12ca7cf78206e7350b017ceaff992db485ed49e0a8ab81f728f2b
MD5 790f0b3c6e210f04a4e4e79df9e1217b
BLAKE2b-256 7a6865f5adc6f1b4b4000ea6dfbc6d315303cbe3b20cdea6b549a145b162dbb2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pysdrlib-0.1.3-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 0783d1836d1403238f45b1aef676f757a909540d0ef676fb81c6a916746bcd49
MD5 b63d98174c11de1cef6c0620dfbd681c
BLAKE2b-256 f629f3c16a043d79c822d36d4155eaedac20d1224d5f7aec3cd01ea08acf186e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pysdrlib-0.1.3-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 209.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 pysdrlib-0.1.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 59c4e849f1f47c70fdf63e3e420f3a51d60abfd6f0718470ca398e392917ed00
MD5 3a556ba824445693ff77e3f6b4f39788
BLAKE2b-256 1647d0efd60b67098e40cc045e6da4aae1921e8402b87b69a6212735f67b4f75

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp312-cp312-win_amd64.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp312-cp312-win32.whl.

File metadata

  • Download URL: pysdrlib-0.1.3-cp312-cp312-win32.whl
  • Upload date:
  • Size: 209.5 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pysdrlib-0.1.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 82be4799f862302c7c31e935eb5b5055286e499209dfc11999312d09a6634139
MD5 c70e814edb3629f0e08a133c2fbb53ec
BLAKE2b-256 523c7da566803c9a291017c2a9e14c3a423e62254bc27a5dd31af68451a0abb0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp312-cp312-win32.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pysdrlib-0.1.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c7e121f6931cfca1918fcf8ebd1b6707ae39e4ed4453f99abba776ae1f1e59b1
MD5 e6b3c7de387fe333884c0d6c50a42932
BLAKE2b-256 0898ad25e3a2ec7de4b3585288bdd1313c8a9485959fe2595e76027317478111

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pysdrlib-0.1.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1edca57e11ee2063d0ccc9ad750f01eb86e6e4d84598ffe24ff0f0b295cff3b7
MD5 baaaf95432d5e9db78301ce395848668
BLAKE2b-256 0657c880f1d4d52e4d5ea8de29fd46aa7049ff40eb22c64d23d674c0cd3d5bda

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pysdrlib-0.1.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e9e3318e77b6f87e98741c371b93168307e7296fa32b75d82a143b43e9ae88a4
MD5 797e1fbf5c4282e34ac77dd93701cb61
BLAKE2b-256 af559270da2fa93eacf49531ceb1e4dc32a8c071ba9354bffa5c146ee9b8a0ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pysdrlib-0.1.3-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 0bcb93447a04b5554b8f0ee043395f2be4d326c16573f7e31bd548c201a70359
MD5 9f470d7c0da8429fc52c00547409fb9f
BLAKE2b-256 8f007c7c054c0d2df1e7dfb1a325eb3c3971604dae4c9914995280cec33b0a1a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pysdrlib-0.1.3-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 209.5 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 pysdrlib-0.1.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 afbd26487f3a81510720fedf3aa43024a64cbe5d14199c9d1406ce123044bd15
MD5 75c06376499b148677c6d7cd31696151
BLAKE2b-256 3f2bf3f98f85365be013ed92ad6a064be1f91f744c959eddda84deead3c601d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp311-cp311-win_amd64.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp311-cp311-win32.whl.

File metadata

  • Download URL: pysdrlib-0.1.3-cp311-cp311-win32.whl
  • Upload date:
  • Size: 209.5 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pysdrlib-0.1.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 8664653d4ca1fe14d4caaa1589431b552b9f2dbdbe4465fea2f221b9d65b976e
MD5 d1edf76496072da72e233cbe818075ec
BLAKE2b-256 ace7e036b73185ab8af31482550d95e89aee3591bab4f6cbcd3667b4b6f2d598

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp311-cp311-win32.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pysdrlib-0.1.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8536c747ee7217eef8b906f3ade822bf4578c50912b0687e9513190dce6d4f18
MD5 b036ab89e95d83e4c1b565b1ade09839
BLAKE2b-256 8077758158dc3697adf4df8edab19b95a76ff58b96d26b88f7f18f0c7ef0a8a1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pysdrlib-0.1.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 60498ce14848b1b2ef719fee29bae5811a9d877964cb49ac5f4112ee664f1b02
MD5 cd7de7391a76af8d1457b1aba17e82d8
BLAKE2b-256 720cf50a8a3f4ec83e4ad28967aa2dc21ddd531339b9df0fd74c1dcf0e1d05c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pysdrlib-0.1.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 31e60378b76610c5c911d41dd772715c10ea908bd638c65d09faf45f97e71a31
MD5 951056b56981161f857204cf9ca49015
BLAKE2b-256 778b4ae779cdffed477e629506c73eb468004bf2f858638628b9ceb47306d800

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pysdrlib-0.1.3-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 cf71484450fce7ce5768bbe278a6748a7b3cf03b60ae39405f10b5c4cf301b37
MD5 a41fba0d2eb40425874ff6bc87f4e64c
BLAKE2b-256 315d08ed343b2741a86c149476dda5a9b75659f56ea4b0997504e03e2f969455

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pysdrlib-0.1.3-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 209.5 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 pysdrlib-0.1.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 872e87cd2353a61f720fb5310c2186cd592024e7bfa6510ebe809b4e7c54b66e
MD5 4bf9c3c73b7cde87a6f1f7f318bf3980
BLAKE2b-256 f77b9f87d74222ed648104f872aec557068248b506b67af0dfd74248c50ba0e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp310-cp310-win_amd64.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp310-cp310-win32.whl.

File metadata

  • Download URL: pysdrlib-0.1.3-cp310-cp310-win32.whl
  • Upload date:
  • Size: 209.5 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pysdrlib-0.1.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 a894e699c693a759a0438ba2aa1b25d503ab115be3147ad0f2521f398b9f3f4a
MD5 5079ae70b445e329c64e688d4bd009d8
BLAKE2b-256 bbe5e5100e904cfd30b3e6544985838c4c4d18105f25f27c05bb33eeeaa4b5f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp310-cp310-win32.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pysdrlib-0.1.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 082b36fd70320f540e0bfdf03896978d616563cc99f9c1366a9845cbe5763fbd
MD5 5bf920e5e0a10f8765a4bc4aae1766fd
BLAKE2b-256 834b964b79d20170a7a77c6cb96370690b5ab935fffec760a6df352ac13ed633

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pysdrlib-0.1.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 07f32301c17ca701a5d1d2f8c8cd06d4433c31f77985b0d8afa556f094de1b89
MD5 f8bcac8dc878d1203f46421517a7769b
BLAKE2b-256 f504d2a7318d38cdd281a71f0a3870824f921377efae22739bd02f9e8506b2de

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pysdrlib-0.1.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 27ce5aa41bd9df4e178210cf914ac0487c2e71e54e31232bdcd63129df58e537
MD5 2c1477813e1233ec8a445f1fb798b3b2
BLAKE2b-256 880d112760f2cfaec8f5cb62212c01a34f26d67e390155e95ce50f0d6adfa21b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pysdrlib-0.1.3-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 327e74d6edc41556ca5f840ebf931ece1ffa8eb80e492d07cb69ceaea216dd93
MD5 fef5096b9d6ba37b388219770744eefb
BLAKE2b-256 0dac415fd3feeeb34d5b535c67ca144a8d7572ff52663f7df0418b0e1890a1d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pysdrlib-0.1.3-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 209.5 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 pysdrlib-0.1.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 496d767f9e7f8e7f79fb45ca7268906f2026b46a3de8a9406bb6f58b05521b63
MD5 e783bf2d19816af4fc2d41a4b68e0a4f
BLAKE2b-256 215f427805da848367089a10d44ce63a815150187a717dc493042f7ea3371f09

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp39-cp39-win_amd64.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp39-cp39-win32.whl.

File metadata

  • Download URL: pysdrlib-0.1.3-cp39-cp39-win32.whl
  • Upload date:
  • Size: 209.5 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pysdrlib-0.1.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 3f4aeec0dbf81c73bb39fd2db2bdf6173efdb48b9fdebdacc685a50d31d5f299
MD5 b54c42d2a7f59324b6b9ebc42c5a7f7f
BLAKE2b-256 c7bf060f9ca3407396192b3d58567910b20d5c03cdbd69f3bb5a1eedbaa18b47

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp39-cp39-win32.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pysdrlib-0.1.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 24f957a4f398dfbd7a0ddc84a963562488298eb89489319409ba5517e3f49bf2
MD5 2aa6c7c171650545424990a3df9685f3
BLAKE2b-256 08b4cd94340e21f088141384f352bd74a019f33f8fe5079f5ffe0664e3222929

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pysdrlib-0.1.3-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f0e415b2740a33e3fec4f3c8aa608c20971b15e56ba0d87461f30556dd6b614e
MD5 ff6cffc2b612b30806444ec17d242b4b
BLAKE2b-256 9f079eaa1ff6c08a0f59f3ac38839edf52af59617b30433ef86886f390fe78e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pysdrlib-0.1.3-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1dc188a0a9f2bd6c7b2198e016befe6ab1eb390a12048403c66da3aae11db107
MD5 19d6ce1523f26d48f4ffac45ba8fe11b
BLAKE2b-256 482804e0c69cf177653f4c4bd61c4f072e469c448d00ea2dab48e98367bb93a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pysdrlib-0.1.3-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 c57a7bafaf61dd029c5e19a4c2973500615e90e70682b1add23908f1a7b20950
MD5 b3dcbd58c7eaae8db236ef416e90871a
BLAKE2b-256 ad56a1768df85044dd13e6cdcd1bdd07c24e3a75d12a75b3a9cbcc24e510b424

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pysdrlib-0.1.3-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 209.4 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pysdrlib-0.1.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 9758ca31358d2499823d5bd99aa60917b02ba761c88062f3a7bd7f7dbca0d894
MD5 a129e5d5e536721c54b7b436e6596d14
BLAKE2b-256 406ef9a8004c8136e424c673ded9b10a434dffef403d07e6e7a55bc7b8be25c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp38-cp38-win_amd64.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp38-cp38-win32.whl.

File metadata

  • Download URL: pysdrlib-0.1.3-cp38-cp38-win32.whl
  • Upload date:
  • Size: 106.2 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pysdrlib-0.1.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a83982930e5de22ccac1f4baccd3af1f472caa4d2512aa7e4bf69a40090fd602
MD5 1fab20d87a7beed8ebf0d15490cbad46
BLAKE2b-256 5dfe5d8fedaa4ef521ce672002872a91669cc797b9a861141faf02ec28989d91

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp38-cp38-win32.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pysdrlib-0.1.3-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 801d53551dc1ce627b2cbcd901717840b25c61176d76c7d8176e1837a0225e53
MD5 062532c96678ed2fb31d4f5b1f631361
BLAKE2b-256 93bd54c669ad7ebecd370db6bb7457dc11e462c109d8695c91622ab9b17c45e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pysdrlib-0.1.3-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 93d376d3936f9c06d11a3583e45b23629977ab14d6a6c550e72d39de142e133e
MD5 2f0f801b5e3d1800357612d3e4650a21
BLAKE2b-256 b7a905c512c41d834bcad9564109045c13156f10d30953788736f633332592d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp38-cp38-musllinux_1_2_aarch64.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pysdrlib-0.1.3-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 88448d958d79fb17a7074fbfb53f6f1653754b51c8e724540f7ad868c0cf34fb
MD5 8c413f812f29a86f97ec88799ead0035
BLAKE2b-256 955a3e1001818eaf1e0705cc662c77ca1f637f2ad19c2f967c3745bc52e99231

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp38-cp38-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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

File details

Details for the file pysdrlib-0.1.3-cp38-cp38-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for pysdrlib-0.1.3-cp38-cp38-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 58f1716f2a62905082cf5a70a0677cd52dad1a294b41b3844c1ec561db71f730
MD5 8874cd7348174e738fd47fe1099a24be
BLAKE2b-256 c8c37c28036c10285f19b203ce95ce319d6c415b8d3c9def280e5a930604a271

See more details on using hashes here.

Provenance

The following attestation bundles were made for pysdrlib-0.1.3-cp38-cp38-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: python-publish.yml on Anonoei/pysdrlib

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