Skip to main content

A lightweight, cross-platform, blazingly fast implementation of the C-ECHO DICOM procedure. ๐Ÿ”ฅ

Project description

DICOM Echo

Ruff ๐ŸŽจ poetry (push) pylint codecov pre-commit.ci status Checked with mypy docs: pdoc readthedocs PyPI version Downloads

A lightweight, cross-platform, blazingly fast implementation of the C-ECHO[^1] DICOM procedure. ๐Ÿ”ฅ

This package implements a service class user (SCU)[^2] app which functions like a ping, testing that the peer service class provider (SCP)[^2] is accepting associations for the given AE titles[^3].

Both a simple CLI and a Python API are provided for easy integration with your DICOM projects.

Installation

pipx is recommended to install dicom-echo as a standalone CLI utility:

pipx install dicom-echo

# or if integrating with another Python project:
pip3 install dicom-echo

CLI Usage

To send a C-ECHO request to localhost:11111:

โฏ dicom-echo localhost:11111
โœ… Success

โฏ dicom-echo --help
 Usage: dicom-echo [OPTIONS] HOST

 Send a `C-ECHO` request to the given address.
 The `C-ECHO` procedure functions like a `ping`, serving to test that the peer SCP is
 accepting associations.

 This command will fail if the peer SCP is unreachable or rejects the association request
 for the given AE titles.

 Reference: https://www.dicomstandard.org/standards/view/message-exchange#sect_9.1.5

โ•ญโ”€ Arguments โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
โ”‚ *    host      TEXT  The socket address of the peer SCP: {host}:{port}                   โ”‚
โ”‚                      Optionally, the AE title may be included: {AE title}@{host}:{port}  โ”‚
โ”‚                      [required]                                                          โ”‚
โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ
โ•ญโ”€ Options โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
โ”‚ --version             -V        display the version of this program                      โ”‚
โ”‚ --install-completion            Install completion for the current shell.                โ”‚
โ”‚ --show-completion               Show completion for the current shell, to copy it or     โ”‚
โ”‚                                 customize the installation.                              โ”‚
โ”‚ --help                -h        Show this message and exit.                              โ”‚
โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ
โ•ญโ”€ DICOM Options โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฎ
โ”‚ --called,--called-ae-title    -aec      TEXT     peer AE title of the host SCP           โ”‚
โ”‚                                                  [default: ANY-SCP]                      โ”‚
โ”‚ --calling,--calling-ae-title  -aet      TEXT     the AE title of this client             โ”‚
โ”‚                                                  [default: ECHOSCU]                      โ”‚
โ”‚ --id,--message-id             -id       INTEGER  the message ID to send [default: 1]     โ”‚
โ•ฐโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ•ฏ

API Usage

The dicom_echo module provides a simple API for sending C-ECHO requests:

>>> import dicom_echo as echo

>>> echo.send(address)
0

See the API documentation for more details.

[^1]: for additional details, see 9.3.5 C-ECHO protocol | DICOM PS3.7 2024c - Message Exchange

[^2]: 6.7 Service Class Specification | DICOM PS3.4 2024c - Service Class Specifications for the definitions of service class user (SCU) and service class provider (SCP):

> The SCU or user agent acts as the 'client,' while the SCP or origin server acts as the 'server'. For DIMSE based services the SCU/SCP roles are determined during Association establishment

[^3]: C.1: DICOM Application Entity Titles | DICOM PS3.8 2024c - Network Communication Support for Message Exchange:

> A DICOM Application Entity Title uniquely identifies a service or application on a specific system in the network.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dicom_echo-0.3.0.tar.gz (26.3 kB view details)

Uploaded Source

Built Distributions

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

dicom_echo-0.3.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

dicom_echo-0.3.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

dicom_echo-0.3.0-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl (1.1 MB view details)

Uploaded PyPymusllinux: musl 1.1+ x86-64

dicom_echo-0.3.0-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl (1.1 MB view details)

Uploaded PyPymusllinux: musl 1.1+ ARM64

