Skip to main content

methods for reading and writing GlueX reconstructed event data

Project description

gluex.hddm_r - i/o library for reading and writing reconstructed events from the GlueX detector

The gluex.hddm_r module is a python wrapper around the c++ library that implements reading and writing of reconstructed events from the GlueX detector, based on the HDDM event i/o framework. Every hddm_r file consists of a plain-text header describing the structure of the event data contained in the file in xml format known as a hddm template. After the header follows compressed binary data describing the sequence of reconstructed events contained in the file. All files with valid hddm_r events share a compatible template indicated by the class="s" attribute in the first line of the file header. All such files should be readable by this module if they are compliant with the HDDM standard. For more details on the standard, see https://github.com/rjones30/HDDM.

For details on the hddm_r API, install gluex.hddm_r and type "pydoc gluex.hddm_r". Here is a quickstart example of an analysis tool that reads from hddm_r input files.

from gluex import hddm_r
for rec in hddm_r.istream("http://nod25.phys.uconn.edu:2880/Gluex/simulation" +
                          "/simsamples/particle_gun-v5.2.0/particle_gun001_019_rest.hddm"):
   for pe in rec.getPhysicsEvents():
      print(f"http streaming reader found run {pe.runNo}, event {pe.eventNo}")

for rec in hddm_r.istream("https://nod25.phys.uconn.edu:2843/Gluex/simulation" +
                          "/simsamples/particle_gun-v5.2.0/particle_gun001_019_rest.hddm"):
   for pe in rec.getPhysicsEvents():
      print(f"https streaming reader found run {pe.runNo}, event {pe.eventNo}")

for rec in hddm_r.istream("root://nod25.phys.uconn.edu/Gluex/simulation" +
                          "/simsamples/particle_gun-v5.2.0/particle_gun001_019_rest.hddm"):
   for pe in rec.getPhysicsEvents():
      print(f"xrootd streaming reader run {pe.runNo}, event {pe.eventNo}")

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

gluex_hddm_r-2.5.17-pp310-pypy310_pp73-win_amd64.whl (1.6 MB view details)

Uploaded PyPyWindows x86-64

