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

Uploaded Source

Built Distributions

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

Uploaded PyPy Windows x86-64

gluex.hddm_r-2.1.13-pp310-pypy310_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.1.13-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (7.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

gluex.hddm_r-2.1.13-pp310-pypy310_pp73-macosx_11_0_arm64.whl (5.6 MB view details)

Uploaded PyPy macOS 11.0+ ARM64

gluex.hddm_r-2.1.13-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (5.8 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded PyPy Windows x86-64

gluex.hddm_r-2.1.13-pp39-pypy39_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.1.13-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (7.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

gluex.hddm_r-2.1.13-pp39-pypy39_pp73-macosx_11_0_arm64.whl (5.6 MB view details)

Uploaded PyPy macOS 11.0+ ARM64

gluex.hddm_r-2.1.13-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (5.8 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded PyPy Windows x86-64

gluex.hddm_r-2.1.13-pp38-pypy38_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.1.13-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (7.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

gluex.hddm_r-2.1.13-pp38-pypy38_pp73-macosx_11_0_arm64.whl (5.6 MB view details)

Uploaded PyPy macOS 11.0+ ARM64

gluex.hddm_r-2.1.13-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (5.8 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

gluex.hddm_r-2.1.13-cp312-cp312-musllinux_1_1_x86_64.whl (14.9 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

gluex.hddm_r-2.1.13-cp312-cp312-musllinux_1_1_i686.whl (14.7 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

gluex.hddm_r-2.1.13-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

gluex.hddm_r-2.1.13-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (14.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

gluex.hddm_r-2.1.13-cp312-cp312-macosx_11_0_arm64.whl (5.7 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

gluex.hddm_r-2.1.13-cp312-cp312-macosx_10_9_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

gluex.hddm_r-2.1.13-cp311-cp311-musllinux_1_1_x86_64.whl (14.9 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

gluex.hddm_r-2.1.13-cp311-cp311-musllinux_1_1_i686.whl (14.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

gluex.hddm_r-2.1.13-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

gluex.hddm_r-2.1.13-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (14.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

gluex.hddm_r-2.1.13-cp311-cp311-macosx_11_0_arm64.whl (5.7 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

gluex.hddm_r-2.1.13-cp311-cp311-macosx_10_9_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

gluex.hddm_r-2.1.13-cp310-cp310-musllinux_1_1_x86_64.whl (14.9 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

gluex.hddm_r-2.1.13-cp310-cp310-musllinux_1_1_i686.whl (14.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

gluex.hddm_r-2.1.13-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

gluex.hddm_r-2.1.13-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (14.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

gluex.hddm_r-2.1.13-cp310-cp310-macosx_11_0_arm64.whl (5.7 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

gluex.hddm_r-2.1.13-cp310-cp310-macosx_10_9_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

gluex.hddm_r-2.1.13-cp39-cp39-musllinux_1_1_x86_64.whl (14.9 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

gluex.hddm_r-2.1.13-cp39-cp39-musllinux_1_1_i686.whl (14.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

gluex.hddm_r-2.1.13-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

gluex.hddm_r-2.1.13-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (14.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

gluex.hddm_r-2.1.13-cp39-cp39-macosx_11_0_arm64.whl (5.7 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

gluex.hddm_r-2.1.13-cp39-cp39-macosx_10_9_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

gluex.hddm_r-2.1.13-cp38-cp38-musllinux_1_1_x86_64.whl (14.9 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

gluex.hddm_r-2.1.13-cp38-cp38-musllinux_1_1_i686.whl (14.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

gluex.hddm_r-2.1.13-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

gluex.hddm_r-2.1.13-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (14.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

gluex.hddm_r-2.1.13-cp38-cp38-macosx_11_0_arm64.whl (5.7 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

gluex.hddm_r-2.1.13-cp38-cp38-macosx_10_9_x86_64.whl (5.8 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: gluex_hddm_r-2.1.13.tar.gz
  • Upload date:
  • Size: 9.6 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.1.13.tar.gz
Algorithm Hash digest
SHA256 e233a0fd320ebcc873ad1d3fa9f2fb104a5063e3f71c50e9df9f6cf409dc489d
MD5 e06aa5cc52164fae2133e1e16726cdf8
BLAKE2b-256 1d5eef700ec75a0daef0b3d6e1381810c5e25653c5bf30e3f6a21936073293a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 c89373d2777f861e3bb1015171ff94e43ebe727b98466482c2f26bef86c052a2
MD5 594b95e72367c69354afe7a613d71a5f
BLAKE2b-256 d875e080262874606e3319939236da377b339ebee4850e11723b5c42484585f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7006f3aac8851c83ca713853bb64810c6809c9b5267f66e106bc4118b5a75735
MD5 55307887c34702fff308d70d34039e9f
BLAKE2b-256 3dc6a5980d7fd2cac71a8aa7b2517bf4a263c1f8168753dd0b497e905846af1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 74e383bb8284cdc55de7f0a0802ce000a8a1eb006a2803e7382eb84ca810462e
MD5 aee0aa45164339e746a9312f85303f56
BLAKE2b-256 4149f9c27d09aa0883fb072131c5057ebc8b0e17b2e237aa0bce2eea52169d0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a7b74ef9933f454a27ca0b80382524f33d481e51b0bb308e1a2799fd767ec6c4
MD5 1e5b87500f8f4721decd9ac9e9f07ead
BLAKE2b-256 6876e06b1db045aead493b2ddabf3152d821c5f75ef28b0c6fba47ce20961ebf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 37b6e21a43a37f6f54dabc5493edb65d168af2b244088b9477fc4b6eb1024f76
MD5 3c44686eb4ca90db26f3189acf57c914
BLAKE2b-256 255fc26328d4e6ba4cb667b8a0a1749d062e5e9c8cb412f9ac90a1f97e415a63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 9a32bc69ce24db941c256290798efa5a30cda61302a54b1a8f40b3f7230ce191
MD5 c4fb50b60e93f24ef0baf5404782a7ea
BLAKE2b-256 a3c3c0cfaf016b942e4f5ac687d5f14e7bcd379083eaa3300b36f7912cb2e953

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 de604270afd925acdf895368683f7cdbbac165ae0679231d051b0aec04387d67
MD5 af2bada887af6aafc61db8beb8099ee1
BLAKE2b-256 a8276c01373eef3de1a8a5bd61149e13b517fea2e8ccfb043f8e8db5e1eb5fe9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f46993f682f482a31cb8aaf0d9b7620c9181966862d24f11cf2b4a7903610c94
MD5 afad5d0aa0ea904677ed91c899a316ec
BLAKE2b-256 5a3a8e591776684def331dca1e935cf3ea6d8cb1827cb6d94298d60512b19b87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7ae3bd53ec0b584d1591e643544eba52561611f5456abba12c95b7704e206231
MD5 3818ba5f40e22b7fe2968bbd02a8db1d
BLAKE2b-256 4fd23e0343f94fb1fd679000667ab03371a918b6f99ed884f0c4671592de9e4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 383e66ffa8827e17848c319b19f7ede0f9bf967d8370d82fe0b2d6bc92a23400
MD5 1bf17dca94843683b1a6a55bc2c0e344
BLAKE2b-256 fe40ad8b9895ba861f505baba0d97e8d4742994a97dd1ffa545717b0b319b2c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 e4c5274c7bbd79f99b1cce083f56cbf80be845ad795dc2a99d7a99237afe3f63
MD5 22788d16024195abf352b782cac58494
BLAKE2b-256 b9274a211cbd891f67f1bc7eb4fed6778ae63a15ca18689bf05061719c023c78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 07dfada9414f28f566de5df001e28168b86b1cb76aba736552527d78f3ed27de
MD5 5816f9fe1a4f852a1f476ec7fb7e6686
BLAKE2b-256 18cc027d2d7ae05ff4931d8666d4de6c9b9ceac8a06cf5c9a5212164b69f7358

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 25bdd697f2057a27be64355a46386c3ec51795e823db15f89f3bf9488c548cc4
MD5 598eff54cfdf98db9da10cbd3c5f246f
BLAKE2b-256 0635e83042c211704150c578f431fedc5847a7d6910fb356f1425355ad88e4cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d93ec31a5a259ef20d9493cf872d9e9064b6edce9c36d14a14b00ddd9e8bbece
MD5 302c0e534058db2387d24565627b2731
BLAKE2b-256 af4bca1ac8b0b3a03b2e5d8d566ea19c91c7754f7dd2cd845e018d00e8cabd0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 37e6da1bc80ddb40cd0a1a2d5564ce583407fa064977c0aff96166b09d988252
MD5 8f2c80a86aec100a78b0ab739c68db62
BLAKE2b-256 744d0d7bbbdb40a9b4c12e529997b7b0e155c393196460c223e6aa9d8efc05c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 504d9caf044bcb8ae7949317f18c173c58c335f5268efc29d787db9589dc5fb8
MD5 f6bf18ff19898daac0137a76e1fb1980
BLAKE2b-256 13c5dc775911fe370530478148d055288c69e47cdaaa4c34736e762717a706a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 9bbe577b6184f5d1afdd9334339765bd1ce3ee872aa5d799cc979071daff7312
MD5 410055e1d861ec069a113945b28663c6
BLAKE2b-256 f9f1dfac569f2a97aac320427f4697afc88a6c8b9e87fad37fea4f78c0159257

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0abab693e86d4078102f3fd0b0d14af2ae991a9214e53f6058669126e1765cb0
MD5 7f28db3df0877dae67fdced12ca00fee
BLAKE2b-256 be8eba41be09cd4baf2e33c3333de502c96d09c41e1450bf123fe749a0632bac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 bf8e75e5a5e408234870e3df270f8f68fa45a91c792b5bc1241b70a81e939e41
MD5 c294b955d99d3b75301cda6305d6e17a
BLAKE2b-256 c56b65a61fae2cb21450a66a00047dd54dc46e1b7a085f912eaded518138b067

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 be49851d5bc3df6c6c1fed2e4579ea2a1c79e5d391015a0e3713ac4e5718460e
MD5 34cd4bd9d52bfac25eaca5b96857e805
BLAKE2b-256 45ecef9e2ecae39846c12af1cb744b65eddabd850453583a57f378348dc7c911

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b4f21cafa34780c5af6f6dd0b2cd12eddd4f89dd23a23e94304ef6a4c9097bfb
MD5 aa89165d0e9a021eaadd394e1241583a
BLAKE2b-256 9886ae1989e4b93aaaba32ae967ed21e49b476852c80a2b2c7ab95dc2d238a47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 230d52c427b2465564e4d7cde1c0f22f42c9d3a9e59cb7460b3c803a0ddfc5be
MD5 196c6fc3f6193ed7a4f7c73de5e30893
BLAKE2b-256 84581220c53c2a8b9526809064bebf64959dc34ecdbe651768e6a70b3968cdc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ef34c59055ddfb9f747517c9da958dd509311106ac7f4dda929d0fc129329ed5
MD5 39543582e80409aae0f67cee5584de1f
BLAKE2b-256 6dd6308f28f34633ff4490a579d47a288b0bb8dab958edcd88a5d394245bd6f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 934cec24f0ec6c5bfbdcc4a7095661722b626faa7311bc99bf3c17d330409df4
MD5 937cd7296c7ec27d5cc629802bc1e615
BLAKE2b-256 da6dff2aba1161eab5888dce0ad8ed9a591d14c19daac376f649dac0a9143341

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 6630b9de9a698318d8135546886661001ae28f326947cc8c5074d12f56248ee8
MD5 bdded140c18b48651d4799d889405fba
BLAKE2b-256 ea4e6e974a1d9db12235c115b8b706fa63d1ab90cca224818c21511f453e0148

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 02959d047d27965d2327bf8cf36cf475a97b00e666fa545269dfa1c5b198610d
MD5 c9b3887e8f85e1abc14d65026fb8d9ae
BLAKE2b-256 865acbaa10f75b7eaded47581decbd4f946f88531397ef7b964ff294d6dbb8af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 ad0389cc76bb7e5d042d4254cf7cecda1579b365dc3433c27ef1d33103a55b7e
MD5 932225961a1c09311c39acd23bcc2566
BLAKE2b-256 4582e6530b6f59ab7f5bd4e15dec9da91da4ac4813ffe2103fb3a4b925e4ad47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 160709d0ef5d2906997faa3368f0074e243bd6b133b59cad52e763af8d1af20f
MD5 38c5cbcd1c112aad5410d6a0eb93c56e
BLAKE2b-256 d1a92d747341a8ebf69518192835ba648756912c62cc51942bdf1f3f1d285541

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4ebf96f552d9b8967af0f0f486d6d702c15a28f51517477b1fe75147da440f4f
MD5 d666c63d617a5cced92289c8578d7f0e
BLAKE2b-256 a65b1b8ac74a3267d8ce4f4e4b9cb4f9be789ded104b8d792e21430883924b83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 acc6f9f97deaaebc0bb37024ee4e43eff12ba7aa59f1f455aa31dd0e36d2fc6c
MD5 1274dbf71d754d17a285470c8b2ab1d8
BLAKE2b-256 4f331debd440195c72228cbcb1b6e0f9ee43bdf8e2a6f2521b45edbfd585bfb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0e17d07f9c26f9550ab32582be7f3425151a8beee7a03a941c5570c805271db8
MD5 6eb2178239a44144ef91668001e26e68
BLAKE2b-256 9e2165159c05fa1293ec7541b15d9c360a924c8694f03c2140bf3ee1911c456c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 65af32b5afa283f5c48267dc211f72700cf51ac601e7f5699f7b18bcb2221a0f
MD5 b6300d0123c26c62ba9c9aa8e8f2041a
BLAKE2b-256 d81c209a618ef3ff7b4acffe0728aaa7ed8b10de0019b92428bfa3efb78464a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 f96d46d1b3c74209a0b2e05121a96acfc902f0b0c7c2b0d2579276da71ddfb47
MD5 cce3eb4353f306541078180958fb97b4
BLAKE2b-256 d225a63ed8178903baea47f486949e9c8d43020d4d779a45110e29ab7abacf58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b8d4b1a07416b29590ccaf3ae32bfe8fd1c3df25d4de03b741b1fea3eb799f12
MD5 cb58c5e984fd54503a0f88421302ad99
BLAKE2b-256 af4750f2b871a4942c8407c362922e69b71baf8abd8037f75fd7aefeba523063

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 2b517d290ac16acfb2df76b58898bd8b20612572169d8b84da775503244ea358
MD5 a51a91803ba70516dbef33f77ddacb96
BLAKE2b-256 9f787fdfda0b5e3497ce3900d090dad5fd6fa14c9dd2c05407e7305711f11025

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9af8527825d9153bb9121bd68fbffcba4a01c1c5fe89f91a7332d700a74fdf1b
MD5 5c1ff2502e90928af57b6fa1c0007f70
BLAKE2b-256 0b39da35c4f308c48b920f740d0e7d5763defef3d0eb3625ba38d3743168a3a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dc1ea6d2522f1ec6b86da678a16f73e8bac4ed91e79dd2559714dbae836470cd
MD5 9a808d59e702fdf0d968172b3ffcc5fa
BLAKE2b-256 f47498f1390b66fc3650ada78c7fe495e824085deefb1525c460c2bc47bdf587

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3885b6f8225583bdc0b5de5e9f73be153e8120cb9364f7c464c84c2ff26f508e
MD5 398780076ffceb84a5f656a0fc653581
BLAKE2b-256 9aaf41c961b9b6a8f0a96b312eddba5c380abf6717e25f9a75f446234104a21c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f2d07381b6086a64d34fa65b693773dfa1c5bf93838ca059f48c9f46604256a4
MD5 21cbc10374af95de2536e562f50ae009
BLAKE2b-256 30143bae5a81736d057be44f61b8cc07f04cb0d5fb2877410f44990743edc6fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c3f8dab956d8c111ae4b1c364f06e2a70951eef2d8dd91676472aa8fb23c28d6
MD5 2e7b506c1e973a880c566b3826c9c6eb
BLAKE2b-256 5395f6c94c9ff27b8dda46d83ead6158d15d50ebff2865078ff6dc233d36f5eb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gluex.hddm_r-2.1.13-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.1.13-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 0cd4d4ddf1ae6bda86b8a1c0d4a27e6aeb13d0eb37f52db9b7e2152abc5abbd3
MD5 988c7bd9f6c814b8d4768cbbfa9da1fc
BLAKE2b-256 0effff720238c127c0c582afa67a3355cd7d57db7e3b40e08fe407752f2f32b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f806ffee42f50d0de4c3416c24e5f2b1cf402a2f866cb3361fc05ada8766ada3
MD5 eff63b98bfa5f47108272583952a36dd
BLAKE2b-256 4e5656b8ba2460418b6292c9a6f9156ad68e325fc8da13210bf95b4e2fed8e8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 621d266a752f42717b316b1a5e392c816a99b1eac60b06710971a3ed669d10c0
MD5 74ef7d92bda73f4647ec84358354ae95
BLAKE2b-256 5e2ba6d3c3d9d5288f2dde5e69ee4864a5d41f0d9eb210c7ff42de03c388a05c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bc526e002953152c8742ad65095450a27d963f57cc6eb3754aeecfe650310579
MD5 09ed2594750abf92d81a05c284d7d672
BLAKE2b-256 e77f93bca5583f94f5380c67f02cd3a2b59bcf877fc1f4d85c1ac9f21199be5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 541021ce60fe4cce1c927cbfcde247a51dcc96a54f4ec727461664fe4815b958
MD5 08bf86d028d7b282b1886817ae6c165a
BLAKE2b-256 ce5775b69b253cc28746e14f887d939b544b5408571014366541035afbb4fe2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8c2fc81dc48ef812bdc301b77da8bc1334adee3f49b5f26da33816c4edee729c
MD5 c6324add1203fc09d3f22fd58b87f113
BLAKE2b-256 2f48d7173be4c8291f407c364d8a685b44ace3288f3c03847582f281fac4118a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a37e1e1315a1ed01a4380178b7776799257a66356d5e1da9af2861d06644a366
MD5 0e0a8cd9eeab2ee61ec8353f06e1814a
BLAKE2b-256 4c138b27dd5cc41059fe4652d7493ec6aeb854642160fa60ad3db6ea1ded7471

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 f044039e363e200edbcce8d4b00ca8088d197485e40b9b2a024b26d1477aa8e7
MD5 1fb13e4ea97611cde2f9df584b3e04c2
BLAKE2b-256 010cfdd3ef6b0566e5d4e1855f384603127c8965f5834133bd6555f73a81568e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gluex.hddm_r-2.1.13-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.1.13-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 b0595813738d66f8b9b1c0aeb447c6a0644d21135fe6acaf46026f31b5afe377
MD5 a1635f4ae075260fcf0f1ca698765d92
BLAKE2b-256 3a2cbd7d3a3fee5ed436517d4ebed510b73f69ff914970c95682dad55517bb0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 beb275e24922a2fbf06d03911a4195b83fccc3099717ec95b9dbdd0c6a7125fa
MD5 c6d7977eb703351d3216d12f52ef95f9
BLAKE2b-256 9d8b88f8e7916fa4a54a4105a0d5bb36cdf01f7800ce9a97c15ad9c3397a2b9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 9eac17ab93400d784345e20c00f87de877ec8e0b5457e947ee552e68e848e303
MD5 054e338afb20ad3690c5cc0d008f8b87
BLAKE2b-256 0f8c4175c23f9b346f2ab5926378681995d5e4a7f3713535a5b3b540dc91ff9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d0d5df889310453e306c5af8d704644551b78e7810bae25ab547021339e052e2
MD5 132d357081a90d45f25d0b9f1aee7761
BLAKE2b-256 a8948f5880941ae1e973f0ad43f4dd3211bb724cf871a236a7fed6766ff86071

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7d474cc17d72180bb2547b0b1f5cab7ad2a5dbd83a1e1c2369c812446b45b047
MD5 28e1bef0c14f2aedc8a642b60ad45227
BLAKE2b-256 16f9df8e76a5aa18d02ff8105b2b5c6e38d350a43b1e211d95021e14812d11ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 591947f078ebdf200fc31adead10d6545d699ced7ef46472c57176b4eab510d3
MD5 0462d479310605f51cc18b4e8ade5f5f
BLAKE2b-256 34f42a68d701977add1f8d38dee456c571a270d2a0a5925e241b57c7ccd758a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.1.13-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f9150094a9e60b36da8f68b3afec3defce64972f1f028e37bb7427d61b945225
MD5 5cef5ad6296d616ec8c8f006f1be1db2
BLAKE2b-256 672e414633c8fef14c441bbd66f3677c9c36f57bf52d9b6cc052eac3a3df5c92

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