dicom_echo-0.3.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (883.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

dicom_echo-0.3.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (916.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

dicom_echo-0.3.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

dicom_echo-0.3.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (879.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

dicom_echo-0.3.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (899.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

dicom_echo-0.3.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (924.3 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

dicom_echo-0.3.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl (809.1 kB view details)

Uploaded PyPymacOS 11.0+ ARM64

dicom_echo-0.3.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl (803.5 kB view details)

Uploaded PyPymacOS 10.12+ x86-64

dicom_echo-0.3.0-pp311-pypy311_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (1.6 MB view details)

Uploaded PyPymacOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

dicom_echo-0.3.0-cp314-cp314-win_amd64.whl (684.4 kB view details)

Uploaded CPython 3.14Windows x86-64

dicom_echo-0.3.0-cp314-cp314-win32.whl (661.4 kB view details)

Uploaded CPython 3.14Windows x86

dicom_echo-0.3.0-cp314-cp314-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

dicom_echo-0.3.0-cp314-cp314-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

dicom_echo-0.3.0-cp314-cp314-musllinux_1_1_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ x86-64

dicom_echo-0.3.0-cp314-cp314-musllinux_1_1_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.1+ ARM64

dicom_echo-0.3.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (880.6 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

dicom_echo-0.3.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (913.9 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

dicom_echo-0.3.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

dicom_echo-0.3.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (876.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

dicom_echo-0.3.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (896.1 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

dicom_echo-0.3.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (918.2 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

dicom_echo-0.3.0-cp314-cp314-macosx_11_0_arm64.whl (807.8 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

dicom_echo-0.3.0-cp314-cp314-macosx_10_12_x86_64.whl (802.3 kB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

dicom_echo-0.3.0-cp314-cp314-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (1.6 MB view details)

Uploaded CPython 3.14macOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

dicom_echo-0.3.0-cp313-cp313-win_amd64.whl (684.8 kB view details)

Uploaded CPython 3.13Windows x86-64

dicom_echo-0.3.0-cp313-cp313-win32.whl (661.3 kB view details)

Uploaded CPython 3.13Windows x86

dicom_echo-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

dicom_echo-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

dicom_echo-0.3.0-cp313-cp313-musllinux_1_1_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ x86-64

dicom_echo-0.3.0-cp313-cp313-musllinux_1_1_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.1+ ARM64

dicom_echo-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (880.7 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

dicom_echo-0.3.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (913.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

dicom_echo-0.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

dicom_echo-0.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (876.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

dicom_echo-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (896.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

dicom_echo-0.3.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (918.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

dicom_echo-0.3.0-cp313-cp313-macosx_11_0_arm64.whl (806.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

dicom_echo-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl (800.9 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

dicom_echo-0.3.0-cp313-cp313-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (1.6 MB view details)

Uploaded CPython 3.13macOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

dicom_echo-0.3.0-cp312-cp312-win_amd64.whl (684.8 kB view details)

Uploaded CPython 3.12Windows x86-64

dicom_echo-0.3.0-cp312-cp312-win32.whl (661.3 kB view details)

Uploaded CPython 3.12Windows x86

dicom_echo-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

dicom_echo-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

dicom_echo-0.3.0-cp312-cp312-musllinux_1_1_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ x86-64

dicom_echo-0.3.0-cp312-cp312-musllinux_1_1_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.1+ ARM64

dicom_echo-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (880.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

dicom_echo-0.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (913.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

dicom_echo-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

dicom_echo-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (876.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

dicom_echo-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (896.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

dicom_echo-0.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (918.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

dicom_echo-0.3.0-cp312-cp312-macosx_11_0_arm64.whl (807.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

dicom_echo-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl (801.1 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

dicom_echo-0.3.0-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (1.6 MB view details)

Uploaded CPython 3.12macOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

dicom_echo-0.3.0-cp311-cp311-win_amd64.whl (686.8 kB view details)

Uploaded CPython 3.11Windows x86-64

dicom_echo-0.3.0-cp311-cp311-win32.whl (662.6 kB view details)

Uploaded CPython 3.11Windows x86

dicom_echo-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

dicom_echo-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

dicom_echo-0.3.0-cp311-cp311-musllinux_1_1_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ x86-64

dicom_echo-0.3.0-cp311-cp311-musllinux_1_1_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.1+ ARM64

dicom_echo-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (882.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

dicom_echo-0.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (914.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

dicom_echo-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

dicom_echo-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (878.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

dicom_echo-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (898.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

dicom_echo-0.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (921.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

dicom_echo-0.3.0-cp311-cp311-macosx_11_0_arm64.whl (807.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

dicom_echo-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl (802.7 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

dicom_echo-0.3.0-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (1.6 MB view details)

Uploaded CPython 3.11macOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

dicom_echo-0.3.0-cp310-cp310-win_amd64.whl (686.7 kB view details)

Uploaded CPython 3.10Windows x86-64

dicom_echo-0.3.0-cp310-cp310-win32.whl (662.6 kB view details)

Uploaded CPython 3.10Windows x86

dicom_echo-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

dicom_echo-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

dicom_echo-0.3.0-cp310-cp310-musllinux_1_1_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ x86-64

dicom_echo-0.3.0-cp310-cp310-musllinux_1_1_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.1+ ARM64

dicom_echo-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (883.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

dicom_echo-0.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (914.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

dicom_echo-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

dicom_echo-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (878.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

dicom_echo-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (898.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

dicom_echo-0.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (922.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

dicom_echo-0.3.0-cp310-cp310-macosx_11_0_arm64.whl (807.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

dicom_echo-0.3.0-cp310-cp310-macosx_10_12_x86_64.whl (802.9 kB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

dicom_echo-0.3.0-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl (1.6 MB view details)

Uploaded CPython 3.10macOS 10.12+ universal2 (ARM64, x86-64)macOS 10.12+ x86-64macOS 11.0+ ARM64

File details

Details for the file dicom_echo-0.3.0.tar.gz.

File metadata

  • Download URL: dicom_echo-0.3.0.tar.gz
  • Upload date:
  • Size: 26.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for dicom_echo-0.3.0.tar.gz
Algorithm Hash digest
SHA256 ab49fe0af31c9804865092cd31f34fc41ff0ca762a3abd4ee2d18e6a3eed324e
MD5 f2439f23b90fdfc501b4580f609d7b89
BLAKE2b-256 9c0d9a7a04ada669f2306bb55c07c80a89718990c79468a77694f2e16c7aebec

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0.tar.gz:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 067c54afa807e2f3fd68d2a7ac3af75f2cc88a480510694c91598e5bc4a1ef98
MD5 23d4ff82085fcff9705871f9775b4855
BLAKE2b-256 98a8edec203c6424f3debd0260d96a69100747f10e4bf52ee1e1701629b8aaf7

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 73fd64d9edf3ac81d503b8a6dbaf94a9e89a921af6dcf8a28fa3ab5fc847650f
MD5 a9f6835be07201b4328234906991f1a7
BLAKE2b-256 1708ef0513a8e35425361481ea9f4890b14f1f9b82d015652cb204a8928352b2

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 ee5d517123385c7f9d792ac01c2a106d24b08604153b4c769f7e9998e3465c88
MD5 b902b340c406605b8d8fb661a1ce2156
BLAKE2b-256 d4d0b59d3cc8f5745ccb8c4910ac60055ac79f9f2b6049e9bbe2dd1fbb99e191

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-pp311-pypy311_pp73-musllinux_1_1_x86_64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 c73a11dcf165c41ba32f3b2dd1b60f7441cde118a626877003c40fad21c6b4c7
MD5 55b55ba0f9134af9c4648f6f4b248d6a
BLAKE2b-256 d9e158643cbd5ba2bd0c6b8b853b26d3424bc51c2196be148e0a7c68d4555a47

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-pp311-pypy311_pp73-musllinux_1_1_aarch64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 734459fdfaecf738895362eaf657412d2a461811604b88e2c303327d40f78aad
MD5 b150ec99939f54827642c053e5116969
BLAKE2b-256 34344da4504df2dc876f2489f2688e6484f08e3e96926e2e2bbf2a7a9301ce8f

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 f888b55843f9c5b3ab6d81233674837c35d9eaec7412555f36cb10d10f3b9044
MD5 337166e09a7c6bf7c04c27c47fe3b5f2
BLAKE2b-256 d4cd1b33f7152f140879ca847ff07b73485a8a88d217d5bc3b77f3a7907fecf3

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 64441e8a91cd836800dcf149436bf755c41fa9947dcb02ec957e523f4adf3a00
MD5 0b7145f7d055faf6e59e5b5a13f7bf38
BLAKE2b-256 29f1c8ecae6c94e5cb82c6ce0b0b216b0a273e2d513733c14f5593358604e069

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 05543473af9f88080f5eeb50f12273d9d571e96453cd931af9e3adde98ddecac
MD5 24d6ae7d06cfd77fbd8052a002413278
BLAKE2b-256 93147e86fd53d609089330a53af4bd7655fc04f63225cb2deca0732f1417cc25

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 79d9bf26c7ef126fe3d8c3c7fd443c28e9ebb60f9a04b5d9792755c9d7cde443
MD5 fef4acde9a032e7c54348db3669a8726
BLAKE2b-256 d7c408c3a45aefa27426bd8a22562a747720355886f7d6baf33a16fd60cd9eb5

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 ecca7a3e8e15e58adb6d5f259c60744ddd12b10802cb16813057dbe7232cade6
MD5 320fec3a83515cac9077bad0bd465f1b
BLAKE2b-256 84cec6c7c97ea0bcf60c4d41a84298b9fde9bff305e4bb001afb9adc160ff594

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8b37b1902e570caa87744d81b96af4a72428ae927deca95d54190a1d592af24f
MD5 ae3b8a7ec0ccee77a32dec56a13276cf
BLAKE2b-256 3b8f14c2bbc1a6a30761490a38aaa7bab3da94501187ccc1bbef613f2a01c012

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 368d9301cc48f2cba3a3115a14c132e64c1c721f4e67b0e9217220c80e4e02c7
MD5 9ec93be4d0ca3ae6f2d5fddbe1a1da6e
BLAKE2b-256 9f741d779c06ede8babb0af5c8e632ca34d1d0d2e5ce46a1db937359f966c439

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-pp311-pypy311_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-pp311-pypy311_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 5ec0a50512c5af40e9ca7a4d61032600e7dfaf6863e29ec47c369ccb7e7ad66d
MD5 8194ff9ee8b5794e5443a6c5ea0031ec
BLAKE2b-256 aba28c2a4c312b45ce4b752a0550a1de80c4e2971d558edc3a3cb3f0de1cf329

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-pp311-pypy311_pp73-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: dicom_echo-0.3.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 684.4 kB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for dicom_echo-0.3.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 b2d72a5855fb476fdb446b63839387baabf168a9ab7f4e806d0de4d1717142a7
MD5 af271a71824bf2590f5e543d7edc95ae
BLAKE2b-256 6c39acf14fbec2172d8f062d9bc523773ef189f7bb47d5d138ab2c45a28a94b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp314-cp314-win_amd64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp314-cp314-win32.whl.

File metadata

  • Download URL: dicom_echo-0.3.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 661.4 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for dicom_echo-0.3.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 1c50c1ee694e7659dbc2648147e3e1f04f27457bd6fd50faa4189c99f07cabaf
MD5 1dcf102645f221595824454c6d20ef39
BLAKE2b-256 2c6cb45666577733d907a42c13a6baf208248d6b6afec1473c17f4c393a9fbe9

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp314-cp314-win32.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9b630b17cf6a7f3507ebfc13c64c2b4c8fdc9b9d9a9d431694c3081602d05b5c
MD5 ba804e147b0c9968c0e136148ddc933b
BLAKE2b-256 495b5adba2a32fe14381db1f0dbbb95c12919e7b1cf2b4cbeb36e2b1ffc14221

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e8dbd200cc2acf1b6e19e9d1d5e47594aa08680af0ef9dd9062de0f3c05c8676
MD5 c0bed8f0835945769a186bd7855f7516
BLAKE2b-256 ad3bc255e34df33818cb0f85637468cfc272e5af27c9a34c0f6806655ab79215

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp314-cp314-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp314-cp314-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f629d1e001263ad7c99b925309d224e1cc383d5fd588a6da290877c0b050570b
MD5 e546b37e2bfe04ad6d13ff9f4f43d36b
BLAKE2b-256 9627315cdb5f931535920ddbb1821031fb10c77c3c00a7a4eac461831de3fa76

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp314-cp314-musllinux_1_1_x86_64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp314-cp314-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp314-cp314-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8a4ad4bc5e3f700a21ac562bcc44655072470c92b2945284ce6ce5938f0a573b
MD5 4daec6f49702bdd9b0c2571252306044
BLAKE2b-256 b9c31ec2327333af0b93d4bf707bdb69da3f9864162ca2f3f26772dda43f462a

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp314-cp314-musllinux_1_1_aarch64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eb1a5222babc725a7d9153447fbe90d400001a903660433f7255c45fc53d4c24
MD5 f2b789c2b80e1c6915eedfb9641195c9
BLAKE2b-256 7a353617e8ce4bda14413324dd5c658ece605452e137761f97f6c01e7bb1c96f

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 062946dc8a7a8f4d8720e770f041f3e119eec24c75d7bca860ae8e72fe35fc91
MD5 701080f5181f7b4d4e019cc6525e946d
BLAKE2b-256 9b1a20928284b1f4d5b68fe30f1385202e5b6832c9e07aa6dda71a15d80cb853

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 86ec4a14e98700e2c68b43da232d7f57c8ec822f32efc528646f6560bce483cc
MD5 b205ca9b62e3c6c0163856e734d84e2d
BLAKE2b-256 a22f46c752e64fa0abc75d2d49d2940244669f6c8920d0fd2863d6104ac93e35

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 01700bc66b2c5eff25533bd969c1e9625f51966abf959d3e959d846bc567aee9
MD5 76aac1a93e9a3d3ac319da4dd3ace2b6
BLAKE2b-256 cf7208c0d3b059c1bedc3f6c7513b03f6f4c1620e09f9a0f19746cc744227038

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a2204f6a1ed0a879d4b7700e524dba35ab9ed1278d5095bfe7546274da1ac090
MD5 e8c76bd9204c8e1e013c3f78603f10ec
BLAKE2b-256 4acb895a551ce2939e4ec800e92802bc92306ab31ca0b50b13a144a8c0ffda8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 1778939f64f5dbc37ea530aa4984f6f6f6da2978411dd3f9b385b5a0e7a5e38b
MD5 3fa480c97a1fa485db3e14ea35600da1
BLAKE2b-256 f481627c2cbb0de78997f8f97a1b8b2202aab9782e49c68381b7b139183e6d3f

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a668bb2ef0bb888527dbadd95548a35f4caabb19df289aa97084103f9dbeb7b1
MD5 5a5c485031ec87ef3d4cbcd16a6af8e7
BLAKE2b-256 31283a24cc40aaef5c5eeb6ddbf4b155503000e055d6d52d69feb67d8dd29948

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 af5932501b65598402234c9676f341e9a9ae5c77ea7a1b6240553643461379d5
MD5 18a559c24075c7536c2777b0bf4a4363
BLAKE2b-256 4b57ba5445951c4eade34c913270795d4e8995799839e19526ec618b1e800ef8

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp314-cp314-macosx_10_12_x86_64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp314-cp314-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp314-cp314-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 2afc27c4e29577da38f72b88d9e7f325e94cc278b197f53332ffaabedd946881
MD5 9cee6bb8d143c1633ce814a7a92fb261
BLAKE2b-256 c45c483e56961f67f77e03a264c8d27a7c5c9136eeeadf22f01c3d9afe4ae514

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp314-cp314-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: dicom_echo-0.3.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 684.8 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for dicom_echo-0.3.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 62cfe5bfd28f663b9ec770965236ea5ff81daaa48764e96834e17070dccab495
MD5 3e05bb03890b1f03b673ef7104aaa437
BLAKE2b-256 ee48f7a174ffa3022c391be7e1f3d8354470f86ba2347b2e81b405676b4411b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp313-cp313-win_amd64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: dicom_echo-0.3.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 661.3 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for dicom_echo-0.3.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 15f356bc5e5cafae39ed06291dbc819f43c97587418befe18fcbc0f99c81b806
MD5 6a75ca082dbc234b5ce39c224fdedadf
BLAKE2b-256 cc611024a8d6bc1e4a57ff31fb0833f84481cf52ca64a9f8f397de51a50a6f76

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp313-cp313-win32.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fbe9dd94237e93a6880268a8a0f8e7635db9b9d785655ec208538e03efcdbdde
MD5 2a6da792c13b974c670cc08e4858d218
BLAKE2b-256 bd8c243a4314dae08afc5ee6c7a45f8b3ba949786aa63aa4d9aefab3a7d969cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aabf1698eab747bfdd228b756e3230bca79032f98c7c84e6a9efafea8b45b2c9
MD5 d23579e431737133bedf14b4337e09bf
BLAKE2b-256 697197ff8b4269c497b789facedb26c7712a234f2bf7169c7dbccecd21d3f988

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp313-cp313-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp313-cp313-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0980d3c887ee2bb1ff5e9f11d3ed148929de2374f01e6e6ea15fff9e92e6e991
MD5 59f117be382bf05ce53bd2b8db7364c2
BLAKE2b-256 f162cfb75d41f4454a676665849ac81a9e6ba9ae2e21ea5e396b2aebc6ed65fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp313-cp313-musllinux_1_1_x86_64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp313-cp313-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp313-cp313-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 8409ba6feefe1acd1493bbaf3baa87c747704df2a5042c527848fe175f7007c4
MD5 9cff009b31f66d4bd5cbc4288412d777
BLAKE2b-256 318ec620d0257ba70cc71af5d74b95e08e201f99909382ef621d7627ad3ff17f

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp313-cp313-musllinux_1_1_aarch64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bba099325ea4379cacf5adc1911abc14712a4fa6819106e36d4a0e768e7b0072
MD5 4c34da018bb11786bd456c5cf0a0a4a0
BLAKE2b-256 28e6931ef7242824cce3c4e7b3540d9ebffa853de77aa7b30336266a0b9c9c29

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 eca0a38810c1f36865ba7c923a33b6ee21d8d1b45866a8bbc05e6d3f0cf5a862
MD5 8a26bc1a0931e34085aed2a71ed11225
BLAKE2b-256 144761abeac68981cacf304d6c3cd7a6de00950351e810aa2ad986d430bc8c8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c4690787e326153f0fc6b4d1183a62082bf20c9821d8582df0e6449b5c6ef8f7
MD5 788813cd2c1d0fda65a88355da2c2b6e
BLAKE2b-256 6ad021adfde75ded7410f5b7ba9c03090e8d60375efcbc2c065c8e80cce0429e

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4a26dd1c05039600983388c1f9b854a1dbd6d6ca79ca621dc6dcd4a9e1f0e5a0
MD5 5729f1d38b15c94f6ca8e2bedc1750d0
BLAKE2b-256 24dd6fcbaf6675defd7b98d7fc21d6789b6dd475975771882a8f57bbbec63fb6

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 131ce4baef1ce73549df5796234c2663d1acc6591a600d21a345e846939e8899
MD5 47b73149bb4b61598badfc6e1d1524fc
BLAKE2b-256 bd17226b41ca7b26e6404b591d486775e2206d5853b15325ed7d16028501ed7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 f2ae2a02b2091aab9c0d05f909bd07a61027a73a470b91bee4cabe7c65eb4b3f
MD5 467e5813abc72b2ea374e5f3715ad182
BLAKE2b-256 9408d01141e0a552cefaf9ca36ac8c37967b7755bb3b6c42f1f16852db345f67

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 73f7e4dd38fc7745767879902fbf8850c0988f8331c9c911c564a3ff653370ff
MD5 6188b2878261f64c1c90f0e2bb87896c
BLAKE2b-256 3bdd50a7d02aaececa48fff933a4ef826090a836016b7228311ff147f2bcc3b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7b7bcf54afe4c3e08071cb3e2ec33a9452578cddc010f4f57756dc8a27a29319
MD5 bcc5c13731fcfc709412d9a0d9bde324
BLAKE2b-256 f783d4fc14f644f584e6103aef99f5d58616f6ec4f64c3a3148b6b6ddabcca6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp313-cp313-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp313-cp313-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 0f13da3d13ac55d0528eaf3b25488823564044dd1fd7595ad8f1ccdd7950bd06
MD5 03cce43de68a89de969a7140a6998e0a
BLAKE2b-256 7c9e456007c7d80f7764399a98d14fba0ee51205091a7a09bbef8eb3ce9bcaff

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp313-cp313-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: dicom_echo-0.3.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 684.8 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for dicom_echo-0.3.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6c8cbf9c11046d24bec9dc5c030fd75bbeaf34b68145e562f42e482884bdeedd
MD5 93ab52232b55ef993b040e98e96abe3e
BLAKE2b-256 d2f0e8cc6737e65a2a557cb1c0123e82b28c089c276bac7ce85b8692b4fd7c15

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp312-cp312-win_amd64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: dicom_echo-0.3.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 661.3 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for dicom_echo-0.3.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 8b2218e33867d1ea2437dea88e3235353946d969611a56c19591074c338c3093
MD5 f2fa41102cab61f231a99531d4a54310
BLAKE2b-256 c7b6c1adae7b88ad6253b82b81cf26e5be6bc0e0755757d5742c549d544b4cd3

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp312-cp312-win32.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c5d9719ddaae47b9964fed8050bc0fa3be2d74c9778c7f0b219092f47bc3460b
MD5 fd61b2e919f9e960a3247c81570f3323
BLAKE2b-256 d4e004a5f69d994e6c41f4b8d3fbaaa1357c33278a60e9661fc8bdcc005ba420

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aab1cd1c9790b6284775a59f7834bbe7ca076503c928082ff632dcf971ad2803
MD5 f4638e4020f18674a039e74625230744
BLAKE2b-256 a575c4ff2a1775cba392d9ef80c1b5ba11fdc54ede74b6b72ca17d842f030069

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b2eed703014e325ffa3e3136310cfbbb2484f2d61fafb69299efdf1224d6ddf7
MD5 4167cb3169a75779450c499cec9d622b
BLAKE2b-256 e71b81fefe3cee5d15077e372d194a6fa51223b9bb980fb21ef5db1e67b71894

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp312-cp312-musllinux_1_1_x86_64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp312-cp312-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp312-cp312-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 b07963ab57715896799ee4ad699e9a61ca5c7e0ca76f5bb9b874d1c5858d60ce
MD5 98ba4d7477168203eb16cf4882753a00
BLAKE2b-256 695ae908c3298365b6a359f5eb8c6188b99b2b5fc891462eecb06b55c20c34d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp312-cp312-musllinux_1_1_aarch64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d8326783c526de1354bfb046cc06cd761de6bd7563f11672095b5b6b3c79f1ff
MD5 c30c698c93f80b1bb41f4cc777556703
BLAKE2b-256 b4f45d400cb9302e0048540ac2d37f2688f1b5260dff3f8f2a68cf71248bad9b

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e1e96f4e767e34aca0e9c110a32530b7a9dde0e5c32a70126ca87211b812cc8b
MD5 c52df5b52c84a919f24da397a80eb31b
BLAKE2b-256 498a8eff04ca146cf30f8445738e8079efaddf53d0456ee305d19d183498f8c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 13b27eaaa474603663ab9b0b45e2506cf1c9335044a4849054e7b9edef868d36
MD5 1c9bd50a528cb4134b6da232f2c78c5c
BLAKE2b-256 aa6f4dbb3698d8966849b627f2b27c1abe127447663960df576d8a94ef80d40c

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ce4342ce96a34084c280819248735bd39ce86e9f9e2b40cc04c9810651678474
MD5 6b59ac05ce163829041dd63e3479d668
BLAKE2b-256 de3843e13a25dbab5f149604706c732cb61c93caffb6181107778406945dc541

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aa4a17c2e57715014586017f5a2d51be75e3f3d8ddbfc9e31c3a79d1a3ef1866
MD5 cea38b0b0215977bafa2ecbf4de60911
BLAKE2b-256 162c500a8e04c3dbd397da231f7903b961d62975863706f1f9184e16c8dea6b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 424dd68606c358c9a5040c60598479c73f09a72822d2f8977ecbc8d41be692a5
MD5 5a7424c7f84794307bd2cb8faffc0f8c
BLAKE2b-256 6ee9aeb597184cd6769ec416f0da074cc6fee7999ada1cfa8b98bab3b556fa9a

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 03821638922b914926e98d0231082b3ebd2620c4d03778cea6becd891a81bedf
MD5 0a4859dd0ceb029ac9d975756b1c9236
BLAKE2b-256 fe5ccbd2c7705a612c9596fb710135dfa4914c1aa7d9d0c7f88825e4cefa12b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 864e360e1669b9dc4ff781688a5f71ac7db5b1fd35d8cf0f740e35d7d2a56305
MD5 8caafe8b40a6aa7f43d9d5851243e2f8
BLAKE2b-256 83b775988555518fcba81aa002e9edfef123e8929a1d14fe4a9372a03e26af6a

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 3a744c6d748a26d326a0dcfb55e3947aa9fb66d25133c7d9dd79775422c54086
MD5 93fc8403229f5d23d55e3376cca35b80
BLAKE2b-256 2b75c1951cac4037ae4d710dc010c6a64bbce0e0eafa68f62123dc7a1fd9bc9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp312-cp312-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: dicom_echo-0.3.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 686.8 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for dicom_echo-0.3.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 20eaf6af497f68611ea0365afc120b637caa2d0ae77534a081107ccc8224553b
MD5 bd47bc25c9ca65ea2ef650d7fac2559a
BLAKE2b-256 2011def7013b6e8dcb7356b6159b5f0d7911e6d41a2f5020efbe8e43ceda436d

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp311-cp311-win_amd64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: dicom_echo-0.3.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 662.6 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for dicom_echo-0.3.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 36ad197282c0afdbb0b8ab3b4efcd063bae961f39efdc394b9e2ebda5d1cfe7f
MD5 82093d02ece4a8d1fb9d901a39cc0c4d
BLAKE2b-256 471a34e36d430697add00b5479d430b34e3c7870c08a51ac5bac9b518cb6534c

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp311-cp311-win32.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8c735d344b8a69c4fd9e78191c1cf10e0250bf4b0478d6a43e8ce97b27c73b06
MD5 63e8785b6a12208a3df3e36814bed8c2
BLAKE2b-256 a3b97ddde1fcc6aaf3e90a0915966aa42e499fb34bc00295eb3c5347f69c2285

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 66e7714ef06e48678852ae12517936e318be8ca68628140abd4bcf6575068c90
MD5 e038e8bfbcbfb24ae0be96ac9fdb9261
BLAKE2b-256 a043f1512ab49b32e5d360d9f287eb09f3d2f6d85ebbb837004d7cb6672d7a33

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 921f928e776bc819ee44d8de7390055fc95d472259f2c64039968781ce1ff3e1
MD5 7b1d63dbed625511b7d279f3259691cb
BLAKE2b-256 86564355d89a65670dbbdcb19104b6bdf310f8073414a52d9400f57e7dc8bc10

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp311-cp311-musllinux_1_1_x86_64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp311-cp311-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp311-cp311-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 4a21f9058802542a373bfa384b327285cc063875f554348395eb35c589d2e17a
MD5 adfb1680021b6d12ad472494d29fdfaa
BLAKE2b-256 23816840cb4bb0b1bb883592ce3d26dda48728a2e43af5929f938036d4b33cb8

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp311-cp311-musllinux_1_1_aarch64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bdade849af605324eee5f94d335e305e1aa95a556fced327b6a68ddf7ae129e7
MD5 da84f35faac489c8a56ce618ee19adbf
BLAKE2b-256 84c03ca9d08f33af5ec92a7144c37b2d7ef4cf8c41857b69d64ba536d300efee

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b5dc71d2cb9ab2275803e12e025e9cd673a797c95d711bfebdb4724f4138c3d8
MD5 b28d63e3536d2175d265f36df55c8345
BLAKE2b-256 efa23db482e6a1ce88de5da6edf288751aa500a3948c1dd3ac029f3a876457e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0872afb3d7999994e5e3d4eaa2d3f813991171a09cfc7bd4251ee3a20d05f335
MD5 c8eec410a814dd6543bbfa99bbf37055
BLAKE2b-256 b4863e64dd959066af678754b55c1c6e28adfd8c3961e021afe846495c0fc796

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 888d24d06e06ba7a57065a1beb2c6b7b155088d9e16ac9c668591407bfad4c44
MD5 c22a41f4d077cc52c3b4b6dc60a77a94
BLAKE2b-256 6ed4ab829c46ad6183c6f25a909a490b4d5e76f113914e9691f56311e727ee2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a2e4598551321c19c5d06dbaa88d43b10d4a16faf5021ec2a6a035ce491189e9
MD5 58a0e478f080b0f78d9252a59bde79f2
BLAKE2b-256 95a938b15cf4c7b2d053ba8d273e2569c90c15093a3dc37117e68d53751f7f96

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 46fadc1e864580404ab0623bdf0a15a252035bdc6afd56f3b1db36f9624d8543
MD5 1bebb702f40271f9904b3f6d6f94e9f3
BLAKE2b-256 fa47e361f856741b7c500796e1a99f0ed7e3633b4f514b2cde4a6943b541dda4

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 83eecd7ffa6b337e75fcba14e812a44ddb5236e3076d5d6cd25531071fbaedfa
MD5 69b70bfc7ba1685289c4da98a641218e
BLAKE2b-256 60c6a4758e4f65f045d6f9c8716a5af07b25e22532090807cca7aeca610bd987

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 319f3bfb8c5130c247fcb0d9f49539ccc0f50e169988fe39dc021b860e422fa2
MD5 431220e3a898e4522d2fb0b7ad8762e3
BLAKE2b-256 00672ed3dbd226d0f55d04fac575e48a461d1e888555c9544a348f41eb999a19

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 088c3c4829ba62ea5f54fd2dfbd63d38d1805a82fd86c4b9c0aa7222aa7aa447
MD5 250b8bbd065346182601ad2ff24bb7ee
BLAKE2b-256 60d3439701c494cd0bf0e2fa57f60ea3b962652df47b8e5c6d0934436b871400

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp311-cp311-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: dicom_echo-0.3.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 686.7 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for dicom_echo-0.3.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 81c83f6bcb18abc3aca978aa4a94ba06b2d6f943346a33118380ca5552e7dee9
MD5 3bbd4026e2754c7fbeda895ea6d60f50
BLAKE2b-256 2bd96808a93f13333522247a43e2b5ba87db187872a14e691b4b7a675f7b7225

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp310-cp310-win_amd64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: dicom_echo-0.3.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 662.6 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for dicom_echo-0.3.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 0d6983aa12eb2f5f30b875c212423f577d8abc589ff2e5f91c4f3656ab60b562
MD5 d4eb70a10113ef8c6b5be3a593796c9b
BLAKE2b-256 8a035b0ba1ec00ef72b3c5a67b0020ebe1bfc5f1a056beb52400b67b1f3da687

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp310-cp310-win32.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 55211345f87843f34af34fe4a55c544068e149b7894d4800146aa78b1b9fb108
MD5 6cb9fca2728cc838cb9c35aac03f136f
BLAKE2b-256 bbe7145b282351178f96a5a42750fe41b97db96ef7b5cab9a711ce8fe4fb43b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 65c98920557d4c9101762d7ffba50e5f64981b0dc705440884271cd7bd7c083f
MD5 a1147e76e50bf23bea8a113f5f7b962e
BLAKE2b-256 434ac4379d1c13347537bf478212bc841b77a061280f57fb395ea563d347c098

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d5c71f52bdba60eb49548481f803b6ab03b44678808cfd5ccbd9769112734507
MD5 25e72f65818f86fe3bfd620aa4fc7b50
BLAKE2b-256 dd8fadc8e7d8420eaf6d288c39d8086a8386eba823f19265586f95f60e699de3

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp310-cp310-musllinux_1_1_x86_64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp310-cp310-musllinux_1_1_aarch64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp310-cp310-musllinux_1_1_aarch64.whl
Algorithm Hash digest
SHA256 f78c2f6a94b9e2e8bdc450cf1ce5c3784dd7a620de23bd2b68ddaa3311a53ffa
MD5 a6f181615a167f0dab73835368a2026e
BLAKE2b-256 0c5a1da32aab915d27356cbc03e95ce8486aae80ac20c2f1748fba0707de48c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp310-cp310-musllinux_1_1_aarch64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ffd831335559dee4a29397523a6a5d141f8f452ba69892689c9d7b00aab5be13
MD5 cd8e0332a1c46b54b9d7243a25211e82
BLAKE2b-256 06342287fdf894b83227263f876f627b32b6a116da93622845a9916845499c64

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 cc0972de20cf2bb268934118c66f79080c738b882b261170ddca1c90ba4083de
MD5 252e6087f0a2ab58cb43e726b29954c9
BLAKE2b-256 5504a830ff3ffef56246fe7e0c17334a25e69634b3b7df47d72aff70684f7e99

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1025751e6b35fa73f008ba1b211a82926ec092406c6e5f859750197cf9b799f5
MD5 706865287ddf257348e9e436491534c8
BLAKE2b-256 299203ed3b36f67a2ca6a7106dbfeb8875938eb86e6e8014f243aaa4c2faca00

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7ea6809388f614fff1faf1a8681e807cc9ae7f2c9b9718f7f0a39012002dff69
MD5 384c9c7665614d90081438710550006f
BLAKE2b-256 c69836f1bbb154f30f57b20337b574c8b23af9180eb7a6b08dd7961c721210e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2c1ceb7d0da3a66b4d2ebab262b169134656e42d1b47a6a4906445f810141894
MD5 7933bba689a84bf17213f44f3ffb274d
BLAKE2b-256 2bce222a8e4da63d950cae2a4cefd9010a1b453b439e83b92816e50d41401d85

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7b3a0bb23f11b2ac83eedcadad0749a7016601e2e1033288fc2339150c463a9a
MD5 8e5f500895a8671093d8888b67d6c338
BLAKE2b-256 9d8e5c1aaaea3b1a6c3bfc602a3721bf9c48d4a9c902092782d0a33617554421

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2e394e6d5999b712d4ef8f11d167da34106ce33d0903f04913ae2aac94813e6e
MD5 71dfbb41f5b93a3e84660e717e5c1461
BLAKE2b-256 c49bab61323189ebc1dc436d6d2c37d0583e891728022ef00042d8ab8c26a5e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 687ade4d7f02bc95b0fdb410bce01f0a7570db918f5284c515c75390cc42ae9f
MD5 35735c4a9ec580942b493a6240cc28ad
BLAKE2b-256 13072e0017e099ee45beedcb808ef826675a562a753b3893be0b79dce94f598c

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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

File details

Details for the file dicom_echo-0.3.0-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl.

File metadata

File hashes

Hashes for dicom_echo-0.3.0-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl
Algorithm Hash digest
SHA256 618b47e0f122da377c678b8ce379b314613920cfbb8e899992b1ea9a6565c560
MD5 b436ec98d819cdaef6a3baaec124e83c
BLAKE2b-256 812855bdbbc20a3d2ac5e51ccf4fa46cdf6e53ba2748745e35c84eff526df5ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for dicom_echo-0.3.0-cp310-cp310-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl:

Publisher: push-poetry.yaml on rusty-dicom/dicom-echo

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