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

Uploaded Source

Built Distributions

llnl_hatchet-2023.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

llnl_hatchet-2023.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

llnl_hatchet-2023.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

llnl_hatchet-2023.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.1 MB view details)

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

llnl_hatchet-2023.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

llnl_hatchet-2023.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

llnl_hatchet-2023.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

llnl_hatchet-2023.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.1 MB view details)

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

llnl_hatchet-2023.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

llnl_hatchet-2023.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

llnl_hatchet-2023.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

llnl_hatchet-2023.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.1 MB view details)

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

llnl_hatchet-2023.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

llnl_hatchet-2023.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

llnl_hatchet-2023.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

llnl_hatchet-2023.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.1 MB view details)

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

llnl_hatchet-2023.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

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

llnl_hatchet-2023.1.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ppc64le

llnl_hatchet-2023.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

llnl_hatchet-2023.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.1 MB view details)

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

llnl_hatchet-2023.1.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

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

llnl_hatchet-2023.1.0-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.1 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ppc64le

llnl_hatchet-2023.1.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

llnl_hatchet-2023.1.0-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

llnl_hatchet-2023.1.0-cp27-cp27mu-manylinux2010_x86_64.whl (957.9 kB view details)

Uploaded CPython 2.7mu manylinux: glibc 2.12+ x86-64

llnl_hatchet-2023.1.0-cp27-cp27mu-manylinux2010_i686.whl (928.7 kB view details)

Uploaded CPython 2.7mu manylinux: glibc 2.12+ i686

llnl_hatchet-2023.1.0-cp27-cp27mu-manylinux1_x86_64.whl (957.9 kB view details)

Uploaded CPython 2.7mu

llnl_hatchet-2023.1.0-cp27-cp27mu-manylinux1_i686.whl (928.7 kB view details)

Uploaded CPython 2.7mu

llnl_hatchet-2023.1.0-cp27-cp27m-manylinux2010_x86_64.whl (957.9 kB view details)

Uploaded CPython 2.7m manylinux: glibc 2.12+ x86-64

llnl_hatchet-2023.1.0-cp27-cp27m-manylinux2010_i686.whl (928.8 kB view details)

Uploaded CPython 2.7m manylinux: glibc 2.12+ i686

llnl_hatchet-2023.1.0-cp27-cp27m-manylinux1_x86_64.whl (957.9 kB view details)

Uploaded CPython 2.7m

llnl_hatchet-2023.1.0-cp27-cp27m-manylinux1_i686.whl (928.8 kB view details)

Uploaded CPython 2.7m

File details

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

File metadata

  • Download URL: llnl-hatchet-2023.1.0.tar.gz
  • Upload date:
  • Size: 352.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for llnl-hatchet-2023.1.0.tar.gz
