Skip to main content

Fast reader for dg/dgz dynamic group data files

Project description

dgread - Python

Fast reader for dg/dgz dynamic group data files.

Installation

pip install dgread

For pandas integration:

pip install dgread[pandas]

Usage

Basic

import dgread

# Load file - returns dict of numpy arrays
data = dgread.read('session.dgz')

print(data.keys())
# dict_keys(['stimtype', 'response', 'rt', 'em', 'events', ...])

# Scalar arrays
print(data['rt'][:5])
# [342. 289. 456. 312. 378.]

# Ragged arrays (different length per trial)
for i, em in enumerate(data['em'][:3]):
    print(f"Trial {i}: {len(em)} samples")
# Trial 0: 1847 samples
# Trial 1: 923 samples
# Trial 2: 2104 samples

With Pandas

from dgread_utils import load_session, print_summary

# Quick overview
print_summary('session.dgz')
# session.dgz
#   12 lists, 847 trials
#   Rectangular: False
#   Lists:
#     stimtype: 847 x int32
#     response: 847 x int32
#     rt: 847 x float32
#     em: 847 x object (nested)

# Load as DataFrame (scalar columns only)
df = load_session('session.dgz')
print(df.head())

Utility Functions

from dgread_utils import (
    read,               # Read file → dict
    list_names,         # Get column names
    get_lengths,        # Get length of each column
    is_rectangular,     # Check if all same length
    get_scalar_columns, # Non-nested column names
    get_nested_columns, # Nested column names
    to_dataframe,       # Convert to DataFrame
    load_session,       # Read + to_dataframe
    summary,            # File summary as dict
    print_summary,      # Print formatted summary
)

Building from Source

From the repository root:

cd python
pip install -e .

Requirements:

  • C compiler
  • Python 3.9+
  • NumPy
  • zlib (system library)

Running Tests

cd python
pip install -e .[dev]
DG_TEST_FILE=/path/to/test.dgz pytest

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

dgread-1.1.0.tar.gz (9.7 kB view details)

Uploaded Source

Built Distributions

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

dgread-1.1.0-cp313-cp313-win_amd64.whl (27.5 kB view details)

Uploaded CPython 3.13Windows x86-64

