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-2026.1.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-2026.1.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-2026.1.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-2026.1.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-2026.1.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-2026.1.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-2026.1.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-2026.1.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-2026.1.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-2026.1.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-2026.1.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-2026.1.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-2026.1.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-2026.1.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-2026.1.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-2026.1.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-2026.1.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-2026.1.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-2026.1.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-2026.1.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-2026.1.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-2026.1.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-2026.1.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-2026.1.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-2026.1.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-2026.1.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-2026.1.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-2026.1.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-2026.1.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-2026.1.0.tar.gz.

File metadata

  • Download URL: llnl_hatchet-2026.1.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-2026.1.0.tar.gz
Algorithm Hash digest
SHA256 b7b0cefaf040af4d57b15b3953d07cebdb763e788f0d6927f25ac9bc52fef66f
MD5 560fd1f1f2fec12a18b2d06929e08b6a
BLAKE2b-256 4f0c0e4a3332f46f60beced9db6b5c51ade04deb3436109420e980d04e5e5666

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2026.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0e3153116452cefef31d0dfc8b27d10602a3e50e3fd87fe0a306faba37f8b3c5
MD5 dfdf947deb3642fe1d6ccd1006c5a3df
BLAKE2b-256 b9370f6ca80c5e098aa1f18a3d5e7073747417ccfc6a9346cd39310383ce1305

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2026.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 82861625b1e0f659567e81853593a32c76a413c6d7ba0c98755a60df860f0e37
MD5 185fa01812f4c15838eb88b613664495
BLAKE2b-256 ac48a885aaa141890966eb96b02d7d98187ecc35981bd36195a43b1340115994

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2026.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 74588fb67b73be0b921cca65dfd6a500c8c34862ee79047f65dcc1c3d542235a
MD5 e1364af0d0a4a40cac04c2dddf412b0e
BLAKE2b-256 22ce0d994e067cb451cbc0b15fd1ee1d8507a00a7c7024e873a36d556920c494

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2026.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6c4ed5f7f83df40ca934457bf28acb52abc18def017ffaf4fd4347ce05548308
MD5 fc2acb665955dfa97a803f0aaadb9237
BLAKE2b-256 ad750f44cffa5653c3accb216a1ec083ee449a9c0b57cbd754b818ab19270d58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2026.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2a2dfebace42b6de266ada8356b4c14e716a05b128e892f64a5470099d03527d
MD5 c95c4ecd54319433fa7077f7fa279dc4
BLAKE2b-256 fa78f9bd9776e8b5b87785cfa9a54377caa95af5183e26014dd329d96bed5ede

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2026.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e213b8987cda802c1c39165e83ec0420738bdc792356b3e6f0684741be160116
MD5 a5cb607ca00017da95a5a9c249bffc3c
BLAKE2b-256 4469ab890a0999f9e74d33397f221737636b9fffb0ae040a135d070e9fbd793a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2026.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1ba4b8dd406b7f529b535683a95b4bb5bc15ee8b245144714c1624526d778bd7
MD5 06319f02649f127c58308cda08cd57e2
BLAKE2b-256 adfdcb0697c03f4bcecc1a652cd555062a7cfb87529d111cf842d0a3ac0894ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2026.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8f26049c23e261b84061f0ed940cc2c29489a82143641886a8e13ffe7b412256
MD5 1e2b44dd07c1faed6eb5b609956f2c4d
BLAKE2b-256 0a7b8edbb7480a17ae1040f6a5ea8361827adf515ed5eb98be581f7a2d95efa3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2026.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9b507b785b1716ddd4122c741e75b10d5ee04fe7b69d7635fd3709e2f23b3263
MD5 0b9a9421901f5f8afa5028a6fd4ed8f1
BLAKE2b-256 53bc5882f5e40ae7368992f5c31a81ed58b3d89915872876050ed32b4ed0f1e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2026.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 284bb7e11fa0dcfd4eee558e101448d9b603d51c7973e6c45ba14d03362fbec1
MD5 e72fdb293079c713b1aad97598aece42
BLAKE2b-256 502c430e5def03abc35eb5198a1e18e0003b5826e80186143f413dde3f044507

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2026.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 27fc8032ecb7fdc5d7b19f85f8d4bf35fdb758bd7a267e74ad7db2e94abd41d0
MD5 ec0ce94e17d37fc50b0288b349df7790
BLAKE2b-256 67a41673b6fec48c43af4687e62dc82b6122e9f3c6a9e560cd2af1469b41914f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2026.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cc0280d720d78a95136ab48e9a3edf10c9b385755f24416fbac339d416fdd414
MD5 d0d638db339dbb40610f0edf6757b004
BLAKE2b-256 3ab23b8622ef0bec1c8459971af6fadd685fabfec665f52f5934f9a4198d0c2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2026.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 96dbff8d0f7d8f1728d475d678d90dc5432a8a0288fa5a81bcb1c9debb5dabdc
MD5 8f10fcad364f6ec7a2b385398db3b06d
BLAKE2b-256 ec50fcc938d72f1e68d900f4c6b0e0231ba364380eed94406bbacb771a1d5196

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2026.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6480a309289c5fff618067c3aa960c6fa7d5a0231221700af4dc9fdae18a79fc
MD5 3a8f80071bcec441981bb8729beda1a4
BLAKE2b-256 5fb3d2c0a5e646a5efd7e331fda6c859b778a0d8b25c6ea1606de4ed08e6eaee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2026.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a6bbf1ddd91b55d4325081488596d21820a1c03aadc69abcf3d0ae64b323cefe
MD5 52b2a72e8e6d1ab1046a98f583821829
BLAKE2b-256 e145ece93a300efba1a13dfb966613d426dd9105f0a655f4c518ab96798de5bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2026.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ff645efea2c9aa1ac1dcb99a7533e46adabeffe78458bccfe0d7af433bbc2cae
MD5 1e975278b1b45281cd930d461d3985b1
BLAKE2b-256 c0d848dd2bf7ff66aff0147516b3ce64d3278cbf3efb89fa4ff8c05a7e28eb30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2026.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bd085a32e02c0c610da0c96d4131c67bd67d506de9434408cd19f024ce64c232
MD5 f70fb51460f91cb26b74fb8ac2209869
BLAKE2b-256 b131062283384197ce38ab5717a1ae993ec0e0213f5b9abeaa2bb67a520ef6c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2026.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 8ff8a3a80f36359e71ac44b9d812781453ed08fffec4b8e04a2e90835e8538b8
MD5 18839d264c63a0c39b096b3218256a31
BLAKE2b-256 6832729f16dcb0885faf99b8833e08824e06f906dee6ecb062e0c202cdaf9c92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2026.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 503f9ed543484d50011183fd1feee94ea5c8d814f0b54e6ab2c34fe03080a26a
MD5 5714b5849ee9f563bd3befe554bfa7e7
BLAKE2b-256 6446fc70e5a678c259065ebf45523242fe8b92d097266600864ec28d6e3546ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2026.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0f3000451c133a694fc6453dcda146e3c55b8cd7580550fac2a560f44767174c
MD5 a463d63d4d3143615544f2f974142053
BLAKE2b-256 1bae82695baec3bb6322ac8d7c1f5c3e22a85b54286d8219a9d02f8902d2e734

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2026.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9b78fa67d15a310e7a074e600826288242a864b0d5dcd788f95688e52ad618c8
MD5 ecd309ead0a738566f1d38d607e4c2ad
BLAKE2b-256 db85509cfd3a4eb467e8faa369a421cd4d17415e41418df276fd3b8db88e3012

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2026.1.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6c008988fbc13614fa59206aca4c22472b56ee419cc9643ea9d22d3131f5d88e
MD5 d0ca334068a22e04c0e7c8b089a67e61
BLAKE2b-256 11fcb0f207d3b63911077164385b152ed2e4ecf0ba6d9ed373e4b7ca8ef12861

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2026.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 13244c1d7e71aef1ee288ee89f42ab5b34dfd972c08fd5d8c2bf88c9d178380b
MD5 a255a80d23d4fb19a386916ad7abaced
BLAKE2b-256 9164cf0cb6b9bc839ac34a2ed8e9e80aab58b6c535d504774081551dcff5048e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2026.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a603a801cf5fb66ce1574598f25795061ebc848034145cd0c3706f5f71320cc3
MD5 6e0244c79ca706b7e944212d52e2119b
BLAKE2b-256 bb6f76dec46f8ebb481308c546800bb49217cca482ba6b1a7e032843ac711290

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2026.1.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 70f090e97fd60c7cffaf1688de2a5f502d12a0ee3e67f4a1e161d221f09ae95a
MD5 2ed18d6031c16b0b6c02d0b249192479
BLAKE2b-256 7fd7b2c2dc1e0a3a2043a0a9cd5cbb095c988f41e19b3ab14383aa6adc119e41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2026.1.0-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5af4056b2ca2422a0ab7adf79b5217d63ab1c6b998c4e36cae637a3f4e668209
MD5 9022e2fdb6ad3b8c9c44b9f0e0696960
BLAKE2b-256 5c84eac37f04254fcb26155839352a61fbcd18829a9bd6586973d1d3bb769c02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2026.1.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a8e7b91de5de75f120eb25cd626cdadbe62d6736a1a79a1b2402fcde3da2aaf7
MD5 e979eaed58f2620324a8f7e2522c61b7
BLAKE2b-256 c91391e8b134cd9dc7ac966b10bd49504ce4c6cc9419a49f2d229163dda85b32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2026.1.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1292b194f9c8ed0b7831219d5ef4a9d12d8e0c54f73b05c0be2e133936c2b5ee
MD5 e4ce89bbcba53404f90fff2f850b656a
BLAKE2b-256 92b799a6353f4537f840a8bb630c6cdb6e89e4d3f1af5e37241352cb5bba83d3

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