Skip to main content

methods for reading and writing GlueX reconstructed event data

Project description

hddm_r - i/o library for reading and writing reconstructed events from the GlueX detector

The 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 hddm_r and type "pydoc hddm_r". Here is a quickstart example of an analysis tool that reads from hddm_r input files.

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

Uploaded Source

Built Distributions

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

Uploaded PyPy Windows x86-64

gluex.hddm_r-1.0.7-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.7-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.7-pp310-pypy310_pp73-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded PyPy macOS 11.0+ ARM64

gluex.hddm_r-1.0.7-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.7-pp39-pypy39_pp73-win_amd64.whl (1.4 MB view details)

Uploaded PyPy Windows x86-64

gluex.hddm_r-1.0.7-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.7-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.7-pp39-pypy39_pp73-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded PyPy macOS 11.0+ ARM64

gluex.hddm_r-1.0.7-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.7-pp38-pypy38_pp73-win_amd64.whl (1.4 MB view details)

Uploaded PyPy Windows x86-64

gluex.hddm_r-1.0.7-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.7-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.7-pp38-pypy38_pp73-macosx_11_0_arm64.whl (2.7 MB view details)

Uploaded PyPy macOS 11.0+ ARM64

gluex.hddm_r-1.0.7-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.7-pp37-pypy37_pp73-win_amd64.whl (1.4 MB view details)

Uploaded PyPy Windows x86-64

gluex.hddm_r-1.0.7-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.7-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.7-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.7-cp312-cp312-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

gluex.hddm_r-1.0.7-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.7-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.7-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.7-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.7-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.7-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.7-cp311-cp311-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

gluex.hddm_r-1.0.7-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.7-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.7-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.7-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.7-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.7-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.7-cp310-cp310-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

gluex.hddm_r-1.0.7-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.7-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.7-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.7-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.7-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.7-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.7-cp39-cp39-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

gluex.hddm_r-1.0.7-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.7-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.7-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.7-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.7-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.7-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.7-cp38-cp38-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

gluex.hddm_r-1.0.7-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.7-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.7-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.7-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.7-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.7-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.7-cp37-cp37m-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

gluex.hddm_r-1.0.7-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.7-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.7-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.7-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.7-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.7-cp36-cp36m-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.6m Windows x86-64

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

Uploaded CPython 3.6m Windows x86

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

File metadata

  • Download URL: gluex_hddm_r-1.0.7.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.7.tar.gz
