Skip to main content

A Python library for analyzing hierarchical performance data

Project description

hatchet Hatchet

Build Status Read the Docs codecov Code Style: Black

Hatchet is a Python-based library that allows Pandas dataframes to be indexed by structured tree and graph data. It is intended for analyzing performance data that has a hierarchy (for example, serial or parallel profiles that represent calling context trees, call graphs, nested regions’ timers, etc.). Hatchet implements various operations to analyze a single hierarchical data set or compare multiple data sets, and its API facilitates analyzing such data programmatically.

To use hatchet, install it with pip:

$ pip install llnl-hatchet

Or, if you want to develop with this repo directly, run the install script from the root directory, which will build the cython modules and add the cloned directory to your PYTHONPATH:

$ source install.sh

Documentation

See the Getting Started page for basic examples and usage. Full documentation is available in the User Guide.

Examples of performance analysis using hatchet are available here.

The hatchet tutorial provides a step by step introduction to hatchet features through a live interactive environment in BinderHub.

Interactive Visualization

Hatchet now provides an interactive visualization which can be run inside of your Jupyter notebooks. It is dependant on different mechanisms for building which we describe here:

The software in the hatchet/vis subdirectory requires Node.js and Node Package Manager for the development and building of javascript code.

Installing node packages

One you have Node and NPM installed on your system, you can install all necessary node packages by running the following line in your terminal from the hatchet/vis/ directory:

npm install

Building out javascript code with webpack

To build out javascript into the static bundles used by the Jupyter visualizations, run the following line from the hatchet/vis directory in your terminal:

npm run build

Alterntinatively if you are developing a visualization, you can run the following line to force bundles to automatically update when you change the javascript source code:

npm run watch

Contributing

Hatchet is an open source project. We welcome contributions via pull requests, and questions, feature requests, or bug reports via issues.

Authors

Many thanks go to Hatchet's contributors.

Citing Hatchet