dgread-1.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (654.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

dgread-1.1.0-cp313-cp313-macosx_11_0_arm64.whl (118.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

dgread-1.1.0-cp313-cp313-macosx_10_13_x86_64.whl (126.0 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

dgread-1.1.0-cp312-cp312-win_amd64.whl (27.5 kB view details)

Uploaded CPython 3.12Windows x86-64

dgread-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (654.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

dgread-1.1.0-cp312-cp312-macosx_11_0_arm64.whl (118.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

dgread-1.1.0-cp312-cp312-macosx_10_13_x86_64.whl (126.0 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

dgread-1.1.0-cp311-cp311-win_amd64.whl (27.5 kB view details)

Uploaded CPython 3.11Windows x86-64

dgread-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (654.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

dgread-1.1.0-cp311-cp311-macosx_11_0_arm64.whl (118.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

dgread-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl (126.1 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

dgread-1.1.0-cp310-cp310-win_amd64.whl (27.5 kB view details)

Uploaded CPython 3.10Windows x86-64

dgread-1.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (654.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

dgread-1.1.0-cp310-cp310-macosx_11_0_arm64.whl (118.5 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

dgread-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl (126.1 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

dgread-1.1.0-cp39-cp39-win_amd64.whl (27.5 kB view details)

Uploaded CPython 3.9Windows x86-64

dgread-1.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (653.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

dgread-1.1.0-cp39-cp39-macosx_11_0_arm64.whl (118.5 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

dgread-1.1.0-cp39-cp39-macosx_10_9_x86_64.whl (126.1 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file dgread-1.1.0.tar.gz.

File metadata

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

File hashes

Hashes for dgread-1.1.0.tar.gz
Algorithm Hash digest
SHA256 2f2ec3d3b506b0e4dc9f581427afae8b88779d5a6cd5cc7f8033e23789dbe8e6
MD5 d747ae0b40bd89e8e08c1a4fc83beaa9
BLAKE2b-256 a479a8ca4d0b560137cb01ac71c013631c0cfb4b5b75ecf4649f3e1cae2265f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for dgread-1.1.0.tar.gz:

Publisher: python_wheels.yml on SheinbergLab/dgread

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

File details

Details for the file dgread-1.1.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: dgread-1.1.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 27.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 dgread-1.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 39b524654078343c19a39ae5b313164470d3fb30ccdcb76c8d7f377ed7975f7c
MD5 47c242902113b6a2da1f7e4e2293fbb6
BLAKE2b-256 5314312c3e35b1f7bd5b399f5f29562df11c69ee4d59cd0f2acef76a8fa9f4ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for dgread-1.1.0-cp313-cp313-win_amd64.whl:

Publisher: python_wheels.yml on SheinbergLab/dgread

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

File details

Details for the file dgread-1.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dgread-1.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e38a941a016f2fae382718b009b3062ba6e0b47f89c4ab84a3372c7081b5e071
MD5 2a8505ab5de12980085a5d345322eaeb
BLAKE2b-256 8b96b35650d48d2ec393a65b50c493b088b4718d1553c5868fd357d76cf3f6cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for dgread-1.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python_wheels.yml on SheinbergLab/dgread

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

File details

Details for the file dgread-1.1.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dgread-1.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5b7d2fa5f27e87b1b62d7fb350c4619f7cdbbc441c108b7c0ad6cfe865e56176
MD5 f9311dd7811990342540486e38662a90
BLAKE2b-256 501debf18d402133d82d0466ae02b5118f00d02e06d478dc61d4db7cccdb08a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for dgread-1.1.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: python_wheels.yml on SheinbergLab/dgread

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

File details

Details for the file dgread-1.1.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for dgread-1.1.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 1a92e84e80891b87ad93ba73b745e1bbd731c9f80e60986b6da395872fa47d8f
MD5 5531a64bd88b7c876502b0b7332cae8d
BLAKE2b-256 7acdc863bf20cf6faa4aa210681849925fb9e282a92178aff08981cefbec4f8a

See more details on using hashes here.

Provenance

The following attestation bundles were made for dgread-1.1.0-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: python_wheels.yml on SheinbergLab/dgread

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

File details

Details for the file dgread-1.1.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: dgread-1.1.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 27.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 dgread-1.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8e1bfdde803f1cbe3e8d641a3eda19a767136218eb54ecaac043fd658817d157
MD5 3f1fa9f5f476b4130807290637e3d996
BLAKE2b-256 d5428c713d9906902ccee45973c7027251cc7e530b7e4100afff5f87dde7c169

See more details on using hashes here.

Provenance

The following attestation bundles were made for dgread-1.1.0-cp312-cp312-win_amd64.whl:

Publisher: python_wheels.yml on SheinbergLab/dgread

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

File details

Details for the file dgread-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dgread-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e4d46d7327abd1fbda6b68109c0e42b32980727d7be47d0e1be5ba8cb8327c47
MD5 21dc09ca370ea3df80ea3ee35d695ad9
BLAKE2b-256 636d39c2b1456d408910f679052d4f78de578c1085cafc14c627aaca72ad8df3

See more details on using hashes here.

Provenance

The following attestation bundles were made for dgread-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python_wheels.yml on SheinbergLab/dgread

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

File details

Details for the file dgread-1.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dgread-1.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 590bcc1a707aded078eff4dc9846a10df90c7abdfa4d9fd418f31a614bc934ba
MD5 4e365752b671b7d15da66f1324aecaf0
BLAKE2b-256 babcb509b5eedd4e30f418ff427d1205695b9da4564dd004b5d0f575636cbb41

See more details on using hashes here.

Provenance

The following attestation bundles were made for dgread-1.1.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: python_wheels.yml on SheinbergLab/dgread

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

File details

Details for the file dgread-1.1.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for dgread-1.1.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b446cf61e98ac5fa6d5bd89ba1b0b8e7a5240cc228062757ba89e225dde516f8
MD5 6c62d77b0ee7b6afce004518f3c6f41f
BLAKE2b-256 eeb4d58e1e0f3b3a278fa69c5efb1952e426bf5b3e85ad8efca6e4a70e2728b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for dgread-1.1.0-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: python_wheels.yml on SheinbergLab/dgread

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

File details

Details for the file dgread-1.1.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: dgread-1.1.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 27.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 dgread-1.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 90c2b1e4fd5296bd478349e389e86fda90d40fee3baf386a6abc985b8b186767
MD5 c8c67f87bcad3138c4f85c1c96871e9e
BLAKE2b-256 57af64307d2fc5dd72b58760c2ac2626daa444f577ae77ac7185645e01e0c365

See more details on using hashes here.

Provenance

The following attestation bundles were made for dgread-1.1.0-cp311-cp311-win_amd64.whl:

Publisher: python_wheels.yml on SheinbergLab/dgread

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

File details

Details for the file dgread-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dgread-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bc245d0ab39ae2c8a7a48821f106c2513b28edbaa86fc47161821881fff1da8a
MD5 7489edf67b1596cb1e0d882784cd1dee
BLAKE2b-256 b9d922a122d828b7f798470755dc31ae35f9b63dded723963b43b689b8b20950

See more details on using hashes here.

Provenance

The following attestation bundles were made for dgread-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python_wheels.yml on SheinbergLab/dgread

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

File details

Details for the file dgread-1.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dgread-1.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 af0b0f6131a97d7bb91ba084e46314e22bf9b1998200ec7ef244c1764283d153
MD5 30f1b62ee0d5f1462f328231f3d69514
BLAKE2b-256 3412a82c5a992d8c493ef233af3f419469e94d03309d1a8c80adeca96dfb6adb

See more details on using hashes here.

Provenance

The following attestation bundles were made for dgread-1.1.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: python_wheels.yml on SheinbergLab/dgread

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

File details

Details for the file dgread-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for dgread-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f654a8b24aa50cacd20706aee10efe5517733ee68afb46980792dd0981d005ad
MD5 5a36cc9ddf7a16546bc808b8b5129649
BLAKE2b-256 d22472b047714154f8bda494e3b40e26bfd38c0e1f0eb18a7e8d6bcb878cd4ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for dgread-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: python_wheels.yml on SheinbergLab/dgread

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

File details

Details for the file dgread-1.1.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: dgread-1.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 27.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 dgread-1.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 9603e4cf8ba592cd98cb74e25a561593c0cf7c0deb42fe2d978fd0a7ab28ad14
MD5 893482ff920eb6194b6738630fee9da3
BLAKE2b-256 15eb6708b80486bb7cdcedcf0b0fed95b672a5e48a95d38b7507ad02ef47f5b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for dgread-1.1.0-cp310-cp310-win_amd64.whl:

Publisher: python_wheels.yml on SheinbergLab/dgread

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

File details

Details for the file dgread-1.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dgread-1.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cf5c22c5d86bc458cc47b0d832b0f06ea022e6ebc8de95e044c446457c7f29b8
MD5 727b8f48ed5e80d7a6487c5f3801e1d8
BLAKE2b-256 6feee1d9ee2c7f352fa7db1848720ca6d3e398471b33805004ddafa99ca57b1e

See more details on using hashes here.

Provenance

The following attestation bundles were made for dgread-1.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python_wheels.yml on SheinbergLab/dgread

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

File details

Details for the file dgread-1.1.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dgread-1.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9214528e5ef79ddbd74ecd12455e3004575d41f34db8a72537ce2306e6fa701b
MD5 225b10c7931594cede981a7558806536
BLAKE2b-256 eb59f534746861f4eb3295d930b4b3fd10c4dc55b13c2ac222a440f7aa08a849

See more details on using hashes here.

Provenance

The following attestation bundles were made for dgread-1.1.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: python_wheels.yml on SheinbergLab/dgread

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

File details

Details for the file dgread-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for dgread-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ecfbb28a6f7e377567dcd48e8e48e5e6082d5b6db2f79c3a8abdaf76f718ad0d
MD5 60e008e21041b3574cfc8494ae8c109e
BLAKE2b-256 6580294607d448eb68b0dfb498af32fc344095d263174fb6642c3b1b7ae02bc4

See more details on using hashes here.

Provenance

The following attestation bundles were made for dgread-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: python_wheels.yml on SheinbergLab/dgread

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

File details

Details for the file dgread-1.1.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: dgread-1.1.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 27.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 dgread-1.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ca967e3acb6b8920d7dcc076601fee71f4410cf4c2918e60a66fd6715c215ae0
MD5 4953a0ca82eaae27adb725ae67bb27e1
BLAKE2b-256 b8e8c667e52171acd1d18a21ff8898d6917673c1ad05f1f39cadf8ec5b3e2daf

See more details on using hashes here.

Provenance

The following attestation bundles were made for dgread-1.1.0-cp39-cp39-win_amd64.whl:

Publisher: python_wheels.yml on SheinbergLab/dgread

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

File details

Details for the file dgread-1.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dgread-1.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e648360f7a1d73df78c61ee25403922e7daade11bd4573daf88d659052142c15
MD5 1b3bedcc4a939620f8b69e79a639d857
BLAKE2b-256 299d724f44ad22dffa0d4d89dc862e303403956e06294a81b322c3a9761276f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for dgread-1.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: python_wheels.yml on SheinbergLab/dgread

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

File details

Details for the file dgread-1.1.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dgread-1.1.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7040f525498fca6faaf53e7fd8ec29fec6cec1d3de33f1652323d681af540916
MD5 5fada845a8a33e446aedfb1fdfdf576a
BLAKE2b-256 7348d9621e6e6bf711fe74a4dbcd9470a89d2347642846f6cb1da5451040eaa2

See more details on using hashes here.

Provenance

The following attestation bundles were made for dgread-1.1.0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: python_wheels.yml on SheinbergLab/dgread

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

File details

Details for the file dgread-1.1.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for dgread-1.1.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2b7d4d89f0d47e5cf38912c5dc91427bdf4ffc3c4e4ac3006e0f612c0f218db6
MD5 4c47da615dbb01986c2eedc9f6834dd9
BLAKE2b-256 5f14a329a9adee6f7b06b6b3d428fffcd16db7bb1980ff26e8082798a798e228

See more details on using hashes here.

Provenance

The following attestation bundles were made for dgread-1.1.0-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: python_wheels.yml on SheinbergLab/dgread

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