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.1.0.tar.gz (376.8 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.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-2025.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-2025.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-2025.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.3 MB view details)

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

llnl_hatchet-2025.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-2025.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

llnl_hatchet-2025.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-2025.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-2025.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-2025.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-2025.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

llnl_hatchet-2025.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-2025.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

llnl_hatchet-2025.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-2025.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

llnl_hatchet-2025.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-2025.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-2025.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-2025.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-2025.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.3 MB view details)

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

llnl_hatchet-2025.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-2025.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-2025.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-2025.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-2025.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-2025.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-2025.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-2025.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-2025.1.0.tar.gz.

File metadata

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

File hashes

Hashes for llnl_hatchet-2025.1.0.tar.gz
Algorithm Hash digest
SHA256 25cbdc34962c700a0c05d58e05eb567182710d166dc1f8a1623c7f26ca18f690
MD5 71610e1f8614161482fd4ef43f3eb52e
BLAKE2b-256 308ec1940aff58563f32574cc94633c9f7e588bb95150c1cb0d5d34244e5b2e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2025.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6582fa29c0c471bea3982a407d55a5c6dd231b3b432b57f8c88c6d68001bbb85
MD5 974e6a6601cb18f75f1b871029fc7b47
BLAKE2b-256 1c28c022120c01ec4a6dd1ccc3e0fe622c8768d5d9584d1c5d9f9351b34173b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2025.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7fb17ae63e895935eb0d15cc32febc31af258bd869f24a895fbf0e8010d7b018
MD5 1aa45a4bc462cd3f3323ddf3a35d4b2b
BLAKE2b-256 2ee493bb7bc983639b70c2cef96ff4453cd69e2ac099e50b794eeab00ae9bc5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2025.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 97f3fcf8e05cf98e09ea0225bbea013e687b8ca5a83622d68676768a84cba5eb
MD5 00f48375708319706d4ae8e57fb99394
BLAKE2b-256 39a7b00c956fd81d6f0825f369dabb404978f8dd3d3b16ca05e8bfc93d7ff69f

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2025.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-2025.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 63f5525e5cf6e57978f2018d8b02a4ee9274d19ac535c381f02846869e86f546
MD5 c2e85c8f519746b4609cb19a48a90208
BLAKE2b-256 6a58eae9078f0e675d6c38b922b18fa6ca404a049dd0961213456362b5fac79e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2025.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 58ee1909f98b00f4e0e45cfe4c8bdc2c6f5a983841257e06043220caded48c5f
MD5 267b88f44729dbc3e38d3dd386502fe7
BLAKE2b-256 2c6e73d17d7819b5aad7c0dc0fb15551d06e100856648a6e74957883eeefa121

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2025.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c44e9a74827286b65b9db1df471b6c7d429b63e5c8b4a667b4d3c7795ba3f3f6
MD5 c736c24e1270d9a654f9bcfec4710b79
BLAKE2b-256 2e920e28889afa23ab9d90478c5df5ac34841c37bf0de7f74ab602fa3f8c21bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2025.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 049abf4765a9cddfb73dc11e2fd61f6ecb1972d31f733b329eb2afdc66e9712e
MD5 5c731d967e753badbad75e35ee120030
BLAKE2b-256 73a78401db6ef77b8fdd442e7377cd44d69aa951718d61012422dfae25c36efc

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2025.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-2025.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a97c0c464587d7d0cec43d344b1f9c652b7bcf3d23f1657cacfd79c298b43edd
MD5 565e085ac772c6f63aa1cc3ebdbd25c4
BLAKE2b-256 d5e40b485da961e567627726ca1ff48a8b42d5be8167f8873c94ca36544883f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2025.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1375bc1de6ca73d7007980878e289ba7adb5bcbb35f85436da52e6b83f5c509a
MD5 4a339beede1cd405fd2979cf82b5ce6b
BLAKE2b-256 8d54d80c14af05dcdd7f94fefc58b4c1637d35eae0a88f2d2fec5c24e59d3e1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2025.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 99da4b96e5a489203a4c7f3e8c766fecc2813d05a6aa77bb3c7ff562db8238fc
MD5 637c287e82ba67f39e3a2d1ba78f5394
BLAKE2b-256 b291df8f6a73a1e6f5e77a4edadd977b01be715687b42f55f8f8729e7fbe6ca0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2025.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9304d911bb35dac4a39bc102ab0d75164fb9b9ebe1bccb1ff63f5cdbcef909a6
MD5 19f21432227bfcf18f7ae0ffe95c48ac
BLAKE2b-256 dbd90dcb1fab587f5d451dd9cb45fb0231ee6bdd979607b8d40b794cc8d88e03

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2025.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-2025.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d02e6bc21c8e6376b47771401f5c1b77ea888f839a4cb688af12688d41f0942e
MD5 e5aa16dad931136362a38e876dd92d07
BLAKE2b-256 376f9a2145b6c420d185dd51bb56b6ab7d226e579c2e698a8631294b10fd261c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2025.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 12034369158aa828037aced5077b58a3255b8fcf06bcfce54494eaf377f7dfd6
MD5 3c1b5d793ace9de5415ca88e17b5854b
BLAKE2b-256 b1e6df61123b6255cb4aff15754900d22a3ee8e176cb9b0e9e8b828d8e74e756

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2025.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a08b0078c6becd1c71aa2c28838d0fd28b5e140909a1039b1e34d48510d6bac1
MD5 4af2c18c91224fc9f992e9061a5c4ac5
BLAKE2b-256 f62095a478933046a077d0c25e4a30f060d3c196e96941f668782e51fcda4b8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2025.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 07334a7e1a3e3026932793be40399751e0e75ce285b9516e87d898adafec6d13
MD5 2401fb73cb1ef4dc7dfd18ce87e7095d
BLAKE2b-256 7fddb820ca0b0b8493da7cd1fb4e113f61953ad54be6540665d91816676cc63a

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2025.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-2025.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6f7b3b2ef6c47ec09cd8b64f600f674df9844eace1f6e9563b4cec2a216e6c0a
MD5 8773d1be7b8d616f5fa6619ab7ddf576
BLAKE2b-256 b5b741195c87fbb2a1d993c35546eb40f1fd35daacfe6642f2891520a54d87fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2025.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a2022766a6cdc2786cbb450429812937b45d376dcc1cf40ab97cfce7c1fc9daa
MD5 09c98e3cc32fdefcfd7895e571e4b767
BLAKE2b-256 fa1c38f2cff91b675e0e50fa8e9bfd5ee381c1e1d27603468e8b7fe6be70b53e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2025.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 63919c8b327a8271bc809a51eaa551c8f0c120364066c3af494cecfe3ec7d7c5
MD5 2597d4dcca1e0770b01fc6f1b478dbf8
BLAKE2b-256 6f2d5df7018d7254430776d70c57e84814cbb48948a722136bcfab3f9247b448

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2025.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 93f666aa52b4fddc28dd90c22fa5266acf018818ffc93065e9a8c921237f0d59
MD5 6020dd2d285c2177a4485d8f576fa15c
BLAKE2b-256 c2cdf26dc49ff420a33aaf4afccb98f7a2a37dff4d018dcf4e75ce0e4b5d9eeb

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2025.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-2025.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d1b1bf6b4900dac2605f2ce804ea07b4ba6a78d870df4f7679231c786dc03346
MD5 ad5ad71aae94688fbc0dc2e3113ed8c6
BLAKE2b-256 6ddb739eab7951ce153dec4db566760ad819180ffb824347546b6d4b57525fc3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2025.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b4998978239932d378c46b5ec4ae47d64923ba5677669513fb0a6840323bde0e
MD5 be6050adee9135301f746933c19cfcf2
BLAKE2b-256 7fcd8384b5f0315d3c0b834fc3627cceac8bd4cf14c557b19291965bc22c9b1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2025.1.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b2f514c0e63daa0f3bc76837353677ff4f3e08cfc55bfe277e00d26221f8d052
MD5 9bcbeefe196b02f77113d493686ee64a
BLAKE2b-256 9d2b1d2e9addbed8552df4484ceb265f23f1faecc59d161854072836c31df156

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2025.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cadaea4b636d962eebad0b2a7a89dea09f4acefcd2ab6a7d66d52ae18a88fb21
MD5 d289b6a9bfe83c2dc11719504d6affe7
BLAKE2b-256 a038c6130986d65feeb07d8291674edcf2c9fb2ad9b938b8dea98c6823881a88

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2025.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-2025.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c4d72f94420679f32a21a98f66f4c7991985aef90b89ef3c204525e99170cf53
MD5 df9087c1fbb6db18f8875c57f391014d
BLAKE2b-256 b3109662df5abcfb8b8673ee47ad79b085b87a1ce986e5956a1101331cac1d1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2025.1.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c5170a6ef99730f4ee6ca670012110c38985a6888242e612970ff16f938a2462
MD5 ba7564e9b077f19d9d99f6b55d718a6c
BLAKE2b-256 8ca061c8b3b3646d5ce87b32b6ce1236fe93f45b58b0e23652959a991e0b1fc0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2025.1.0-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f4b9d07907504ced0c38d0586c1e7155ee3cb1f15a007cd81b906940b44f867d
MD5 bb0b480cf95f74f8da7836c710e94378
BLAKE2b-256 6ebb2d83d96698c137c73ee5ce0b8e02663fb902bc2ac90d568614a1219564ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2025.1.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 835f26e5a4df639695a338483e861cb907c2e00ef1975ee4519a939d79354353
MD5 a61a240d3d1713143e94da97ed3fb9ed
BLAKE2b-256 79be6fe2be85629e7223b52a1a8516f1c90f66d88a3033ae37b038518dbd38b9

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2025.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-2025.1.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1591aeaa5d46dbb3dd886eb34edd596052b399c943b1211a11f37d983153cb98
MD5 55b20942b92583b68f2fc57aaf3dc231
BLAKE2b-256 91e697105315e24484468a7ad005bccb0e45caa12726b5fa5308c840f0c35140

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