Skip to main content

methods for reading and writing GlueX simulated event data

Project description

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

The gluex.hddm_s module is a python wrapper around the c++ library that implements reading and writing of simulated events from the GlueX detector, based on the HDDM event i/o framework. Every hddm_s 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 simulated events contained in the file. All files with valid hddm_s 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_s API, install gluex.hddm_s and type "pydoc gluex.hddm_s". Here is a quickstart example of an analysis tool that reads from hddm_s input files.

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

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

for rec in hddm_s.istream("root://nod25.phys.uconn.edu/Gluex/simulation" +
                          "/simsamples/particle_gun-v5.2.0/particle_gun001_019.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_s-2.5.17-pp310-pypy310_pp73-win_amd64.whl (1.8 MB view details)

Uploaded PyPyWindows x86-64

gluex_hddm_s-2.5.17-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (10.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

gluex_hddm_s-2.5.17-pp310-pypy310_pp73-macosx_15_0_x86_64.whl (6.6 MB view details)

Uploaded PyPymacOS 15.0+ x86-64

gluex_hddm_s-2.5.17-pp310-pypy310_pp73-macosx_15_0_arm64.whl (6.3 MB view details)

Uploaded PyPymacOS 15.0+ ARM64

gluex_hddm_s-2.5.17-pp39-pypy39_pp73-win_amd64.whl (1.8 MB view details)

Uploaded PyPyWindows x86-64

gluex_hddm_s-2.5.17-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (10.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

gluex_hddm_s-2.5.17-pp39-pypy39_pp73-macosx_15_0_x86_64.whl (6.6 MB view details)

Uploaded PyPymacOS 15.0+ x86-64

gluex_hddm_s-2.5.17-pp39-pypy39_pp73-macosx_15_0_arm64.whl (6.3 MB view details)

Uploaded PyPymacOS 15.0+ ARM64

gluex_hddm_s-2.5.17-cp313-cp313t-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.13tWindows x86-64

gluex_hddm_s-2.5.17-cp313-cp313t-win32.whl (1.5 MB view details)

Uploaded CPython 3.13tWindows x86

gluex_hddm_s-2.5.17-cp313-cp313t-musllinux_1_2_x86_64.whl (24.0 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

gluex_hddm_s-2.5.17-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (24.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ x86-64

gluex_hddm_s-2.5.17-cp313-cp313t-macosx_15_0_x86_64.whl (6.8 MB view details)

Uploaded CPython 3.13tmacOS 15.0+ x86-64

gluex_hddm_s-2.5.17-cp313-cp313t-macosx_15_0_arm64.whl (6.5 MB view details)

Uploaded CPython 3.13tmacOS 15.0+ ARM64

gluex_hddm_s-2.5.17-cp313-cp313-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.13Windows x86-64

gluex_hddm_s-2.5.17-cp313-cp313-win32.whl (1.5 MB view details)

Uploaded CPython 3.13Windows x86

gluex_hddm_s-2.5.17-cp313-cp313-musllinux_1_2_x86_64.whl (23.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

gluex_hddm_s-2.5.17-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (24.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

gluex_hddm_s-2.5.17-cp313-cp313-macosx_15_0_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.13macOS 15.0+ x86-64

gluex_hddm_s-2.5.17-cp313-cp313-macosx_15_0_arm64.whl (6.4 MB view details)

Uploaded CPython 3.13macOS 15.0+ ARM64

gluex_hddm_s-2.5.17-cp312-cp312-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.12Windows x86-64

gluex_hddm_s-2.5.17-cp312-cp312-win32.whl (1.5 MB view details)

Uploaded CPython 3.12Windows x86

gluex_hddm_s-2.5.17-cp312-cp312-musllinux_1_2_x86_64.whl (23.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

gluex_hddm_s-2.5.17-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (24.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

gluex_hddm_s-2.5.17-cp312-cp312-macosx_15_0_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.12macOS 15.0+ x86-64

gluex_hddm_s-2.5.17-cp312-cp312-macosx_15_0_arm64.whl (6.4 MB view details)

Uploaded CPython 3.12macOS 15.0+ ARM64

gluex_hddm_s-2.5.17-cp311-cp311-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.11Windows x86-64

gluex_hddm_s-2.5.17-cp311-cp311-win32.whl (1.5 MB view details)

Uploaded CPython 3.11Windows x86

gluex_hddm_s-2.5.17-cp311-cp311-musllinux_1_2_x86_64.whl (23.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

gluex_hddm_s-2.5.17-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (24.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

gluex_hddm_s-2.5.17-cp311-cp311-macosx_15_0_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.11macOS 15.0+ x86-64

gluex_hddm_s-2.5.17-cp311-cp311-macosx_15_0_arm64.whl (6.4 MB view details)

Uploaded CPython 3.11macOS 15.0+ ARM64

gluex_hddm_s-2.5.17-cp310-cp310-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.10Windows x86-64

gluex_hddm_s-2.5.17-cp310-cp310-win32.whl (1.5 MB view details)

Uploaded CPython 3.10Windows x86

gluex_hddm_s-2.5.17-cp310-cp310-musllinux_1_2_x86_64.whl (23.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

gluex_hddm_s-2.5.17-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (24.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

gluex_hddm_s-2.5.17-cp310-cp310-macosx_15_0_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.10macOS 15.0+ x86-64

gluex_hddm_s-2.5.17-cp310-cp310-macosx_15_0_arm64.whl (6.4 MB view details)

Uploaded CPython 3.10macOS 15.0+ ARM64

gluex_hddm_s-2.5.17-cp39-cp39-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.9Windows x86-64

gluex_hddm_s-2.5.17-cp39-cp39-win32.whl (1.5 MB view details)

Uploaded CPython 3.9Windows x86

gluex_hddm_s-2.5.17-cp39-cp39-musllinux_1_2_x86_64.whl (23.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

gluex_hddm_s-2.5.17-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (24.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

gluex_hddm_s-2.5.17-cp39-cp39-macosx_15_0_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.9macOS 15.0+ x86-64

gluex_hddm_s-2.5.17-cp39-cp39-macosx_15_0_arm64.whl (6.4 MB view details)

Uploaded CPython 3.9macOS 15.0+ ARM64

gluex_hddm_s-2.5.17-cp38-cp38-win_amd64.whl (1.8 MB view details)

Uploaded CPython 3.8Windows x86-64

gluex_hddm_s-2.5.17-cp38-cp38-win32.whl (1.5 MB view details)

Uploaded CPython 3.8Windows x86

gluex_hddm_s-2.5.17-cp38-cp38-musllinux_1_2_x86_64.whl (23.8 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

gluex_hddm_s-2.5.17-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (24.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

gluex_hddm_s-2.5.17-cp38-cp38-macosx_15_0_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.8macOS 15.0+ x86-64

gluex_hddm_s-2.5.17-cp38-cp38-macosx_15_0_arm64.whl (6.4 MB view details)

Uploaded CPython 3.8macOS 15.0+ ARM64

File details

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

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 8bd73ffa6ac9a20c6d45d26d02153a3dbff56a21c1f2ec74b532bc428fa70b01
MD5 526c6e47ef7ceb210945e22e00641592
BLAKE2b-256 253e5d5d0797e31056f9eb77b992278c0fcc366ef038cc822662d35c4ed89845

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5393bf7cfd36efedec4284c854423926ca5f015c0314723b1b2913ba2242c0ec
MD5 b3abad2fec8fdb682177cde80d6f5c4f
BLAKE2b-256 b07bb169a0821f460b1617c2126d5e36e880862e5c6a08de037c7385fea89c63

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-pp310-pypy310_pp73-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-pp310-pypy310_pp73-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 7727562ce605d40188729f99ac75d7a2f9ad0d5739c348240fe536a27f2b788c
MD5 cd771d5012d324d602bbf918a2aa7cdf
BLAKE2b-256 b57b221d7568f538c350e73034c3466a404f93ee50bdfceb673b07a266d09f99

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-pp310-pypy310_pp73-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-pp310-pypy310_pp73-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 d3a8d6acaffee40ebac34398ca386adfe85e261564f86b56fecb3fad2752f580
MD5 0f2b8684a1b6128cec05a7da50fa9096
BLAKE2b-256 1b517fd0f6656ac969e4b693ac44701f4b2a1dbdd34f8cbdabe4587a1d65234f

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 3bf1137e3e78fea318082050429f4c32c59a1d574529538fb408f66b20ea83ba
MD5 a2cfd8b07dea99137e11eac5b55ecf04
BLAKE2b-256 1294825176b2918d547efd8de34233640cca621bc4b345f628c649e9c4ed0378

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f34bb21b3c7ce61e822f74a4161d9abbeadd3df537e8a7549392279a0c1ca2e3
MD5 7246ac34909eaf161dbba7859abc7dbf
BLAKE2b-256 444eec6680db2b3152baed6afd12268ad1ec6ff84ced0d61b819cf02cf3e8199

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-pp39-pypy39_pp73-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-pp39-pypy39_pp73-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 4af6525aa3821d06d8de7cea95236d81ba25112470a48ce951766ef3545c129f
MD5 a00afe8ab2b689198ebd4f31cf3a442a
BLAKE2b-256 7ee7c89f63af4a0351ac05d15314414cdb06b51720efb7b35e5fdf9ad7839948

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-pp39-pypy39_pp73-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-pp39-pypy39_pp73-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 d471774dece9748a72d00a06a6ed6651989bfd0c959367b4ca18e157102d296e
MD5 9fc4208c10ff55e923da831818a44602
BLAKE2b-256 ce5af535c399f19a2aa863dea0cab4ce5c2f7ffdcbafccb1f6bf240923cf3b30

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp313-cp313t-win_amd64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 9044d9eb88c75241c6b2bb0522f6b139214dd067675e4bbebc9587ad7043ecc8
MD5 24b07eb6fe5b91af71beabcf33a7b590
BLAKE2b-256 454529fe05ea606ba4c4f1e8b34567c9e1d0c9488ffa61f945611ae53b0a3a58

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp313-cp313t-win32.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-cp313-cp313t-win32.whl
Algorithm Hash digest
SHA256 59d63058542ae1f13f81033f514065288d8452afeea728a0efdc0282c0ea4754
MD5 f3c3d2b4c771635ad93282d7e0c79380
BLAKE2b-256 6a78088104f36c2811487a4ef59a39d97750c0b5ee336ecd1bec4283560eeb20

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2a88a1b7e9ff960a1f7ce3b1c6fdb7441557c1723fb7ab2b5924ee6c1e563cf0
MD5 d5b2f48d9e8f41a64f1bb826e9c27f5d
BLAKE2b-256 6cbe045784bc1bba13f2f6eb5955127a4e7d0f4eeaee3c5e99cfa0125de288cb

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 41d284a4f93ce44b386e6c791dee9a3dd871404a045179d001aabbfb2bbec6be
MD5 b6c682f33192ccfac0ef6ff65376e47f
BLAKE2b-256 b2c88328ca599846130883b7787acbd3002db05f52fc7741a2f509f413fd453a

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp313-cp313t-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-cp313-cp313t-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 595e32b80451feea59cda24cc7f2a3bae93880be58daa7bac2f2195720333065
MD5 911c0ae77a3478b1a7dfe3ce5e952ed5
BLAKE2b-256 83ed013bfdb7cb43e40dfc5576deff37ffcc832adaad886753e6fe49d1696abf

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp313-cp313t-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-cp313-cp313t-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 e999b1e4c1e5ee91af4e6ad34d9ba484977fc9dea7b235ac54f0cd7329f9eed4
MD5 20a0c8d47c6888525bc6759b3e00c8a3
BLAKE2b-256 1f5923bde21ce044a18667df7bd976fab000750c297ce0f68c96aae95575c442

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 498e07c149ca345e89d77c68ba1bba3d136802dc63f8d9f73b1b8716152a2b6a
MD5 93c0efbde9cb97e2283a56349303ffe4
BLAKE2b-256 072b501cbf4aeafc81d3913bd06c3c7b1d66b697e9689971ce40cee7154405c4

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp313-cp313-win32.whl.

File metadata

  • Download URL: gluex_hddm_s-2.5.17-cp313-cp313-win32.whl
  • Upload date:
  • Size: 1.5 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_s-2.5.17-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 b61c5ab5eb76321f7426b736529dfde6056f604668f12cd22e81572517f8e8da
MD5 884426468a0b33c5d5d30e5f903d5174
BLAKE2b-256 329d24f4b5c10298a0166b0159bb347c441a89f876c29bf1327c0da50295bffe

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b123bf5e35984dcd8c544447010913f472041a6576eb39cc81b20f541daa1114
MD5 e577222c0391a1307d3e037c6801fa45
BLAKE2b-256 e1a81982a9e559cb1a154cb9b27074c0d5c70fd697c29f8ffc68856ab6bc254e

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 05e1d22cea9ebae07cf5980a7c7dd8765aaf0f5bb2568093883ef29a92cd4296
MD5 b8efbf933c37766326ab99a06dad5c4a
BLAKE2b-256 761c942f43b0f7c8fd116d59a8504aad00b873b7cbbe13fa8aa519a8f84bf134

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp313-cp313-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-cp313-cp313-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 164ba6e7617a2a86c89f2f96211b1ba80da5175ddb699c6b6c1ae65691258bd0
MD5 794ddb128d5709c0f110abb8d28fb6cb
BLAKE2b-256 b338f9b07cf51a4d3527d317e73a9ff7c6ef76a85af5f75c9a3ed5abe64d9a29

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp313-cp313-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-cp313-cp313-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 0fa9bfa798a483a8ca4634f4c15d01efe81384d9572a36cf3e804b4c60d8a7f1
MD5 8ee24369f35e15639145248e15bd76ae
BLAKE2b-256 a268dbdfc07e57168b52fca5bf0bf60ce2b1b661cb7a8cd7b0c52d0313e55acb

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 65d30d48865605ab62a15038fd38712de71173511743a1925bd885c1675d1644
MD5 859cd9f6f5da5d7a60706c97c9d8863e
BLAKE2b-256 d571c7280d2fc8aea85221f899b1f6bd04b8451d0fdc1ae5f51a2065b5f9edb3

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp312-cp312-win32.whl.

File metadata

  • Download URL: gluex_hddm_s-2.5.17-cp312-cp312-win32.whl
  • Upload date:
  • Size: 1.5 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_s-2.5.17-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 80199314694da5bc2879177d0cc64636149084e5e7b477b800af3f77fc9ded00
MD5 f256d7434e82ce424de33e4bb0caeacb
BLAKE2b-256 dd72be735c8bb9f754338ab8ce1381f2fcae02a884f2e253796c34d7ed1dc199

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e79799af4eb648ba4e0c7501cf330aa2e749400b2c0c0ac8dca7941ddbaffded
MD5 7b2a8eb8d3946d752bf5a98531a48301
BLAKE2b-256 59cdcaa7abe7acc3bc02aed3487ff27790c9359e5d097f4d91126fbf1e86133e

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5eb8e8b86bf676935933088a010e76d91a56cc3777c9f53efdc79bd3b57a3714
MD5 0bb6480a1b6efbef4bc4419e3d1c2455
BLAKE2b-256 ac0430d91f25e03af74475cfd7bbccaf0341eb9dc7b1f4448a293a9ae73f4ed9

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp312-cp312-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-cp312-cp312-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 ae561d2e86fa38c3e0f7671421fda46e4361ff5b896aa4c63d12c4d87b16ca44
MD5 9af0befe70e2e017eba89c8835af6bdc
BLAKE2b-256 45af7e11c80e9258fb9e656e2db6f9b3aed58bff2c47ce5c4dc166667a49a9d8

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp312-cp312-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-cp312-cp312-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 3b97209843a2c7817ab571ea72d368387254c2bbd6c234d5144483d7fc1ec869
MD5 27af7026e9d363f344d9b71662e3ce89
BLAKE2b-256 4de3bf2c1860f3f07cf2b039dbbabdf5567d5f6784ecfce5f5d53183a3a568b1

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 001c06c1ae43897c18926448d8df586be0fb1ff748e73df17bce31f6758e91b8
MD5 1aaba02422c99cf2aa88355944560fd6
BLAKE2b-256 0ddb327fecb09785b7c44af824008853db0d39c4881bbae3c45a471230dfdb0b

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp311-cp311-win32.whl.

File metadata

  • Download URL: gluex_hddm_s-2.5.17-cp311-cp311-win32.whl
  • Upload date:
  • Size: 1.5 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_s-2.5.17-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 cb0e0aec04fc121986015d3573ef2d56e3acc38ce102481524eeea128637ca2c
MD5 f0a29bb17888cfb15209cdecae42c89a
BLAKE2b-256 aa3e1b6ab9678dfdd8f73b0a9221212120070447086299c34a13dcc3452ce873

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 66588fbb1cff0c2974b7877db63eb4420337213b2da1ced2d7e796389186707c
MD5 f277586fe0a0e198c6af0448a0057f4a
BLAKE2b-256 b57097c43370630a7a734bb653d5e839f3421c79df4b78fdac4d0aa12d508660

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a38e51d00d736d53be78120adae6dc5e6f1a12c4239885ca55dbfa78a5021ccb
MD5 5b08394a187b3fdfe32261f776efb104
BLAKE2b-256 b07a553db29e7a9755dfbcb19b4f33e1ebb81eecf01274691eeee229f2ee13fd

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp311-cp311-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-cp311-cp311-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 600092f7c5c93bccbec83e79d4b9ff3d4c3948aedb244851e1d2ac3b13c9413e
MD5 eb6220b8d761ee89abc822997e7d3dbf
BLAKE2b-256 d37762442447cb069a30d242495bedf2bb5d81466d1ddbe76a400da8ec2b7283

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp311-cp311-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-cp311-cp311-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 cc80b8b9585ebac112d5bc975fbe5bda838426f7a9a004c9cc13810e6477707f
MD5 bd87ab00e292868c750c5b33267880c8
BLAKE2b-256 e7257a10fa9bbc588abb6a1e0c6726d7b0f73c9135d15d2f1e01d483b108f292

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f85a798aa8f69c34f8763f9a36e45a7abff62cbbcd0c8ece7747bb4b7fa75960
MD5 adff4129aa0fa132e0a7b1386621ec03
BLAKE2b-256 972b2069d1a20e3d5eacfda605aac731dec7bd2108c2969270c559114f7ab60d

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp310-cp310-win32.whl.

File metadata

  • Download URL: gluex_hddm_s-2.5.17-cp310-cp310-win32.whl
  • Upload date:
  • Size: 1.5 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_s-2.5.17-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 668798da17ae18c37ddeeaa95eeb8dcb45469239bd47f8036e06d2e848d43471
MD5 022ca2013a856a31a3f7006c8fde8716
BLAKE2b-256 08a93e68ff75ce78ac3b4fba39c4d9ba866b97db956bad0f23e3affd84a5cd91

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a5bf1151e92ef801be0b3971f65794193f7b5a73232ffde9045ecb362f01264d
MD5 f633ce7dfc43cc0f4cba2dfdcd37a4a3
BLAKE2b-256 fea8eb29dc57e64c7d8c1aad2c0327368a0fdcd662fc29786def96d7a1481b1c

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 94e24bb720a0b242c3275f861c3d7b0c3ee9542f266d1295b3561adcb23a3276
MD5 ee6bc9089219f329d25a087bc58b8b90
BLAKE2b-256 1502e64bdb7fa535fbb4e3551d5ec29bdff9a136612a3514913abaac55020dca

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp310-cp310-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-cp310-cp310-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 cd923ae66b5dd174097bca314ae780091e0488a1a7f4ec62d15c2cabe5f4aa4a
MD5 2bec0d863c04d79187b1f7546ab3156c
BLAKE2b-256 651d3288e74c74aa84b7599c45a5cafbe814738e4185676578d7d9297c67e430

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp310-cp310-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-cp310-cp310-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 6e4319a64b9e25b3a77b7be58183ad0436b877e11d71270ceec969e6cceb0528
MD5 3b4529036559772c7b05f7949e6442f0
BLAKE2b-256 42d7488cb920839eb5cb1257ae554e298a6fd003f272ea9d0857afc5f21f4034

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 d66acade5b49cff0c863be3fbd821bf9c1f3ea5744445af6b48a28dec8878b45
MD5 41c48e45b755d552171f98d213bb2b96
BLAKE2b-256 359b2fb964f5b63c0bb45b48f59c820e122ca0213023d543799ede0a3619db65

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp39-cp39-win32.whl.

File metadata

  • Download URL: gluex_hddm_s-2.5.17-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.5 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_s-2.5.17-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 e5478fe71eb6a56df157ea3f2a0d3490820655bdf5e69bf8dfac53e90301f7e6
MD5 66d4946fbb1a04c57c76ae22a27fa440
BLAKE2b-256 04d18ea051c2cb2e3d58bbb5d4dc5955cf5f2ec17be9cb508821778a8a78f4fb

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4cc1b68e993bbf3db6160bbe8290c43c59a0c1267723679f86b4dfa220f5f9bf
MD5 08d4d7aa1a2737664352bf10e1fe7ae9
BLAKE2b-256 8dbcde40cd19e57e8382de76c93c42cfae650f3ba017d5bc49c7e26e2920c46a

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2b14c123fcf60e1c0e12d1731485bbb473d46bff23f82554f984eecf7c3d67cf
MD5 da4f41b13cae4fc724441e4a5e1788fa
BLAKE2b-256 ecb08f843e873b2bffa7737ec6b6b48dcf74504eef645beb0670e7d16d32c344

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp39-cp39-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-cp39-cp39-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 abcb25dcc27ff93c0748ef912b961cfc0feddcdff7ea8b892f41ac04085793e4
MD5 e1faaf0bc3f0382b064b5fb4a5a2efc3
BLAKE2b-256 1afeece2e4f4388b6855848283c411d8ea40a1eb54cd80f07dd5c8abaadf138c

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp39-cp39-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-cp39-cp39-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 991fa29bc97e514557e8268aebc26f9904fc5d4ffb3c85afeb52fa505a9d2ade
MD5 4a797b583c9d9d42a1c3d2451b70e7ea
BLAKE2b-256 8c39742b13fb65a05ca7856389450dec607c223527a58f8e771fb597e3b01669

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a67c1d0b89a7efe2ba295cc7b66fda74f6ebd5eaf4587282989f67e33777b164
MD5 46df43e4064c5096328043a094fe1c94
BLAKE2b-256 05268eed2c7ca9782c0117df169fa8b64095e938335610b89db2c308fcaf5ee0

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp38-cp38-win32.whl.

File metadata

  • Download URL: gluex_hddm_s-2.5.17-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.5 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_s-2.5.17-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 46b0ac57fd2b14bf40f2318d9f0761b9d33c45c4ab905f17ad5f169edfea5f56
MD5 b934ad369df1ff4d596bbff1ae0f347d
BLAKE2b-256 0ac189003462da1e429e2783b1068e5d6c3145f709b3f80162f726b1388143cf

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9a232ea126ff5a39f3efb4e3866949d3491f49bcbbe563baca7318cf549b4f10
MD5 ed96dc57bcb7d01a7fc130e69a2e946a
BLAKE2b-256 3781fb985a823b4b4cc5fb9b86bce2b32fdb9e6b068805ddc3c38a648f31d703

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 86a2a69ddaa7c09e4c5770cf6a04a9f37e20174dbc9b6a9c559a45c7223e4347
MD5 1b94f30d72992e87ffa63bf05d1a0164
BLAKE2b-256 55643fd5e507460dce7f3c6751b495741d5a4b901116c6cc4b2daca57841a07a

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp38-cp38-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-cp38-cp38-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 7f37bb92f2f421a4121c06f89b1af085384d2928c3cc5e80c0c57454ed8cae93
MD5 e41c4ae1b8b9c44ed31880957d5a5aee
BLAKE2b-256 7ccbc4eae3ff1f1c2053fddfc92ab2f3bfb96ef535dc973d7562bffcb09dec13

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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_s-2.5.17-cp38-cp38-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for gluex_hddm_s-2.5.17-cp38-cp38-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 92d62d1e3765f1fb4449d33129f926d9e12f1e59737fe98fa28042791bb7726b
MD5 862c3a7860119648297234894069c08d
BLAKE2b-256 fcdc95af43631e22b849351195336969cec4002bc7ece891dc1bfa7e63a9b3cb

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on rjones30/hddm_s

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