Algorithm Hash digest
SHA256 5c7db7d4b8afcd368d4ecac82f44d1441ecf2e215096b54fd4bd5720bf9bfa25
MD5 a2932a9a9f24aee4e76408a68768d338
BLAKE2b-256 bc65eadecefed2310b6f13d935600c448ec473846f76dbc4571f8df2e7ef07e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2023.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ea04d44b1b7915f8d2ce4cca1fb3dbe78a017a400075d1968b485bb6ef69e4d2
MD5 7222865403abd59c4968285cf226c910
BLAKE2b-256 1f2e6a69bd081146cac95ea3a27cf1623d4767760ef8499969e057cae70d7b29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2023.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 cc4a30a68f6c30e1a1c32271da50225d2bb2896e616f4c1cbbe662942965f742
MD5 c24810dc088e20ecf12ba8cfc02539fe
BLAKE2b-256 203055a2f8f3ce91ece284af359fd047f157740e62dba5a663c951b86b4f29ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2023.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8a2cf21cf4f313ff8c585ca99813934d5022136d41cbd31789453dc3d6de5d39
MD5 4e9b4e9b8e8b62fe8431ab037b3aba56
BLAKE2b-256 111494fb49e9d8d5e6671d6717d9b4f68dfa685aa29c00f344385a639126c94d

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2023.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-2023.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e33a446ccfa236f32ee3378bb5b108e7ff3946b46a7d9d1e09e162c6ddc05fa4
MD5 11d6d559908b719ef616e33ea2e0fbf0
BLAKE2b-256 43b66f8ab261338a20a5a1c32ef84043f9ad8a5de9ea6517bbb475d6223c0819

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2023.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e6dfd32b71bafde23b5179219eaee728848226fda876667e40a3b04d4b97cc6d
MD5 8fc99faf8cf6e134d55da605fe028375
BLAKE2b-256 0f1fd7902a076863c436e825d8eb92ccbccfc1ceee167c686631518dc9c4346f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2023.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6775ed64204c68093f57b541fe9d49ec5e4e4540bd2505b2af374f31ab15e919
MD5 780ef536dc2e3de0bdc189f0a53fc427
BLAKE2b-256 490c407820bcd11257019666b866eb234abc24469364a12f28782abf0798a861

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2023.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9131854e7b960652c51a1b63727352e44deb1181d4baa21408b3540deaed129f
MD5 cedfab5748bd36d684eefbd851792d11
BLAKE2b-256 a5463c09bc9ed4f8b82f11e5ef1937156eee20d475ea4c359f26cf7ee2f984b2

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2023.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-2023.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9a911327aad003c24a6da3acde8df8c5e89ef309786210268f73d9efb3a2bb7d
MD5 206e93d30b8206d2cfd4401904fedc6e
BLAKE2b-256 b771a207bd56fae0cfc221f766fd6b21998997e86e1c7ace863b7b2a924922c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2023.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fbec621895e0953f4184da4b5da4fe9a9fc223778df62cead715b066f86fc089
MD5 b826702070fa37f960246af43f7ee287
BLAKE2b-256 94df3b2457a4e43ec83dea3b4868ecdd02679c071f3ed8ba4d0bfae8112faedd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2023.1.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 229816022d4888b61679e290ea9875c8d18185e5d48bf9f1f382ffc093f74921
MD5 dfffa3088ad1780c53fd765f8b4ee659
BLAKE2b-256 9cca478cb6c6d2c91570eaef21207cf24850e20591006e9a952320a874d193af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2023.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 073ad3f62bf8eadea288d5fddec47b255aa795991b67c013653ba377e314fd8a
MD5 3ee10b97a46881086667d2b9ea68bcfe
BLAKE2b-256 11bc5e8835cee5f68057b02de8eb6a4787ac68229251f111be9c76b7ddc38f0b

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2023.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-2023.1.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 77ca48b2ae8db5066e4bdb66529db008e253d756687c857035b0a4acc4fa01ce
MD5 cc21e743735788bb7fbf4e8f18ddc7c0
BLAKE2b-256 ed4152c424dc35856f7eedd856e62ccf23a70b85f9eb905beb802e4f344cc8d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2023.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3d56ca2b76f05e9b1cbf19a49c020492361c7aebced12b49821f21224794b586
MD5 3f3391dc2d42715cbaafd5d1c5ee554c
BLAKE2b-256 d4032fc2f0e15c345ef12cda5fc07cbb10cd399ef0bf77e71886f0c61af4b706

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2023.1.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7da7c16c2c7374142c03b6f37c0df14997036b6a1bead2fe4b6e8e379675ffe9
MD5 85739c1f88144ad764a0beb1e5c52eeb
BLAKE2b-256 731c3de6bccd067c7b0c0df9e521e412fdb90c1b42a82cb066c3204dff9035be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2023.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 28cd7a2deff27960fc4fe4c60b383bf876aee755dd0970dfeaa0ae9f8c53c0c0
MD5 a1926b22af82803cd11e160a0c7ef4c6
BLAKE2b-256 49df810d0bd40b97c70cf59b5381f263cc0ff7c672543afffadfc837169b146a

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2023.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-2023.1.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 149d6083ff843b659a8fae2e2869a6c200b6c12fe942c8a772d04c4adcaa4e8c
MD5 6cc2b8da37b211623d4f4d04e44ad0e6
BLAKE2b-256 181cd7faade48c98c692ab57a000c67d4ebb1122231ada1d6f1c421c6baf079a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2023.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 78289ad855eea20639683e859d1fd93d8707d1cf5dc48ec627a9ec3447ddd75d
MD5 387a2dc23a75b31ea13fba740f0c7d0a
BLAKE2b-256 b52eb8edc17c1b3440424b07e76136bfa24f10051b6bb255057c39b52280d122

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2023.1.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 74ac312792a1b3d0c430e7e6ba1d7fca5bea0842b92f5f99f2431ebb20cdf785
MD5 07187ebbdaf97cb2b2fddc8cfc551ddf
BLAKE2b-256 5214b2677e9d35a84afe56672c2948ee1fe177b7afebe5687c5d8cd02dc23ca9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2023.1.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b2c912a9af8c216ffcd116eb1ac07bd05b7bf865b8b6d4e1a8110576aeca8227
MD5 f37b31f5cb89df5ce3e53363545f24f5
BLAKE2b-256 d442cd03900879ddcc4d542a19ae50c3b474b89e312499807b394fbe1d888582

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2023.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-2023.1.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1fc384ad7fbd243b2e3785564033b90a2732ca3dd4ced0a183cc577e48e97dde
MD5 a287d7835e5e84fb792d1f4c4ec5312c
BLAKE2b-256 e06a106fbadf07db95055f6b403c2996ef6addd602fe1bd0038ae38e12d349cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2023.1.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6c867e829ecd34e6f3c62c09f178bc35c0a6ed277e7aa330b60552f2347f14ad
MD5 f56905567efa8df046792e7c635cdc1c
BLAKE2b-256 3268e7c52baa6254013521be0986e913099b35a13f4450cd4c5496e58f6a7fbf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2023.1.0-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e9359ebaa735e46052f3c4d988c96437185d462682ed36807203d72142331c92
MD5 a716f9d04be384cadd54444c2a500473
BLAKE2b-256 06c5c53dcc099a367a55c3e95c6223f0a2d2e27923d36a9bf5f70b9327bcd2cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for llnl_hatchet-2023.1.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b17cb155dd3d95667055e611aa423b72aac706da811a1afc019b86af10e1732a
MD5 fb5dc797ffdf9cca2df480cd6a94f24d
BLAKE2b-256 1d999dbc78738c5f8e8762d33a28126779b95414165ab35d526fadcf903e4c84

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2023.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-2023.1.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6d69858c28b2a86f0b27760f1f94aa5910d3d63c5ff38c2c2c6675ffe0d3db69
MD5 15788362d139deef834f1aa6e0799d60
BLAKE2b-256 f06759773a90295a30e5f45971921ba4dea033ad16f5043d164d6f105727bd4c

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2023.1.0-cp27-cp27mu-manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for llnl_hatchet-2023.1.0-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5cfb65b3386775825a4093bf1f7179c90a57397756a20a481ee9e683d13c5db8
MD5 83995ab9d5e7ae4705b8f74873063718
BLAKE2b-256 9ba9e7be6f7060a3db75d53c4de54ac391f99de040d6810da6124f7dbc9263f1

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2023.1.0-cp27-cp27mu-manylinux2010_i686.whl.