Algorithm Hash digest
SHA256 1a161461132bd19a861dc8883b40b751f1adbd16358fd457f7af3ba9fcc4e54e
MD5 4cb4b9454aaaf5104d844535da73ff7c
BLAKE2b-256 ef9165a95c5a9c6bde01ed71ac2c0df0812aa6d9e19582328838d6042d204c30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 5e74df45397ec1508416a8dc5fb720a32eaa48126e5ffd7d63e81025618e6990
MD5 a959a3f488de88d790eda580e8c01501
BLAKE2b-256 4f80a28ee3244c8570d4aa898d4440d4db12450725bbd7bf8825da1ece8af196

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3f01d9dc3a25d68168dea28af539eadc4ea57ed13aa691a948f2f757c0f653b5
MD5 6a3c0bec20a6f44b2f2bf930649eb200
BLAKE2b-256 95a125f98b864d2ac24aa4bb878341f3f6f7c985237920fbc7591a2293e132b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0202a35d2679bd0ccc0ff03693bf485a02e9e517cff6cd77ff7bd294f8ec51b8
MD5 608f02284c34a85efb8cf8e70c1dfafb
BLAKE2b-256 96a2c47d88dda6b81131da8ab6486d1c55452793272a3e4c5f8d86581d364ead

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 954df9253e32e1cc629fd48a5d12185362ca0388e21e1f41c6158c24ff21f8e3
MD5 30ed173bd06c6d7ef1a88a84c5e25b84
BLAKE2b-256 5d3c79d6e0325e784633e7618f39112a37e2fe17b4fcaccde69a4ab6e9c8b461

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b772543317090619b2e4d5a370324cb524b79dfa54c0f421273201be9c0f4c0d
MD5 8e3499c2d528d9ff4f0c1a03325b542a
BLAKE2b-256 55874edf8458da79018ec10bef23a281ea3e867f51f01d24ed28d87387a9bfca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 69fabf43c7e222b50bc66a1a139b5d8f86c3e622141b77bfd2e9e33b79fd69a0
MD5 7e43e33109415545ab7f7cfaf0c76dd0
BLAKE2b-256 da5c967a383e90ee958b9fdb393408219cf0adeac25937b4bdb1e1286ad553fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0be17c9e1b08cb441f68b6d5a02e24bb41e94432cf79e8dad7932c4d9e07fdc2
MD5 74b2449e086795dc5da3ea0311bcfb5d
BLAKE2b-256 743bb91c8a7f8e48b36dad5177a4381f0a54bb390d44eb02c5f05ba3b2c53aa0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dcda3f19d58460acf3e88950fa7219e0123dfd65645bc3c4183c788eab685456
MD5 946b58f27648e80b50bcfee461adf87c
BLAKE2b-256 e9900b3d4a8ceb8a6dcd32f5c8fc5cb87adf8b3f4f0b71b39203824ac2b0cbd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 62b505d5556881ffc3c1a7a322e16294abee2b686c85d6c82b81a391298e6ed9
MD5 d00df70392e6f50e1caa27e8535eda76
BLAKE2b-256 c74754f8bb28fac4750d171591ad100d3c6c32b2fe3dad287a4d54325e23d6fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7332aa1b7c0fd5c3e33fdb0ab8790e87c40560f06d1a34b4ede25216d471c885
MD5 6009499480f7f1a879bcaa222849cbe2
BLAKE2b-256 e191b10819f40fafb430237343e9677c0e238606e01ab6f0a06f4c605b2a04b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 e7d0520678f83ae4855908d5fa88e2561a21b7055712544ac3bbf93b2896db87
MD5 69e5869bfa7740df22149eee1bea2b05
BLAKE2b-256 0a4c93245c3d599ce5e37b15491649a6c2d1422703dc880c2f72eb9b62fccd57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 46f2235a0185b31af8fe87dc7eb542e8ce9905a78137e245a7fccfe1a61a0fb9
MD5 d464f736a03ad2000e97174a5959789e
BLAKE2b-256 5bd5015d5f43e6e3a447267d63afa9544d50056e378cf60f62f8ad36aaec4569

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b1ca8073a09aa0a5429902f794c9faa059072107db16eb81a7ee16f6ed2e32e0
MD5 219d1ff444f47a4fe2dd2a1e288571cd
BLAKE2b-256 2196f05f82ec3863f19105b7e2252eb283d8a39b61fe3956be92a6327e3223d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 92e4c75bf00e880785c550b2713ab76a356a266a45c4d9e117991ed2075fc2d0
MD5 d7545e5d8eb7e85dcfd5dee220b844d4
BLAKE2b-256 f07c9c564cecf78eacae3d4070cac37b629265ad4f7754b01008d6ba964867db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 61ccdfad74c9550b4abb377a3a8b543de31dc65882a205bf25479f4c67c36797
MD5 787f9a307da56f78ef7ed651d76e7623
BLAKE2b-256 1aa243fd76c05503110f00b1ffe1998fb236034b69739cf1113aa58a80363e0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 f5435d05278a330d436274fdc5d448658ca14ef7b979c21563587fdbcb548f9e
MD5 f2a728722ca429c1762f38573b1893aa
BLAKE2b-256 392a87343bab2c43963bb32ba08b1ee0f989cca8c1e2b6989cc50b5e442503b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0d4c3666a6d951571cebe08ab6dc3e50f8b4ac8ae360379727c2fb63fe882646
MD5 2cb5d7fe295454bd830b151068434783
BLAKE2b-256 bca6912f6868fe5d885b2236b2742351688f350d5d1ddd2dd9c364f5edeb6318

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fc49de7e1803efde283dc5492b0ca242f4ea99801104c882de4e7aa0d1c2744e
MD5 44d70d708b14e4ef6c237bdcf5ce4d69
BLAKE2b-256 672c5ae639cd84a62a2aa73fe94a095de00f0c3185d1114065e87ff1dd62ad15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6c2d618a2033901a4319e8eb8d862f46abfd3e4a4476fc132645ff5b4407d0af
MD5 743b8734cabeb85ccc2f6e28645bf992
BLAKE2b-256 bd1d0df6690edc22bec66615d276b9b10b5761d391f43fa536ebf973ee476645

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d44ee6bb8f1f02d6807bd9904e9309436680c15e166571dabf398c4f4647be8e
MD5 d43ba399f5d34cc3658fe6c746e9436b
BLAKE2b-256 56d7343606659329e2d7bf98baa15c30e5e6900a4fffffcdd858fd7001dd2fcd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 3748006b816cd73315701dfd291b7cf12b9710b641e06df95efe0bab3b2616a5
MD5 d1f0ca9e6853eee186fc02f740c25fe7
BLAKE2b-256 6487fdbf8a07361a9b0698fb8fa67fb368770a81e9bbb0659db6f35089938989

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5685a941cad0f2ee1536972e17a6d27b70b485533f9142ff64aac59b76f56f6a
MD5 5f402f8960feff3545c1bb9504f5b9f8
BLAKE2b-256 2a3ff86963bb91c91eb442d31e53c971f768393511e3e6e3755a1b18345613e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c18e86b227fc3e2c8c05318047cd2361193057442a073c680a695df1ebfbce46
MD5 a0af03e8f2852eff097b26cf2ea69382
BLAKE2b-256 0c6945ae93463bc671f540634ec6670bdbcb3d60a29191cc474494460fdbfd64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fc46aa916c95baf4ba36a5985d64dfdbe7bfd650790976dc2807a93d8e1256ad
MD5 df1555ce8afbabdc31915bd48db75091
BLAKE2b-256 70912141d157a9876dd2d4593b2278ea42bab510d0f3ba2c0ae291435f9fd6e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bc6542eb7ae468d97b873873e1ac619aef394bf2c32b2a1e74b40844e3953c9c
MD5 dfc664297ef60dbc08c429148fc53ef7
BLAKE2b-256 95cc2fd4836a6b75cef2c9c3b352afb871021b3db0f78c5eb3af251879dbc229

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b931815b42eae5b87430e6bcc105e48c0ec9d7da4485592c19f1fc7adc769eb7
MD5 d5567241b8bf8817035a9ee5f8913c28
BLAKE2b-256 1f483a33ad6694a581aae6e6d921978fc6d04a2043b08bd607b4da60bbe37348

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 87605844a54572e36e831c5e88fe2bb93736e7f9eef52015c24f2bc9ee8c2493
MD5 a7e2c7e1f540fb49ccdbc4869f4310d3
BLAKE2b-256 ec1c577f90f0c9ed9ed85ff94e258bb7e89543a692f454df4f661b9e3e7914ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 91142ae4cdc9608f22e7aa7f1826579674406306e66e973e606213bc7d6de98f
MD5 b58f4323af3dc9ed92a5c60a5a47a4c2
BLAKE2b-256 11fe2218a827ea8a01e26fe03798e9b1af07ae304b2fa00c994d5d9be648d6e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 cf4da45dcb64e859a7c8a6b1733740c03e4a91ae839a49bbb6430d196f50902d
MD5 b544056b9d8031c9bfd8e5f050257aa9
BLAKE2b-256 c2a123d7282d4d1dfc32c9eb171ffd85071bb8d7b6f4262b6a320c97731ab996

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8a6d0e4c4960a0b1d76bb36f8794251d87340af75cf8a846e6c893396c45d55d
MD5 f05e6c9e04770efc0ab22b30d5b573f4
BLAKE2b-256 1e1214c1aa5f841ccea571654ae0a369b11c136725c9ca26c887954c2e5b2309

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c21d4e61a5474f9aa8e6b2130f295f6eb617a938bed39ac5c4613b918774f10f
MD5 c28d0c16257e44e56f5e73c6bcc6204f
BLAKE2b-256 43b06c1b9275544db7e59dfd18df288aa1928725bf957fcc79150d8361025519

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8fd28123c714e8523dd11440ebc31f92a8f10b49a341ab7b84f2f0dfb01844a2
MD5 b063a1b8cb58b43864c78d32473a5d18
BLAKE2b-256 beee8c13620f8d3e40ee4e99421979a454cc2a6e747c1e33da9ad72515f3ecd2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3aabc8fe672b5dd7f26f4da3476c7022dbbf8ccd1327fe45ca486cfe20e01af0
MD5 ae26185f646c1b92c45374266c2cf7a3
BLAKE2b-256 fa830f23be57c021fa2c917b17ad2e9c915b023a2bb90631af2b0f7cae002479

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2a68e431781bfe6501381736f02c1d0d84aeab978cb9d3008ed7490f71724b6f
MD5 9085fa4e52b42c9f6b273cf33798ff03
BLAKE2b-256 1fda5bf4c77b90a888cfe86226695ec3792d0837be9a48240ef71fe3fa726d38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 75272af12bf9de5061cf6623706fbc70fb7725572234dcb5853c97a1244e7503
MD5 f0ba95869d9f7fe90ed309339eab37dc
BLAKE2b-256 1f16d2da8fbddafb24f8a9687fc48c379b33fb6bba99137b081af6db1c4e851c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c3bd97968dbae4e44b9056f27a4fc3fe1c850a54b9c3ac94ec4c4b810a01bc7f
MD5 aad9bf2885b945d765b9f892fb4bd068
BLAKE2b-256 5f5128a10b94d2ca0bfa5e2a495a28516a452a8ad0a620ff15f1862a83f2c7fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 7fa98696340491f25065270d67946cec34428cda0fc9172bef61ccbd6652d41a
MD5 892b7711b472997e7a1830bd9184d635
BLAKE2b-256 2c1d8c06aee34476c4cc560257715ac8b89c4823e342686c136daa63df69a116

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f4150a23d665dc5a2be675899df19d205396cd7b0edf096db02a61a0e58c3bf1
MD5 4546813c6721513df3c5932e4473d636
BLAKE2b-256 55aa0d1059f665cfe48bdaad45ad011e3dd0c078c211e4e4557778fb4e8e05a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 d56eb004279dbd97fd5f96810350c43d619a441c30a4eada79c05d4fc9b3df6f
MD5 42c20ae9f73fdd06c07f73cf647828d8
BLAKE2b-256 e281cabab3ed722f1c7ab806dfeb30de4e3a185b2b45be4db1c1742ec6f179b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f683c5021f1e590b766bb14225399e3ba6411fc5c3c34271df856b193c91e939
MD5 5c2ce65a1f82a0e9f92db07c820fe7bc
BLAKE2b-256 a24a22514e9677cc9238073f7dad4c1041094c1685af67e9918e1746e3638b94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f4e9f1cda08419fb2d163d33b8f86e3c8975160000173e6ede592aeda4c7c6fc
MD5 e36b951efb61f252542d958073b0f8c4
BLAKE2b-256 a1a370ed67b7d47029b43a07c05ccd645223b55af42c14cd84c0c508b11134e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2a7d3f2603830416674bbfc7f888a75f9fdd05a2ee5ab68b5bb9eddb7d793460
MD5 c50a61ed96cccba1adedd07b97fa27a5
BLAKE2b-256 93ffee8783c91deb1d98198651bae27ebff8b8660dc6e2499648ea86481b598d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ea702d36a1a2fce76dc4c2c0d99ebea5a1540b8c49a645eedc32c24fabf5e7b6
MD5 407cd20c15b1a77fbba1caa1b2482f76
BLAKE2b-256 1528a903c648afa0a79cddd56d69b1cbc9e8936cda229ca17317967e98d801b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b3271a1cba017da961797924a8177fed496f5477c9339f259247a6ab1e61cca5
MD5 baa336808090c08a57e4cf4fb1897bf4
BLAKE2b-256 f5a720f8a969dfcfaecbbf03cf46d6d484d66e5eb7d2eed2bc5c20175f0cc1eb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gluex.hddm_r-1.0.7-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.7-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 702502f63446c52314744ed642d5be42402867cbc034cd7f0dc8c0fdb399096b
MD5 b45d90565706e844db040b0983b565d2
BLAKE2b-256 64fe373863c66c1f0be60d6e9f984bf0b3efb07718b66149d14d77beacfe689c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 0396b57975eb1580692b3e64bfdec70b3813044372f31f3f7f1fdb36344ca315
MD5 fd27f4a1feee216aea651d3c152a844c
BLAKE2b-256 87203af91e57c9b75cd44119c8513d3926824bdaafefd6bf9fc458c06e49ad8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 80d02b44c46a2f3de2581f4ee78f51a6a71a32fe6037cee36d4defe19f196f02
MD5 aa3b41e4a2e46abd9d5e4e07aa45f9ac
BLAKE2b-256 ebcd6a89b973b216d9bd64fa86b6190372760ad62d26d306131072869d8fc71e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bb716a567f8fb48d623bd8af5db16959b20ae889b85ae7a310011230f619ce26
MD5 154fd84c0dcb97256934ce6e828e1ecb
BLAKE2b-256 96eeced8f2dc369353ff1fdcfa4db64f45144076d6e30a69a312d0127af49b88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6afb92672e98d2b5b7d259056bc04f2b26b33d1ad5143c1bf86cd39257cada1f
MD5 f27b9bb051a0302f6bcb27653d1ba0a7
BLAKE2b-256 d25f7474a3bdd8b790d6f86adf41654cc392bd83c5ce3a765a381d9bf16c9aae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7d2c098e984c8610ef044d0ff918eb0f24b1277875d365aff004ecc53f729b28
MD5 de51d28b8e9a438454589f3a3f5d9b46
BLAKE2b-256 50d0d15c98f3ce99f123983ee37987200c3103abf011a9a17ac34bee32f38e51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c415774063b136524974b3b061b5385b8882b9c42be33e1b89cff642022202f2
MD5 923dd5acfccaab7ba22bf29544adbc79
BLAKE2b-256 95759d0962bb335df3538822b29c94a9fcfbf8c1e794b9256c7063efba56e2ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 eab9e8d7b7f7baa8e85ef56b6e096b8064749bcb5ea441a629e7875513ade79f
MD5 692e618890c39a898ff60808c69c860c
BLAKE2b-256 ae93f9ad473648dc73e61d38123f3c24e14d7381788f113a21bbaca67875f6e7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gluex.hddm_r-1.0.7-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.7-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 f509b6209078767fcd6d9f38d647280e0efafb12d11c7a77b1b7eb8ecac3aca7
MD5 a22cda3571818dfa22ed326735dddb43
BLAKE2b-256 7aa9ec203bfcc4335cf34786aa79b6592fb75cd15ec458eb2d470dcbd58a9231

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5c4f2bd8b3444fceead7942db3af5b0b01b490edee0aa9366c471cf68bc6db4f
MD5 7f668f32d77fc0ff6ac58524e2718703
BLAKE2b-256 4286c162fab084f866ab2caeae51be1238f286df16a7feeebe03bbe1cae36982

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 b2b2a7c9098480cfc205488aa259a27af8ae844c43b90c86eba0600215c0161f
MD5 87118f02ba299970d8f8943129997bec
BLAKE2b-256 d6b6945f22c8791b38e97548bbb0e73b733283edbe6e079d47119eb47119b673

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e49d713c33b24839a4b441fb69490355312dbc357631c6b599fd73970f1c417d
MD5 b790ef5cff035535cd5a7231fafd30eb
BLAKE2b-256 82310824290a2900b42dff06572bafbeef0d641dbceb0937e967be8d3d4bb517

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8a169a84fd10573bd2c054bb440d962789fcce67a87d8822327ef7791396155a
MD5 05b7d8c55f67bf9801c790302cdc8139
BLAKE2b-256 1cfcaec40c602d2f54518378d3b9e6b40928f4dff99f69373b60effa0ea92d8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9115c9c1f2c5e10799d765fed069469319186d0d117d9ff52aa61dd5ddbb6b57
MD5 0c2358fbda6772346638984537bc75f6
BLAKE2b-256 62e3fc963534afbdf45099ed135fcaefdfbda3ddd0ba4b459b2103b1bca9a6f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5664c08d7af40012123e14b7bd71b4a84f0b74797ae040bd874210c8319e84f9
MD5 80db56914646cbd1756cc778f2209a16
BLAKE2b-256 98dbda8d0c7e16e4a3263f2cd05741da61382e46495567102ad1c4e14650174c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 5ee1b892e2c458039153a37fa0edca6e876a3f5bad6e2acb8b6e7c7e16bb0c03
MD5 e46635b2b94513e2ac9c68ab1c6c7962
BLAKE2b-256 423c7f2aac4f3044647660860bcd7ad0028a40dad725253128b50062177c8486

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gluex.hddm_r-1.0.7-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.7-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 599ccddce0832dd9553ff4cbf8d36977fd4e4b4b18824f11fd5a81cc14dd4ad5
MD5 6673c5bd672d8c711389f1b95c2cfa33
BLAKE2b-256 4bf4138adbdb81a54d1e0e68271b57556ab5fbfba92e36b97b20401efc4a7a4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 a4a426c1215a14fd7c92736ae30e7d295da262320f6f4e7dfeffc88b2c90bbc4
MD5 ce1cf33e788213e251c7190f4d68be63
BLAKE2b-256 a4241656ea86caa24766bb7cad94580c03033b59b7ed6c40bc661927875757d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 8f3353feb2caa59ad00ef8ed37e1ed4f55b84d9f17896eabced670b5a9ddb441
MD5 be7a6cef9b2fecfe00aa51265262de87
BLAKE2b-256 5433f8bb2fffd4de581be046ae3921369a473d6c1dea0c8ab5410a0ed3d99f39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1f4c9bb416476d73256de0776944824b66cb4c00aa4c2cdf68597864b344f87c
MD5 b7747f592e807ef4011023c7fa84c653
BLAKE2b-256 af9512e84715ef6bcda2d4dba53c77070043c5572f88791a187dad29f11e7ec4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 73118f61b5f42c5656df4f061eb1d6434767bf9072ff53a0b04adc148578065a
MD5 a29969b64619d5f364314ccd6cd59765
BLAKE2b-256 6ee0bf7dceec456cea8abf08b0b72a6e65e8df8212be6b112bfd10f1ddedf2c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9718bdde391a3b7ef882871108cc55398286e9f76ade064a48530f7b930b9bdb
MD5 dd0e6de2d149c4240718af3b71bd87b3
BLAKE2b-256 4b33768e861472bfe042ea88ad2e51db54be40ef4a0090cc72343ad65bcc430c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 9eecaef209a6ac5422602343d282e6c571e7abfb28787ac8199fe45a97dc4e8b
MD5 5657570cb10c792754e59abb72d51947
BLAKE2b-256 be2b4a6fab0e2e380a706431ccd1220e0b62fcf1a2e4531f02ef7e6dfe0d9016

