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

Uploaded Source

Built Distributions

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

Uploaded PyPy Windows x86-64

gluex.hddm_r-2.2.2-pp39-pypy39_pp73-win_amd64.whl (39.2 MB view details)

Uploaded PyPy Windows x86-64

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

Uploaded PyPy Windows x86-64

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

Uploaded CPython 3.12 Windows x86-64

gluex.hddm_r-2.2.2-cp312-cp312-win32.whl (36.6 MB view details)

Uploaded CPython 3.12 Windows x86

gluex.hddm_r-2.2.2-cp312-cp312-musllinux_1_1_x86_64.whl (70.7 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

gluex.hddm_r-2.2.2-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.2-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.2-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.2-cp311-cp311-win_amd64.whl (39.3 MB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

gluex.hddm_r-2.2.2-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.2-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.2-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.2-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.2-cp310-cp310-win_amd64.whl (39.3 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

gluex.hddm_r-2.2.2-cp310-cp310-musllinux_1_1_x86_64.whl (70.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

gluex.hddm_r-2.2.2-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.2-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.2-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.2-cp39-cp39-win_amd64.whl (39.3 MB view details)

Uploaded CPython 3.9 Windows x86-64

gluex.hddm_r-2.2.2-cp39-cp39-win32.whl (36.6 MB view details)

Uploaded CPython 3.9 Windows x86

gluex.hddm_r-2.2.2-cp39-cp39-musllinux_1_1_x86_64.whl (70.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

gluex.hddm_r-2.2.2-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.2-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.2-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.2-cp38-cp38-win_amd64.whl (39.3 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

gluex.hddm_r-2.2.2-cp38-cp38-musllinux_1_1_x86_64.whl (70.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

gluex.hddm_r-2.2.2-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.2-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.2-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.2-cp37-cp37m-musllinux_1_1_x86_64.whl (70.6 MB view details)

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

gluex.hddm_r-2.2.2-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.2-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.2-cp36-cp36m-musllinux_1_1_x86_64.whl (70.6 MB view details)

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

gluex.hddm_r-2.2.2-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.2-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.2.tar.gz.

File metadata

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

File hashes

Hashes for gluex_hddm_r-2.2.2.tar.gz
Algorithm Hash digest
SHA256 6cdd5f1754a07ecde6b5ec8c5a99eeae2afe33023931891d373ff23b42da4b84
MD5 814a687a2787be6c27c0fd297867753c
BLAKE2b-256 8224dc8d5df5b2c73202928accd3322839a774bca2c14a9d9ddb56c6ad4c0815

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.2-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 2b4cda3254b9f5e875144839c0f658dca3c9841673bb015288583ac22db69e81
MD5 100bd3dfc30c0a0f55382c07926dcc21
BLAKE2b-256 231d7ee342f58cc95e66ec5c355e6f196f2d6b7a71c92ff76cf592f3b6c259ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.2-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 4df6214e77e277cf60c99646f78af403134f857dc27eb6cfa1b93a1c8a1f71ec
MD5 b02bae78300740e04bb229c853c8a6ff
BLAKE2b-256 bd9731af32456a7b6022aa4f59f4e441660e34165ba42e2654c80e339c45984d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.2-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 240fb2536ad13134d7e2e34a27b4ac9a72d10874ed61867a622c4646f0d2b501
MD5 e14c77f0883ca056b0dd8889bf89504b
BLAKE2b-256 f04d0a509231a7ccc6c50023e6a821f5fa2fc7081cc6ce500fea3f52af7250a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 630c484b098c7653900e49e04e4c511e02e39480f4f16b335514401862c42c51
MD5 52f5b538503fff1b7c4347a6476cbb6f
BLAKE2b-256 79d760fd5e9d3064215a0aaaf9f53adf24233fb7719d3bc820ebaeb0cc265931

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 4293bcb476996189fe51f1e34c66b67672057147c75c841c934606629f109614
MD5 e38748338351936cffbe6ec709cea19a
BLAKE2b-256 44ff04a567e46d7a92ae4998a69cf1c6f7adc197389cc011e35a73c4080dac01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.2-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9f072d9e21ec8d48c8042c1f8d5a4e1ed623cf9cf5024ea1d85279ce0c31d57c
MD5 78f584582a9cd7fd2d2cd3778549c68a
BLAKE2b-256 c9ab166a824b49294d60cc713aba5787ea4c5a1f2156d7f82e7c0579b2452904

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9b705589352d454f250ca67c969233b5aa602cb2bf0fd460b8013a98793e6d09
MD5 4f4fc695244a1abed6291f4eeebbb9d9
BLAKE2b-256 b81298203ab9c60482efaf013f13cf0f09d9103940e0fddcfd122015294f16df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 54955601384e61c8b0e8fff52044c03000a7b6fba4629350ac91ac42b22dfa0d
MD5 3e04959f092e92e830986341ec2c9d3a
BLAKE2b-256 d72606fd5bf38258fb7f8aa06a56c128a3d55caaab67db05d88618b6b2c23649

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.2-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b3674ea829c98df4a114a45aabf58c6ba3e3f0e8a1879cdb17687b8a63af6b50
MD5 71a8274280eabb0cc8e31811af77decb
BLAKE2b-256 cacf66c05f700996422a9883dcb12456f8f18884abfc6e4e78aee6770da1dea2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 89945ca8f7a96e082b048a765bb5610b0fd1a534c4cee8ce2710d7c4f86b1b80
MD5 f72e7b5aebb0c4002e9334379504c400
BLAKE2b-256 fc5fd3c11f644cd50e415c1e72a209dd6cafa3af48b2a7ebeaaa903e14ae1d7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 cb16813347082b71403d62a683223a6796f00da43fc13b3f19bc24d076d35ab0
MD5 a61397cb968bd112eaaac2ae5453a997
BLAKE2b-256 71d9f2bdd38964978be1a3581946f06c90bbc6ac9e0ba0014ea8d69aa09e17f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 6a63b5350044a53323d5ad9f193f8f9fb9d1f57cff6c58a838d1637d4cb50af2
MD5 7d741b20ec84fc423ffd6e12f0b5fd49
BLAKE2b-256 97bc46541cd56d404be69064ffa50dfd8c6a83f32af27aa4754cb1275aa7c450

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fbc003eea0f3e2b330b232a78c916ae211bd0e31b6722dbc66780d2d02e9e216
MD5 318075ff505832590bc98ffb262d700c
BLAKE2b-256 131f3604fca2a31bbb290647263755dcf1a855506d962aab58f9de5209485700

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 07bf4ce2b7e14c3fdda5a3b63fd21421665233e80cc2f5e94ea0f4860451e18f
MD5 a9c7f7645b955cca19049070703b073b
BLAKE2b-256 a10b90a734287f5f7d8f87b2585a61166875f9187429e2353445ad224a07d434

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1e9c4ec074d5fb4a8a45d6e1d20b69a09da4bf2962cc37d7e18a5307aa923413
MD5 73647cfd684477454ee9ff2832013c24
BLAKE2b-256 7f1d6c0dc000cc646f4d9d9b800c81231a1566c22ef9b9031aab79582f257343

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4cdffbd1d96bf5af9db21a1727da2849a510fdea8d08bb2454735540f51d565c
MD5 587cd673d14804c4fcb8452860453bf0
BLAKE2b-256 d1459eaa7589f5cb3bd22e1d49ee4d93cc69aec27829d85dda3ddb3c18bedc09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 10e0111e313b98994fbac74d43a126202114251c9cf2e19cc7a0a4c565e96ce6
MD5 17900bfc80f5f53f90b248ad83024140
BLAKE2b-256 da7d23c7120398fb0f47e67c9248b4ddaad7db7243ca6ca3b93151a36d7d1c85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 36d3cdd931f0a0923da1ea6e713448c3a7aa5a47d886a9cd4298d95f7d046793
MD5 0ca094afc5074a66eb35a2ed50c1b7b1
BLAKE2b-256 69164331ac14e47f8aee498e2fadb3df3373c810b7e435c9a1ac84720bfa9c61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8b06f5e6fb16a6042058388f127b7802fec7b27ee7be28ffbc7c8990270a3630
MD5 9d11018fe64dd8b9355709ed5433c91e
BLAKE2b-256 04cd3e69d6b4921c84c5d8ccff7df456adf062b2f88d1723db51c40c4f71dafb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2fee5cec1be62d5cd7b4ff2d0fc016a828949a935550037ee16bfd2b1199e048
MD5 8665a838b2cc6451fec235884f4170c7
BLAKE2b-256 9fb95d401282dc29f4929bc222d01659520276874342d37f90679a9b4af8a582

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 84e86cedccb7651aacf60dbdf338485f8273c7afd1209c44f836c894e2fb8d92
MD5 65532eeb38e7ce1e572a32858166b0db
BLAKE2b-256 b373c6e13b06d268b769260269d235c9757eb54e2c5080477b22b5f93f05d7e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 efbf3b38bd9392ba3efe5ed228f60684ca10f008e371f1719201a61a12fb62e6
MD5 811a4b19ccfb07e902f8d3af5a4e9b84
BLAKE2b-256 906336d7462899d539a6fff96d0a84326e1d07e637247234fd894fb5c4ee75da

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gluex.hddm_r-2.2.2-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_r-2.2.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 e2262eb52228ebb18e30b3b68df2e73bbbf5b027fc816f686e80e09485304053
MD5 1fc8e78489ecc89059458f447fcd0f66
BLAKE2b-256 72d03d0c959456f8f93e5583587acdff0bdeff0f7d8a9bddefdba08b5c4148a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3237955d6a7398f69b3884e88701752643b9a7aee3f78ef41fe700ec92fcfcca
MD5 84babfb63cf64ab0fc7f067ac448fe5d
BLAKE2b-256 a19fd3409e353f96b5a7d96583fedb4e6801f4238fe14fc97bdcbca2ae1103f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 84b6d4718aa811d8a8bca5e7bed23c554cb671fc6b01075fc335c406c1eef178
MD5 1ac9c6a25728f9542fb3b235d81815bc
BLAKE2b-256 f4d19ba0f0258ca559ce1be5d9ba75b15109a8e254049e039ca80ca1d271e248

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 47322904ec11ae120eac8a26de25281e180f6d1c587b61f04a14b1aeb85bdd0d
MD5 3e7ad62cfee226614b084b6f33f0acaa
BLAKE2b-256 50f5f51ae8ca404f004a4341bbcf90efce380f294e5a874eb2dd51d5d4bc7f2d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ca901c3f8bbd40136de2778db891be508e7bea134adbe9ed1769b5addfb46225
MD5 3adfcc641a869e2496e9a757a17deec1
BLAKE2b-256 cdba7890544e7cdac9a3dd823cef904ba46623a5df786a414de1dcfea90cfc82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 2fb54ca8ec12e768587dc13a991c088054687012ffdeeab6f53c536db2a770b9
MD5 8b7f4b6a7740164adbf99a626127c104
BLAKE2b-256 9dd39e5e468b1e0f539e18c57876fd4905f21bc8152118dd5270b77be7889d7b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gluex.hddm_r-2.2.2-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_r-2.2.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 8b20550bca386697d40996e1b55f85c5f9a60c1ce949141fd004ef8b8d4479be
MD5 632013f28a125ac8fb88258edb2e3753
BLAKE2b-256 48208e46648470d0dcd66db6f756d5364d5820e38dd991a6cf2436d9abcee838

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5418ea65d5c5d63cd05c89fc1c11351a9340a87363f2d7d696535f7960588097
MD5 467a8c9caf19b92ac910d1f8036e5657
BLAKE2b-256 5074b7eb6c49bba15a1714434642458b10ec6e7cec1561be862ab430265d1c2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2bfa340a8d0977491ad618e7d5eb618de325df34cd16617f0d10a000ef01aed4
MD5 a2ae608792247678d14527f3fc2e91bc
BLAKE2b-256 457844111d2728a6d59c06609b383bc5a7c5cf96211aedfbb380e481b54c88a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a361cf687375af47c394d921637b8610d2c9e60cfd949228578eadab687f5cb8
MD5 475b0845f3b2fd6ea2986879d5c7c220
BLAKE2b-256 daa74131a7afa70b1312068ed1a32edb95cbe3c66d50128b6cdb055bfda3aa2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c53ae9d2ae0d63aa43833117f00b5bcd0a78da49bd0e36c90bdd3fbfb952e4d1
MD5 1badf25962be592fbf2b5141872963ce
BLAKE2b-256 d3257ac2ab58fdb9a2ea9922206d170c1bd88da9e13c14db427893c4dde6c844

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 4a94b0964171555873af1aa0400f9b6e3219aca91e62a4992fd8562ac99879cb
MD5 111a34077723944f39b22d20d38d1a02
BLAKE2b-256 553eb68e3c1c4b9bdfa3c6da198386773681abc1d5420457a00785fd175ef0b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e8dcaa941fd658f793d631449b22f037362f21a8e070cbf785f037afdfb965ab
MD5 9c2f1fe4674cc44d4f94f40569693a38
BLAKE2b-256 5d37d2931594e8914f7168b7fe27ae383024bafdf9ce1f41b14bafa5e012ecf3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a8f2b2e633347603fa0ede64b6d4ed71b962fc1c4feaf1e1c9a39ed12591c00b
MD5 5013c4de31ca3172677f321cca0abd0f
BLAKE2b-256 bd862f2d701e509236f87f7ccea1fe25794aca1fe62bae1262093d313c72280d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.2-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 d7be79f5bfa9b2dc0d4a2c3ad6799cb11640cba312d593713b78d8f26d66713d
MD5 7e8b116c072ae32a2ab465c97a58b25c
BLAKE2b-256 10168ee5595ad35906571693bceb38691e31317789567d43ae1c3d1985ebba14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5ff43f0b9968f56b29c3bebba944fa02c52f21d2c41236e6cb82e9506e04bc34
MD5 3041a6aad50d538863b72874d5692578
BLAKE2b-256 f30476c9cb736034acc3bf4c265cda98b3f1ff51313a4b04de82c3824c5f001e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-2.2.2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fa0f73360dd6235753fae14b6f2d1ea4aa4d52c110432b85cfe0dfdbe4c42448
MD5 8ac61ce4a44fbe45a16c0b6341f00f67
BLAKE2b-256 98b0f8173776506a7f79100d8a1f61e30de52de76b3ff45bd1178499f0837a1b

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