If you are referencing Hatchet in a publication, please cite the following paper:

  • Abhinav Bhatele, Stephanie Brink, and Todd Gamblin. Hatchet: Pruning the Overgrowth in Parallel Profiles. In Proceedings of the International Conference for High Performance Computing, Networking, Storage and Analysis (SC '19). ACM, New York, NY, USA. DOI

License

Hatchet is distributed under the terms of the MIT license.

All contributions must be made under the MIT license. Copyrights in the Hatchet project are retained by contributors. No copyright assignment is required to contribute to Hatchet.

See LICENSE and NOTICE for details.

SPDX-License-Identifier: MIT

LLNL-CODE-741008

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

llnl_hatchet-2025.2.0.tar.gz (380.4 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

llnl_hatchet-2025.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

llnl_hatchet-2025.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

llnl_hatchet-2025.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

llnl_hatchet-2025.2.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

llnl_hatchet-2025.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

llnl_hatchet-2025.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

llnl_hatchet-2025.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

llnl_hatchet-2025.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

llnl_hatchet-2025.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

llnl_hatchet-2025.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

llnl_hatchet-2025.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

llnl_hatchet-2025.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

llnl_hatchet-2025.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

llnl_hatchet-2025.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ppc64le

llnl_hatchet-2025.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

llnl_hatchet-2025.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

llnl_hatchet-2025.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

llnl_hatchet-2025.2.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ppc64le

llnl_hatchet-2025.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

llnl_hatchet-2025.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

llnl_hatchet-2025.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

llnl_hatchet-2025.2.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ppc64le

llnl_hatchet-2025.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

llnl_hatchet-2025.2.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.2 MB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

llnl_hatchet-2025.2.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ x86-64

llnl_hatchet-2025.2.0-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ppc64le

llnl_hatchet-2025.2.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ ARM64

llnl_hatchet-2025.2.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.2 MB view details)

Uploaded CPython 3.6mmanylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

File details

Details for the file llnl_hatchet-2025.2.0.tar.gz.

File metadata

  • Download URL: llnl_hatchet-2025.2.0.tar.gz
  • Upload date:
  • Size: 380.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for llnl_hatchet-2025.2.0.tar.gz
Algorithm Hash digest
SHA256 71e267bf18249cd9e98109d99efb417c93134e0793d172fc129bf5187d1364d5
MD5 d30ba569c9564bcc57303117ec84b7b5
BLAKE2b-256 bd4018139dd4938e6cc72c153853926cf6731f5569ac431092233d3c31bd94b6

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2025.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for llnl_hatchet-2025.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 451aaa4cd2e1bd262a343bb6336058d73dd124eb1ca889e862d869b3c2b06686
MD5 d12455ae73b3d42f1ef97cb02bbf05e1
BLAKE2b-256 9be9dc576d327930bfdbc9a854900b7f64680023a20e1f44113eaf63883abae6

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2025.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for llnl_hatchet-2025.2.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d59d5a417e67a22fff4485a5bb70d419182432c389bb1e423fd8492305b3a636
MD5 0c8669863fdf1e202e1d0d3b3b544f69
BLAKE2b-256 52f1067351caa0386192f13dcb9558ce098b5b560e1d1342a3c8f5d41daf0ea3

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2025.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for llnl_hatchet-2025.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b95b37fbe84a6d694e62576282cb71c85938af6e76f1c75ab88b2e5a71652abf
MD5 2cec3602f8c24297e2c0bc01becdb459
BLAKE2b-256 90c3bf8cb4cba4ad782d341655e24f9e4007813d6e65c77a19fc3c1a0f538ff2

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2025.2.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for llnl_hatchet-2025.2.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8888f10541921f8ffc0e53fd28c54d0b0b3f24cbcaf75d3779b5ac3a048d4306
MD5 e747ae55a67113e9e54b4c5710dea357
BLAKE2b-256 3d704405752b3666bfa767e487f86490d50f8bec9cea1b98ea8e565b8412b0d1

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2025.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for llnl_hatchet-2025.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 90929fc96124eab245009019cb68da5cc7993959d6dc3b47f7aa3864b7c0188d
MD5 aea459b8eb0ca75c4bccc622aa9a4967
BLAKE2b-256 260d336f67290ba044e077a76ce7ffbc4bda843c847233dd4432e2ca916d1c01

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2025.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for llnl_hatchet-2025.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 91f9419b7c4c7a4e04d7e03bf797986ed69cc11c6d747b5b8e3a2af8769497cb
MD5 a44cc9e1028c46455030c73a934ff068
BLAKE2b-256 af1785bcd7ae619ba7173ad8aaf22f743263d1fff47c8c6e0f7d072c77eb3b22

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2025.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for llnl_hatchet-2025.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2c475a4aebe6d7d2d945c244d95351b2a590378333ea0205d66111bcb9168a0d
MD5 dfe43fc44bda64f953152bb2de228c4d
BLAKE2b-256 7bce88d6e395551ea21e96327486906e59bbdd78b681e6c96d36def015122035

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2025.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for llnl_hatchet-2025.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0b1102915cc04bd83c0124d9faa2277ded85c928eca7b8050fc6d984036bad55
MD5 fbcef7e707d9b0b716b5eff62db4fb20
BLAKE2b-256 aee5b7ae1d5e6488d92969c6df058f46920bfbf329fca49f99b6fb855e7fe6fc

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2025.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for llnl_hatchet-2025.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 48de201d8d75f565deabda258720cbc1296e4224512917a77b38294c57246b53
MD5 fc26a6ebf4b14afb877c4355910bccc9
BLAKE2b-256 e937b447c39e9def156cea4be869ead6c260c39126ad7507f5de5540a90dc850

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2025.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for llnl_hatchet-2025.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6da4105c20a5f02ecf8177f6a2543d9beae91b73bed66c66df9fe6b9fee9fc0d
MD5 e31c0de4f7cc6673d7a62e5e9a4927db
BLAKE2b-256 22ad06229b4d9076b23c1cef4a23048a5d7d903bfc9caa5d6c78c14b0f536b5e

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2025.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for llnl_hatchet-2025.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 815d24a70f482a51d50a015026dd8a394de8906fdfee9d715d4e8c75adbe6763
MD5 f0931fb9315c19c954431e8468e4976c
BLAKE2b-256 9b8b5858adf305f03e076ab9c35634add6a0e6a91a7870333cb01d2cd3bafa12

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2025.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for llnl_hatchet-2025.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4e639859966923fad9842b7859a017c49976b91e55d8f0859edbe24593432776
MD5 4ed0d75342de5a62f2aabf473400322e
BLAKE2b-256 a49dc524845922c11e20730238dc57947634dd1fed29aacce881f2054b93d482

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2025.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for llnl_hatchet-2025.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1f2abbf50b87ae1e292ec31062f09c19fe18c53da46b219c596d491260941f03
MD5 7fedd68fec2e3ea329d68bab39dbf0ce
BLAKE2b-256 b6e0382690804e98636a802a61bbbbc8c2a40dba33675e7644f42c0a29983270

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2025.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for llnl_hatchet-2025.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 50ed6cae265df32d714a2eed7b05ae306fcafba8888f3b3c0d9961138414f698
MD5 3741bb8391a40a54fd82c69fb918a3a2
BLAKE2b-256 0c43bd3fd38316db8cf760a18453a05bfc4fc9c4d52ad2a8f31456af3416aff4

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2025.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for llnl_hatchet-2025.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b786b1e1ad07369aba895380052dd53242c6abcb2211a0a8f97d3c425b188c54
MD5 0a4aa39edd73ef6e57bba582a529bae7
BLAKE2b-256 9d6daf32e4bc2f2a763b568467de4d89f1425ec6e1002122a381e91015415583

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2025.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for llnl_hatchet-2025.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6fac15f47b6c6f2b4216501080ee7a536643970fd33ae85e958be72df4ab1533
MD5 3673f8a7549aefc81df6eac6f7fd3cfd
BLAKE2b-256 f018dc288dd3f5189c411ff1959c2fd5b3833fc94253f59ecad31edecc9854b6

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2025.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for llnl_hatchet-2025.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ec169dc845a417a8c33e0165ae798508a6e5da14d567597e95aaeb9d47ddb0b1
MD5 a0db03c32fffe4f4259a91175eac3695
BLAKE2b-256 6ae856d3c1f4ae152cb407ed6e357e9531b950925424f731d14e34c77c7baef8

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2025.2.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for llnl_hatchet-2025.2.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 52d065dbbda4c3bc23b2987307039151d9abf6a36fa4e8b161c98eb50fffae8e
MD5 083e2e00c296fdce56eae1ce9351690c
BLAKE2b-256 eddbc469a8246a8a65365e694858175dd0cc5102b5d4f909eaf0e8204f56c641

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2025.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for llnl_hatchet-2025.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 76185db83be77845d32070156647fe89371478da860b84ffc942ac7b165d152e
MD5 0c4538527ab625b4fcebd17e71ad9581
BLAKE2b-256 3879fc7dc2d7578073cd779362dfaf99f6777f68184fdcd24bcd30488dc00d80

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2025.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for llnl_hatchet-2025.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 233cd9a69943137f78725cba56cf931c09520209625e28c3b4f6bb1bf91bd024
MD5 08200c0ef5341b6e747d012dbf4774f7
BLAKE2b-256 cbb52c9318f377bb33af9758b5d562e4499d3aaadeef4970ae6a72f6e225808b

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2025.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for llnl_hatchet-2025.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c2275487b455fe6b8de5b8c0fa75ae7e210a9cb9044937ccfd5a686c4fbcca33
MD5 517cba4b2bda249ab2d45bb12bd77a3c
BLAKE2b-256 4bcfa7e5ddabf6ea92e27825c9e0e7c0c6449c3044f5cd2d0c3a66e189a64cd6

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2025.2.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for llnl_hatchet-2025.2.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7b37bd324d2589f7e0c59101c2aa579d32a3583064a7f29f582b3b84dc3007ba
MD5 4e61b69c98435a6108bda4f215215f3d
BLAKE2b-256 b95851e9913bb4d127cd96653a7f643018d907a098836c6c0e2c7695b6d4a96d

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2025.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for llnl_hatchet-2025.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4aa645d836429bdc855cd3e7857e49130a0d3b798a4a95b399b60bbfd79c161f
MD5 7288d7798de0962b3a3acd31d4e91fd8
BLAKE2b-256 e89eaed83a75b08b3d5b442f98dcb3635933541adf9d75aee7dd2517e16d5cbf

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2025.2.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for llnl_hatchet-2025.2.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9e65d4beea8b5f647de52bf05b09fa62be545ded531eabc68639a96ba7230a48
MD5 96a102e78f18de94123fc5ba03ae4bd6
BLAKE2b-256 d1dae75b91e20276f0502772faf744207ac8927879765886096059e4451527ed

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2025.2.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for llnl_hatchet-2025.2.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c83bc530cb8c08497d9d05f94cb9def0c3de53e129fb272fc3e20150bed03388
MD5 ef9d1f4f47a5452f4097ed8a0e7fefb8
BLAKE2b-256 9c2a3c035d021b5637bc6d448ea641858937888eb54fc7cab47fe1776b8362e1

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2025.2.0-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for llnl_hatchet-2025.2.0-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 06067d6cc59c15623f38aceca39640fb5efc2ff0ccac3fb91fbd7b2fbf6222e7
MD5 5555b6f96672600fe028cadd1b83e020
BLAKE2b-256 8e6513109ad10a02d1ab6cc5f80f64a69d7aca683442ae4b63e8e262cd68fa52

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2025.2.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for llnl_hatchet-2025.2.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c43ef21b0b3f811db05e8dbe54287c1afcfa21e7bbfa91d4acbc6079f2420822
MD5 e5c6e6742a9de08cccc6fbb465f5c77f
BLAKE2b-256 eb8ee31ccba3e45be2885c48709769babdeb2b70965a30e41d26bdcd5500bf23

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2025.2.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for llnl_hatchet-2025.2.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bf76da6e653760724eb1035d3a3186f95410f04eb6804e8a7bd7ef69093a1786
MD5 8ae88ed109facdb7346dc2052173f5c7
BLAKE2b-256 3c90f37143a6564bca72caca9368edff327b488e98bc4ac0f63182db4d8b9aea

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page