File metadata

File hashes

Hashes for llnl_hatchet-2023.1.0-cp27-cp27mu-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 8f4deb2d883e2200d4bfcc53118a96ae88d52a4753d294d2756086a566145d65
MD5 8bd2b30730000fd293e51ef66a8ed081
BLAKE2b-256 eb996b8902816bf6001fdd7739ef5aa3ff11f6b6b215846b28d0f5ebda2649a1

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2023.1.0-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for llnl_hatchet-2023.1.0-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c7ccf1328bd10cc46b3f8bd206c11ef88202149da629232fe313d7ea1a739780
MD5 4f72c03589607dc25bb22ad555beed0e
BLAKE2b-256 2e8e7d2de2b9aadfb801ba5e380c9dea2fc2a5b5a9ae7abfad8bbe9f95f3d723

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2023.1.0-cp27-cp27mu-manylinux1_i686.whl.

File metadata

File hashes

Hashes for llnl_hatchet-2023.1.0-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 0ea6b6116fa41f3efdc541d79c1cafc82f18e6b7da6ecfbbac6f939e6a1a27ae
MD5 175aeab5c20e27f0f88fcf3d6ebfb7b9
BLAKE2b-256 50210a971d70493505fd8fd2f9566cd35eae817bea1636ceb0de99e00b4f8a77

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2023.1.0-cp27-cp27m-manylinux2010_x86_64.whl.

File metadata

File hashes

Hashes for llnl_hatchet-2023.1.0-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 5b33cd4e00a94577808f3fbca0926b7099e9af6f7e7f79eb6332257273228cd4
MD5 e265059f1f053579934ca25a7be267cb
BLAKE2b-256 955ee30eec659fa3d9de56f9aee82775b09dd4bded116dfbd09871de37d5a848

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2023.1.0-cp27-cp27m-manylinux2010_i686.whl.

File metadata

File hashes

Hashes for llnl_hatchet-2023.1.0-cp27-cp27m-manylinux2010_i686.whl
Algorithm Hash digest
SHA256 05460284234d8768462c2687ee446b75542053c2cc67df9821ab879131e555bd
MD5 e6b357171a91e61cd5b3eb40434482dd
BLAKE2b-256 59379711757a544440ee72ce73832fa741303c7f10ebc7a8b6dd1c76b0ea1bfe

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2023.1.0-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

File hashes

Hashes for llnl_hatchet-2023.1.0-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 fffd8d0b50e9292de5eef11e445dc812a069b3c449f77b1e03897da5d735cf38
MD5 4003a2adde05db44d1f31b7e438e3494
BLAKE2b-256 22065129be889b20cfa9b27b50329d19eb6a2bdb9e717c49d59f9ce81e64338c

See more details on using hashes here.

File details

Details for the file llnl_hatchet-2023.1.0-cp27-cp27m-manylinux1_i686.whl.

File metadata

File hashes

Hashes for llnl_hatchet-2023.1.0-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 9465baac6f504c8da2ef2dcdcaae630e13350cfd9950896b4735f9148cf4675e
MD5 8c6f5f504550e7f035b8acd993b93565
BLAKE2b-256 626709b152675a2564f9d3cc863ebaea7d9699902fe392e28773f60d53072393

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