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.2.0.tar.gz (10.1 kB view details)

Uploaded Source

Built Distributions

gluex.hddm_r-2.2.0-pp310-pypy310_pp73-win_amd64.whl (39.2 MB view details)

Uploaded PyPy Windows x86-64

gluex.hddm_r-2.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (60.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

gluex.hddm_r-2.2.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl (34.9 MB view details)

Uploaded PyPy macOS 11.0+ ARM64

gluex.hddm_r-2.2.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (31.9 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

gluex.hddm_r-2.2.0-pp39-pypy39_pp73-win_amd64.whl (39.3 MB view details)

Uploaded PyPy Windows x86-64

gluex.hddm_r-2.2.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (60.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

gluex.hddm_r-2.2.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl (34.9 MB view details)

Uploaded PyPy macOS 11.0+ ARM64

gluex.hddm_r-2.2.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (31.9 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

gluex.hddm_r-2.2.0-pp38-pypy38_pp73-win_amd64.whl (39.2 MB view details)

Uploaded PyPy Windows x86-64

gluex.hddm_r-2.2.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (60.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

gluex.hddm_r-2.2.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl (34.9 MB view details)

Uploaded PyPy macOS 11.0+ ARM64

gluex.hddm_r-2.2.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (31.9 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

gluex.hddm_r-2.2.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (60.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

gluex.hddm_r-2.2.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (31.8 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

gluex.hddm_r-2.2.0-cp312-cp312-win_amd64.whl (39.3 MB view details)

Uploaded CPython 3.12 Windows x86-64

gluex.hddm_r-2.2.0-cp312-cp312-win32.whl (36.5 MB view details)

Uploaded CPython 3.12 Windows x86

gluex.hddm_r-2.2.0-cp312-cp312-musllinux_1_1_x86_64.whl (70.8 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

gluex.hddm_r-2.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (67.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

gluex.hddm_r-2.2.0-cp312-cp312-macosx_11_0_arm64.whl (35.0 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

gluex.hddm_r-2.2.0-cp312-cp312-macosx_10_9_x86_64.whl (32.0 MB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

gluex.hddm_r-2.2.0-cp311-cp311-win_amd64.whl (39.3 MB view details)

Uploaded CPython 3.11 Windows x86-64

gluex.hddm_r-2.2.0-cp311-cp311-win32.whl (36.5 MB view details)

Uploaded CPython 3.11 Windows x86

gluex.hddm_r-2.2.0-cp311-cp311-musllinux_1_1_x86_64.whl (70.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

gluex.hddm_r-2.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (67.8 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

gluex.hddm_r-2.2.0-cp311-cp311-macosx_11_0_arm64.whl (35.0 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

gluex.hddm_r-2.2.0-cp311-cp311-macosx_10_9_x86_64.whl (32.0 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

gluex.hddm_r-2.2.0-cp310-cp310-win_amd64.whl (39.3 MB view details)

Uploaded CPython 3.10 Windows x86-64

gluex.hddm_r-2.2.0-cp310-cp310-win32.whl (36.5 MB view details)

Uploaded CPython 3.10 Windows x86

gluex.hddm_r-2.2.0-cp310-cp310-musllinux_1_1_x86_64.whl (70.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

gluex.hddm_r-2.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (67.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

gluex.hddm_r-2.2.0-cp310-cp310-macosx_11_0_arm64.whl (35.0 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

gluex.hddm_r-2.2.0-cp310-cp310-macosx_10_9_x86_64.whl (32.0 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

gluex.hddm_r-2.2.0-cp39-cp39-win_amd64.whl (39.3 MB view details)

Uploaded CPython 3.9 Windows x86-64

gluex.hddm_r-2.2.0-cp39-cp39-win32.whl (36.5 MB view details)

Uploaded CPython 3.9 Windows x86

gluex.hddm_r-2.2.0-cp39-cp39-musllinux_1_1_x86_64.whl (70.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

gluex.hddm_r-2.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (67.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

gluex.hddm_r-2.2.0-cp39-cp39-macosx_11_0_arm64.whl (35.0 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

gluex.hddm_r-2.2.0-cp39-cp39-macosx_10_9_x86_64.whl (32.0 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

gluex.hddm_r-2.2.0-cp38-cp38-win_amd64.whl (39.3 MB view details)

Uploaded CPython 3.8 Windows x86-64

gluex.hddm_r-2.2.0-cp38-cp38-win32.whl (36.6 MB view details)

Uploaded CPython 3.8 Windows x86

gluex.hddm_r-2.2.0-cp38-cp38-musllinux_1_1_x86_64.whl (70.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

gluex.hddm_r-2.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (67.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

gluex.hddm_r-2.2.0-cp38-cp38-macosx_11_0_arm64.whl (34.9 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

gluex.hddm_r-2.2.0-cp38-cp38-macosx_10_9_x86_64.whl (32.0 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

gluex.hddm_r-2.2.0-cp37-cp37m-musllinux_1_1_x86_64.whl (70.7 MB view details)

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

gluex.hddm_r-2.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (67.8 MB view details)

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

gluex.hddm_r-2.2.0-cp37-cp37m-macosx_10_9_x86_64.whl (32.0 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

gluex.hddm_r-2.2.0-cp36-cp36m-musllinux_1_1_x86_64.whl (70.7 MB view details)

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

gluex.hddm_r-2.2.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (67.8 MB view details)

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

gluex.hddm_r-2.2.0-cp36-cp36m-macosx_10_9_x86_64.whl (32.0 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: gluex_hddm_r-2.2.0.tar.gz
  • Upload date:
  • Size: 10.1 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.2.0.tar.gz
Algorithm Hash digest
SHA256 0ed5c5e03763f9c2c9668f4ce50d1c9433940d3b68c638cd3c13bf0a777729f6
MD5 c73b42c5bf9a41f7160d9c0534cc89e0
BLAKE2b-256 d8d37588a1944d71502d5362ee5e3e6a96783b6890e497fe4048342100b746cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 113c301d488fda2940d12c59695e07f4987d2215b9a4185181fc4892020bc98b
MD5 0af9ffb2422e76812f37651a7f8cbeb9
BLAKE2b-256 21663d395f6d32f64012b3d5d2d8c485d21d741b2c1de9b775875947c21a57c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 27ec2641b71093ba57a79164f54101609045fd5c6c23cdb4e579d10566c15623
MD5 8598209acb28cf6846857485d151b1bc
BLAKE2b-256 dd485552084a6a9aca92ce23cbb0e42c141bc0b91821556ed0a49cc5987e5223

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3c5226213db5350b341bdf3874eee4d73aeb3ae06ea1f0f729c4a188c6fd3737
MD5 514553e8b9cfbaa2ae5f91a592b6d4f1
BLAKE2b-256 c39c438182231d7740c456cb46cd6c34b367776f7dda1a0c3f95d9a58fb59cf3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a8d1730724ba75bcc97ff21e13a61e80aa80cae6ff9b782833d68abfb39883b5
MD5 b4fe2a940d8430218bf22c56cc92b0b4
BLAKE2b-256 a255bd66493138a5f7c43a2d5e4e0cc7bc73cef9534c7ad646bdd8486d37b7e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 2ac13b3d0bae06b11d2999efe229d5b2e6c7941a5ae268452851233349d4e0d5
MD5 d6ea2fbbda244512050d2a8d66b59a86
BLAKE2b-256 76cb8337b242cabe0456e6ead85d5c5902526040e7f759681079eacf8fb40e87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 47a92474a7d1d8e4b216fe3d444f6bfc5fbfeaf2ddef474b35756746feba2d1c
MD5 2203ea5063c45ac1ad1699ee9af36927
BLAKE2b-256 9acf0c26fee78965aaa9d239460ae7b2ee04825573f6a05ec7ad500b13aea157

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 95648c9446277c680833dffb14b9fffa0728441bb4a3e4865a1a9619b766e10b
MD5 d69614c88deb1d7c45d83e3406f0f6a1
BLAKE2b-256 416861e6c5324f5a46a519e7ee8dfc15a0ca06204980ef25121ba5fa57b988f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5e34d9e81efea2cb8cea475b5aaa117d3e4a6187be0e382bb9348c9b13519181
MD5 6fdffacf994d109c58f54cc912a9fab0
BLAKE2b-256 fef66d603625aa072a69809fcadab633d56de0040771e0392aefb7562af6bc4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 d5ed819d22bac638d359f0fcbdf625fe71e67a75b32ee950fd611c22b7e02f6d
MD5 48f34abfb8c0b0811e6f96722a89a1d9
BLAKE2b-256 dc60f5ddb2e69481f87a5ac85fd0465115397fa70d6f547a6529f4f1ec679d49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7872403f7bd5b4f8cf706159661678c49c37955d48a3b06ee3dd04f2a556224b
MD5 deaa57bb1cae6fa4d92fde2f4f130734
BLAKE2b-256 38b62f4bc5b59458ceb8760fc9012cfcddc473d92a3afaa33efd68b707393e8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 75a1eaa3cada02539c4a110f3bba3e7610133c83d962e2acc4b88ced6e110632
MD5 b686d0b20d750ade9bf4728e82b66534
BLAKE2b-256 deb10c7f48d9ed92981125f412edbd5b6ff73f368309de7f145b444205c76da4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d0bbf0c7d99addbb4df57bd9782dffb9fe55f0e0215dfb67666f24c7c80ad347
MD5 e12091843bf9f714f256b0a150a6c117
BLAKE2b-256 c2a6a3602e05cd59602c4f68fbc9b8c7b36a7c6eabb029816de383473a012611

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 548f3c3ee0ac8885282b250dfee63ac5bd4ef4cd5f105eca6972707b88ed4afe
MD5 fb399e3ff7ed6f4c484155d134ace6b2
BLAKE2b-256 4a2612a0d5ddeca9957ce6c38682760867be3d144a2ce0d0b43bd7f6889b2fe6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 65805d19e8996bb404ad222db778d91f0cd75384990163adfcc1e97d6aaab974
MD5 b602f1830b381d4767a359664b708c4f
BLAKE2b-256 be5b8f02e4a9ddbb17ff0bb85f9d060677800df1ddc7af215ec95f2e530f3089

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d0fd293f9ede1e2f84a83d77f9f12ad99ba1e3259b7cffa2783b810be809b4c2
MD5 38a299161ac21281de584802295e98ef
BLAKE2b-256 ccb9485040c9649d3b12d2cbf6f220117d54ad1977cfa95061f828daef91be5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 1ea9eec820e1c4598bc38a6d727732adcc2b887ac5652cff994594202edd9ba3
MD5 2630ea0451ca3df8dc4f16574b2a6736
BLAKE2b-256 ec37dc065a1b8b0ee36477ab5f53abb1be43ff44eb27cf0a35e67d4cc6545db6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c76b2955d9e0839636e7060292aa392236f41c3d2505a0023922880c5e5ae093
MD5 25d48409ae8bf80375d524969d904d33
BLAKE2b-256 1fb423426a387ae9b044f60e79094706e8b5ab455b440300ebacab0e479cc11c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7935040055eba9251b61f35654b3c5058d1631a883f1b304981f24aaea8f119b
MD5 1324e69f5f2fe598b4de5d98b32cd061
BLAKE2b-256 f35204de5f093fb2acc80d31b921872906bf9718543ba552076aba5c036ee908

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b999135bd0600974fbb36065dc8566f93147df1e2d7c38833bcaff651a69b1f6
MD5 1250f786b2061d7a011d420f6ca4190c
BLAKE2b-256 112e3012a111a2c3d4f335fe31c9375fb3c839a2800bf236500e9b53ecbd1f01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6b56dac0844c26d5fbdb3d7c7dce5c6b998b4dbdb0206d18bd3ab6f0cdfbdcf8
MD5 f422fbaa2e182150a30795bd2379e8df
BLAKE2b-256 48e0ba09336ddc6b238e5ae98a7e0b8ff449257cff4fdc33b1459309a2b35864

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 28ff6a12f50ed1e3c5c9ad28aa343af29c523ddb2f93266d5afae5d01ad34539
MD5 053aa69068f45f0e898f2caf994bc285
BLAKE2b-256 e0f7bbb8d488e25cc5cab704004507d7ee43d2b57e09f6bee5a21aad59c9c134

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 12fd6c8d0c17bf147b6bd773972f647cb5e6a2f153ca4f166f0c38f4bbfca072
MD5 d1cf02afe3e98b811a067e4d4614dd1e
BLAKE2b-256 3fca066eabd2e8c69d1845f5e9f098f0469dbb3603fb8bbee33f25df84b4e929

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6ce2ebfa470f11b7595fd4787a8932c174d323e3c6d0c984142ca6dca7d1eb32
MD5 601c3621e39756dd463e7420f6a8e742
BLAKE2b-256 490366efc3c4886222ad62bdfa89eb025534fa4dfe8b629c9d88b853483dec7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2ccaa60efc0ddcdcd0fbd2a2e9ad9d0683e789b4ed499d90c08247295aa2b1b3
MD5 861e89f2683297880135e817af0cf01a
BLAKE2b-256 27263021d7c8d910cf7207924e16134039c79762dab9bc882176fb047b277715

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8b6c26542b207daf2d2e334df3c5100431ed61d2939a8bcc1895e1fad1a79f52
MD5 110fb85ab75e8eb0a748eb272fe5c54e
BLAKE2b-256 009c62a0332cd36527f41187cbf5a33966d69f7c0a9244868c011aae4b17fb0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 97fa616eccc96bd08b0d46bbf1a1751dce7153e176636ba69272605d7d78bef4
MD5 cc8401203e9b1383e3e55128804132ac
BLAKE2b-256 26f8563738cbd1bdf607ff1a2cdebf8a80ec1bb77f632d03f4eebd1de272d218

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 30f6c98da64507ea41ccd952e7ab6406d8899e5977d8d61237eb4ebe18c552c7
MD5 c31538557973427e4bf29a5eba7fed63
BLAKE2b-256 d450687e086c219687411146d41ba18ea6f5fc767ba98d513577e7237f0b1411

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 5ab43cb7443570ea09b8b886393c12afc0e35ac59197b11981048f7b65aa0d6c
MD5 c47099c555f7390f16c9593424880154
BLAKE2b-256 42a5edd64a41828cb6ff3f08b2f9372d813390e577f97a2ee77118826b43687d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3d2ec92bd42923358c83838c343b8e8069faa16aef9634607e0c4eab03dfd803
MD5 5cf2bf117e3a93918575d2071dc436c0
BLAKE2b-256 a4f06e61f489346cdddfb9880a0f7ea2f26403d5e21510c8f1805b8850fc7eb7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 12d2a734ff9ba414b681101726b5f9979b3e9d4c908da01512a07afa5644713f
MD5 972049666743389ed0bb3267732fe593
BLAKE2b-256 443d3453fcfe187c1ad9c5100c77a6b67c44c5e5748ff0066ffd44af694cd92c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b91a63c64fc85724da7377ef561f63877de5393bc0e69333fa43b6794f729b29
MD5 9dc972a4cbafe1935a1ad94423d33151
BLAKE2b-256 23bd165234d49d6fc20224c617df2293553916285d86546641e7bfed8dd3715f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2a8f55c5949f2a52935e48161829c564d0aa510a81b59053d8dd9a5b0a14f817
MD5 01a12eed42e568cb3d19ccb77994f8b3
BLAKE2b-256 529b1dbd2eb60f85bbceab07c0d0ea55cf81a67178318471bfbb29bfaf6a10ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f5ff0cf8132305f0ec797dc5cee97bb86215bf336103e98e77c70da02fd18dc5
MD5 e04c9dd587755d0ddf16f51c43086005
BLAKE2b-256 6de0164833992555a12ca8d30f17bad08e7e08a6bef814426f4ceb24a0272f65

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gluex.hddm_r-2.2.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 36.5 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.2.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 7b6aff28abc3ff860da519dc58373a4075c114bbb0dc26f649e3a3abac5ea3b1
MD5 28b27370d97f7d40b2e1c68fc17bc27e
BLAKE2b-256 df96874f0ffe7ba7dbbc42dc58fc1609695712322c9a0cce63e70e633dcae657

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5fb42241230a3676e818da548133a7ba99fe25678486dfaf068bbea7849f6377
MD5 85da4df4a48b5aa21dc2b11ae00d722b
BLAKE2b-256 0562bc35c21da5d20d90919f8061af0a9d9278caf005fc06adc9cc95d5ee482b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5e49ebd00069f78beaae17e3c78664872f80697a921e8ac66684d116b789c44a
MD5 63f97ab546f906ca63235fbf70be5283
BLAKE2b-256 d67321846d00bd3170969856b49cb62690d73f8b4756de512993313807acdb72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9463403cbbc2b7d9d52a676089ff465a7ea2701344631c6854c0e70eddc9826a
MD5 e349c5a672921dc6d6dbf6db6f569238
BLAKE2b-256 7fbf904b86283f2abc0f32c1783b7907b178e41b68fc43b4b7c1b0642a7dc3fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 59f16484bc70d42e2f4fe6697a3250483e95127df0f72d0aee5bf98478594ae1
MD5 2248b3fc7b4fc9cf1300e218e685bcb5
BLAKE2b-256 2b023d64099f81dadb0453cf6a151d98bb1eba1d293c58d3a6b6fa9e1825bccb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 52853fb2160f42c32d3e6959ce91a32d3ba740b6550bb72da5e9eabcd7e7def4
MD5 d980c6acd01210935e4af2c76c2a4938
BLAKE2b-256 a027ea12c9a509c8615af19b5ab80db791c38463948cc5ada353b2266378889e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gluex.hddm_r-2.2.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 36.6 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.2.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 a044524479b7371fe569493a8ce23d1ef7e744ceca1d0332ed518a76ded1eb51
MD5 5bb5b60bae42bccbb4fec9791b3da40f
BLAKE2b-256 c2444046198f606ac540f9141021485bf4f280b89e664ec08a4e76fbed2c3ced

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fc87622532df06c6bae8599e497d1ecfd8bd63a989b841ad2adad4d6a3a19bfc
MD5 ddeb0d95158868dc65b71bf869f8ce71
BLAKE2b-256 f171c82cc43b29970f5f6b12eddc1536b338be38cd93368751bb441b09f6a3aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b29ffce10bde4bdf31e5d31515dbe37c5ed29de6a775b2b82414752684a684ce
MD5 db3bef51a60d75ae486f0c806e07585c
BLAKE2b-256 f3fef2259717f6a39a3562d545bd56159cde76f8c262eee8b5bf94f860fb1f70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 02ff290e6f9af24249ae132c5a636a3c807e9a1afe0a2d2ff2f9e299e9439767
MD5 d3e0a85c8868185ac85d7a9ee5b1b09f
BLAKE2b-256 3f093145588f2db863aae013eff6b2fc15b8480478d074da4ac73505fbe78d4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 698490bf0778ecb8b97b012f36c8862a7e1e35e1d784a60870b9467fe3da9f76
MD5 f96d7ce6fdde516ac5a42e157f3505c6
BLAKE2b-256 4dcbcca0e9424b1c335ed8fe636ed09e9c0bb2bce336cf55604c94e0fc32b49c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 975e864e3e293d7e199eb1581abaa52f56360d6b855233418eb7f9f47e82759e
MD5 45386105335678f378bb4cf3974eb5bb
BLAKE2b-256 73f4d51f9a5eff10164b622b51cc66908b5a957d7883a81c47f326e04b10d67b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6d2c1657170b2bbfbd1a1bca5ed51610185f6d6fbb8b35dc4524083a5802176a
MD5 10a10c51b593f09f2e53b89cdf302293
BLAKE2b-256 1d1e5d7ebbdf60fe65d4a10b53d7ffee3dfddaa0e2a3854309d3e3ee7d8df594

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7e9e4ebf3447ce04677ceb42ab5c33fe7a674b4ade0f6d4f67981848f040121c
MD5 da3aff3852166d40c22264f78115095a
BLAKE2b-256 2d525fb99a0fa64e089eaba9fc335bcefe0114a6a9b9e86dbe4c4516b9d0ab38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d1fb84d9c740281c9df29ba2ebe363d20452c053938a4b4843fa2c931607c1a5
MD5 080ee6f433d782d8a9360b8396e67ef7
BLAKE2b-256 25f607addf55917b80c7a089f525e65a6eee269162cbc3aa95b5780b767c3e06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 28aa42e272c3e40eec70031d4df37a810dde30dc0bd30b293a42f161aff8ea1a
MD5 a078bba0a9304f9b74c7e13d3934c087
BLAKE2b-256 5efc368bc9b3a2056e306c6792ae4d996a03c1609a3b056ea9d442b89b14ec26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.0-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b6859db5c1e6d26df9eaad458f36c4e511baa767e2fded720d624994c57cd8f1
MD5 384342146f33b4c58fcaf72ccfefc32e
BLAKE2b-256 0b0508fa519519b89c75cbf90f6b5c805c417d30e5c2258e3c3ad1a338ba3f83

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