See more details on using hashes here.

File details

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

File metadata

  • Download URL: gluex.hddm_r-1.0.7-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.7-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 ebbb2371664e9f56c52ea1e9a932bba2b1810d5777c1f2f57a19bd67e866eace
MD5 3f4398178f1a23aa78760af997ae150b
BLAKE2b-256 97be654c956ae7425c8401cb7f81f4d30d15491134e1dcb39edea523f05639ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 361562516f664e9cdc1cab8a86169cc907f5df5cdd957aa3370f3970c6398dee
MD5 5d90cd2a416c687d99e610431d8ec2a8
BLAKE2b-256 57b2405a01555005cf221f54379e32459eaf98f7053e5ea520598330571c7125

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 8ba1b32fb9fd1de5ecc57bfad0a843c60a5236c87745ad0333f0f1530142fd78
MD5 dc6e7f0349c6aa2ada9e4093867fba87
BLAKE2b-256 d18351e3984f755b29e21e391c9bfb78bb5eefbf6caaa8b144a59263e4c0cfa7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d4ae057f8f72c4aa218e4e1d36e12e2faa5573cc5899447af206333249e37075
MD5 3702d1eb63410f543b27e3f92d064de6
BLAKE2b-256 f0832a910492f21ff73deb1a1be8a622b809c25df056f17c60d897cecc8e3278

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 84fe548c7ecb73d128d4ea30b09b91f4c7732efe3dd07c7c3dab6cd72693fcf8
MD5 eac68551d63abfa429b1d246b8997cb7
BLAKE2b-256 f3f9a7ecc776b9ac03a4a9310fcf906453f7894e482c988b1e798db8f9dfba1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for gluex.hddm_r-1.0.7-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b95956e9bd06a040ccb369002ec622c33a3a9a9c1067f2811caabcf48e93f5e6
MD5 0f7034865a1a5089186a808a8b58b76b
BLAKE2b-256 56c533d45626918bad6fae347674a34a148f552f81f32e82e174850e52d71b44

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