gluex_hddm_r-2.5.17-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (10.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

gluex_hddm_r-2.5.17-pp310-pypy310_pp73-macosx_15_0_x86_64.whl (6.4 MB view details)

Uploaded PyPymacOS 15.0+ x86-64

gluex_hddm_r-2.5.17-pp310-pypy310_pp73-macosx_15_0_arm64.whl (6.1 MB view details)

Uploaded PyPymacOS 15.0+ ARM64

gluex_hddm_r-2.5.17-pp39-pypy39_pp73-win_amd64.whl (1.6 MB view details)

Uploaded PyPyWindows x86-64

gluex_hddm_r-2.5.17-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (10.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

gluex_hddm_r-2.5.17-pp39-pypy39_pp73-macosx_15_0_x86_64.whl (6.4 MB view details)

Uploaded PyPymacOS 15.0+ x86-64

gluex_hddm_r-2.5.17-pp39-pypy39_pp73-macosx_15_0_arm64.whl (6.1 MB view details)

Uploaded PyPymacOS 15.0+ ARM64

gluex_hddm_r-2.5.17-cp313-cp313t-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.13tWindows x86-64

gluex_hddm_r-2.5.17-cp313-cp313t-win32.whl (1.4 MB view details)

Uploaded CPython 3.13tWindows x86

gluex_hddm_r-2.5.17-cp313-cp313t-musllinux_1_2_x86_64.whl (18.7 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

gluex_hddm_r-2.5.17-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.7 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

gluex_hddm_r-2.5.17-cp313-cp313t-macosx_15_0_x86_64.whl (6.5 MB view details)

Uploaded CPython 3.13tmacOS 15.0+ x86-64

gluex_hddm_r-2.5.17-cp313-cp313t-macosx_15_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.13tmacOS 15.0+ ARM64

gluex_hddm_r-2.5.17-cp313-cp313-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.13Windows x86-64

gluex_hddm_r-2.5.17-cp313-cp313-win32.whl (1.4 MB view details)

Uploaded CPython 3.13Windows x86

gluex_hddm_r-2.5.17-cp313-cp313-musllinux_1_2_x86_64.whl (18.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

gluex_hddm_r-2.5.17-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

gluex_hddm_r-2.5.17-cp313-cp313-macosx_15_0_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

gluex_hddm_r-2.5.17-cp313-cp313-macosx_15_0_arm64.whl (6.1 MB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

gluex_hddm_r-2.5.17-cp312-cp312-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.12Windows x86-64

gluex_hddm_r-2.5.17-cp312-cp312-win32.whl (1.4 MB view details)

Uploaded CPython 3.12Windows x86

gluex_hddm_r-2.5.17-cp312-cp312-musllinux_1_2_x86_64.whl (18.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

gluex_hddm_r-2.5.17-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

gluex_hddm_r-2.5.17-cp312-cp312-macosx_15_0_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

gluex_hddm_r-2.5.17-cp312-cp312-macosx_15_0_arm64.whl (6.1 MB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

gluex_hddm_r-2.5.17-cp311-cp311-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.11Windows x86-64

gluex_hddm_r-2.5.17-cp311-cp311-win32.whl (1.4 MB view details)

Uploaded CPython 3.11Windows x86

gluex_hddm_r-2.5.17-cp311-cp311-musllinux_1_2_x86_64.whl (18.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

gluex_hddm_r-2.5.17-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

gluex_hddm_r-2.5.17-cp311-cp311-macosx_15_0_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

gluex_hddm_r-2.5.17-cp311-cp311-macosx_15_0_arm64.whl (6.1 MB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

gluex_hddm_r-2.5.17-cp310-cp310-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.10Windows x86-64

gluex_hddm_r-2.5.17-cp310-cp310-win32.whl (1.4 MB view details)

Uploaded CPython 3.10Windows x86

gluex_hddm_r-2.5.17-cp310-cp310-musllinux_1_2_x86_64.whl (18.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

gluex_hddm_r-2.5.17-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

gluex_hddm_r-2.5.17-cp310-cp310-macosx_15_0_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

gluex_hddm_r-2.5.17-cp310-cp310-macosx_15_0_arm64.whl (6.1 MB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

gluex_hddm_r-2.5.17-cp39-cp39-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.9Windows x86-64

gluex_hddm_r-2.5.17-cp39-cp39-win32.whl (1.4 MB view details)

Uploaded CPython 3.9Windows x86

gluex_hddm_r-2.5.17-cp39-cp39-musllinux_1_2_x86_64.whl (18.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

gluex_hddm_r-2.5.17-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

gluex_hddm_r-2.5.17-cp39-cp39-macosx_15_0_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.9macOS 15.0+ x86-64

gluex_hddm_r-2.5.17-cp39-cp39-macosx_15_0_arm64.whl (6.1 MB view details)

Uploaded CPython 3.9macOS 15.0+ ARM64

gluex_hddm_r-2.5.17-cp38-cp38-win_amd64.whl (1.6 MB view details)

Uploaded CPython 3.8Windows x86-64

gluex_hddm_r-2.5.17-cp38-cp38-win32.whl (1.4 MB view details)

Uploaded CPython 3.8Windows x86

gluex_hddm_r-2.5.17-cp38-cp38-musllinux_1_2_x86_64.whl (18.6 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

gluex_hddm_r-2.5.17-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

gluex_hddm_r-2.5.17-cp38-cp38-macosx_15_0_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.8macOS 15.0+ x86-64

gluex_hddm_r-2.5.17-cp38-cp38-macosx_15_0_arm64.whl (6.1 MB view details)

Uploaded CPython 3.8macOS 15.0+ ARM64

File details

Details for the file gluex_hddm_r-2.5.17-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 7cd41c47f07f10bf9b4dec5f7be075181550711f2e7b6734998fa5401a8706dc
MD5 bdb92c5b50b30c083c6d67e081de1964
BLAKE2b-256 110175653e858169b9586c980bd868f47f35704081f5b4019cee3e2141f3ad65

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-pp310-pypy310_pp73-win_amd64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e4f8c9b20b758b4800b006499dbd14acc4db1600f9ea8b6a8011f9b697935cd6
MD5 ae74c8b77599858f8fc8d775d7c84e93
BLAKE2b-256 26729200c124202bf8c89732528774f9ebe7b5448a7cfc6cc765e4fc4b2b736d

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-pp310-pypy310_pp73-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-pp310-pypy310_pp73-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 90e0192fbd50d0a9839f67ff73356a0fb1dadb8e48c5569716848066e0aacb5f
MD5 bf32cf94729babf7d79af1aacf7abef3
BLAKE2b-256 e87510d8271b62b7fb8c325a910cdd5a7a75067f824f2d6105d9c6646e813740

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-pp310-pypy310_pp73-macosx_15_0_x86_64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-pp310-pypy310_pp73-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-pp310-pypy310_pp73-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 0c6677f9e3606cc8f4144d566b78d9a23d5d6a2eda1026fae2ea24cf0e828a00
MD5 d3684be05b232350bf0cd331f890b3e6
BLAKE2b-256 db269017b3ab6abe9f63193fcad93ec49bfff0630eef36c27333f83dc9d2917e

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-pp310-pypy310_pp73-macosx_15_0_arm64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 b5646adc04d1927b64aa98598324e309eaccfcae83778ca53136c1e53667f3f3
MD5 a4434bbfb71fcb726f095b8cf025e5b0
BLAKE2b-256 437d682aff083ab29cacce1879fcfb9a06e226a874af09add68dce16a014e69f

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-pp39-pypy39_pp73-win_amd64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 480426426734c62320a19071ffb7ec0e98cf0e5d524af214a0ef99cc18ab4367
MD5 5d3241a4b8ea959ce769f6284e1c3b73
BLAKE2b-256 1e1deb23ce80af938ab78f937c899daa7e9e96c54f86f887801fa5702e992e2b

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-pp39-pypy39_pp73-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-pp39-pypy39_pp73-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 408480272b9125fc1c75e5dc481fa94e89f59aca7ad2ddd94c2cf4ffa5cd8710
MD5 27d6078387f7a93d7fc947706a25a074
BLAKE2b-256 86bdf426bbe156d4e14f0554bd6eb28ff0ad9a1c0baf86d6dd2cb259af07cee6

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-pp39-pypy39_pp73-macosx_15_0_x86_64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-pp39-pypy39_pp73-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-pp39-pypy39_pp73-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 161cc1ce4f981dec99cfdd2d1a4b92b13920c521449ff854209392f2ad01c8ba
MD5 4494b329185aef723e80119785e82f20
BLAKE2b-256 cc431d17342ce7fac88b6d0e4bd592891276d1c6102db6fb34abfd628bc011dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-pp39-pypy39_pp73-macosx_15_0_arm64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp313-cp313t-win_amd64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 20d756962bdfb7a12e236bd6c6cfdfea888ecf1e0e2d1cb2a7a579a9feeeb80a
MD5 1193247d9b8c39b6b56e33cd0cbfad2f
BLAKE2b-256 5ba59a53a9dcbcc3239bc38ffb84492e5a761d003a17a0a9f8c3d6af340473b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp313-cp313t-win_amd64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp313-cp313t-win32.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 05215d9834fec2fd48c964db26fedc65bb2734172314734bddd5b9a38aabdb06
MD5 060bf392285a49a2010d9ad4aa5b7256
BLAKE2b-256 4f640132d4c68b6e0109e88f30544bf593d99c6da07cb1c3ef892f8b3a3e296d

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp313-cp313t-win32.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1aef6e72e9fd7be14822027b16a016a8db1915be294ef554428981b5d8c881ff
MD5 1d960b264ca63091de15dc34cc7030b1
BLAKE2b-256 c6f692af7769b8f9654a98719c397b4da8a7d9ea5656771d4ab022c8cc5ea651

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp313-cp313t-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0c3e859c0109a47135de003c3a0e17e6f509b2664e988b38f413daa93e93a6d4
MD5 2c300edb4804b25006c2fb255521e87d
BLAKE2b-256 14da2066c5ac8b59fc64199142bb558a7a96939d239dcc181fb6ca17dbcbb026

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp313-cp313t-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-cp313-cp313t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 88017046c5f81930c1755b0050a22a2427299be4daaa1c6f1a714166d822bcea
MD5 27b32d78def7d2e810dcace6c9b3f774
BLAKE2b-256 2291bb1825d162fa930086f55995e0857f7a93a4fc3bbeab7c125ba437f537dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp313-cp313t-macosx_15_0_x86_64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp313-cp313t-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-cp313-cp313t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 58db1d06ca3f0998428925aff21df1aa5e55fadebce6569071f43efd70c566e5
MD5 c263e6d981e462d43b831f46d9832d49
BLAKE2b-256 7831c4bb3d9abc3241c84c0a488974e2775f3a1cf95539b185a739f9b3a48792

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp313-cp313t-macosx_15_0_arm64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ba74eaf0e579b4947ae17ed4c3d00c1582ad015e20f959dd7f7f9ad59df519a4
MD5 46b51bbad17113478a347da0885e5be5
BLAKE2b-256 32955d658a07e3df53dff102b3f12695f5b3c502504df4fe29b366e4fe9e0656

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp313-cp313-win_amd64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp313-cp313-win32.whl.

File metadata

  • Download URL: gluex_hddm_r-2.5.17-cp313-cp313-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gluex_hddm_r-2.5.17-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 ed2548bd4a508e7f85d69dbabf248ce891b20daf6258cb117735fe3587ca5117
MD5 71c8f92dbb5a59f630e009f0d9b81ba2
BLAKE2b-256 914c4cd5a7171b22cf83346262e7e134ecf348acfcd607f5e40d4cedd355ac21

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp313-cp313-win32.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6546c69fa4ff848b2c6c93a5f562e721d6e2d79ffe6f88fdfdbfcc21d809d584
MD5 8011b1170032b0eae12df1a1921718cb
BLAKE2b-256 e545e03803ac476b4c2e10fe3b355ca5da202ab9ad71425cbe0c80461c42a68f

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b5950f8612ef40eaa84106728dd2bcde67c92068b44abfb02292d02065ea83c5
MD5 0c3929ca404324bd0bfbc8b3955d8e49
BLAKE2b-256 e5f66d2ea48b66e0d4ee97819f6baf0a1539f186c0dfd2af2c20e5d097bb4d4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp313-cp313-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 29b75c32b40248d2511360910087dbcfb814cd0be0ffc4c5ab44de588b591919
MD5 d7dc979ede856276827a27178bd1cb01
BLAKE2b-256 3f515be0a084ab469ddea54b2f3ecc4c0893da432b9fb9cb49611ac552025c30

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp313-cp313-macosx_15_0_x86_64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 3b2358d40e74e65be94f90ca60a9186c2fea2a6a302ed4ce7ba4064853a35641
MD5 a34c413fea43beff7bf30230bc6aae74
BLAKE2b-256 7b742b7be2e60bd57f9c9bf775e96fb78065e98178590c8e3bf19eda72fd1c85

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp313-cp313-macosx_15_0_arm64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4c2791567d3621ce1fa04662ae33d8d2f1cedc8846f680618f06a2aeef36ad34
MD5 07e6967a49c7e3bd7506f97f396c3e47
BLAKE2b-256 570d02baca19d24f249f63fcb5012a74eff3506ba5acb52938b831fec6b0bb09

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp312-cp312-win_amd64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp312-cp312-win32.whl.

File metadata

  • Download URL: gluex_hddm_r-2.5.17-cp312-cp312-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gluex_hddm_r-2.5.17-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 03d663b3deaded714648510f0353dacd1088cd8c4bbc039c13f1889ffc20788b
MD5 df9f0160dacd55c017c5e4c2fbb271a7
BLAKE2b-256 509fed91e3841efb5179145b4720a60f77f48111a79a6d5cb0ee87e6146d2587

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp312-cp312-win32.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4ef9ab8a57b0963545fe11aa27ce48141ba102662adb6cab095bd6a41a15f4f0
MD5 4704057d3f6ae1292083ad419e7f5d78
BLAKE2b-256 663945817e0bf7c9c800025179eed4a6bef1c4cc9f10c9cf94bc77532af9a71b

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e38329dfd2ecf80986e00e1c2e8239e5ab4b82c702253c6aec7d6cd7cb5ef645
MD5 26a645da23587a6ab0328b7d9daadb3f
BLAKE2b-256 3f4cd73507e486def5475aed8477c6db42ddedf9d42367874e397fef2e1162ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp312-cp312-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 053c95aacdf31be28ab54840fe6fac9d456a65eff05153ca103e15b220c282cf
MD5 aab5298b23357b7bc1c45c7ac92c8208
BLAKE2b-256 1f30877ca72e390e5610036d5567764d1223821b877ffe940ae97f4bf873c309

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp312-cp312-macosx_15_0_x86_64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 e739a9d8fa37d278fee51fab7f1fabc4ce148a798967c80cb1ef3e2e0cc4de2f
MD5 7f67186c7487bd183c530814daf9cd38
BLAKE2b-256 ba73afff9fb64e5bedeabe1030719c6e61c30bdbc98cf79930c300451369c62d

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp312-cp312-macosx_15_0_arm64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4bc30dfcc78d49117f9c8482a2e721516d3828f58cf6e8437484f4a615509943
MD5 1680f86cb641bca9e1856cc1da7fe1f8
BLAKE2b-256 f1343f219becd0d4acbb350b2e0d1c4d3411b2683da6fca197fffab044b19ef9

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp311-cp311-win_amd64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp311-cp311-win32.whl.

File metadata

  • Download URL: gluex_hddm_r-2.5.17-cp311-cp311-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gluex_hddm_r-2.5.17-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 cfd0ba82274b54cb631f6b33cf406151421ddde2956eff1d1d4562ac79fc209e
MD5 78a42deab38fc6b88199caaf6644b6fc
BLAKE2b-256 f096610cf35de4433f74cc89540a6dd9ec6e62703e4b7990cbcff89705714bb0

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp311-cp311-win32.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7dc0415f068dfd819bbe33b9970d4d0369a78cee3b359ef100434147a20c9dc7
MD5 7db72108c14d36a6c2d8402b690c224a
BLAKE2b-256 74b2e4414097575056eb9ffbc037a58a0f75dbd66bdf46917dd3d3f01fa139e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d77b5bb54b509a4af849ab0b6deb416f69181fa6ab6a709e0ed6d34e066da05d
MD5 9938eb6cf72f2399f5f0ba386f991fa9
BLAKE2b-256 e94f54c71e19dde40a088b12d6c2845647bdbb0a9335b604b5061b078676a242

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp311-cp311-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 2c6b3f60f3f0be74faa4fa31265daac562932715f2a8495ba2c6289261c1c774
MD5 d96c05bfe0a989b12ed9adb23c67c33d
BLAKE2b-256 99fd56c45fe581c1692808262dd666534a4c69fadd676e7e31403f806680a4ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp311-cp311-macosx_15_0_x86_64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 638499d95f074dc654477912a146ce97aa6adb2f1fe7e05a7c57173c30f71992
MD5 182e9d606c70ff46dc2b78cd0b6f8d20
BLAKE2b-256 a409101b400b05b8a5aafff8af8bff95c87ef4a7205906b77ef7d99a2f6d61ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp311-cp311-macosx_15_0_arm64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c7ad676603e29f9868656bc129e3fc05dce174d0cbbbd0c2e896a38b6d6745ef
MD5 aa6532cba0f424b66dbea681c4876857
BLAKE2b-256 dbbd50eb7a4d6acf78371d5767346bba590052bb75522d156d279b3d180ab62a

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp310-cp310-win_amd64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp310-cp310-win32.whl.

File metadata

  • Download URL: gluex_hddm_r-2.5.17-cp310-cp310-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gluex_hddm_r-2.5.17-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 df10241a82817ca07d77cad1eaa3625935be03f8b8ee94712841c07159a1d30e
MD5 f2eded2a44af4cabad354a86af9743ad
BLAKE2b-256 11d98e94c633cac584a1a5e85f72a1597f0f72e05b8ac82b9823bf9a75f5e2d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp310-cp310-win32.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8812c0b86cc74003fcd41e10d5348097c2923661b26af0d7570f0eb5f1eda679
MD5 650e0c534d1028068d5d546e55f6369d
BLAKE2b-256 1c6373859b0de9a082e5607ef3a6b20ddc1a304df6181d0ac4bb8fe78f0fbc05

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b4dd206bf7002b9155202a07b0efc9811ba4806f1e0910422d61c594033aef6e
MD5 c427229041ffc9573ba580dfca0bf7a2
BLAKE2b-256 d7318b6d8035402c78b94a4cd91dbae47af2591047f07b4554af758c7f50bac7

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp310-cp310-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 19ccf04258eceb860a3be9cd01e10a8a2f677b4c38da0999c50fbb5129c18b2f
MD5 72904d733a48a7f8cc5256eb6b68d789
BLAKE2b-256 0e36f23f491e2803f4805c054e79cb2cff22d62abfcc38998c7603a57b5b5fa8

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp310-cp310-macosx_15_0_x86_64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp310-cp310-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 4f1da9289909f96f6056c517c2be0a326f0427555be506b5c8ae291d3ba34d48
MD5 7ee0530739bc343f998eecde12142c0c
BLAKE2b-256 57bffbbff3bb2a4188674c5e653506aaf7915161c96a9a9e2b8116f142dc5f71

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp310-cp310-macosx_15_0_arm64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4b2f9fe12fb6954c1d66239f6ca742f374935d3e8baaf8c98a4275605a705c78
MD5 bd0ae3c2286d2f8673ca260bf77eb86b
BLAKE2b-256 2bd8380f207750c7357496751f897929bb529c95e93fad653e287484929a2512

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp39-cp39-win_amd64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp39-cp39-win32.whl.

File metadata

  • Download URL: gluex_hddm_r-2.5.17-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gluex_hddm_r-2.5.17-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 e8baaea4c3d6a0a90a76ac686d619b64163004df8fc3c9e1fdfb563529ab38e8
MD5 9e9855aa75ea3c1e9eea437752de8aa1
BLAKE2b-256 5c1d2435a4956d456ecf0cc8b2f85b39eb0a70842c7084d88eb23ef8c656452a

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp39-cp39-win32.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 24e5b3b01759f6c6289a649ace383bdf34f4231dcdbdea189441784a997edf0f
MD5 a623855813760aad3f84e3fd088fefea
BLAKE2b-256 ce11553011867f20a88d7572688af5bab99c7b529c1abd33e5cb912aeabb61d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 48200c53d1a9ec514d12ce63fdc2d0d4464abc90ad0cdc0d4ddf1de6888369ca
MD5 e6688ee4db08f3c0a67d4e052ae1c2c7
BLAKE2b-256 e6298fcb8003a9e5b7fec915dbb1b5c13308c16764f1df26174a2a71c0fe68b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp39-cp39-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-cp39-cp39-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 ad84730574f97682f1763716c278193d9d23cff6e989e7418659f5e148f757d6
MD5 f04cd2ffe8f543d25a28c85e24a4c4c3
BLAKE2b-256 01eafb795eeab1172ce3d5ff3b96dfb2cb432f00eb3afedccaaa7409c689b97b

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp39-cp39-macosx_15_0_x86_64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp39-cp39-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-cp39-cp39-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 29036b7bb1a142c4b815b3beadc4f24367a06decc65242c85f0abd4e63115221
MD5 fce50192304a23aa03d8bb650570ea9d
BLAKE2b-256 a9734697d5a7e3db0a275e5c8826d60ab1ecf1172d7e9d64ca51ec804a6d7e3d

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp39-cp39-macosx_15_0_arm64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 92836f9b17f8d22a656f30cef04542974d96ea5f310ce55bcd2edc2bd55a8203
MD5 a4fb37b1bb7fda7ea79137408d859bb9
BLAKE2b-256 600cf95de63bd94e5dfefbad2d39be44daabbf939f789dcee66ce35d61e5794c

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp38-cp38-win_amd64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp38-cp38-win32.whl.

File metadata

  • Download URL: gluex_hddm_r-2.5.17-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for gluex_hddm_r-2.5.17-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 08a75d231b41d65bb2c97eaacd39c9016dff486c09341599da132b8387ca2093
MD5 61a447d2e731d29b2240eb9c9ecff75c
BLAKE2b-256 f8a9a5dbc436b227670fb8d635d27782de6196cf8b2bf878dfbb346e76a88b89

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp38-cp38-win32.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5d15619728c56d4efeffa0eed60949870fff01580acd24f2e386378ff954377a
MD5 c58d6c1a48f841bf0e60354f7ae41753
BLAKE2b-256 8c0dd0bb78980d3f07ea9d2922995acb998921f20d2e644fa10e2e7895ba6b4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp38-cp38-musllinux_1_2_x86_64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 380328f917e3c7145f2fb8c881712f36ff1758bdea4c58c2205a7e65a30d2079
MD5 3b0d9cb3aba8a9a1222b54c5b405073a
BLAKE2b-256 f61ee82dd4dac26e1aef40ce74cdaf830cd0043255f19c74b81693f2a2a1bbe9

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp38-cp38-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-cp38-cp38-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 db53815380b8406b0083b0a0b777f1ca05030a80247fad73b5ab44fe5ad67d6f
MD5 c9d0230462220fb4adc2f175e9f8d2a6
BLAKE2b-256 333107d736325153f4a12ae375475de9edfdbbeed83465730194a126537173e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp38-cp38-macosx_15_0_x86_64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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

File details

Details for the file gluex_hddm_r-2.5.17-cp38-cp38-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for gluex_hddm_r-2.5.17-cp38-cp38-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 30bc1102778afdf8c49716d9084a4a5138cd38a8c4f16c177db0e5c18e9ab11f
MD5 e84909cad0d7a2310473d93b4cbcc008
BLAKE2b-256 2665fa31f9790ad0dbf97a05b0b1dbfeba604c311199e643c8a5acd2e340b6d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for gluex_hddm_r-2.5.17-cp38-cp38-macosx_15_0_arm64.whl:

Publisher: build_wheels.yml on rjones30/hddm_r

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