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

Uploaded Source

Built Distributions

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

Uploaded PyPy Windows x86-64

gluex.hddm_r-1.0.8-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

gluex.hddm_r-1.0.8-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (6.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

gluex.hddm_r-1.0.8-pp310-pypy310_pp73-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded PyPy macOS 11.0+ ARM64

gluex.hddm_r-1.0.8-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (3.0 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded PyPy Windows x86-64

gluex.hddm_r-1.0.8-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

gluex.hddm_r-1.0.8-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (6.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

gluex.hddm_r-1.0.8-pp39-pypy39_pp73-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded PyPy macOS 11.0+ ARM64

gluex.hddm_r-1.0.8-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (3.0 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded PyPy Windows x86-64

gluex.hddm_r-1.0.8-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

gluex.hddm_r-1.0.8-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (6.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

gluex.hddm_r-1.0.8-pp38-pypy38_pp73-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded PyPy macOS 11.0+ ARM64

gluex.hddm_r-1.0.8-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (3.0 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded PyPy Windows x86-64

gluex.hddm_r-1.0.8-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

gluex.hddm_r-1.0.8-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (6.7 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

gluex.hddm_r-1.0.8-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (3.0 MB view details)

Uploaded PyPy macOS 10.9+ x86-64

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

gluex.hddm_r-1.0.8-cp312-cp312-musllinux_1_1_x86_64.whl (14.5 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

gluex.hddm_r-1.0.8-cp312-cp312-musllinux_1_1_i686.whl (14.2 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

gluex.hddm_r-1.0.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

gluex.hddm_r-1.0.8-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (13.8 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

gluex.hddm_r-1.0.8-cp312-cp312-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

gluex.hddm_r-1.0.8-cp312-cp312-macosx_10_9_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

gluex.hddm_r-1.0.8-cp311-cp311-musllinux_1_1_x86_64.whl (14.4 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

gluex.hddm_r-1.0.8-cp311-cp311-musllinux_1_1_i686.whl (14.2 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

gluex.hddm_r-1.0.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.0 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

gluex.hddm_r-1.0.8-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (13.7 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

gluex.hddm_r-1.0.8-cp311-cp311-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

gluex.hddm_r-1.0.8-cp311-cp311-macosx_10_9_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

gluex.hddm_r-1.0.8-cp310-cp310-musllinux_1_1_x86_64.whl (14.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

gluex.hddm_r-1.0.8-cp310-cp310-musllinux_1_1_i686.whl (14.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

gluex.hddm_r-1.0.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

gluex.hddm_r-1.0.8-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (13.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

gluex.hddm_r-1.0.8-cp310-cp310-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

gluex.hddm_r-1.0.8-cp310-cp310-macosx_10_9_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

gluex.hddm_r-1.0.8-cp39-cp39-musllinux_1_1_x86_64.whl (14.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

gluex.hddm_r-1.0.8-cp39-cp39-musllinux_1_1_i686.whl (14.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

gluex.hddm_r-1.0.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

gluex.hddm_r-1.0.8-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (13.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

gluex.hddm_r-1.0.8-cp39-cp39-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

gluex.hddm_r-1.0.8-cp39-cp39-macosx_10_9_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

gluex.hddm_r-1.0.8-cp38-cp38-musllinux_1_1_x86_64.whl (14.4 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

gluex.hddm_r-1.0.8-cp38-cp38-musllinux_1_1_i686.whl (14.2 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

gluex.hddm_r-1.0.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

gluex.hddm_r-1.0.8-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (13.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

gluex.hddm_r-1.0.8-cp38-cp38-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

gluex.hddm_r-1.0.8-cp38-cp38-macosx_10_9_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

gluex.hddm_r-1.0.8-cp37-cp37m-musllinux_1_1_x86_64.whl (14.4 MB view details)

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

gluex.hddm_r-1.0.8-cp37-cp37m-musllinux_1_1_i686.whl (14.2 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

gluex.hddm_r-1.0.8-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.0 MB view details)

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

gluex.hddm_r-1.0.8-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (13.7 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

gluex.hddm_r-1.0.8-cp37-cp37m-macosx_10_9_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

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

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

gluex.hddm_r-1.0.8-cp36-cp36m-musllinux_1_1_x86_64.whl (14.4 MB view details)

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

gluex.hddm_r-1.0.8-cp36-cp36m-musllinux_1_1_i686.whl (14.2 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

gluex.hddm_r-1.0.8-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.0 MB view details)

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

gluex.hddm_r-1.0.8-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (13.7 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686

gluex.hddm_r-1.0.8-cp36-cp36m-macosx_10_9_x86_64.whl (3.1 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: gluex_hddm_r-1.0.8.tar.gz
  • Upload date:
  • Size: 9.2 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-1.0.8.tar.gz
Algorithm Hash digest
SHA256 8ea635bb0c94caa674811ec703c3e78ebf3d7431aca4c74cde0404dd040434b8
MD5 247eb8b4ef1290c20bcec697d4a6f07e
BLAKE2b-256 1448f701dda661a72a7553484694559fa5aedfdbe35f97ae24c4e19586e006de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 08f940766aeb37ddb7dd6c21dc5d9631810845e47cc78b5060dafa3dd39aff08
MD5 f3bda82e4d7f66aef9e1f67fe335494b
BLAKE2b-256 baa7bf450c3157e481d66066eefc1560bca702bd510cc9dd7f82ea09eb647066

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0ef44f60c221cdbd222529528672fe6e2736204c99bfd3a2ffad5375be691ba4
MD5 67f6f15f7d74affb5117328a84227a3a
BLAKE2b-256 dca7089c83d8f1a61b184a068fbdf84db3f42600384e2951fe835ea91833ecc9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 51bdb7cfb6eb84df7cfd439fdc6d84d6c91ce353d16774526e8ff29d394c9a5c
MD5 f93dc141e07a4a39b2084d22f1781041
BLAKE2b-256 bf3bcb345b30b6c8eacc39f11e588850dc13b82f971976bde9079f515a891f67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e1513b0eaaf442a2e5358f054b000b32c41f826820534266ab66327c7b27f32f
MD5 55b5194f1185d35f0ddb4c0d6bb7a4b2
BLAKE2b-256 b2fa4c9f45871a43023578c9f5541892a8d08d733760e0cebc10da6443fbf1b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 170af67399b6d69cc75271b03de8263b8c434f11f622db2866a02014c119acc8
MD5 d320f26c23e1b58c84d3f788c4280305
BLAKE2b-256 134defc2b5f30b5f03a3052d1e951b755b504cd357d0fa735e6f3b47b2a895b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 73a5f0b0123275f99c0a113010ee7b123d3a63a9d09d3bf8a880ff28c2f02f82
MD5 4489d1d147e2bf1081abd066fdd55a8e
BLAKE2b-256 dbd7fc75eceea51e35d81442a6fa651c7a4b7a7fef98f43a963869c6b6f61551

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d7d635e96c8830df80b23bdf4368a9c7e0551f14273d1f4c37ccd879362472c8
MD5 a08498205fe12a24439e11e2bb04a681
BLAKE2b-256 fe7d25613ba9fe8036c11839976ab991c0727562bf2e3fec12319d66238b5490

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d70981a1ef1c5f00b1e1b6bd7a42a0a63bdaff4b8391c00458121c77ab2d44b6
MD5 5be42b088380b1a2c2d434c3465f568f
BLAKE2b-256 74c782ea2230326e894392786ddf09739592e58589f64147514ab9738329a526

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fd3373d85b6c69b0e904b563e35894af30f0c14b7d6ab28a41bc48ec4b5ebbfb
MD5 ffa496dceceae54f4adc3fdb6d37144a
BLAKE2b-256 923db52b7dd8dce569c45f2d28cebafeef948a98baffac91992b609e2c1e9164

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 339678191fb5c4e31e871daf1d2cde53acf217e41dc31ff51172210800e67ff1
MD5 8e362574cd9ea96804991e3c9a429017
BLAKE2b-256 f56dd53035e47df0d68dcf9c6c7e631b0f978d314dce3222a3e98f51dc3b800c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 12f5476d2310fa11f7db4e485ad7b1bcd33e66ea06a680ca6628d1aff6499bfc
MD5 7e19f2463ae2e66069bf937d4d2a7790
BLAKE2b-256 ee2f9a157d72edd90b499a8bb1efaaf4e22f2ba050426f84688c790808869202

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ef4d7eebcd4f80678f982e1b8fcbf17efd15283fc5d85c2cb19854fc7c767064
MD5 7a7ebba55d8c88e16800793d2c613a9f
BLAKE2b-256 a9e1c641d6c986fc30d158b0fe77107a060f20625321192ee6da8a29346cf9d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5892af7991dd32e1cb2fedfd1aabb647f2bcd393149852cfca57310e3229286e
MD5 cff39f0160c441ab2ac95eeeae1c8a68
BLAKE2b-256 129257c8f8fb3bad1fc1fb80b5bcf9dd182e6cd40d4cc521e4eec7f4f9f550c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a4dcee557871a08c5a31078ff341e23e24c532136824eebabbbdedb90a3e55fa
MD5 41fe1fe4c7422ed6df677a15e81eac90
BLAKE2b-256 c5ea582724c47f90bdc75c23949c428c881c0240ed962ef9d79f8127116ad6b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 57458da0f38c3ef35b235949e3eb5bd70453068ac6b4409b38f5f6233aea711e
MD5 2b89f1a2c138978711595749e84a01ee
BLAKE2b-256 4cdeb6f2cffda70dafb551cd4d8f93648ea898efa9fc28cc625dcc6cb34b20bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 2843d070c8a62b206bb3f505aa165100b4806b31dbf81415e1ae2e4826335a4f
MD5 11859ba17cec3a7b711580e29ba99810
BLAKE2b-256 e3b013d6f420f8fbac0370009e16fbb000c91fa56df5274ae8c17959b40249bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 407a4bfc069809bc5e9f8916d8783b1f39ec893e094ba0b434f9f8f99f92dd00
MD5 10a1ca3c6884da8ddc1777298a4be7d3
BLAKE2b-256 94e49cc025486e0a90b78a27ba80ca347b3afc0c44e632f19e4322860a1d7a70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 49e85527c0df594e85956d1524f5d0078e97caa652ce3161012659d9a68e4af1
MD5 d52f6c1279bd7195abd04b48d4a214e8
BLAKE2b-256 121a87e8e603acf05e60243fcbd8c3089d68e824a271622fac8f72a519eb408a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7af3ec397d5a5cb627f59dbbeca2ee1502a326b9cea7fa8a09d57888ad66af36
MD5 82e5c6723a0dce7552bda74a54b2260e
BLAKE2b-256 b559c751af4caac22a911a4c5910a6b97b62f8ca55a1e4ef305735d643cba4da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 5d34dde93edea3f70a52fb3d8d5724d4c50e22bf486d1f8f552cbf2ff8074488
MD5 26ca6016b29cf5f3bb32289ffadf8f4c
BLAKE2b-256 24747a7d905531db44968068f354d736122369182e538a396b2dea4c6f5e6fdf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 682d315c3340529b14e1e7ef0ec5524bb8369cb91b3241b3876a657a133d9505
MD5 2de69006120caf8e8a1175f0fdb51231
BLAKE2b-256 acf169a9b7d26a5b83637f985774d20c7a41912f16cf7cc00385062937383d86

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 41dea0b1c3691f646ec3b1fd4718c1788a13320978e83811a2546864e6213283
MD5 ccab4b385800cf6272ae49489eb470bb
BLAKE2b-256 4f4829de982025e9f8c6323902b16f43f945953bd92280f5c787724ced875e4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 0b9ff7fefc1c1f2d12e6b912bd08e44d1bf05930bb0574509da9caa95586d984
MD5 727f4370d0ebb5cc3ff3f6f410b2bdd8
BLAKE2b-256 a022f06e183d493af608ad201b981e5b9548cb3612402d7b20443f3e34f4c393

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 02b46a178b018b207e12252492c348c542d09833dad20a5d8ade5c4fb60bdf90
MD5 31f527ab08227180a7cd2c1b7342db4b
BLAKE2b-256 961587c017ce17fa4a4c2b331546897e14422a15989d3bb5345d7979fb152da1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 be2ad0a5753122e6ab18dd30865ce4968e8937196ff3bc5d44f06838649c8e49
MD5 aaba2df63471edb93394dcb0b53719a0
BLAKE2b-256 dac551d40febeca4f00cf254ba649c702caa6def02b6f1284131db9251ec1be6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9e693bd9078b33d5cf19ffdabb06406fc5cd9b7d742c2ef263443f15094ae102
MD5 327840283a711bbf4f1705a6b6dcddbc
BLAKE2b-256 86ba7140b9ff694d764b53fdcd99b88890f85db7ce65afc7721c09f092cc2374

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a1cd9d25910610c524d3db81ed7d92a253db98342c61c1c06041b43aed265a83
MD5 379de6662b221464b93863f77d6c0d90
BLAKE2b-256 c5b99c1bc52f2ea37ab1ee72c7137708623e03d06846aa6989fae7e91e7918d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5fd6a4d3a89e1b2b147393b7e3c57bbd3f007d8e3156daef01f8a46a5da76d00
MD5 233e7f10f1316fa788a36578cfff76e4
BLAKE2b-256 27fd3ebffa209273d6a8f701c449b2830c177036ca105139151b10e544129557

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 d2da2efe9d67a3e0772b37d5856fbc69426f5e18ea264fee2446d0df0d7bd34e
MD5 206bedb236b61c17c269c8a8e72b308c
BLAKE2b-256 5e245749455e3bee2c465e1fd30d4d5c854e4ebbb5f4316c2f8298b1657db18b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0fa576106d98f7a42137dfedea17828585a14f839e96cf3e0f9184edd7ec42c7
MD5 1ae19a002f4c18632c9ef5d3461d0924
BLAKE2b-256 113c35f20b7107ae042f97a1fd07a5c2b5f5b04f9ce488b920162f0ba942f466

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 9ab4a94b3ce429c05ba98ee454678541c5a2b7e592c7c749a197aad30a1ff88c
MD5 ddd4c946c04e05281dfd1c9b243a49b1
BLAKE2b-256 7c2905f1d76f771324cc47172ac809f3ca21ac6e296666f37d93033dc3095fca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ebe1a5d62168c8c674c3d2ceb225f00619241a85cc6a038910ce577fb4ddfa57
MD5 326e5d47cce8889757db6d4dd49b096e
BLAKE2b-256 30c8f274328308430a3daef436ee0e9da6d38b27b1f7727978e419884ac29466

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 005e3ca832877a35817fab5f610aa33695f56db6131c8d930d6ac894644c8bd5
MD5 14d891c59b20d132e548dedd94a8abef
BLAKE2b-256 e882670ec615bd4efacd105d24fd6fed5515b1a4aea99b80e8a2a70a10bb8ac6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cb2b51789c84b4628750c160f9771bc970a52d92430b4f6f58a0d66c7d01e1df
MD5 54091b26af08ab05d1169333f9b5dd5a
BLAKE2b-256 da2359ed1b0bd5d287e1a9a08bcc147156fa1d69b06abf82299fb0cd7f2f60ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0b85d0e7396c5b8ae2325f714a6ef405d9bf81610ecf9a2142ae3af7c2d5e3ff
MD5 f596a0a6a66eca3fe7f23f897d3ab433
BLAKE2b-256 a2a595b515e7c0e3de67d7794269051756f1165961dccc9f734dbc5fa6a4df3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 cf7794743f0a4368f07132fc5e6728fd75838dcd6191c0aa2ecfdc760548dc79
MD5 6d3646c4e115e94e24998b802c19b53d
BLAKE2b-256 b7e7edface0f8bbb8430b4d28af18dcfc0086d750f8c63a93efc6459b2393a0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 c454fbfa44589022147d998a51a489d4d6b15891dd80839d8f8b3a694aa4bbf3
MD5 0b1d2ef9b053912b99d5d43a2fe5c4b0
BLAKE2b-256 4d11cacb73f57fe184918ced030e685419d0064f8a0e9b83c2a40ca7342cc9d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 2c29e0135141a05a28aa8b1a946a54518c1abf0df5ee1127c1b3a8a421ec98c5
MD5 9d181edd40ed07c22af5f98503e0dfa6
BLAKE2b-256 98ab8d4df6ef5109f9aea83dc223477260b27b72555397b669dbba9bf4a06906

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5949d7e82f3a35b0b58249cc48b1818c81f6e2a737fdfc9d70df246215dd3ec6
MD5 31a186c0c047ebf206c398a3d44ae811
BLAKE2b-256 0be3358cee9665617a0264e74c1327e1fd69594e730e68812fc6af3a8cdb96ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 131acc60b5ab2aa962715ff872db334ec2654e1dab9685445be46f31a214421f
MD5 5930b21a676ee67dda11a663b73bccd8
BLAKE2b-256 0990e134c23ff17ee11cbc147c59c9af65330b23b5d7b65dda3e1bcb693e73b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 355d4a2c2531006dd12b7371052fd722385d20936c90c30e9ba7eb2300606591
MD5 630be05683a90173274ba1d9caeb861c
BLAKE2b-256 8015cd2d8c15f400691718659d9adf1b6c80140ee7b82a85d95a2de3fa0082bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c287c6e810be26347eef8f311da1fbf2ac359e9fd3557f4e55816b741d55ebce
MD5 0f06910fb6670e7273b78f12ceb2c713
BLAKE2b-256 b396b9cd509febe263a0b67324d5747b5a70c243df57cd33af913980f85c154c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 acf01b70d71a147cf3d93652d510d659d14be416bbfb2bfbe68d2cdb242b2515
MD5 c9e558f2c518808377cc90c1d513a010
BLAKE2b-256 ef669a16ad650afbe10fef24f827c9c8ade490c1449d972769a39bc1015ae738

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 80d487d20e0be09503b30be88235e8012f19ac6d7a3ae5b707696fb07f388c0b
MD5 3e2ebc6248154b1c44b3f74e55c2876c
BLAKE2b-256 e0b6875d57d44ad649ee728bd26245ecc35e21bb55d6127d1a2d994a7d472a43

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gluex.hddm_r-1.0.8-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-1.0.8-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 403afe7fc9ac7db8b43f3afb9982f0b335de6cd9011a47ca638b75b86215ebfc
MD5 43ae156fc7ab551e7ac15d02f798aec3
BLAKE2b-256 81e54c51693a8fda1000890457cfbf3d5f38982c78951271f3811b12f527e871

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 25f5534b205e6dcd38edcd98f8bc7ff75066337586c8119a5992d40131bea1ca
MD5 5249436f5ee4f5552132f5ef05580253
BLAKE2b-256 1b91d35fc224c901ae536bedaa42ef837a2b2ab40aa6ed479a5196a0b0ad8229

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 72546a6a68813c812ff62e7d7231ffbb5713bcff5ba8d06e3448882b8a473054
MD5 cb3fc9851a189952719eba3f476fa172
BLAKE2b-256 9614f25a1968e937843c14472b7c4dc958a600a52ce101e440839cec529eb688

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c0b375ec9e6fdbb222be6711b673b690a8345c9c97e8c6852fdc5c162f24ec0a
MD5 53391d49e885ba226937f7457f6ed322
BLAKE2b-256 0aa57cdc1149eaba2277485461d1ac2c1a9510f9030c9c381955577092456772

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 04c2c62cf3d8a7561d2e618e47daf409503ef17bbf3254f8a47c61ff7b807043
MD5 823d68ffcf98e028097e5da325c8e665
BLAKE2b-256 7802c96237c173ceba6fb80c3ad6f7889f089f1d93d676d18c9a2c39af05aab4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 031c951775a12b5dafb9d4ba53634565d3a9a9b2539707c76df57ed7ea61483b
MD5 4e0ca5e665a8ff68a179b9a60c50900c
BLAKE2b-256 d0d0eb28c7c98e950109f21df142331cb4a8c9fb3a3af123c55198bf93760593

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 0692fbc7c76e15c26b0a6466754b8dd2439bbcbd166f966cefe90ee29fe2cb28
MD5 d69f3158f63856303cb132b479dd0228
BLAKE2b-256 2e076b0a4d63641ac919fc8ff07f690b8dc259d7083452b45bef37714f1261d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 f9be737c4dc1bdf88f3b8ab766dcdc4dc5023a15453a5f4216bf9168e01af505
MD5 8347002ee83cc900b968097b6ef9ec80
BLAKE2b-256 37cc161802c39807f17fa8668e1909ad19884dd813e54c2acbcd0919d69a9137

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gluex.hddm_r-1.0.8-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-1.0.8-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 cdfd0483cc7405bb2bc76d3f76713be410194da965d90703d7a74f9be63ffd83
MD5 ea664d03bfa02ee4e9833ee7d4dbf953
BLAKE2b-256 540c8ccf4f55b17d716b5fa623e2a62f806b0b4a01e7945350de265aac3e47ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 e742a69f2976d0512c70fd6c2e7c700f72660f31b27987a13937cc4268f0f9b2
MD5 e53b6e8b5238f9db9a21915d9242d45d
BLAKE2b-256 2f74c365e8a6a6b28990aa44ab95f37dcb4893f9b2f6b60cd6841cc32c21955b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 3f3e86e4cb49f730df44b5cf326838c7970f2a7b9b053487d43a7c88b6f0a329
MD5 a62d698975b76a3a3d762d192e836d2a
BLAKE2b-256 e53767f15cdb57e4e70d333ce4a61e6ae698456ac98003fc9acb54e388f2397c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9310b13adefdb6f25609fecc4486669f3c2ff00e4a04d0eed578880d135dbfdc
MD5 e7c491d5787cd951081723bf3fafd7c5
BLAKE2b-256 ba1795d8692924ca27dce5de29ddbf545ee4ab3d415e270b0b97dc4a31066d85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 db2961163a7b9234ce3a08e530dcbc8cf53c0a3e50fa8139ed82a608a325224a
MD5 6cf24312b40ee3b669904c7bf488aad0
BLAKE2b-256 b44ecfeab39677cdd201ce5d0549938142ba7e97e948a5c1e6c4c3b0489f9db1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2dd6e6d0e12711c8b9973261cf95b9a07d93f3518e6169e15f8d9cc1afa7fd89
MD5 c28bf657ae8c27908329bf39d73d35c7
BLAKE2b-256 4a2907a0fd660dd5772ed56889947f7bc164e7df0b310cef55202b5666c1f9f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 74bae59119d1b1fe88953c41e04f3f7680ef1b9abf13a719710e20ed80495edc
MD5 e5bca5ff1f9540ef50ff77a4dfa4e2a9
BLAKE2b-256 5f84c5370eb98cdbc41f59aed6dfacddec9146aa36bf6f24562afc15ef0290f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 573c6517d13d7a4a5df2736f15e942f89baf3ff58bbca5cf41ac9b45cb1ba86f
MD5 24e903a0facec622d4c50b08658c8707
BLAKE2b-256 240c8f96141b2a4aa9ba446ad02b177cd64cb33c00957c23c2c39f7656048df5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gluex.hddm_r-1.0.8-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 1245f2db16e43a02e3aaf70a0f5c570f3cdd278bedbc6bd250d8c9259adfb70d
MD5 396ccff99a02e21e95fa590570cf0283
BLAKE2b-256 e7f07d13c076d48dce3fe5552c9ffd65353ed470ff62f989cc09584f156e07e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0b2e01990f986cb8b967e4ceac24adae4c46e425d9dc7e37a827a3b1842e9dae
MD5 7386aa5163e3a1e53bb9c888a725b2c5
BLAKE2b-256 8dcf35b895ef88e522176737ee6cf4c3457018d63cbec3716b6ccf60b306ef2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7c448f8ce756746b3d4d95f3446a8c2f76a74accf8ea822ce9e8ac4fc9ad8869
MD5 c447f032d2b6f246cf3b2faa5a6e6ae9
BLAKE2b-256 fa394f0161e9aca0a1734f1fa940b261ddab12ea10ff37af1262f87ed27ade8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bd8fd799bff10faef98121ff851de77ed1e8a626c3df516ce8257dc8042356ae
MD5 6dd11dcbf3f4634c8d89a69097710f23
BLAKE2b-256 46391433b9c20e2078a3cd95b939d505280a29a465d14a4dd51e115dc9d0669e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 92bf54a5a752c69c195be505cf16af7e696bc2f461c602e83c947652b9cd5885
MD5 d59c7283df994f728bd503a314661bc6
BLAKE2b-256 bc00648703269812d5ca26dc25785f056e75f7977b4d2075f084e640d2198d70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 49dc2306596bcb88721c6ea4c92e3d3cffedb1d382510b77ce59556a0b04014a
MD5 518cd0f39f8df79288fc3f1a1b71f0f5
BLAKE2b-256 d812fd4bbe9650e33722a10036ce77c23fa01b6b1a08a57a596b7ec6facab2cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 490e9473f98bee91e93ae9c18e40262880b2fc78d7d7e8cae3907c746b20b656
MD5 6ab04b72d2033e4c09b105840f4471f4
BLAKE2b-256 f703e2624c294d74bc778aef604f31b59585da3e1eb4e8bb3c8af7e13da09b59

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for gluex.hddm_r-1.0.8-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 80cc6b17f959920a55aff2d34fa1a159d5ef3a6b3ae74c41eacc1bfc8d981ade
MD5 66ae83c59d93fdbde321cee71896f0a8
BLAKE2b-256 9a68685e8088cff18fb704b5d357d5d54ff3565535304943d89e4d774df6445e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f7c16c9ccebe7dbde631fd15315c9a639f3554462303ea598596ccdfc97b34fd
MD5 343379cd5bdc5f7d78ae120eefc957bb
BLAKE2b-256 4b18ef575fc4eb402ec1be7cdc78bcef50b7b44cbf0531c2fb2cd56f027324fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 5c3533b48563f3f1e7ad79e76a292a05e8e8ade220b49573787925c2bd53384c
MD5 264618969270b0a018b035e9801aa2ff
BLAKE2b-256 f7326f29bf36f7bf1d68f362d125d01f419692dd1528f80f6e54b9d4c64f1712

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 59cf70b01e3698f52181e1c5361e55af7e73d77ecf59f279f7bfec2bd462b29f
MD5 974704e38f1bfb906f6a39b591bbb12b
BLAKE2b-256 b8f395a28052ef1e7d36d0929d4b7a532ad41d259f7d37e9967baff707aa460e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 51bb7cb41cf61bea4cfc4202d407b9950c3457d2e9d7808e7eb8247d3a8e1653
MD5 39316595aaee85c942c65a76062fc90f
BLAKE2b-256 f69734a599b8510ccf1f85e703901c8bd516c117afac3d2d47feb2c3f6c8750b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.8-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c4a9211c8121f7f0ca7f2c3b003393b0e1e3db0ad648253eb823516102a7d2ad
MD5 72a6fefd5ba8ee39a5caecaa2a929734
BLAKE2b-256 7965e2646dcce6f4aa68b21510ff2aed401dd249832ffb81426e5d4c9acd6f34

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