digital-rf 2.6.11
pip install digital-rf
Released:
Library for reading and writing time-tagged RF data in the Digital RF format
Navigation
Verified details
These details have been verified by PyPIProject links
GitHub Statistics
Maintainers
Unverified details
These details have not been verified by PyPIMeta
- License: BSD License (This software, unless otherwise noted, is licensed under the BSD 3-clause "New")
- Author: Bill Rideout
- Maintainer: Ryan Volz
- Tags hdf5, radio, rf
- Requires: Python >=3.8
-
Provides-Extra:
test
,dev
,dataframe
,plot
,sound
,all
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Project description
The Digital RF project encompasses a standardized HDF5 format for reading and writing of radio frequency data and the software for doing so. The format is designed to be self-documenting for data archive and to allow rapid random access for data processing.
This package includes:
digital_rf Python package
Tools for managing and processing Digital RF data
gr_digital_rf Python package for interfacing with GNU Radio
GNU Radio Companion blocks
thor.py UHD radio recorder script
Example scripts and applications
Digital RF C and MATLAB libraries can be found at the official source code repository. To build from source, you must have the HDF5 library and headers installed.
For help and/or questions, contact the user mailing list.
GNU Radio Configuration
If you plan on using Digital RF with GNU Radio, make sure to run the pip command in the same Python environment that your GNU Radio installation uses so that GNU Radio can find the packages. Depending on your GNU Radio installation, it may be necessary to add the Digital RF blocks to your GRC blocks path by creating or editing the GRC configuration file
- Unix (local):
$HOME/.gnuradio/config.conf
- Windows (local):
%APPDATA%/.gnuradio/config.conf
- Unix (global):
/etc/gnuradio/conf.d/grc.conf
- Custom (global):
{INSTALL_PREFIX}/etc/gnuradio/conf.d/grc.conf
to contain:
[grc] local_blocks_path = {PIP_PREFIX}/share/gnuradio/grc/blocks
(replacing {PIP_PREFIX} with the pip installation prefix, “/usr/local” for example).
Example Usage
The following code will load and read data located in a directory “/data/test”.
Load the module and create a reader object:
import digital_rf as drf do = drf.DigitalRFReader('/data/test')
List channels:
do.get_channels()
Get data bounds for channel ‘cha’:
s, e = do.get_bounds('cha')
Read first 10 samples from channel ‘cha’:
data = do.read_vector(s, 10, 'cha')
Project details
Verified details
These details have been verified by PyPIProject links
GitHub Statistics
Maintainers
Unverified details
These details have not been verified by PyPIMeta
- License: BSD License (This software, unless otherwise noted, is licensed under the BSD 3-clause "New")
- Author: Bill Rideout
- Maintainer: Ryan Volz
- Tags hdf5, radio, rf
- Requires: Python >=3.8
-
Provides-Extra:
test
,dev
,dataframe
,plot
,sound
,all
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Operating System
- Programming Language
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Uploaded
CPython 3.13
Windows x86-64
Uploaded
CPython 3.13
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.13
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.13
macOS 11.0+ ARM64
Uploaded
CPython 3.13
macOS 10.13+ x86-64
Uploaded
CPython 3.12
Windows x86-64
Uploaded
CPython 3.12
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.12
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.12
macOS 11.0+ ARM64
Uploaded
CPython 3.12
macOS 10.13+ x86-64
Uploaded
CPython 3.11
Windows x86-64
Uploaded
CPython 3.11
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.11
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.11
macOS 11.0+ ARM64
Uploaded
CPython 3.11
macOS 10.9+ x86-64
Uploaded
CPython 3.10
Windows x86-64
Uploaded
CPython 3.10
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.10
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.10
macOS 11.0+ ARM64
Uploaded
CPython 3.10
macOS 10.9+ x86-64
Uploaded
CPython 3.9
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.9
manylinux: glibc 2.17+ ARM64
Uploaded
CPython 3.9
macOS 11.0+ ARM64
Uploaded
CPython 3.9
macOS 10.9+ x86-64
Uploaded
CPython 3.8
manylinux: glibc 2.17+ x86-64
Uploaded
CPython 3.8
macOS 11.0+ ARM64
Uploaded
CPython 3.8
macOS 10.9+ x86-64
File details
Details for the file digital_rf-2.6.11.tar.gz
.
File metadata
- Download URL: digital_rf-2.6.11.tar.gz
- Upload date:
- Size: 4.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 645a2e7d846c06f3158de6f52965a5ae2c501ae8c60f120079f1d89fb19940e4 |
|
MD5 | f7c370a627c39f015e37ed59d98e5ef5 |
|
BLAKE2b-256 | b2882b5a5d2ec3e3a18d5013c298c66afc6e82cee807b72bc57c065ca04707e0 |
Provenance
The following attestation bundles were made for digital_rf-2.6.11.tar.gz
:
Publisher:
cd.yml
on MITHaystack/digital_rf
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
digital_rf-2.6.11.tar.gz
- Subject digest:
645a2e7d846c06f3158de6f52965a5ae2c501ae8c60f120079f1d89fb19940e4
- Sigstore transparency entry: 168299731
- Sigstore integration time:
- Permalink:
MITHaystack/digital_rf@3e92402eb711b2c6fee229311cba7fe319da1cba
- Branch / Tag:
refs/tags/2.6.11
- Owner: https://github.com/MITHaystack
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
cd.yml@3e92402eb711b2c6fee229311cba7fe319da1cba
- Trigger Event:
release
- Statement type:
File details
Details for the file digital_rf-2.6.11-cp313-cp313-win_amd64.whl
.
File metadata
- Download URL: digital_rf-2.6.11-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 009d462c49f77d8bdd6da7932ac57cadaadbbf9824d77aff40aaf159c64a019a |
|
MD5 | 5d2dca511bcdbaa7b4237a410a329030 |
|
BLAKE2b-256 | 1144bf56ddb67a2f1f5d33b0c64174de6a4ca8c9382d618128a250691c855657 |
Provenance
The following attestation bundles were made for digital_rf-2.6.11-cp313-cp313-win_amd64.whl
:
Publisher:
cd.yml
on MITHaystack/digital_rf
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
digital_rf-2.6.11-cp313-cp313-win_amd64.whl
- Subject digest:
009d462c49f77d8bdd6da7932ac57cadaadbbf9824d77aff40aaf159c64a019a
- Sigstore transparency entry: 168299748
- Sigstore integration time:
- Permalink:
MITHaystack/digital_rf@3e92402eb711b2c6fee229311cba7fe319da1cba
- Branch / Tag:
refs/tags/2.6.11
- Owner: https://github.com/MITHaystack
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
cd.yml@3e92402eb711b2c6fee229311cba7fe319da1cba
- Trigger Event:
release
- Statement type:
File details
Details for the file digital_rf-2.6.11-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: digital_rf-2.6.11-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 08c65e8298dacd45fab5d813a6bba455a1629aaa5c2440f49c3239d63d492255 |
|
MD5 | 63e46ef9205664bf2c80d387f9958a40 |
|
BLAKE2b-256 | 45dc01c1ca90e7cffb890d0202431b53e943eb48854164908e21f46320a6e4cd |
Provenance
The following attestation bundles were made for digital_rf-2.6.11-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
cd.yml
on MITHaystack/digital_rf
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
digital_rf-2.6.11-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
08c65e8298dacd45fab5d813a6bba455a1629aaa5c2440f49c3239d63d492255
- Sigstore transparency entry: 168299774
- Sigstore integration time:
- Permalink:
MITHaystack/digital_rf@3e92402eb711b2c6fee229311cba7fe319da1cba
- Branch / Tag:
refs/tags/2.6.11
- Owner: https://github.com/MITHaystack
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
cd.yml@3e92402eb711b2c6fee229311cba7fe319da1cba
- Trigger Event:
release
- Statement type:
File details
Details for the file digital_rf-2.6.11-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: digital_rf-2.6.11-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b1c91aa876b197739cc67bff535c8418c4fc0186d6ed9719f4f2975dfa661c8e |
|
MD5 | 86108cdea3b987ade25efaa67e80ff11 |
|
BLAKE2b-256 | 3ecfe42ab0ecb60add6db605e3ae084258088e164b8c63b64bc68e604d5d0856 |
Provenance
The following attestation bundles were made for digital_rf-2.6.11-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
:
Publisher:
cd.yml
on MITHaystack/digital_rf
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
digital_rf-2.6.11-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Subject digest:
b1c91aa876b197739cc67bff535c8418c4fc0186d6ed9719f4f2975dfa661c8e
- Sigstore transparency entry: 168299783
- Sigstore integration time:
- Permalink:
MITHaystack/digital_rf@3e92402eb711b2c6fee229311cba7fe319da1cba
- Branch / Tag:
refs/tags/2.6.11
- Owner: https://github.com/MITHaystack
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
cd.yml@3e92402eb711b2c6fee229311cba7fe319da1cba
- Trigger Event:
release
- Statement type:
File details
Details for the file digital_rf-2.6.11-cp313-cp313-macosx_11_0_arm64.whl
.
File metadata
- Download URL: digital_rf-2.6.11-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42340f67d0a828942c89e849f0fea118bef20296f472890cea8700f4d69fabe4 |
|
MD5 | bd810ec53d284d30d40520c8d2be6b34 |
|
BLAKE2b-256 | e2791d973c60d2cc9ab1f2310be3b0672af7cef1f1c09403fc0c655fffaf0d23 |
Provenance
The following attestation bundles were made for digital_rf-2.6.11-cp313-cp313-macosx_11_0_arm64.whl
:
Publisher:
cd.yml
on MITHaystack/digital_rf
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
digital_rf-2.6.11-cp313-cp313-macosx_11_0_arm64.whl
- Subject digest:
42340f67d0a828942c89e849f0fea118bef20296f472890cea8700f4d69fabe4
- Sigstore transparency entry: 168299781
- Sigstore integration time:
- Permalink:
MITHaystack/digital_rf@3e92402eb711b2c6fee229311cba7fe319da1cba
- Branch / Tag:
refs/tags/2.6.11
- Owner: https://github.com/MITHaystack
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
cd.yml@3e92402eb711b2c6fee229311cba7fe319da1cba
- Trigger Event:
release
- Statement type:
File details
Details for the file digital_rf-2.6.11-cp313-cp313-macosx_10_13_x86_64.whl
.
File metadata
- Download URL: digital_rf-2.6.11-cp313-cp313-macosx_10_13_x86_64.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.13, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7acdf6956bbf5f6ce60269d5c7417a9c1208ea5bf1ee82f402df182326097cc |
|
MD5 | 5ad2ad437f5a7b8e5561eacfb479b429 |
|
BLAKE2b-256 | a6def67b206f5f3704f537a2dae8ff7ffde0d82595a30ad5be3f95ca08b55c7e |
Provenance
The following attestation bundles were made for digital_rf-2.6.11-cp313-cp313-macosx_10_13_x86_64.whl
:
Publisher:
cd.yml
on MITHaystack/digital_rf
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
digital_rf-2.6.11-cp313-cp313-macosx_10_13_x86_64.whl
- Subject digest:
d7acdf6956bbf5f6ce60269d5c7417a9c1208ea5bf1ee82f402df182326097cc
- Sigstore transparency entry: 168299759
- Sigstore integration time:
- Permalink:
MITHaystack/digital_rf@3e92402eb711b2c6fee229311cba7fe319da1cba
- Branch / Tag:
refs/tags/2.6.11
- Owner: https://github.com/MITHaystack
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
cd.yml@3e92402eb711b2c6fee229311cba7fe319da1cba
- Trigger Event:
release
- Statement type:
File details
Details for the file digital_rf-2.6.11-cp312-cp312-win_amd64.whl
.
File metadata
- Download URL: digital_rf-2.6.11-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2841a884727c65b7eb7d5f3deeebc452bf4c8c3d95f816b03e4da1bc0a1754c2 |
|
MD5 | ccb64188a02ab9768dc0e6e6e454f09c |
|
BLAKE2b-256 | eb9967b49313df8da497cbcdc210bad66f2633a2ada0ccf3ad9e6ac85d344dd5 |
Provenance
The following attestation bundles were made for digital_rf-2.6.11-cp312-cp312-win_amd64.whl
:
Publisher:
cd.yml
on MITHaystack/digital_rf
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
digital_rf-2.6.11-cp312-cp312-win_amd64.whl
- Subject digest:
2841a884727c65b7eb7d5f3deeebc452bf4c8c3d95f816b03e4da1bc0a1754c2
- Sigstore transparency entry: 168299736
- Sigstore integration time:
- Permalink:
MITHaystack/digital_rf@3e92402eb711b2c6fee229311cba7fe319da1cba
- Branch / Tag:
refs/tags/2.6.11
- Owner: https://github.com/MITHaystack
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
cd.yml@3e92402eb711b2c6fee229311cba7fe319da1cba
- Trigger Event:
release
- Statement type:
File details
Details for the file digital_rf-2.6.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: digital_rf-2.6.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3965ad0fd20c3e783dd1a150c84d8eaf8bd2c6958e6155d9eff6cb883492b208 |
|
MD5 | 04d19280abbd2c766fe30e1fbace4f3d |
|
BLAKE2b-256 | 62d09c0643808e82b751ea577570a4bb9d8f05c90049b78c594ada0c99bf4b81 |
Provenance
The following attestation bundles were made for digital_rf-2.6.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
cd.yml
on MITHaystack/digital_rf
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
digital_rf-2.6.11-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
3965ad0fd20c3e783dd1a150c84d8eaf8bd2c6958e6155d9eff6cb883492b208
- Sigstore transparency entry: 168299734
- Sigstore integration time:
- Permalink:
MITHaystack/digital_rf@3e92402eb711b2c6fee229311cba7fe319da1cba
- Branch / Tag:
refs/tags/2.6.11
- Owner: https://github.com/MITHaystack
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
cd.yml@3e92402eb711b2c6fee229311cba7fe319da1cba
- Trigger Event:
release
- Statement type:
File details
Details for the file digital_rf-2.6.11-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: digital_rf-2.6.11-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43a90953c3b75491dd7ef79fb2d68286f941ac0c0f27a7c14c19910b462d525d |
|
MD5 | d002c41349c20d638e7fc2f161e5da46 |
|
BLAKE2b-256 | b2fb86de01acdd018c942936399c41bed1d8427ed29fdb6f47c65ad437b084ef |
Provenance
The following attestation bundles were made for digital_rf-2.6.11-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
:
Publisher:
cd.yml
on MITHaystack/digital_rf
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
digital_rf-2.6.11-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Subject digest:
43a90953c3b75491dd7ef79fb2d68286f941ac0c0f27a7c14c19910b462d525d
- Sigstore transparency entry: 168299801
- Sigstore integration time:
- Permalink:
MITHaystack/digital_rf@3e92402eb711b2c6fee229311cba7fe319da1cba
- Branch / Tag:
refs/tags/2.6.11
- Owner: https://github.com/MITHaystack
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
cd.yml@3e92402eb711b2c6fee229311cba7fe319da1cba
- Trigger Event:
release
- Statement type:
File details
Details for the file digital_rf-2.6.11-cp312-cp312-macosx_11_0_arm64.whl
.
File metadata
- Download URL: digital_rf-2.6.11-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d8a792d7ffdfdd015aba426846c6476b600a893b5a5b56a438ba316f4f24d95 |
|
MD5 | 225a1c29952aac90eb741a788fa27145 |
|
BLAKE2b-256 | 32cb39f9e34e11dcf81f50d150986af5d61d822f2207755c368b4318c4691cf1 |
Provenance
The following attestation bundles were made for digital_rf-2.6.11-cp312-cp312-macosx_11_0_arm64.whl
:
Publisher:
cd.yml
on MITHaystack/digital_rf
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
digital_rf-2.6.11-cp312-cp312-macosx_11_0_arm64.whl
- Subject digest:
9d8a792d7ffdfdd015aba426846c6476b600a893b5a5b56a438ba316f4f24d95
- Sigstore transparency entry: 168299800
- Sigstore integration time:
- Permalink:
MITHaystack/digital_rf@3e92402eb711b2c6fee229311cba7fe319da1cba
- Branch / Tag:
refs/tags/2.6.11
- Owner: https://github.com/MITHaystack
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
cd.yml@3e92402eb711b2c6fee229311cba7fe319da1cba
- Trigger Event:
release
- Statement type:
File details
Details for the file digital_rf-2.6.11-cp312-cp312-macosx_10_13_x86_64.whl
.
File metadata
- Download URL: digital_rf-2.6.11-cp312-cp312-macosx_10_13_x86_64.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.12, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 52b43e81cd386c720da8cb64d1599db32969318f03f64e72c889a7a21ad286d3 |
|
MD5 | 27055b7a661aaf1fe381a900e841144a |
|
BLAKE2b-256 | 8a4189b8e07249980e4bc0264b25c7fd4cc2b2f95592defd2ef24a80e351bcd0 |
Provenance
The following attestation bundles were made for digital_rf-2.6.11-cp312-cp312-macosx_10_13_x86_64.whl
:
Publisher:
cd.yml
on MITHaystack/digital_rf
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
digital_rf-2.6.11-cp312-cp312-macosx_10_13_x86_64.whl
- Subject digest:
52b43e81cd386c720da8cb64d1599db32969318f03f64e72c889a7a21ad286d3
- Sigstore transparency entry: 168299747
- Sigstore integration time:
- Permalink:
MITHaystack/digital_rf@3e92402eb711b2c6fee229311cba7fe319da1cba
- Branch / Tag:
refs/tags/2.6.11
- Owner: https://github.com/MITHaystack
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
cd.yml@3e92402eb711b2c6fee229311cba7fe319da1cba
- Trigger Event:
release
- Statement type:
File details
Details for the file digital_rf-2.6.11-cp311-cp311-win_amd64.whl
.
File metadata
- Download URL: digital_rf-2.6.11-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23ad553df38450776645d34e55ce80767c326652e3ed94bc17d55841a57e9e12 |
|
MD5 | 70d5033ef95ed04f5e9431e9a1e958d4 |
|
BLAKE2b-256 | 91a832701acf79b2e77375b54cacd0abf3d9db9ce6a30e531731d4fbfbeee057 |
Provenance
The following attestation bundles were made for digital_rf-2.6.11-cp311-cp311-win_amd64.whl
:
Publisher:
cd.yml
on MITHaystack/digital_rf
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
digital_rf-2.6.11-cp311-cp311-win_amd64.whl
- Subject digest:
23ad553df38450776645d34e55ce80767c326652e3ed94bc17d55841a57e9e12
- Sigstore transparency entry: 168299764
- Sigstore integration time:
- Permalink:
MITHaystack/digital_rf@3e92402eb711b2c6fee229311cba7fe319da1cba
- Branch / Tag:
refs/tags/2.6.11
- Owner: https://github.com/MITHaystack
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
cd.yml@3e92402eb711b2c6fee229311cba7fe319da1cba
- Trigger Event:
release
- Statement type:
File details
Details for the file digital_rf-2.6.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: digital_rf-2.6.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ae7506083552970877ec912e2921b2236efb96595b949714090e9b387036190 |
|
MD5 | 85829fe49a144d905930a4e92c29ce5b |
|
BLAKE2b-256 | b95ad804630e2494e7a27c53d4f9ff8bacbe6002f8808c973a5367f768d428cb |
Provenance
The following attestation bundles were made for digital_rf-2.6.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
cd.yml
on MITHaystack/digital_rf
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
digital_rf-2.6.11-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
3ae7506083552970877ec912e2921b2236efb96595b949714090e9b387036190
- Sigstore transparency entry: 168299793
- Sigstore integration time:
- Permalink:
MITHaystack/digital_rf@3e92402eb711b2c6fee229311cba7fe319da1cba
- Branch / Tag:
refs/tags/2.6.11
- Owner: https://github.com/MITHaystack
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
cd.yml@3e92402eb711b2c6fee229311cba7fe319da1cba
- Trigger Event:
release
- Statement type:
File details
Details for the file digital_rf-2.6.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: digital_rf-2.6.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4c2de863ff1fa9fd8714df9f89310244de83c9fee74c3feb873e364a0bf350b |
|
MD5 | 219c0e359922d119278c499b4668e4df |
|
BLAKE2b-256 | d06a207b9b19db23327badd1e4ab4f3e1e23df2b828ee45e98f69a08fd6b2d31 |
Provenance
The following attestation bundles were made for digital_rf-2.6.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
:
Publisher:
cd.yml
on MITHaystack/digital_rf
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
digital_rf-2.6.11-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Subject digest:
a4c2de863ff1fa9fd8714df9f89310244de83c9fee74c3feb873e364a0bf350b
- Sigstore transparency entry: 168299789
- Sigstore integration time:
- Permalink:
MITHaystack/digital_rf@3e92402eb711b2c6fee229311cba7fe319da1cba
- Branch / Tag:
refs/tags/2.6.11
- Owner: https://github.com/MITHaystack
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
cd.yml@3e92402eb711b2c6fee229311cba7fe319da1cba
- Trigger Event:
release
- Statement type:
File details
Details for the file digital_rf-2.6.11-cp311-cp311-macosx_11_0_arm64.whl
.
File metadata
- Download URL: digital_rf-2.6.11-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 426967d432d1b9872461fa121e13fc51a1bd29051e033a06ca661223deabfba2 |
|
MD5 | 4f719f1a6e4d52ee53c255e82f8d71d7 |
|
BLAKE2b-256 | 2f02b6079aecceea78ce8d1e4891df47e4bad55f80979af18801c6c31cc3df6d |
Provenance
The following attestation bundles were made for digital_rf-2.6.11-cp311-cp311-macosx_11_0_arm64.whl
:
Publisher:
cd.yml
on MITHaystack/digital_rf
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
digital_rf-2.6.11-cp311-cp311-macosx_11_0_arm64.whl
- Subject digest:
426967d432d1b9872461fa121e13fc51a1bd29051e033a06ca661223deabfba2
- Sigstore transparency entry: 168299750
- Sigstore integration time:
- Permalink:
MITHaystack/digital_rf@3e92402eb711b2c6fee229311cba7fe319da1cba
- Branch / Tag:
refs/tags/2.6.11
- Owner: https://github.com/MITHaystack
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
cd.yml@3e92402eb711b2c6fee229311cba7fe319da1cba
- Trigger Event:
release
- Statement type:
File details
Details for the file digital_rf-2.6.11-cp311-cp311-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: digital_rf-2.6.11-cp311-cp311-macosx_10_9_x86_64.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.11, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 99d1a12d87d410a53de3eab71983f7e4758de538bbdded3ad82700165e8841d3 |
|
MD5 | 1903ef375a6428d9e80a83daae8b54dd |
|
BLAKE2b-256 | 187b3b254d8a1be91703ca842dd5da62e67822cbb3e8ef5cc8e909c0bdd425e6 |
Provenance
The following attestation bundles were made for digital_rf-2.6.11-cp311-cp311-macosx_10_9_x86_64.whl
:
Publisher:
cd.yml
on MITHaystack/digital_rf
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
digital_rf-2.6.11-cp311-cp311-macosx_10_9_x86_64.whl
- Subject digest:
99d1a12d87d410a53de3eab71983f7e4758de538bbdded3ad82700165e8841d3
- Sigstore transparency entry: 168299746
- Sigstore integration time:
- Permalink:
MITHaystack/digital_rf@3e92402eb711b2c6fee229311cba7fe319da1cba
- Branch / Tag:
refs/tags/2.6.11
- Owner: https://github.com/MITHaystack
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
cd.yml@3e92402eb711b2c6fee229311cba7fe319da1cba
- Trigger Event:
release
- Statement type:
File details
Details for the file digital_rf-2.6.11-cp310-cp310-win_amd64.whl
.
File metadata
- Download URL: digital_rf-2.6.11-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fdee826cc6ca8be9e5ff2cd482c0c02373eb041625b04b564598c45105a15cee |
|
MD5 | 96e32987867d3ca5d266c7f3642052a8 |
|
BLAKE2b-256 | 74fc32e45bd2fc1efb61e76147c70e8cc93655c0b269e8efdb0175eb020eae62 |
Provenance
The following attestation bundles were made for digital_rf-2.6.11-cp310-cp310-win_amd64.whl
:
Publisher:
cd.yml
on MITHaystack/digital_rf
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
digital_rf-2.6.11-cp310-cp310-win_amd64.whl
- Subject digest:
fdee826cc6ca8be9e5ff2cd482c0c02373eb041625b04b564598c45105a15cee
- Sigstore transparency entry: 168299776
- Sigstore integration time:
- Permalink:
MITHaystack/digital_rf@3e92402eb711b2c6fee229311cba7fe319da1cba
- Branch / Tag:
refs/tags/2.6.11
- Owner: https://github.com/MITHaystack
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
cd.yml@3e92402eb711b2c6fee229311cba7fe319da1cba
- Trigger Event:
release
- Statement type:
File details
Details for the file digital_rf-2.6.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: digital_rf-2.6.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f48b22350eef6ca496164e95689a70f3b26cc4af65306eadb9a1eb2b2909016 |
|
MD5 | 6efa06535709cfb656a579702b738433 |
|
BLAKE2b-256 | fac32aa9b7af2a2883f03912b0ead5352eeafdee687a560e645c883f584cedef |
Provenance
The following attestation bundles were made for digital_rf-2.6.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
cd.yml
on MITHaystack/digital_rf
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
digital_rf-2.6.11-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
7f48b22350eef6ca496164e95689a70f3b26cc4af65306eadb9a1eb2b2909016
- Sigstore transparency entry: 168299742
- Sigstore integration time:
- Permalink:
MITHaystack/digital_rf@3e92402eb711b2c6fee229311cba7fe319da1cba
- Branch / Tag:
refs/tags/2.6.11
- Owner: https://github.com/MITHaystack
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
cd.yml@3e92402eb711b2c6fee229311cba7fe319da1cba
- Trigger Event:
release
- Statement type:
File details
Details for the file digital_rf-2.6.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: digital_rf-2.6.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 47db3bb3894d78a3835acaad376cc657cdae296daa776514199b73f6d1701e3f |
|
MD5 | c5208acd4eb0284fa09f006d8cbd7c86 |
|
BLAKE2b-256 | e20dfa613459edf7dd476d4291118038605b3fb837ea0dfa6623ad15ba8aec29 |
Provenance
The following attestation bundles were made for digital_rf-2.6.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
:
Publisher:
cd.yml
on MITHaystack/digital_rf
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
digital_rf-2.6.11-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Subject digest:
47db3bb3894d78a3835acaad376cc657cdae296daa776514199b73f6d1701e3f
- Sigstore transparency entry: 168299771
- Sigstore integration time:
- Permalink:
MITHaystack/digital_rf@3e92402eb711b2c6fee229311cba7fe319da1cba
- Branch / Tag:
refs/tags/2.6.11
- Owner: https://github.com/MITHaystack
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
cd.yml@3e92402eb711b2c6fee229311cba7fe319da1cba
- Trigger Event:
release
- Statement type:
File details
Details for the file digital_rf-2.6.11-cp310-cp310-macosx_11_0_arm64.whl
.
File metadata
- Download URL: digital_rf-2.6.11-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42d62021858109d409d7afd5236906e50babc77bc741061b38bc87eca8f03aea |
|
MD5 | dcf7039573cf0aa83b6143a9e01ddd6a |
|
BLAKE2b-256 | 150e574773663069770db1491ec1232d38bc83dfc054015034414f7f404c7249 |
Provenance
The following attestation bundles were made for digital_rf-2.6.11-cp310-cp310-macosx_11_0_arm64.whl
:
Publisher:
cd.yml
on MITHaystack/digital_rf
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
digital_rf-2.6.11-cp310-cp310-macosx_11_0_arm64.whl
- Subject digest:
42d62021858109d409d7afd5236906e50babc77bc741061b38bc87eca8f03aea
- Sigstore transparency entry: 168299740
- Sigstore integration time:
- Permalink:
MITHaystack/digital_rf@3e92402eb711b2c6fee229311cba7fe319da1cba
- Branch / Tag:
refs/tags/2.6.11
- Owner: https://github.com/MITHaystack
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
cd.yml@3e92402eb711b2c6fee229311cba7fe319da1cba
- Trigger Event:
release
- Statement type:
File details
Details for the file digital_rf-2.6.11-cp310-cp310-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: digital_rf-2.6.11-cp310-cp310-macosx_10_9_x86_64.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.10, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cc68dd19154488eb8033f3944a293c3e4a01ce369dfcfe605701f9dd06cd5ba0 |
|
MD5 | 49572fe2868284f1fc64d807c07f1297 |
|
BLAKE2b-256 | d9a4d530eb4e86fafdc0ac75902f752384771f0742aef74ab041c72bd137d9cf |
Provenance
The following attestation bundles were made for digital_rf-2.6.11-cp310-cp310-macosx_10_9_x86_64.whl
:
Publisher:
cd.yml
on MITHaystack/digital_rf
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
digital_rf-2.6.11-cp310-cp310-macosx_10_9_x86_64.whl
- Subject digest:
cc68dd19154488eb8033f3944a293c3e4a01ce369dfcfe605701f9dd06cd5ba0
- Sigstore transparency entry: 168299799
- Sigstore integration time:
- Permalink:
MITHaystack/digital_rf@3e92402eb711b2c6fee229311cba7fe319da1cba
- Branch / Tag:
refs/tags/2.6.11
- Owner: https://github.com/MITHaystack
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
cd.yml@3e92402eb711b2c6fee229311cba7fe319da1cba
- Trigger Event:
release
- Statement type:
File details
Details for the file digital_rf-2.6.11-cp39-cp39-win_amd64.whl
.
File metadata
- Download URL: digital_rf-2.6.11-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 920688c9c5e6d107ae3b8fb74cef6a15ec7aec89113d5f9de42db652eabf10d1 |
|
MD5 | 1e25eea90136f8a7557dfe060a5ed2d1 |
|
BLAKE2b-256 | 4aa8edf9acf50c5fe7d7c2d2d9d924a0781896f0a4294ffdb5e4526f1cdedaf2 |
Provenance
The following attestation bundles were made for digital_rf-2.6.11-cp39-cp39-win_amd64.whl
:
Publisher:
cd.yml
on MITHaystack/digital_rf
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
digital_rf-2.6.11-cp39-cp39-win_amd64.whl
- Subject digest:
920688c9c5e6d107ae3b8fb74cef6a15ec7aec89113d5f9de42db652eabf10d1
- Sigstore transparency entry: 168299754
- Sigstore integration time:
- Permalink:
MITHaystack/digital_rf@3e92402eb711b2c6fee229311cba7fe319da1cba
- Branch / Tag:
refs/tags/2.6.11
- Owner: https://github.com/MITHaystack
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
cd.yml@3e92402eb711b2c6fee229311cba7fe319da1cba
- Trigger Event:
release
- Statement type:
File details
Details for the file digital_rf-2.6.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: digital_rf-2.6.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 361770311fa5da8d48502734186bf64f76d66faf45431eab9b5d814efc1622c1 |
|
MD5 | c1a8c9f19b3912071a0fae4899902a3a |
|
BLAKE2b-256 | fa822e07b16111972baca6fb7e00113cf8bb92155cd0df02ef12ff0aed8d5bf8 |
Provenance
The following attestation bundles were made for digital_rf-2.6.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
cd.yml
on MITHaystack/digital_rf
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
digital_rf-2.6.11-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
361770311fa5da8d48502734186bf64f76d66faf45431eab9b5d814efc1622c1
- Sigstore transparency entry: 168299773
- Sigstore integration time:
- Permalink:
MITHaystack/digital_rf@3e92402eb711b2c6fee229311cba7fe319da1cba
- Branch / Tag:
refs/tags/2.6.11
- Owner: https://github.com/MITHaystack
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
cd.yml@3e92402eb711b2c6fee229311cba7fe319da1cba
- Trigger Event:
release
- Statement type:
File details
Details for the file digital_rf-2.6.11-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: digital_rf-2.6.11-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6930d970b766bf809b8799965ac299ed8eacbf42ab7999b22a34faf7db3882b |
|
MD5 | 4579ac1b8f63aab694472ccaf0d812e8 |
|
BLAKE2b-256 | ff511f2b851898ee91c8c11d9fe94e653cb7613b96505aac30db5972a420e6df |
Provenance
The following attestation bundles were made for digital_rf-2.6.11-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
:
Publisher:
cd.yml
on MITHaystack/digital_rf
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
digital_rf-2.6.11-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl
- Subject digest:
d6930d970b766bf809b8799965ac299ed8eacbf42ab7999b22a34faf7db3882b
- Sigstore transparency entry: 168299777
- Sigstore integration time:
- Permalink:
MITHaystack/digital_rf@3e92402eb711b2c6fee229311cba7fe319da1cba
- Branch / Tag:
refs/tags/2.6.11
- Owner: https://github.com/MITHaystack
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
cd.yml@3e92402eb711b2c6fee229311cba7fe319da1cba
- Trigger Event:
release
- Statement type:
File details
Details for the file digital_rf-2.6.11-cp39-cp39-macosx_11_0_arm64.whl
.
File metadata
- Download URL: digital_rf-2.6.11-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 01f506e54a0130cda1691a996e47d372725d38795501e7495e4e92d851755d63 |
|
MD5 | 1bd6ceb65c8828ecae7e3e3a6ee16562 |
|
BLAKE2b-256 | d52ac679db78fe40a7032ef68ea099ed71fcdaf5ff384e866b84ea4fa0e457c5 |
Provenance
The following attestation bundles were made for digital_rf-2.6.11-cp39-cp39-macosx_11_0_arm64.whl
:
Publisher:
cd.yml
on MITHaystack/digital_rf
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
digital_rf-2.6.11-cp39-cp39-macosx_11_0_arm64.whl
- Subject digest:
01f506e54a0130cda1691a996e47d372725d38795501e7495e4e92d851755d63
- Sigstore transparency entry: 168299756
- Sigstore integration time:
- Permalink:
MITHaystack/digital_rf@3e92402eb711b2c6fee229311cba7fe319da1cba
- Branch / Tag:
refs/tags/2.6.11
- Owner: https://github.com/MITHaystack
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
cd.yml@3e92402eb711b2c6fee229311cba7fe319da1cba
- Trigger Event:
release
- Statement type:
File details
Details for the file digital_rf-2.6.11-cp39-cp39-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: digital_rf-2.6.11-cp39-cp39-macosx_10_9_x86_64.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.9, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a104e5163528ecd40538df5867da2535c162853bef994d2fd37a5124a8f4fbe |
|
MD5 | 3a45facdd3aba67d5089f1473b1b781f |
|
BLAKE2b-256 | b72af004febb13f2e4e3917d69414f5709c45b2b40562c269657c914e252913f |
Provenance
The following attestation bundles were made for digital_rf-2.6.11-cp39-cp39-macosx_10_9_x86_64.whl
:
Publisher:
cd.yml
on MITHaystack/digital_rf
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
digital_rf-2.6.11-cp39-cp39-macosx_10_9_x86_64.whl
- Subject digest:
9a104e5163528ecd40538df5867da2535c162853bef994d2fd37a5124a8f4fbe
- Sigstore transparency entry: 168299795
- Sigstore integration time:
- Permalink:
MITHaystack/digital_rf@3e92402eb711b2c6fee229311cba7fe319da1cba
- Branch / Tag:
refs/tags/2.6.11
- Owner: https://github.com/MITHaystack
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
cd.yml@3e92402eb711b2c6fee229311cba7fe319da1cba
- Trigger Event:
release
- Statement type:
File details
Details for the file digital_rf-2.6.11-cp38-cp38-win_amd64.whl
.
File metadata
- Download URL: digital_rf-2.6.11-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 1.3 MB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2a658baf8884931535a7ee0410b23cfb44647704e7da7d2f4f10ef12eb2744b |
|
MD5 | 15894d9580548591e6013e867ebdfc62 |
|
BLAKE2b-256 | bbba8c2fd895e8ac0b6e1f506291b48ec24afece4a06ad32a9a06e03bed2aadd |
Provenance
The following attestation bundles were made for digital_rf-2.6.11-cp38-cp38-win_amd64.whl
:
Publisher:
cd.yml
on MITHaystack/digital_rf
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
digital_rf-2.6.11-cp38-cp38-win_amd64.whl
- Subject digest:
b2a658baf8884931535a7ee0410b23cfb44647704e7da7d2f4f10ef12eb2744b
- Sigstore transparency entry: 168299768
- Sigstore integration time:
- Permalink:
MITHaystack/digital_rf@3e92402eb711b2c6fee229311cba7fe319da1cba
- Branch / Tag:
refs/tags/2.6.11
- Owner: https://github.com/MITHaystack
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
cd.yml@3e92402eb711b2c6fee229311cba7fe319da1cba
- Trigger Event:
release
- Statement type:
File details
Details for the file digital_rf-2.6.11-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: digital_rf-2.6.11-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 1.8 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ffc164aff5ec9b31dccc6dc0852f30b3e02c5d435509f3ad2d3c579ba3addddb |
|
MD5 | 205891c4671cab31ab0c6c88d9ce1842 |
|
BLAKE2b-256 | 780ed599f6b12e2c5b9c8469f77707c2931655dcfc6614ef0bbe56bfe750b4ce |
Provenance
The following attestation bundles were made for digital_rf-2.6.11-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
:
Publisher:
cd.yml
on MITHaystack/digital_rf
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
digital_rf-2.6.11-cp38-cp38-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
- Subject digest:
ffc164aff5ec9b31dccc6dc0852f30b3e02c5d435509f3ad2d3c579ba3addddb
- Sigstore transparency entry: 168299780
- Sigstore integration time:
- Permalink:
MITHaystack/digital_rf@3e92402eb711b2c6fee229311cba7fe319da1cba
- Branch / Tag:
refs/tags/2.6.11
- Owner: https://github.com/MITHaystack
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
cd.yml@3e92402eb711b2c6fee229311cba7fe319da1cba
- Trigger Event:
release
- Statement type:
File details
Details for the file digital_rf-2.6.11-cp38-cp38-macosx_11_0_arm64.whl
.
File metadata
- Download URL: digital_rf-2.6.11-cp38-cp38-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.8, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 784d5bc618dc54a1587a8798b169f154262b0f9b0f82fabf515da924d7ccb5ca |
|
MD5 | e2648bf62dfa1fd890116b2eaab7917d |
|
BLAKE2b-256 | b6ba5d7a8a16dc878fcabfaa0a9a11c5d194596824496bbf743b303fe644678e |
Provenance
The following attestation bundles were made for digital_rf-2.6.11-cp38-cp38-macosx_11_0_arm64.whl
:
Publisher:
cd.yml
on MITHaystack/digital_rf
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
digital_rf-2.6.11-cp38-cp38-macosx_11_0_arm64.whl
- Subject digest:
784d5bc618dc54a1587a8798b169f154262b0f9b0f82fabf515da924d7ccb5ca
- Sigstore transparency entry: 168299798
- Sigstore integration time:
- Permalink:
MITHaystack/digital_rf@3e92402eb711b2c6fee229311cba7fe319da1cba
- Branch / Tag:
refs/tags/2.6.11
- Owner: https://github.com/MITHaystack
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
cd.yml@3e92402eb711b2c6fee229311cba7fe319da1cba
- Trigger Event:
release
- Statement type:
File details
Details for the file digital_rf-2.6.11-cp38-cp38-macosx_10_9_x86_64.whl
.
File metadata
- Download URL: digital_rf-2.6.11-cp38-cp38-macosx_10_9_x86_64.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.8, macOS 10.9+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 796bf97f51c52d50a9e2789d505b774972a3b6162086d816bb7bcf65a9b66bd9 |
|
MD5 | 73ad5bc706a886db1f0417212c5b30be |
|
BLAKE2b-256 | a7dbba2bb9d91097f3b077bc4cdca03ed96b9bc94d446aba4528895f93cc267b |
Provenance
The following attestation bundles were made for digital_rf-2.6.11-cp38-cp38-macosx_10_9_x86_64.whl
:
Publisher:
cd.yml
on MITHaystack/digital_rf
-
Statement:
- Statement type:
https://in-toto.io/Statement/v1
- Predicate type:
https://docs.pypi.org/attestations/publish/v1
- Subject name:
digital_rf-2.6.11-cp38-cp38-macosx_10_9_x86_64.whl
- Subject digest:
796bf97f51c52d50a9e2789d505b774972a3b6162086d816bb7bcf65a9b66bd9
- Sigstore transparency entry: 168299786
- Sigstore integration time:
- Permalink:
MITHaystack/digital_rf@3e92402eb711b2c6fee229311cba7fe319da1cba
- Branch / Tag:
refs/tags/2.6.11
- Owner: https://github.com/MITHaystack
- Access:
public
- Token Issuer:
https://token.actions.githubusercontent.com
- Runner Environment:
github-hosted
- Publication workflow:
cd.yml@3e92402eb711b2c6fee229311cba7fe319da1cba
- Trigger Event:
release
- Statement type: