Skip to main content

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')

Release files for digital-rf 2.6.14

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for digital-rf 2.6.14
File Size Uploaded
digital_rf-2.6.14.tar.gz 4.7 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for digital-rf 2.6.14
File
digital_rf-2.6.14-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
digital_rf-2.6.14-cp313-cp313-manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-64 Details
digital_rf-2.6.14-cp313-cp313-manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ ARM64 Details
digital_rf-2.6.14-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
digital_rf-2.6.14-cp313-cp313-macosx_10_13_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.13+ x86-64 Details
digital_rf-2.6.14-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
digital_rf-2.6.14-cp312-cp312-manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ x86-64 Details
digital_rf-2.6.14-cp312-cp312-manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ ARM64 Details
digital_rf-2.6.14-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
digital_rf-2.6.14-cp312-cp312-macosx_10_13_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.13+ x86-64 Details
digital_rf-2.6.14-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
digital_rf-2.6.14-cp311-cp311-manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-64 Details
digital_rf-2.6.14-cp311-cp311-manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ ARM64 Details
digital_rf-2.6.14-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
digital_rf-2.6.14-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
digital_rf-2.6.14-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
digital_rf-2.6.14-cp310-cp310-manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ x86-64 Details
digital_rf-2.6.14-cp310-cp310-manylinux_2_28_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ ARM64 Details
digital_rf-2.6.14-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
digital_rf-2.6.14-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
digital_rf-2.6.14-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
digital_rf-2.6.14-cp39-cp39-manylinux_2_28_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.28+ x86-64 Details
digital_rf-2.6.14-cp39-cp39-manylinux_2_28_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.28+ ARM64 Details
digital_rf-2.6.14-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
digital_rf-2.6.14-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details
digital_rf-2.6.14-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
digital_rf-2.6.14-cp38-cp38-manylinux_2_28_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.28+ x86-64 Details
digital_rf-2.6.14-cp38-cp38-macosx_11_0_arm64.whl CPython 3.8 CPython 3.8 macOS 11.0+ ARM64 Details
digital_rf-2.6.14-cp38-cp38-macosx_10_9_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.9+ x86-64 Details

Total release size: 51.8 MB

Release files / digital_rf-2.6.14.tar.gz

Download URL digital_rf-2.6.14.tar.gz
Size 4.7 MB
Tags Source
SHA-256 checksum
How to use checksums
f900759d503bfedb57480c82919239727e1c1e2839982b8076836b2b243f6c5f
BLAKE2b-256 checksum
How to use checksums
60ac8eedf825a7b9b107c6695666ee6ffe198c53e521293f977fa7609164316f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 11, 2025.

Transparency log

Release files / digital_rf-2.6.14-cp313-cp313-win_amd64.whl

Download URL digital_rf-2.6.14-cp313-cp313-win_amd64.whl
Size 1.3 MB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
8bfc789097b7fa427cee3efa677cee31336f505c9aef139a44a08dd6523ab4a1
BLAKE2b-256 checksum
How to use checksums
9dcb93fe4f1f5f0bc9b9223e088d4ff4accbeffa22a1edb0a88d32bfb299d08f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 11, 2025.

Transparency log

Release files / digital_rf-2.6.14-cp313-cp313-manylinux_2_28_x86_64.whl

Download URL digital_rf-2.6.14-cp313-cp313-manylinux_2_28_x86_64.whl
Size 1.9 MB
Tags CPython 3.13 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
ec6f8896a20f164040c9ba41ad9c5d2ea0bc4a6723f2b7071ed9ba16c92dab54
BLAKE2b-256 checksum
How to use checksums
607e4642db05dca9b0930df372e15177e3b91fbb256e3dfa6e876545cd0b3370
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 11, 2025.

Transparency log

Release files / digital_rf-2.6.14-cp313-cp313-manylinux_2_28_aarch64.whl

Download URL digital_rf-2.6.14-cp313-cp313-manylinux_2_28_aarch64.whl
Size 1.9 MB
Tags CPython 3.13 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
734c277f27f9805501da54a7647402f827e21580a0cda33e68bcf1337a215098
BLAKE2b-256 checksum
How to use checksums
da20f30e2374e88e31b510aec80cbaeb2952b42d920406dffcc26b730e6ac05e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 11, 2025.

Transparency log

Release files / digital_rf-2.6.14-cp313-cp313-macosx_11_0_arm64.whl

Download URL digital_rf-2.6.14-cp313-cp313-macosx_11_0_arm64.whl
Size 1.4 MB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
bd8bb0616bf926492bb3685b270fd4098705bbfff233ec10dede8e5b2490c053
BLAKE2b-256 checksum
How to use checksums
37ef46dfa7555c1588f58f34485669dc965dea29d4c3d7170cd63e11c77ea934
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 11, 2025.

Transparency log

Release files / digital_rf-2.6.14-cp313-cp313-macosx_10_13_x86_64.whl

Download URL digital_rf-2.6.14-cp313-cp313-macosx_10_13_x86_64.whl
Size 1.7 MB
Tags CPython 3.13 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
bd368d54c3c65a669c1dba7c8c5c9066343fe9ff9ab97f5e7faf913f92ae8a4d
BLAKE2b-256 checksum
How to use checksums
1aa77239c775db5e8536456b415441cdad2b9c6b025267291be0583ff96105ae
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 11, 2025.

Transparency log

Release files / digital_rf-2.6.14-cp312-cp312-win_amd64.whl

Download URL digital_rf-2.6.14-cp312-cp312-win_amd64.whl
Size 1.3 MB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
38c2cb889c8ff46774be527ef04e134836b4f5b462b82f6a720d40fbd3942026
BLAKE2b-256 checksum
How to use checksums
f7ecc006840a87b5455572de647fffc4b4569fbbfbce43946748427963bc65f6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 11, 2025.

Transparency log

Release files / digital_rf-2.6.14-cp312-cp312-manylinux_2_28_x86_64.whl

Download URL digital_rf-2.6.14-cp312-cp312-manylinux_2_28_x86_64.whl
Size 1.9 MB
Tags CPython 3.12 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
b7f9f782377e4a32b6c98bd62401b4302f31bd2c931b1dbdf1c8c40b47b98502
BLAKE2b-256 checksum
How to use checksums
719528a034717c67223a5d08b00e65208cb42b7a73aaca2ed9d925d161791e0c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 11, 2025.

Transparency log

Release files / digital_rf-2.6.14-cp312-cp312-manylinux_2_28_aarch64.whl

Download URL digital_rf-2.6.14-cp312-cp312-manylinux_2_28_aarch64.whl
Size 1.9 MB
Tags CPython 3.12 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
d0fbe69aa661b75368fe7d98b33047c7db5ba76a1dd4e9df87b11e97acba76d0
BLAKE2b-256 checksum
How to use checksums
8939354d8d9c72eb8a60f539c93d934f917a2566870af57b0a3eafb96e74275a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 11, 2025.

Transparency log

Release files / digital_rf-2.6.14-cp312-cp312-macosx_11_0_arm64.whl

Download URL digital_rf-2.6.14-cp312-cp312-macosx_11_0_arm64.whl
Size 1.4 MB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
c97f5baae100af74b14fd2775a90712817fae6c49b2aebe465a7f9f7961985fc
BLAKE2b-256 checksum
How to use checksums
aa60f966b3269fef3388fb5f53d98d35fa066865f2483dcd8113e67c3cead08c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 11, 2025.

Transparency log

Release files / digital_rf-2.6.14-cp312-cp312-macosx_10_13_x86_64.whl

Download URL digital_rf-2.6.14-cp312-cp312-macosx_10_13_x86_64.whl
Size 1.7 MB
Tags CPython 3.12 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
a34a813fa56bcf8d1dff89433879996d0b66d7515bae25e6a34d202a7f478823
BLAKE2b-256 checksum
How to use checksums
92b3eedd84c82750382516b9fee4817889bafebbd7de70fd7b42d17085fadc4e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 11, 2025.

Transparency log

Release files / digital_rf-2.6.14-cp311-cp311-win_amd64.whl

Download URL digital_rf-2.6.14-cp311-cp311-win_amd64.whl
Size 1.3 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
4371e7ffc6998f0d21a4d6aa78952b8caf45785137304ba91acb8b0907cdef7e
BLAKE2b-256 checksum
How to use checksums
ad25474fcfc3db79dd12460cbaacbd3ee32962a899fe881b4236bd280e7d7049
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 11, 2025.

Transparency log

Release files / digital_rf-2.6.14-cp311-cp311-manylinux_2_28_x86_64.whl

Download URL digital_rf-2.6.14-cp311-cp311-manylinux_2_28_x86_64.whl
Size 1.9 MB
Tags CPython 3.11 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
309c11cf05e5faebd5c84ab46bd718823caa31689d1b9183681346e624e1a217
BLAKE2b-256 checksum
How to use checksums
fd67c750f6c1cc673894f80261009d953c5978ac6888b0a60ed4d1e464483e23
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 11, 2025.

Transparency log

Release files / digital_rf-2.6.14-cp311-cp311-manylinux_2_28_aarch64.whl

Download URL digital_rf-2.6.14-cp311-cp311-manylinux_2_28_aarch64.whl
Size 1.9 MB
Tags CPython 3.11 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
de711fbe522fc8ef3e5e9411f8ca594b46f4c18fdecd0922a73dd05b80accc1e
BLAKE2b-256 checksum
How to use checksums
b0165d83b7afe790c2c2a3ee21523c4d5b798052a0a16e9e8621581f5b22cc52
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 11, 2025.

Transparency log

Release files / digital_rf-2.6.14-cp311-cp311-macosx_11_0_arm64.whl

Download URL digital_rf-2.6.14-cp311-cp311-macosx_11_0_arm64.whl
Size 1.4 MB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
4144e4bdc3e34eb99faa2969b738427e1a06db4f3479d1526dd45c466b9605eb
BLAKE2b-256 checksum
How to use checksums
229d97b2a5e312d2f98e2939cf475bc4a0394251697b8faaa2e9dd7f5ba67f0e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 11, 2025.

Transparency log

Release files / digital_rf-2.6.14-cp311-cp311-macosx_10_9_x86_64.whl

Download URL digital_rf-2.6.14-cp311-cp311-macosx_10_9_x86_64.whl
Size 1.7 MB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
6697525c5ea4de386c90417247c6399c7e23154f233b1e515e10bf2a13c05a65
BLAKE2b-256 checksum
How to use checksums
950a022634da367e3519461f3a54acb92bb10ab80bc5e7637a7bb1d95ec8b1ec
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 11, 2025.

Transparency log

Release files / digital_rf-2.6.14-cp310-cp310-win_amd64.whl

Download URL digital_rf-2.6.14-cp310-cp310-win_amd64.whl
Size 1.3 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
a3f1a89c872a42682bb4eba0d2a0e017bf3b7f4f6978b63fe89e0c2200b31505
BLAKE2b-256 checksum
How to use checksums
9ecdb565c23ed5bbcafa59b11a9c1d2b9e20485967c68459421f0f45d8506cc4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 11, 2025.

Transparency log

Release files / digital_rf-2.6.14-cp310-cp310-manylinux_2_28_x86_64.whl

Download URL digital_rf-2.6.14-cp310-cp310-manylinux_2_28_x86_64.whl
Size 1.9 MB
Tags CPython 3.10 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
a48f8263b8b19e2dbfe4f0238941be277621b57b6bb09a17c611083fc715262d
BLAKE2b-256 checksum
How to use checksums
002007e213b74c1ca7bbba4f6c45d1d2ab4251444b9efcaed1428e1e698ccb42
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 11, 2025.

Transparency log

Release files / digital_rf-2.6.14-cp310-cp310-manylinux_2_28_aarch64.whl

Download URL digital_rf-2.6.14-cp310-cp310-manylinux_2_28_aarch64.whl
Size 1.9 MB
Tags CPython 3.10 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
596ec5af8e1ca8404d08c9d58188c94cafdd1abef5b73de4277dcfb17be2d87d
BLAKE2b-256 checksum
How to use checksums
5958cf7eb270b1246f0439bf28ac65d0a0e36b0b79ad6431669717a5694d402c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 11, 2025.

Transparency log

Release files / digital_rf-2.6.14-cp310-cp310-macosx_11_0_arm64.whl

Download URL digital_rf-2.6.14-cp310-cp310-macosx_11_0_arm64.whl
Size 1.4 MB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
1e7c80cdd80c37689915e481ad8eddeccc560cbbfdde30329c91d709149bfb50
BLAKE2b-256 checksum
How to use checksums
bd91cd08290947e686ed61b6490ae17a2ca65c5d1af7bf4b1dc2748a52d4c14f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 11, 2025.

Transparency log

Release files / digital_rf-2.6.14-cp310-cp310-macosx_10_9_x86_64.whl

Download URL digital_rf-2.6.14-cp310-cp310-macosx_10_9_x86_64.whl
Size 1.7 MB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
a371b46431fa974cf8229fa26625b512d71bbdab0aff5c2da93f4a3078adbfa7
BLAKE2b-256 checksum
How to use checksums
9373033b6505103e9d971f0f5e1186dc6768b0dc544a0a17234f57497bd76f5d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 11, 2025.

Transparency log

Release files / digital_rf-2.6.14-cp39-cp39-win_amd64.whl

Download URL digital_rf-2.6.14-cp39-cp39-win_amd64.whl
Size 1.3 MB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
137c4cbe5d0743c4f4b934f2b6f330f2affdf9f84cb6f752d30a4b3a64995db0
BLAKE2b-256 checksum
How to use checksums
21e9615098d77af0d422a765ec931b664342d09f09e80c3990530b4d0e77a411
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 11, 2025.

Transparency log

Release files / digital_rf-2.6.14-cp39-cp39-manylinux_2_28_x86_64.whl

Download URL digital_rf-2.6.14-cp39-cp39-manylinux_2_28_x86_64.whl
Size 1.9 MB
Tags CPython 3.9 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
7f7744ee666af416cc7157d382d5033419da3a02af3d4161f4e00796fed855ae
BLAKE2b-256 checksum
How to use checksums
41cececbb987f6820bfff44feee6fcc1db6654d0ad0a65dce178f5e3d4b0d06b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 11, 2025.

Transparency log

Release files / digital_rf-2.6.14-cp39-cp39-manylinux_2_28_aarch64.whl

Download URL digital_rf-2.6.14-cp39-cp39-manylinux_2_28_aarch64.whl
Size 1.9 MB
Tags CPython 3.9 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
925a88e140b01bc6e7b423c4e14fb7a59e7df5637730170f75028c883973b01f
BLAKE2b-256 checksum
How to use checksums
6c7a6e882ae779e9c99a2ad47e00301df422bc704bdb8dabcacfba9336ee1571
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 11, 2025.

Transparency log

Release files / digital_rf-2.6.14-cp39-cp39-macosx_11_0_arm64.whl

Download URL digital_rf-2.6.14-cp39-cp39-macosx_11_0_arm64.whl
Size 1.4 MB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
cef91af53b4d417151fa16e6b883b946850e00759f0159009028fecc9072948b
BLAKE2b-256 checksum
How to use checksums
5002d6b790fb4548c778c05e5a3f53acffc3f3be4ae4928fcf0e439e410fa72c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 11, 2025.

Transparency log

Release files / digital_rf-2.6.14-cp39-cp39-macosx_10_9_x86_64.whl

Download URL digital_rf-2.6.14-cp39-cp39-macosx_10_9_x86_64.whl
Size 1.7 MB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
7f50b845c8073666007fc3b6d0295dc231ca766d8c7f3d58b948f5dfc2d711e7
BLAKE2b-256 checksum
How to use checksums
2be3e746aa9fde83bd866519913862ac51849b41ea9380923c94dbb7b7914fae
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 11, 2025.

Transparency log

Release files / digital_rf-2.6.14-cp38-cp38-win_amd64.whl

Download URL digital_rf-2.6.14-cp38-cp38-win_amd64.whl
Size 1.3 MB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
54eca79994adbff1e87283519d6eba4553c1bea905a18c6b8d6373453b510243
BLAKE2b-256 checksum
How to use checksums
c8463a8f34b7839855d156412f411a23591937aca5bb9fb603f32aa6d30811ed
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 11, 2025.

Transparency log

Release files / digital_rf-2.6.14-cp38-cp38-manylinux_2_28_x86_64.whl

Download URL digital_rf-2.6.14-cp38-cp38-manylinux_2_28_x86_64.whl
Size 1.9 MB
Tags CPython 3.8 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
77ce336e30cf7ce6404e766093d3f5ee86d3faf302b22cdef0a7753bd1a365bd
BLAKE2b-256 checksum
How to use checksums
a4f9b76eec6b0a96af66ffe20ec8061a60f898c8e9bdb5a40eca189bb2da6459
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 11, 2025.

Transparency log

Release files / digital_rf-2.6.14-cp38-cp38-macosx_11_0_arm64.whl

Download URL digital_rf-2.6.14-cp38-cp38-macosx_11_0_arm64.whl
Size 1.4 MB
Tags CPython 3.8 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
fca003035e8e9068a6f5e2810dd34be79571ebe8b3c3951a2b71ee79c83e18b6
BLAKE2b-256 checksum
How to use checksums
adb3e718cc78f966a33a4d082e4df7be0a30f8998b0edb1046c041496dacaacc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 11, 2025.

Transparency log

Release files / digital_rf-2.6.14-cp38-cp38-macosx_10_9_x86_64.whl

Download URL digital_rf-2.6.14-cp38-cp38-macosx_10_9_x86_64.whl
Size 1.7 MB
Tags CPython 3.8 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
5bfff6cb26c2bd8e119f0caf484a5c90407a6eab905d47d3f157967b91229c09
BLAKE2b-256 checksum
How to use checksums
af34ee13c17f743bab808358a761cf511f2167e207aeaae527382afa351d0c69
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 11, 2025.

Transparency log
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page