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 Distribution

gluex_hddm_r-2.0.7.tar.gz (9.3 kB view details)

Uploaded Source

Built Distributions

gluex.hddm_r-2.0.7-pp310-pypy310_pp73-win_amd64.whl (1.4 MB view details)

Uploaded PyPy Windows x86-64

gluex.hddm_r-2.0.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

gluex.hddm_r-2.0.7-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (6.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

gluex.hddm_r-2.0.7-pp310-pypy310_pp73-macosx_11_0_arm64.whl (5.5 MB view details)

Uploaded PyPy macOS 11.0+ ARM64

gluex.hddm_r-2.0.7-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (5.7 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

gluex.hddm_r-2.0.7-pp39-pypy39_pp73-win_amd64.whl (1.4 MB view details)

Uploaded PyPy Windows x86-64

gluex.hddm_r-2.0.7-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

gluex.hddm_r-2.0.7-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (6.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

gluex.hddm_r-2.0.7-pp39-pypy39_pp73-macosx_11_0_arm64.whl (5.5 MB view details)

Uploaded PyPy macOS 11.0+ ARM64

gluex.hddm_r-2.0.7-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (5.7 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

gluex.hddm_r-2.0.7-pp38-pypy38_pp73-win_amd64.whl (1.4 MB view details)

Uploaded PyPy Windows x86-64

gluex.hddm_r-2.0.7-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

gluex.hddm_r-2.0.7-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (6.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

gluex.hddm_r-2.0.7-pp38-pypy38_pp73-macosx_11_0_arm64.whl (5.5 MB view details)

Uploaded PyPy macOS 11.0+ ARM64

gluex.hddm_r-2.0.7-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (5.7 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

gluex.hddm_r-2.0.7-pp37-pypy37_pp73-win_amd64.whl (1.4 MB view details)

Uploaded PyPy Windows x86-64

gluex.hddm_r-2.0.7-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

gluex.hddm_r-2.0.7-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (7.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

gluex.hddm_r-2.0.7-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (5.7 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

gluex.hddm_r-2.0.7-cp312-cp312-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.12 Windows x86-64

gluex.hddm_r-2.0.7-cp312-cp312-win32.whl (1.3 MB view details)

Uploaded CPython 3.12 Windows x86

gluex.hddm_r-2.0.7-cp312-cp312-musllinux_1_1_x86_64.whl (14.8 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

gluex.hddm_r-2.0.7-cp312-cp312-musllinux_1_1_i686.whl (14.6 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

gluex.hddm_r-2.0.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.4 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

gluex.hddm_r-2.0.7-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (14.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

gluex.hddm_r-2.0.7-cp312-cp312-macosx_11_0_arm64.whl (5.6 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

gluex.hddm_r-2.0.7-cp312-cp312-macosx_10_9_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

gluex.hddm_r-2.0.7-cp311-cp311-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.11 Windows x86-64

gluex.hddm_r-2.0.7-cp311-cp311-win32.whl (1.3 MB view details)

Uploaded CPython 3.11 Windows x86

gluex.hddm_r-2.0.7-cp311-cp311-musllinux_1_1_x86_64.whl (14.8 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

gluex.hddm_r-2.0.7-cp311-cp311-musllinux_1_1_i686.whl (14.6 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

gluex.hddm_r-2.0.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.4 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

gluex.hddm_r-2.0.7-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (14.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

gluex.hddm_r-2.0.7-cp311-cp311-macosx_11_0_arm64.whl (5.6 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

gluex.hddm_r-2.0.7-cp311-cp311-macosx_10_9_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

gluex.hddm_r-2.0.7-cp310-cp310-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.10 Windows x86-64

gluex.hddm_r-2.0.7-cp310-cp310-win32.whl (1.3 MB view details)

Uploaded CPython 3.10 Windows x86

gluex.hddm_r-2.0.7-cp310-cp310-musllinux_1_1_x86_64.whl (14.8 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

gluex.hddm_r-2.0.7-cp310-cp310-musllinux_1_1_i686.whl (14.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

gluex.hddm_r-2.0.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.4 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

gluex.hddm_r-2.0.7-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (14.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

gluex.hddm_r-2.0.7-cp310-cp310-macosx_11_0_arm64.whl (5.6 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

gluex.hddm_r-2.0.7-cp310-cp310-macosx_10_9_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

gluex.hddm_r-2.0.7-cp39-cp39-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.9 Windows x86-64

gluex.hddm_r-2.0.7-cp39-cp39-win32.whl (1.3 MB view details)

Uploaded CPython 3.9 Windows x86

gluex.hddm_r-2.0.7-cp39-cp39-musllinux_1_1_x86_64.whl (14.8 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

gluex.hddm_r-2.0.7-cp39-cp39-musllinux_1_1_i686.whl (14.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

gluex.hddm_r-2.0.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.4 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

gluex.hddm_r-2.0.7-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (14.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

gluex.hddm_r-2.0.7-cp39-cp39-macosx_11_0_arm64.whl (5.6 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

gluex.hddm_r-2.0.7-cp39-cp39-macosx_10_9_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

gluex.hddm_r-2.0.7-cp38-cp38-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.8 Windows x86-64

gluex.hddm_r-2.0.7-cp38-cp38-win32.whl (1.3 MB view details)

Uploaded CPython 3.8 Windows x86

gluex.hddm_r-2.0.7-cp38-cp38-musllinux_1_1_x86_64.whl (14.8 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

gluex.hddm_r-2.0.7-cp38-cp38-musllinux_1_1_i686.whl (14.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

gluex.hddm_r-2.0.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.4 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

gluex.hddm_r-2.0.7-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (14.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

gluex.hddm_r-2.0.7-cp38-cp38-macosx_11_0_arm64.whl (5.6 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

gluex.hddm_r-2.0.7-cp38-cp38-macosx_10_9_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

gluex.hddm_r-2.0.7-cp37-cp37m-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.7m Windows x86-64

gluex.hddm_r-2.0.7-cp37-cp37m-win32.whl (1.3 MB view details)

Uploaded CPython 3.7m Windows x86

gluex.hddm_r-2.0.7-cp37-cp37m-musllinux_1_1_x86_64.whl (14.8 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

gluex.hddm_r-2.0.7-cp37-cp37m-musllinux_1_1_i686.whl (14.5 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

gluex.hddm_r-2.0.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

gluex.hddm_r-2.0.7-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (14.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

gluex.hddm_r-2.0.7-cp37-cp37m-macosx_10_9_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

gluex.hddm_r-2.0.7-cp36-cp36m-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.6m Windows x86-64

gluex.hddm_r-2.0.7-cp36-cp36m-win32.whl (1.4 MB view details)

Uploaded CPython 3.6m Windows x86

gluex.hddm_r-2.0.7-cp36-cp36m-musllinux_1_1_x86_64.whl (14.8 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ x86-64

gluex.hddm_r-2.0.7-cp36-cp36m-musllinux_1_1_i686.whl (14.5 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

gluex.hddm_r-2.0.7-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.4 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64

gluex.hddm_r-2.0.7-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (14.1 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686

gluex.hddm_r-2.0.7-cp36-cp36m-macosx_10_9_x86_64.whl (5.7 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file gluex_hddm_r-2.0.7.tar.gz.

File metadata

  • Download URL: gluex_hddm_r-2.0.7.tar.gz
  • Upload date:
  • Size: 9.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for gluex_hddm_r-2.0.7.tar.gz
Algorithm Hash digest
SHA256 b753e58dc5723cad2b65458dd0f5978cbde74943e8e8eaf59f32151df92a525b
MD5 fb1feb8e87182f3aa2b42084a1a49d06
BLAKE2b-256 89011d09df3d401850b62e4783b54afaced788b4039d9db722b703beff1a5256

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 f391ea6078bd088a3f5aa8e7eef181b9b741ca6e63750446aa560b33b94b8ebd
MD5 6aa90d1219f5f51cdca87e383953acee
BLAKE2b-256 0b1649048854ad37f2cc48da0a17313ff02e6652e673543c35cbbf2651d189fa

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1a9c5935e0aefdbd08532f51a521d61205e37aeda4747c8f96ce0e2d4fb8f6b2
MD5 463832881e2bcce5a1b43998a59085e7
BLAKE2b-256 7ea3fe8849aa3b4e377abb3dc14e14b10f8f09f67f6c6ba6573a307db7217b4b

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3856565abf6eac3ca8c499e6f460c9ceb381bcdf4ecb46d3d7d0ee75522d71fb
MD5 84d880fbe35109c474060fea9710b947
BLAKE2b-256 d91151d18d910bfb390a7022961db155935a71e3f9e65feb4d67725e007d9a8b

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d21cae2b9fa603264f2bec1240310c49dfa249dcd87ef056f22dbd9aae7419f5
MD5 cb7c6b97a7bf7f4916bbbeb8ae4434c2
BLAKE2b-256 385e3878f19dbece52152b164780bc9aea00762f0cadea1bed874ae937acf737

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-pp310-pypy310_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 de62331c66466873ee61a240a33f73d61bcdf73fc456ebe77fca414466a3797b
MD5 b6193113893fdeab6b8ee4d03e8ce50b
BLAKE2b-256 8348500c8d0a5185c23d94d70005fc5edb7b44a67adc6a81da10c6b1f8c4f1d4

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 6a247900428704e2ce0143fb04c95e444512d0b22c1409ef8a6f5fd802b3a909
MD5 353a01eaeb9d128eae3673dfbf76ecad
BLAKE2b-256 c5f018be30a50f4e202c4394ab30379c46484ed173554cdc31f0d6efaa0363f8

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c85bf66ce10c3e183f773f647ca5ca2819dff8817c4436a5fbd4374c49ec9b82
MD5 aadd01e08fa31c237cab0e00ed12d132
BLAKE2b-256 0cd2f7f8734d58e3752e76c31fe2004be6fd2067bb33d0e757fe680541710bdf

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 644c067bae2163da9f3c00e9981cca56b3c7607b9bc6109a5809a2ee022896ff
MD5 b0ded9e15da55fccc0bff380f55c81d6
BLAKE2b-256 712871cae1b7eb343d9ff9d5efb7383e0c558c89b92cadc357209568bc33def6

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0c99e7ecbf08974b176c0a72818dc335f116d17ec63baa4ef90b87df5b2d9b12
MD5 867e3f5061aea755db237e7f350032e7
BLAKE2b-256 e11b039d1ed4ab3fb3d22d9ca1585fbd00dc7087c2b4de44cc352cf3f6713e7e

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d20e26bf85fc35d59ff1b8d8b10a16b14ba30405bdcb55f204792b18e1418318
MD5 95de931251046b415c1267419e97e6d9
BLAKE2b-256 e24bcaa7a3aee63152ed261b331689b99fce246bf21eceb116e8b9d28f3264a0

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 140a2448817786ef90f9c970b41a6d666199cec50ced900fea4d48dbc1c708a4
MD5 c36290293a174f0b0e090aee71070867
BLAKE2b-256 ab786a73af4149e83f0af0303ea4c7043501b04aac11278348ab713b0d289e22

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fe8c62b8a1850c1bef3ad439bcae0a143b3a87525eda4ad1b443fa80d456c967
MD5 d0926bfa6a1b8d23a93e3abd85b5f1d3
BLAKE2b-256 b2f1f3f16095a7d39ad520de67f4ab7dd347587ac8a615ff7d2bb5aab9a689d5

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fa6bb18c934e4a9507d182c942ba7e5be7240e0d114eab552a07ccfcc596ba0b
MD5 e559f2fab2a4d9c956006cdb3ce4c798
BLAKE2b-256 5fee67146e7fcc02d36e0f8662619b53fc6467958896c5adf5d9efd8df3abef7

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3464f180db4cce8d4c194df13923ab8127dfc7b6476d2acbbae6b8dfb013e52c
MD5 9d6ab9459d7d01594f338a764874be31
BLAKE2b-256 19aff895465ddabc8c75bfbc600025c46d34e93cf528a161dbef287b859f70d8

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 67d7bc37af60d05f3358ce70829bba3af0ac2d1808cb1bf715a458524e3189c9
MD5 fd67d9298d3ca93df9e7ca410d341398
BLAKE2b-256 3340496bbaf2fb03bb2d1bf9c68ce1312b39b5b524145ea38ef803fced8827b4

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 ad855779db7c3be2687e9a40af6c2b606d6ce3c205b99b78009b68aaa8dc5ac7
MD5 5e11f6c85ca14df583334e92e2ba3243
BLAKE2b-256 0305d6cef46a80c608addd0f039471fde3538781bf91f4e8d14210934e995843

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 efc68ff8ad92adea425d5aa9917c85160d0bf9d8c14a732171272dfed08d4cf9
MD5 871e2535b057330356cde97b4c97d789
BLAKE2b-256 47369ceaadd3fc15bbb12d205efc7c3b285ef79194081074789ed7e192acd99a

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f7a322f5aeb4fdfd84bf368e226f6baa2c36f761f12166bcf4d8e019a90097b4
MD5 0b630bd4b7eeddc4326b884c15ea45c4
BLAKE2b-256 cf0c30d38cf0121fb2b2968105a5f94a0207303813eb526f8991ef6e0731ede2

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 048fb70f6dca06cb6035544f1c61cd10ff1e56666e22cb5724d3a4a19afb7c49
MD5 52b60faa8003d7000f0f5c02985269e6
BLAKE2b-256 6553cf061c0442df8310c5ef5c882dfcca27200259d0fab12d9cba43d79e2447

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2e7f5e2acb9c25317855e30df8bbebf2c37691dcfe9a5a46824e53fd270f8ab8
MD5 494c628ae62ec5769bd20e24defc3cdf
BLAKE2b-256 532f0b784a8589f0b7d383558e4e0aa42e4cf339d62dba739b9e056ea99c9365

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 8092dbf3887394744317038e72c1258149bf0815d8b5c57d55c2d67ae319c211
MD5 c8a607ada9c2a1aa1a5b851c14a25bd1
BLAKE2b-256 c670defe546fcc67ef72f0c6154bea3e70ce22b52fd8a1b9fde90e6cfb7aa316

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0f0ae963b9740460baf218da9826891ad4df2712cbf06c14466828cf4ecfb0cc
MD5 189bfddc1da408125aef6710eade851b
BLAKE2b-256 4046a6e28b65309f7284919bba00dc7cf1e3e9f03140238aff2cb02598d2b3e7

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5f6a81daab4ed086ec49d1cc2a760db792c9d350b77ee726555e922fcb1d0d64
MD5 c1bc9e85c2716067004939aa129358d1
BLAKE2b-256 de6e94503fa043940511f4065435c2149b415a239d72bd55882e7526136b9703

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2ea9be788953f04cba71bb40c1cac8fc6a9b52f7b30b64a00ac1d98fcbee533b
MD5 d224a7e94280d4310794bb92f074793d
BLAKE2b-256 0f71bda806321d85cf8028402919af12daaf9524dd029080ff05d750a2f83b09

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7dfd8c3fd5583086a620b5c615565e9c5befd62ee9d398e4c53b5ca51b9d6c0e
MD5 1821709914b6ae59a6cb455616db9453
BLAKE2b-256 78a7be1b8746ce58741bae1da2f280bd8084b0988761151f529e9beae6681300

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7ca06d0f4d938d3eef13bb4d9831de506c428888d45d091cfd1864bf7e2545ae
MD5 2e242570e303c84e76bb2a3a42889982
BLAKE2b-256 61c95518bf2a20d87cd714ec32704d7d5f8a84a1a46c48364079233d04dea446

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e98153ec84f727590240059b0c5f49cb6bae6f3628d52cbe9656823ecb635001
MD5 3a78d2c0366f1fcf6a8e0623e7a96859
BLAKE2b-256 7b542d4ef2d3e3e696f60e0c43fa40f7b3ed4062ae311938aaee538c2465fe5d

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e30c1600abce55abc7fc2ea02d5f62641117f9aa339ed86ed1a8b1511795d0da
MD5 b66f3ad6b24f615b31a43d655b4e3d73
BLAKE2b-256 d21816d3878e6a79ad9124306b14d7df3e50988a1bcc7a62275b92c5323411c9

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 602291dd5f9dc34dd0cc2550f16731a6a32a4c16e8fde6e7086b446e95c11eb5
MD5 5da8c3f28248ce334bd5f3a0fee65028
BLAKE2b-256 78f7590876cdea4a3badea5b1e46080e58f7cfc4dc1467bbdcc7bd47e32e3d49

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3ec23970c35513bc812dc1fab22aba3cd0dfc4d8de16379e69e3c890ac61d090
MD5 6a06cc1cdc849d5082984f1a8fc3cddb
BLAKE2b-256 79810dee849dc62f9cb735f76cc87df787b2bd0fdf926c2f069d167d09f64692

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 fa077980f311202f27f749bf2069ff8fdeb96f74fdc8f3f0a5f895c78ea92ffe
MD5 ab8823b3a3f2f871fc575c934887c902
BLAKE2b-256 43cdcbb8117f6391da3dfd19ea304be87bf390b2c2f6cd2d4d08a0bf4307480f

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 79b8558fb9a250399cda338819688374a1ccb9f373f063fa9e117682d66a9ecf
MD5 c89e18543a0bfcc9538764fd85ecdcc4
BLAKE2b-256 b41023a324978714dc2975b321512db2588abcaf54336761a2250bd0ad3c929b

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 920598481284b00cd45dfd01220c25b6755434ed28d9b990f9cdfd01174399fc
MD5 e4ca2e6d840211a607cbe14080166e9e
BLAKE2b-256 78e01ebe2fb7fe9cb67bcb0b1746e0432eda3a56b0b73fb46573afeb038ef7b9

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 73669f54276721a30b3a0cb6899e62e144300cddbfab0637784951837ccdd796
MD5 5b7e42b71bd3b2a313b5911bc1e8fec6
BLAKE2b-256 c50eb27c7806ba5f7983fc16583f6c05fa138a4a020252011ceaf241a7c346a1

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f235c36dbae6e25ebee9bf2da18a4d5c18b45d72e358575697e51c1dddd0ba06
MD5 3e10f5e399b286b7e164d14db879f885
BLAKE2b-256 06493b3d81349e84fe91320e6233b899a9ba98472a7e1e9d387491d374d5a3fa

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3aaddc7534cb8ef346a2ba67b6f6831e27a0dd4bb16541122cc2a833ea249ad4
MD5 2837e2c30f56a8b4a297353a635bd132
BLAKE2b-256 1420364b2765354430aedda5bb530db3fa8d31e4bb41867cd8b42a6a26038667

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 93ba598a4af1b3b3fa2a5e1b1a60e3cea9662834f5e1d4fd2394200a459ec426
MD5 3fe0e3555ef9d1924fd9f45e47b10db3
BLAKE2b-256 5cf6bbd23cde34fbba59a4ffbbb04814a9a50a711df5becc85ef94449be0f6a3

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 26cfb1bb40ea11591009fb81fc68a87ac922a10b25228b3ce70fc6cccd84eff2
MD5 dbb0c40babbdc0f030b7f72ca8fa1c69
BLAKE2b-256 c627b66c31bf1d16353bcc9106adcccc88c36af79e12617d2bb34acbfb4f6291

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 09fa06f17803fc4988882794b8970e557f15acfac3dae53d4f7c20f90428fe45
MD5 73c2ec31cde404ed8d13a9bda23550a5
BLAKE2b-256 be99cf777db83100a090b160894624cd8c89fb65673f120d87a49beebb441fec

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 22035cddb1e2c6db2ab2c66092ed61e004faa500bff6044023e1334ebba2710e
MD5 33ca1f4459ef25e2a4ac67e5a33c67bf
BLAKE2b-256 02e7b4b2f82b9c4819fa35f93a38e64b135535e30c4896eff81210061be6dbb3

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a309ae50af99158b59e0aff175824e46422c8da0732648cbad8ae715b9153489
MD5 f007125913eee55c44589300db962cc3
BLAKE2b-256 292f9399b82bde95f1355f10eb9533d3e71ab5cf84683f1dde8899e1f3858eda

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ffa8feb2c069751ff8b16be82b3882e25ac89035d87d35bc6c4f797257fb1962
MD5 c8fd854d5b9f0d7539752aadc2750e7a
BLAKE2b-256 d932663ba3439a4a8f36d80599e9f46f90570d0ce2869e9bd3ace3330cdf9db9

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7e3d42dcfc1c157bba274d2bd90c06570e9672fcf59a4dfd3423c9af44beed1a
MD5 da118aa1bdde9559ecde01656fb73455
BLAKE2b-256 9fc270ac877c6ea728ff25d4409f1a5d781efd9968782a92179b86238879257a

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 32e3eb047b092df2e2f699079abb522bf74237d526d4afd523d562e692eda490
MD5 aa4b0ba501b70f935ad18f9130bb84bc
BLAKE2b-256 5985e014a06ae7050388fb041f9611eb43ce841490f18a854f6aa029077f323c

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp39-cp39-win32.whl.

File metadata

  • Download URL: gluex.hddm_r-2.0.7-cp39-cp39-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for gluex.hddm_r-2.0.7-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 6ce0a6ca502cfac22166e2abe96703e055c8f9fe3655c6c28ba63fa94083ba93
MD5 772cb313199ddeb63efb43e1f0ca66d5
BLAKE2b-256 1ab307ae5ead3b1e0ec1de90ea89b82b36bf974990c25ec1db0ee7a6d561fceb

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 489c3918a39d240309627a2e28b1a196ad0c9e2074e4c6eb1e39468629aa8401
MD5 24bd93e54e96241284a37a6061078010
BLAKE2b-256 bc2e134988313c7ff0a164cf26fdfddb417005d104e8a5b703ce498ac01dfa3f

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 04f91114ec12ed7452c7d4f1256624ad61e9cbd355df5b70183605e0659501cf
MD5 2921038b4b1bded1d1eab0fa5744299e
BLAKE2b-256 fa374e85bd24b5f4609a2ffd88fc2af23553e152d48b57c184eb765518be7fc8

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 26cb232cef5deb7e535304e006722fe1abf74e58413fe4650243c7643514da81
MD5 1755226325f41d3933f22577ec46404e
BLAKE2b-256 265745182ff9bffd36c10cfdf3b23088a1771aafb2db18dd4f85b87282cc0089

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2aaaf332f4f6cdebf86f5301ad5f6afbc188718e7698dfecbccbdef638f9dcd2
MD5 96da308802040ac6c5d82052622fc506
BLAKE2b-256 4019583426eba4d018ac1cccf0b856e174bb00119c54cf42ba71c1e4b5a272c8

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7a2e640a051fed9be8b632382858c4726c28378e73b13b7fddca6c4d60383b62
MD5 86b6239b7e661cb397a7813f02e2cb25
BLAKE2b-256 c21d1cb4cb833ae7a81b2d95a00ba32f922f82843d9c99f3dc7a94720925d71f

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 463a9be6a758d35f930c20b298ae1bbafdebe05f87a004ae1b2d0c401dbc5c70
MD5 3d2c48f7506741f8ccc23a46342a3ad3
BLAKE2b-256 21fe3fcba278c5b3e8bf1eca166b502b0c6b9ebcaec3cf9faf4319c58b3c570f

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 f63274ee354a564f09c97ff45408740aa879250c6853cc165723974f878a3c0d
MD5 9fbfcb488fad65120c2d6d2881a6a5b0
BLAKE2b-256 e151140f248bc532dea8dbf0d43475427f5e130a6a3842d836355cc86d850bcf

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp38-cp38-win32.whl.

File metadata

  • Download URL: gluex.hddm_r-2.0.7-cp38-cp38-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for gluex.hddm_r-2.0.7-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 7f51f2e0445cf39e1ddf3b62fb9b1116d35d070da69486a725c31f27ff8c605b
MD5 eb43479f0063f4ac2dd1a2446b6f6a4f
BLAKE2b-256 bd177198701f081ee0c49caf7dc73e43599d070c0b2ff1273f514efeece3c001

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 26f3993fcf6c2b533d596b54e0cb554395f5c57d2078101c2043808053b2c832
MD5 04ec9ee502d9cea65acdb0d55fe0a6fa
BLAKE2b-256 c595b848cd411f4f70769cb6ccbae07a5b01809d310264429f42b4eb1876de51

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ff149adf1adbf4e248f854e4270e70b55b4d3baef8ad2f21c66de4ecacc6a58a
MD5 e219ffbec4ccf3204c1d0c0b6c8f1383
BLAKE2b-256 1fd72d5badc93db4b601a676622dafc704fd5348018a50653bcee7cd3bf9af45

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 98d651d0914730f5f8c11122e756a8911ece0b123b5ede062ea1ed3b964e8dd7
MD5 11d6114ae89856f20748d19b747a5fa2
BLAKE2b-256 53ce183126a808d8d06c598a6ee3ee91d2b5f42492bc8b0eb26da1aef35201af

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 108ecf2eb207a2411c8e14c42476a96ae6380af584c19a38f392c4a481d4fb73
MD5 0b74f52e0b0d571ca779d8f11201ea2a
BLAKE2b-256 4defc91c0e5e6c8e52ee4e8bbeae8edfa1393c596c3bf9a1b775366fec8c17ec

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 75304bc1a186e52d77520eced42ac5ac68ab5804be77e5f70c779cbb68852f35
MD5 af47419a09c4411c914f84d794fb27a6
BLAKE2b-256 eecd4b79200aa37bc6d5f92028610933b862326b0100a496d03a3977bbf35327

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3bebcb34e158cd9203a131566ab9b21f5db6821ecc5535d8aa194a8dbc7c458c
MD5 a15cedcd3782cff366c029cb31bbb086
BLAKE2b-256 61ea1cfb4059c89d80a84b56cb034c6708196ea1a381abdc67e6b76079c44058

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 cbdaadf57c6aafceeae22b3fd8bddc1d4bd947768e3307db981b9409a59539a5
MD5 79fbcd4f6e4e3845bc898d07596bd8ef
BLAKE2b-256 ea4801e88912a8534201038f77b6ea180ab04c8045ac8d52be3302cf2225ea31

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp37-cp37m-win32.whl.

File metadata

  • Download URL: gluex.hddm_r-2.0.7-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for gluex.hddm_r-2.0.7-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 1b1d4d6daedef0586c5f5b18a62fa9ac36f0035f60a566132453d71aac9f1a4a
MD5 5b49b54ce7c54e351753dec824047a53
BLAKE2b-256 ed31325e60a32f12d7448966099322b0f7940c4b577a4244a75f33b15f549fb1

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2b9763a5b61213ea0d8a0cce776313cbe06b32b08236b1dede33f5da3346f8d0
MD5 386de46337779f377bd8de07363c0028
BLAKE2b-256 119aad8a67649108fae6b68bd58deee109ed0ca17adb3102fa29aa22952250dc

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 51909b2d4ac95232be39e1faa40cf8133db8e9c8d548d1da9ad24e09a191c206
MD5 0ae11b06188c14f956b047f3e0a7379c
BLAKE2b-256 5083585c3ae8dfe772f84c7a2be677158b15d8df3025998c7662accc25c1eb8c

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 755e7e7f77b46936a63cb18be3a1c9c1895c26970e60d3db710b02a01e0e356c
MD5 4102a5469899b2c217ee180c10a46ae1
BLAKE2b-256 9c3abbb311c21d6851870f39ef4602ee04e41994bc25e4452b09abebdc6d33f6

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 50f824cdccfe344ead67113c6445a8c6424a1b1c0d672225bf0f08033f3a7b6a
MD5 da910fb8a408a7338f24b5c63d06b4e5
BLAKE2b-256 0dcc453ad16f6582b8123e8d396aa5413f17631be57c2dc958333cf3fb61dc77

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 962bf904c972eeb98dbb6887dbaff12f13c0d545ff01adc478bc74ad5921c05e
MD5 809b44f10c1919a21865a5fe9b260dc7
BLAKE2b-256 333cbc97e6f05d659a8cba38b43a197b5c1b5b817872e0a6f735f4e044d55404

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp36-cp36m-win_amd64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 e68f71e2ae8753fa081365c28f49269e81aedf7b27aad50aa5fa5c8620669ba6
MD5 92fc4322a035b61cd11a962ed68bcbd5
BLAKE2b-256 98589c2093693bdbbfc7b070e5f08aec9f87590233aee221a35b0ab3a90f8c15

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp36-cp36m-win32.whl.

File metadata

  • Download URL: gluex.hddm_r-2.0.7-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for gluex.hddm_r-2.0.7-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 6adc8b1f4798d9784c54527fee7b14b7a34717d424f2ec86dbc5412b8637adc6
MD5 034d5ec39de7ebdae8d5fb4754ac0f1a
BLAKE2b-256 098363a1377f11b4acca083e7689b1dd1ee80e1986349ccd26fa87b61b9c0220

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2a9d165edf413b9182b3cf07699f7dc8528897ba73c1ae5443392fdb1f2d6b8e
MD5 6fc19ab300c3b28ce59b58ee40238eb8
BLAKE2b-256 8a7cf924ee275a39988aabdb67b4f5c2d0ddf7c2f83d929d0970cccc7de81e0f

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ee1a055324b546444053a87050b5be0193eae8916f52f6fea705080ae1d1fefc
MD5 ba0431cbcb0d68b7d703c22aa9408228
BLAKE2b-256 dc5836bf7020b6e8ecb5829d8bb2cff7fe8cb9fa3f62a540f3d27a7670b67393

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c899346a4d34cdf73646272382858c34836bb057009101ecd8630748f29a0f45
MD5 423ad1ca8e92cf19e2a38d7702565684
BLAKE2b-256 fc6c1f75bcc1a07ea5f91f7193f47bb8085e4944b28888823d88593aae79ee4e

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a1d852c66f16ce3e580490a0c0dc9955b8a8c75346f822be845cf0a2508184e0
MD5 7fd4edf4c49e6863bf826be0db238d23
BLAKE2b-256 5b597127f93f3598475cf9aff65136c022031a6bb47fe57ee24a63a5385e679c

See more details on using hashes here.

File details

Details for the file gluex.hddm_r-2.0.7-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_r-2.0.7-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fc5cc46a90c664b2a84188ac342ecda95c107e29484fc6790d7f8b6368dfb0b5
MD5 2eb3fda7b58fb27ad354373f845c71b6
BLAKE2b-256 ac4970f208d7d524bfa31c810f33ce012bbd7eb295b7ce9bac5e5ad745779b98

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page