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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

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

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

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

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

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

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

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

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

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

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

Uploaded CPython 3.6m manylinux: glibc 2.17+ ppc64le

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

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

llnl_hatchet-2024.1.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.1 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

File details

Details for the file llnl-hatchet-2024.1.1.tar.gz.

File metadata

  • Download URL: llnl-hatchet-2024.1.1.tar.gz
  • Upload date:
  • Size: 370.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.9.19

File hashes

Hashes for llnl-hatchet-2024.1.1.tar.gz
Algorithm Hash digest
SHA256 6802ff40d69f2e90507ec2e0d6a121519d1a19494849d017d4e8d2e9261c8236
MD5 d8de85a083eed2f7de25a9f164ff0416
BLAKE2b-256 b53e56d6fd8b25f3cf5d2bd7b7997cc851c7cc19abab42c97018ac0ce64f277a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2024.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 079b8129e682ba0dd9252fecb72410bc78e1c469b0a1755684c371be5e71c39f
MD5 97f5fd7556d079527dc1979d864df1fe
BLAKE2b-256 703e3e7049130ea27d1df0925cdd4495111b35c98015f316617b704f65292804

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2024.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 38257cf306a9cd2adc248aed260290fda4f4477037f40651d44f826f2c482a2c
MD5 7f185ff11b946ed8203f9bc3dfeb08f6
BLAKE2b-256 9e663c66c8fe3f21de145509207bbe8a62aa680be5960ec425dd52d2a2ce4dfa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2024.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1ec1976a8d6b05948f955143de54371560a41c8071c65848ddddc9252fa6885c
MD5 f92b79576e887e8b52f32d4849c46c37
BLAKE2b-256 b08d20193715d6b8473973b2ea338ca7549ac7e7569194c73a6e63ba4bc5da96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2024.1.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c95f7f343d386448cd4034cda7300bcc4520c6f5e91c62697b249fb9a4c5c7dd
MD5 5781e593b2344e22e78d5f27b9000019
BLAKE2b-256 2c04994fea8223d0076bfabbb748584ed1db4d2681c26d380248ce4b37059462

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2024.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4147415ffbe9384cfeba750166651ca5205193df0c5ffbce88dcdc0b0cbf8222
MD5 e27f0fc6cb38585fef2d2941e0231c6d
BLAKE2b-256 81749e3cbbdf9573d2108af233343ab099554bd6489d7dc8ab4d0c01f37bd8ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2024.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9862be48343bf58dc777e4d66060e7e5bce9e57acca4671d9ab7bed9ec33e135
MD5 891702741b39926af1bf2327947d9c88
BLAKE2b-256 c207ed24c9c4fbc3508d8975b3e070b0759262c275ebfebacbf9bdba8b11be57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2024.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7a08a4b91c5e712bbb854ce51a113e842e75d1973160e58455435f78c468d0ff
MD5 1833048b93dbdddac5a0145b56fe9155
BLAKE2b-256 16486d78d9e545919331ccb99afbe66dd79b6148343d7c966c79adf038cf8982

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2024.1.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e05c89dd8c50867bc66b0dbea573d6c69b155aebf9b91e1ebf63a888f1ea632a
MD5 20c40a44f7225241648f3342bb1a3115
BLAKE2b-256 d0394e13e3ad7775df8c143e463a67525b170a4cf944e40f1b47d9e56b37fe03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2024.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2b2ddb12e70cbff690f4ca3afdacc080e4e2f492995c39d62f0fcb830622e6d7
MD5 bcce75b82c86a83105ecb0ec290ed73e
BLAKE2b-256 67b69519c407709b255e5652be2653499dbfb983f6fefb71e8fcdfb62d8f1f94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2024.1.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a8075051473c85bbb30534d24e69d989b7201ecfec1ad2792b48ffd618bd8d97
MD5 e81c7dccbc94fe20530c33b14329a196
BLAKE2b-256 9306800e770854638355e2c14db387c939d963fd2f6bb2e173c8478e27e961a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2024.1.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 78a20fc06a2ad7ff9cdf74a9b195e08097311ccc8fad51b52d915691d6acb93f
MD5 24a1321a4a10e6dec3e4ceee3764701e
BLAKE2b-256 67adf3b4bdeb4270bf1cb890361cad3506e93c0c7142eb76b87d2952e8cc7efc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2024.1.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1d996e2e483afdcc95f4b4fc0c6d3e90200b4f321d529168135d56cbd49ef06f
MD5 1859b80b2d553ae5ee4d11b7e76c15be
BLAKE2b-256 b7241611e813e6bdf0c146b8d331474427ebf05ed9530b913fd475731d1ce6eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2024.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bbb6d49c0c0270f7ff3c34460572b4eed650d18ac91db074fd0b18fda0921bca
MD5 62782c140cccdda6e6b5588f5f89361c
BLAKE2b-256 d214a6450c8cc142a232a1196052e935fb3e1fa73d10717e9ccbb782771f2605

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2024.1.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b7042ac03044f11bea9e86b303c39123bd3f4d0b2ab34759d0291ab39e279f02
MD5 22464e23cdb5bf83c715bd7986fac32d
BLAKE2b-256 4ce4cbd8f4fc8e909eef8cd89caf234c40deba4a8c3285f37fd4efb1ee142b3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2024.1.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 98121aaef32e432ba37377b4a59dc96d74018d169ffcfba8f63f295ea5ddfd62
MD5 3105a764ca4d88e9ce80551e46cddbc7
BLAKE2b-256 4e704f90f5ffae240892ce97745aad47c056550b4b4f363b198eec8446677507

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2024.1.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 afade54c3d98ae230ba7fb9bb3240c8b80772e1d6c65c12ca8280bd6d3c67804
MD5 384b82b54e392fc8b48338ff6d45a0d5
BLAKE2b-256 202ebe249718cdab0cfe2ecd4b5ebb52c2363ad6689a96d56ef45b625fcfdb27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2024.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0e28fa3ad1df9028dfc463ed49614d755b023d9719401345c3d62050af24a6a1
MD5 6a90cf053e8fc7a58b90899ff590cb08
BLAKE2b-256 8dfd4ea229823413d9d29c20d23979f59a91ccd776dcb140a988447e4f81dfab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2024.1.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c27bf55a79b397b45f4153fdc3ecf4b908ee1d06ac85e564dab39b2f3b80b037
MD5 f22e4db0b70b51117160ff8453204cdf
BLAKE2b-256 25bb559892aea8add7f0e2cd0b48deecca39bd3f9df5ee1b9047dc640b865eb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2024.1.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6fddd5bd508806fd51075ae313175c4bcf477e728b82b95542d0eaa80c1c24bd
MD5 aee7b5eb6588732a9a52535da5050eca
BLAKE2b-256 a694628f05928bc40292d4f5ab75e6050a5573d5d4face9b70b8b7f4664761cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2024.1.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 250c033dc2b6d7814795ba1606a7a585d0f552757873c76d46ad87c97fe169f4
MD5 40aa1bbc9da9db7df99cb9dd7dfcdbca
BLAKE2b-256 592a827e699c74fabf1c978474b679ca83652bc73a5939789d67da478702366e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2024.1.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9209f004c8fab707b6b7eeb996d51e6a9c004f9a1ac3531fcb03931b7e5ebabf
MD5 c60bc34ad2618d630b998748d1a6f59a
BLAKE2b-256 468b060d04ed517601bbd4eaed5270423fbccff230c58fe0079fe6fd84cad5d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2024.1.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f744d5bddb670514a51fa17de8efe39ad9e1205706ea37b37df8da84df41b1c5
MD5 590eaa537825cafe594f865f366f2fc2
BLAKE2b-256 554ce30bf65dfc315f06d61ccbf8252e58bcee118945e653f2c2064f362836f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2024.1.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 44915caff7ca5dbfd3013d5865227fedc14e542ababf9249417deddc27c9a555
MD5 e49022da65518348b55f61ef50eb2f55
BLAKE2b-256 60766b6cb72872c0ad17f26f7a757a417fa8632bb3b750a37ba2fc72e59767d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2024.1.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1cfae26c416f7f21510c4387ca580258e270530d4cc9a5e28028f3354a436678
MD5 00cc11adee933b90b7e638946cff7000
BLAKE2b-256 2b6cdc53b28def555bb57e677f99f881cfde3efd8fa28cb620dc6c0d02e87f2a

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