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 Distribution

gluex_hddm_s-2.2.1.tar.gz (10.6 kB view details)

Uploaded Source

Built Distributions

gluex.hddm_s-2.2.1-pp310-pypy310_pp73-win_amd64.whl (39.3 MB view details)

Uploaded PyPy Windows x86-64

gluex.hddm_s-2.2.1-pp39-pypy39_pp73-win_amd64.whl (39.3 MB view details)

Uploaded PyPy Windows x86-64

gluex.hddm_s-2.2.1-pp38-pypy38_pp73-win_amd64.whl (39.3 MB view details)

Uploaded PyPy Windows x86-64

gluex.hddm_s-2.2.1-cp312-cp312-win_amd64.whl (39.5 MB view details)

Uploaded CPython 3.12 Windows x86-64

gluex.hddm_s-2.2.1-cp312-cp312-win32.whl (36.6 MB view details)

Uploaded CPython 3.12 Windows x86

gluex.hddm_s-2.2.1-cp312-cp312-musllinux_1_1_x86_64.whl (76.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

gluex.hddm_s-2.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (74.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

gluex.hddm_s-2.2.1-cp312-cp312-macosx_11_0_arm64.whl (35.2 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

gluex.hddm_s-2.2.1-cp312-cp312-macosx_10_9_x86_64.whl (32.3 MB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

gluex.hddm_s-2.2.1-cp311-cp311-win_amd64.whl (39.5 MB view details)

Uploaded CPython 3.11 Windows x86-64

gluex.hddm_s-2.2.1-cp311-cp311-win32.whl (36.7 MB view details)

Uploaded CPython 3.11 Windows x86

gluex.hddm_s-2.2.1-cp311-cp311-musllinux_1_1_x86_64.whl (76.3 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

gluex.hddm_s-2.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (74.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

gluex.hddm_s-2.2.1-cp311-cp311-macosx_11_0_arm64.whl (35.2 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

gluex.hddm_s-2.2.1-cp311-cp311-macosx_10_9_x86_64.whl (32.3 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

gluex.hddm_s-2.2.1-cp310-cp310-win_amd64.whl (39.5 MB view details)

Uploaded CPython 3.10 Windows x86-64

gluex.hddm_s-2.2.1-cp310-cp310-win32.whl (36.7 MB view details)

Uploaded CPython 3.10 Windows x86

gluex.hddm_s-2.2.1-cp310-cp310-musllinux_1_1_x86_64.whl (76.3 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

gluex.hddm_s-2.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (74.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

gluex.hddm_s-2.2.1-cp310-cp310-macosx_11_0_arm64.whl (35.2 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

gluex.hddm_s-2.2.1-cp310-cp310-macosx_10_9_x86_64.whl (32.3 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

gluex.hddm_s-2.2.1-cp39-cp39-win_amd64.whl (39.6 MB view details)

Uploaded CPython 3.9 Windows x86-64

gluex.hddm_s-2.2.1-cp39-cp39-win32.whl (36.6 MB view details)

Uploaded CPython 3.9 Windows x86

gluex.hddm_s-2.2.1-cp39-cp39-musllinux_1_1_x86_64.whl (76.3 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

gluex.hddm_s-2.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (74.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

gluex.hddm_s-2.2.1-cp39-cp39-macosx_11_0_arm64.whl (35.2 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

gluex.hddm_s-2.2.1-cp39-cp39-macosx_10_9_x86_64.whl (32.3 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

gluex.hddm_s-2.2.1-cp38-cp38-win_amd64.whl (39.5 MB view details)

Uploaded CPython 3.8 Windows x86-64

gluex.hddm_s-2.2.1-cp38-cp38-win32.whl (36.6 MB view details)

Uploaded CPython 3.8 Windows x86

gluex.hddm_s-2.2.1-cp38-cp38-musllinux_1_1_x86_64.whl (76.3 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

gluex.hddm_s-2.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (74.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

gluex.hddm_s-2.2.1-cp38-cp38-macosx_11_0_arm64.whl (35.2 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

gluex.hddm_s-2.2.1-cp38-cp38-macosx_10_9_x86_64.whl (32.3 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

gluex.hddm_s-2.2.1-cp37-cp37m-musllinux_1_1_x86_64.whl (76.3 MB view details)

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

gluex.hddm_s-2.2.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (74.1 MB view details)

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

gluex.hddm_s-2.2.1-cp37-cp37m-macosx_10_9_x86_64.whl (32.3 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

gluex.hddm_s-2.2.1-cp36-cp36m-musllinux_1_1_x86_64.whl (76.3 MB view details)

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

gluex.hddm_s-2.2.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (74.1 MB view details)

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

gluex.hddm_s-2.2.1-cp36-cp36m-macosx_10_9_x86_64.whl (32.3 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file gluex_hddm_s-2.2.1.tar.gz.

File metadata

  • Download URL: gluex_hddm_s-2.2.1.tar.gz
  • Upload date:
  • Size: 10.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for gluex_hddm_s-2.2.1.tar.gz
Algorithm Hash digest
SHA256 4947d51c9b14e3a1d5bc9a5004f9ddb3b977f2b6abe028c86795b71552f14fd7
MD5 386a76a1f68f04ced30153b7ab121daa
BLAKE2b-256 3757ed02aa76bc7d6a7541063216bd88c362b0467d17f7351c33f5f08818a843

See more details on using hashes here.

File details

Details for the file gluex.hddm_s-2.2.1-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for gluex.hddm_s-2.2.1-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 cbee0ee5c40a658189a474bfb5ba27381c7635ae0b5218585a8e8e8a242f5e01
MD5 aa0782e5338d10261dbf8df48a836785
BLAKE2b-256 ed2b9b2986ce4d821f204a1e1de8ded775267cb6a3eb007eb7e0981933d2bae6

See more details on using hashes here.

File details

Details for the file gluex.hddm_s-2.2.1-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for gluex.hddm_s-2.2.1-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 acbd55e9cc25e570cb00b46c1fced229eb34dffc6689165f9ce7aae297cc1e77
MD5 0757b9ef5d43b60a760380fed540a117
BLAKE2b-256 fba3123d979d3fc90020367ec23a27af4df1c8f9def13283034f95732ab3df06

See more details on using hashes here.

File details

Details for the file gluex.hddm_s-2.2.1-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for gluex.hddm_s-2.2.1-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 dc7c6d38d1509d1e2ebe37418c66db12a987cdd3a1350b676208bceb8d6c679a
MD5 01f5c096612bf8a359d7ba7f679e0497
BLAKE2b-256 ea70598929f89c3b7c8cfd12dad7b2d93dfd980d8308fad18caac53042a654e4

See more details on using hashes here.

File details

Details for the file gluex.hddm_s-2.2.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for gluex.hddm_s-2.2.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a0ccb9ea96dae5a9ebf7574f30302a350490fae67e64a01e22510c7acded3be5
MD5 978ff59f743115e05c676eb95d901480
BLAKE2b-256 1c1374ed5f4c2632af6f7c589359c86c50315eb0d57c3d862687fce58a36666e

See more details on using hashes here.

File details

Details for the file gluex.hddm_s-2.2.1-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for gluex.hddm_s-2.2.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 b7c57667b45d4250082eb6e422aff3c043999ecef65a2126118fb87b12b29cd7
MD5 3f5debfce4f1d3a9207c9d9ecee10621
BLAKE2b-256 3594f069aa424b290f6f7e0da2f400460742cb6debbdd7673e9b065853fcc073

See more details on using hashes here.

File details

Details for the file gluex.hddm_s-2.2.1-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_s-2.2.1-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2c86cb82ef7e3faa1dda3ab206b088d1aecea96230034ee7a1a0675568985f0c
MD5 0449530594bb747fe5413df767a854b9
BLAKE2b-256 c30c0987e17064b2be6cefd3550f059fb4f43f9b78b4af98f37536f1460cd396

See more details on using hashes here.

File details

Details for the file gluex.hddm_s-2.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_s-2.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 dab804f5e4e6bae88dc4229b8e3bbb285797b2dccbf292ca86929953736389be
MD5 696d3fd819150e0b4ffe74eb5e57705f
BLAKE2b-256 b6f68fe5f7987d55978e3f496073f9f63670c10310c4e42767005ad91c1b9de7

See more details on using hashes here.

File details

Details for the file gluex.hddm_s-2.2.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gluex.hddm_s-2.2.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 16b6fb6a6fdf140e8281f9714063f985847b753bd3bd854bfa20fde5657b1761
MD5 4f4cc6f415065ec90f5a3beeaf724ff1
BLAKE2b-256 043b1a4ff52f66214b9d691a9205cbc7e860c4f287964e9925cee6911527de0e

See more details on using hashes here.

File details

Details for the file gluex.hddm_s-2.2.1-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_s-2.2.1-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6abbdaa68e43f0ea334ce2d299e0191a4dca14f53df4f925963ce68da8382de2
MD5 68876abac793c45de44ebf6c0de21e7b
BLAKE2b-256 a4426e25da1145e0abf129085244c75cf682907c80d4048eed2e748423580c08

See more details on using hashes here.

File details

Details for the file gluex.hddm_s-2.2.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for gluex.hddm_s-2.2.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 fe20926a9f90f6fcb3a7ea0df7063401c066bc5b0c05b19cfe654ba06c0fb25d
MD5 51d2519cb6f560f1cf9cf324de8c989d
BLAKE2b-256 e7001bc7a48fdee39daa14f4581cbb5e477dc3be2cdb0f412038c5dd9d2d3d41

See more details on using hashes here.

File details

Details for the file gluex.hddm_s-2.2.1-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for gluex.hddm_s-2.2.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 1f820ee7168c6ddf4757e2ccc0d12f69559686a98e0aa71e5fccdc74af2f00a1
MD5 3abff327d9b7644d02c1e945f80ecbc6
BLAKE2b-256 edc8a7325ecd4d34fa508ae18db2b7c22bdb46238fa1b958995befeca413d718

See more details on using hashes here.

File details

Details for the file gluex.hddm_s-2.2.1-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_s-2.2.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 c3f6fa3d86806523f120e38431d998aa6e6e3fc9f6a8e899616f46da92b4c552
MD5 cd210ec8de02493d6935926a733bdf61
BLAKE2b-256 52dd7d51ab6ad1529458a4689f341134f67e931f71b664636a0997ae924557e5

See more details on using hashes here.

File details

Details for the file gluex.hddm_s-2.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_s-2.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 89944b727e7cc13ceb1c8059535085cbc3e450d7064ae05ec7ad94e154332e99
MD5 1b727b29d88cbeb809ce44d6cf6c2c19
BLAKE2b-256 f16b7cbe4135c682293e56cd32ef32a8107b18c76118273e9c1c2a7516c432fc

See more details on using hashes here.

File details

Details for the file gluex.hddm_s-2.2.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gluex.hddm_s-2.2.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8d2fd7ee7d312980414454efd90ee91b38420689685fbf00f3c7899d82c4d1e9
MD5 f7ac7333ab0c35549d7d079226b75762
BLAKE2b-256 94c2b017bc39a65e84bc1ab056944021c5502ed3d582bc0279759b1018609411

See more details on using hashes here.

File details

Details for the file gluex.hddm_s-2.2.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_s-2.2.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0efbf7bdfb64db0c4315084ded67a93e1b0beec1e730202c7004e8878440ca42
MD5 f54845dabf7721d0322d043ef47541a3
BLAKE2b-256 e5c0ba8f874e2a0bcaaecfc783d70535575509bf5ef45b15be6a779551e58045

See more details on using hashes here.

File details

Details for the file gluex.hddm_s-2.2.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for gluex.hddm_s-2.2.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f3e45049ff5b16877736817c389faa975166f289c75475d7e3559de64b998198
MD5 6d9ed755dff5ed69d99e0249184dce63
BLAKE2b-256 57733858912e2a44cefa752f436b3d29cdf370811edbd130f89ef769b542d043

See more details on using hashes here.

File details

Details for the file gluex.hddm_s-2.2.1-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for gluex.hddm_s-2.2.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 e9ac4bf6687cd88858fc2f6fa9ae1e29f8e7cf5360a8ec01a29cf7342db99a2f
MD5 c51a8d9d9cfe1da90347d28c17e1bb41
BLAKE2b-256 f984f1ed055117b2819ed14fb1ad9ff19783562005f1ae197f3d97e641b06d52

See more details on using hashes here.

File details

Details for the file gluex.hddm_s-2.2.1-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_s-2.2.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e30b3b047607ba102d9bd8f70fe9294496e5c05c176de636296d297df8d9e3d4
MD5 e55bc4585d7a560c042106ed1f0635ae
BLAKE2b-256 921c76c99143c09e2658e02c47a576d2a2c1486e64b179a86a49099ece6ca121

See more details on using hashes here.

File details

Details for the file gluex.hddm_s-2.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_s-2.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5358518cff306bbfbba0be1203d1ab523304b353b795cc195f270f2e4ea832ec
MD5 e72bcdcf3c9bc278bff3d62734d12e18
BLAKE2b-256 89814d7be00050e3dfc6cb2e9eb11ce767f86e324fe5797e188c47ff534ca187

See more details on using hashes here.

File details

Details for the file gluex.hddm_s-2.2.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gluex.hddm_s-2.2.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 99df717963905829617b07aebfa1925ae5c4aafd44f7ffc300c419d8a9f7d5d5
MD5 8bd6b826334b2cf70ca1d0d5ea449cee
BLAKE2b-256 953a7a4c675d78ed9d61474b0c6270c8cec97f3d596ccd7b81272c8da5d94813

See more details on using hashes here.

File details

Details for the file gluex.hddm_s-2.2.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_s-2.2.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4834651ea6def61f48f0d273cb6f6c41cc53cbc622f28d129e6a14a3b87d1089
MD5 391f4f7d97814acef4acf4b1d27bb536
BLAKE2b-256 531a0609ef1afc2207a31c8ef31bdefd42f4facdaab38aada4d32cb99338db23

See more details on using hashes here.

File details

Details for the file gluex.hddm_s-2.2.1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for gluex.hddm_s-2.2.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 f413564a975be3c213cc777bf634bbadc3779c0463873ec3c5822eddd0279f10
MD5 92d915a7f610626da4ce6ce18ae4f562
BLAKE2b-256 e13fa37ca41486a0aac2e01b5e27de9dd2ff5bbf06f6fbba415b89ba9322d93b

See more details on using hashes here.

File details

Details for the file gluex.hddm_s-2.2.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: gluex.hddm_s-2.2.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 36.6 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.0 CPython/3.12.5

File hashes

Hashes for gluex.hddm_s-2.2.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 0465021082a1c4a257943fa42af29afbd35ddfa90f38630e9ce3bccda8181974
MD5 4bd50317a305d967b818ef33b07479f6
BLAKE2b-256 3aec2ace1e83b4663713541c3c87932738c02b2e3f3cc3ac6e022cba5af1b382

See more details on using hashes here.

File details

Details for the file gluex.hddm_s-2.2.1-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_s-2.2.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6444d73f92a5c84f75c35ae64064ab980705502d14a1da2a9a48f5a7c422fd0d
MD5 1e1f21a15e8a1afbc6967bafee2442ae
BLAKE2b-256 4a14c548caf2b75eaf675c4656e45398cc1b0e8947775a553d0664624684358e

See more details on using hashes here.

File details

Details for the file gluex.hddm_s-2.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_s-2.2.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 510f636f96f151377282661ff3599e2b4fe2273167d278e107f4173809e2951f
MD5 290a5a91818caa8576917a4e23fff1c6
BLAKE2b-256 5740c7a5bb6bf2b47c284e96e3600ee1ce60ed87838d882aa1737fd95e7e9127

See more details on using hashes here.

File details

Details for the file gluex.hddm_s-2.2.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gluex.hddm_s-2.2.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 608c7b823d5fedec36c9a35fbfd79bf369766e5fa8aee2a7cc0846d0cb73696d
MD5 17f9a3bebd1fba939b6ff4651df0cafb
BLAKE2b-256 2fbbd8094a6967b3d29a994f712bbd09de00cb00fff060b20011bc8cd5604efe

See more details on using hashes here.

File details

Details for the file gluex.hddm_s-2.2.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_s-2.2.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0c3098b5a5df6e39efe3135555f575ae3f4b2ee184480b8250783f2dea9d9d69
MD5 8c3e53c5936ad7f1eba0d6b5ecfa4e48
BLAKE2b-256 183a146e7586c53b9b47762902dceac4406750c48dbd8daa9c8c57e5ed4b9326

See more details on using hashes here.

File details

Details for the file gluex.hddm_s-2.2.1-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for gluex.hddm_s-2.2.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e71f834ee8780d9064bfbe7238fb65a7a4b9908960f0de1f5d4252f531a6534a
MD5 e84f2eff5b583c949f3165832f63ee7b
BLAKE2b-256 7225321db766061b717d05a6d7dec67427210fecc11cbfc64e0f59604d60d8c2

See more details on using hashes here.

File details

Details for the file gluex.hddm_s-2.2.1-cp38-cp38-win32.whl.

File metadata

  • Download URL: gluex.hddm_s-2.2.1-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.5

File hashes

Hashes for gluex.hddm_s-2.2.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 8380a60666013c7aa015234c3d6b135050380ede1988aa8c96ec1cdd7ef52460
MD5 5532ad5faf230c11abecf80b7e05cf59
BLAKE2b-256 6c402f48c75ab51c803c91e59742579eab3bd2edc6ff3d6445e02c4991e1b737

See more details on using hashes here.

File details

Details for the file gluex.hddm_s-2.2.1-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_s-2.2.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 7316bad614d32b883cf06f301cc42f16dbd7efaa918da18b126b74a09e66e40c
MD5 3bff85cd1f7b3e56d959bcd17c402004
BLAKE2b-256 584846488d8eee566b8b9f5e02e350bebd8820abcef54a57dd52aaa14041f8c9

See more details on using hashes here.

File details

Details for the file gluex.hddm_s-2.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_s-2.2.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0985367a0f91364c7af6dbdf408031068d15cc2d19ad7c957b30d2930b61f5d1
MD5 cc8a0107026f34c61ec3c407bf7d0866
BLAKE2b-256 e4ce32cc61b081b9b9ad7a0ed20028382bcbe98d8a13809ec295390d5f3131d7

See more details on using hashes here.

File details

Details for the file gluex.hddm_s-2.2.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for gluex.hddm_s-2.2.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 36a5cf3441180bd67039336da4a260436350fc8d8d26958f2a7a2ba6ba509e37
MD5 fba35b4a70ce660ee201feeafa33e401
BLAKE2b-256 68ec4a6367d0dca3d847b2589371a77f4d7afddc04c4ab84d568870d99229b8e

See more details on using hashes here.

File details

Details for the file gluex.hddm_s-2.2.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_s-2.2.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 02661f0396282d700e61664ce40b2ac0ba43a38bfb4a72c4e2f84c005589f769
MD5 935c41200f62121281a79dd50bad7341
BLAKE2b-256 66f95fe4a1bc71fca1be126c9f762f72e60988dfe213b168078f9c48c0d43326

See more details on using hashes here.

File details

Details for the file gluex.hddm_s-2.2.1-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_s-2.2.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e46e33d784c4356d0f659a665d2a4fd0830d5eaed51db47f1e65970254506798
MD5 b883403ff44968164ef7cc28da05eaf8
BLAKE2b-256 5358fc4036129fecfa46bf82e9814976b2d17f3690135d58193d74fb51f5cd64

See more details on using hashes here.

File details

Details for the file gluex.hddm_s-2.2.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_s-2.2.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e52ec2ee00afa390525fe55c5a4dcd5d1288806fd4245106ddead3c4bb8a9398
MD5 f71bd53e215105a550f44f085e90d161
BLAKE2b-256 1877ea21f7809c3711905315e26225f9d79846129046210c50509a9c842fbb5a

See more details on using hashes here.

File details

Details for the file gluex.hddm_s-2.2.1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_s-2.2.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9de240b1e3aa4a0dfbbce5e7696cfd232efbb91e8bae5ca879c173a65a575e7a
MD5 0a394c4f8c8e966adaf411e4879daa0f
BLAKE2b-256 18dcd219c21826db4f9b331fb3cfb4ceb0ffd5867590a575e9b9868e6d8e2b81

See more details on using hashes here.

File details

Details for the file gluex.hddm_s-2.2.1-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_s-2.2.1-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 77d4f954a9e70a00014c639b5098294e9ffe0736cceeb95d36b2719ed4233baf
MD5 7adfe5731d8c74283d1e2cfa89839438
BLAKE2b-256 d57e4640cf86367e4097a00ef15d8f1e03f4c17f08aa591f200c17579795799e

See more details on using hashes here.

File details

Details for the file gluex.hddm_s-2.2.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_s-2.2.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 70501f170f367949ae49b5082deb3555a315029ce17b03402da824a4a16cb4e1
MD5 e45da965dde1ff895301f77babadbd36
BLAKE2b-256 d2ad46cc7616115ac0fab6566a0839977604b35e8cedf583ba3c4601de61a233

See more details on using hashes here.

File details

Details for the file gluex.hddm_s-2.2.1-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for gluex.hddm_s-2.2.1-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 cf34747713429a132199f9d545096366baec11d8cc0525030310dddcd7bfdc9b
MD5 b7b6c820acd4d6fe3968d679b74676c4
BLAKE2b-256 9f0e15049ccc2895ba41755f7eea82f2336c8e230072a17b899b881031169f5f

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