Skip to main content

A Python package for reading, writing, verifying and translating ENDF-6 files

Project description

endf-parserpy - an ENDF-6 toolkit for Python

endf-parserpy is a Python package for reading and writing ENDF-6 files. This functionality in combination with Python's powerful facilities for data handling enables you to perform various actions on ENDF-6 files, such as:

  • Easily access any information
  • Modify, delete and insert data
  • Perform format validation
  • Convert from and to other file formats, such as JSON
  • Merge data from various ENDF-6 files into a single one
  • Compare ENDF-6 files with meaningful reporting on differences
  • Construct ENDF-6 files from scratch

Many of these actions can be performed via the command line. The support for the ENDF-6 format is comprehensive and some special NJOY2016 output formats are also supported. The package has been tested on the various sublibraries of the major nuclear data libraries, such as ENDF/B, JEFF, and JENDL. Note that the package does not support several materials in a single ENDF-6 file.

Install endf-parserpy

This package is available on the Python Package Index and can be installed using pip:

python -m pip install endf-parserpy --upgrade

Documentation

The documentation is available online @readthedocs. Consider the README.md in the docs/ subdirectory for instructions on how to generate the help files locally.

Simple example

The following code snippet demonstrates how to read an ENDF-6 file, change the AWR variable in the MF3/MT1 section and write the modified data to a new ENDF-6 file:

from endf_parserpy import EndfParserFactory
parser = EndfParserFactory.create()
endf_dict = parser.parsefile('input.endf')
endf_dict[3][1]['AWR'] = 99.99
parser.writefile('output.endf', endf_dict)

Citation

If you want to cite this package, please use the following reference:

G. Schnabel, D. L. Aldama, R. Capote, "How to explain ENDF-6 to computers: A formal ENDF format description language", arXiv:2312.08249, DOI:10.48550/arXiv.2312.08249

License

This code is distributed under the MIT license augmented by an IAEA clause, see the accompanying license file for more information.

Copyright (c) International Atomic Energy Agency (IAEA)

Acknowledgments

Daniel Lopez Aldama made significant contributions to the development of this package. He debugged the ENDF-6 recipe files and helped in numerous discussions to convey a good understanding of the technical details of the ENDF-6 format that enabled the creation of this package.

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

endf_parserpy-0.15.0.tar.gz (161.7 kB view details)

Uploaded Source

Built Distributions

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

endf_parserpy-0.15.0-cp314-cp314-win_arm64.whl (7.3 MB view details)

Uploaded CPython 3.14Windows ARM64

endf_parserpy-0.15.0-cp314-cp314-win_amd64.whl (6.7 MB view details)

Uploaded CPython 3.14Windows x86-64

endf_parserpy-0.15.0-cp314-cp314-win32.whl (6.4 MB view details)

Uploaded CPython 3.14Windows x86

endf_parserpy-0.15.0-cp314-cp314-musllinux_1_2_x86_64.whl (9.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

endf_parserpy-0.15.0-cp314-cp314-musllinux_1_2_aarch64.whl (8.5 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

endf_parserpy-0.15.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (9.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

endf_parserpy-0.15.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

endf_parserpy-0.15.0-cp314-cp314-macosx_11_0_arm64.whl (8.2 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

endf_parserpy-0.15.0-cp314-cp314-macosx_10_15_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

endf_parserpy-0.15.0-cp313-cp313-win_arm64.whl (7.1 MB view details)

Uploaded CPython 3.13Windows ARM64

endf_parserpy-0.15.0-cp313-cp313-win_amd64.whl (6.6 MB view details)

Uploaded CPython 3.13Windows x86-64

endf_parserpy-0.15.0-cp313-cp313-win32.whl (6.3 MB view details)

Uploaded CPython 3.13Windows x86

endf_parserpy-0.15.0-cp313-cp313-musllinux_1_2_x86_64.whl (9.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

endf_parserpy-0.15.0-cp313-cp313-musllinux_1_2_aarch64.whl (8.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

endf_parserpy-0.15.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (9.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

endf_parserpy-0.15.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

endf_parserpy-0.15.0-cp313-cp313-macosx_11_0_arm64.whl (8.1 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

endf_parserpy-0.15.0-cp313-cp313-macosx_10_13_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

endf_parserpy-0.15.0-cp312-cp312-win_arm64.whl (7.1 MB view details)

Uploaded CPython 3.12Windows ARM64

endf_parserpy-0.15.0-cp312-cp312-win_amd64.whl (6.6 MB view details)

Uploaded CPython 3.12Windows x86-64

endf_parserpy-0.15.0-cp312-cp312-win32.whl (6.3 MB view details)

Uploaded CPython 3.12Windows x86

endf_parserpy-0.15.0-cp312-cp312-musllinux_1_2_x86_64.whl (9.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

endf_parserpy-0.15.0-cp312-cp312-musllinux_1_2_aarch64.whl (8.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

endf_parserpy-0.15.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (9.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

endf_parserpy-0.15.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

endf_parserpy-0.15.0-cp312-cp312-macosx_11_0_arm64.whl (8.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

endf_parserpy-0.15.0-cp312-cp312-macosx_10_13_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

endf_parserpy-0.15.0-cp311-cp311-win_arm64.whl (7.1 MB view details)

Uploaded CPython 3.11Windows ARM64

endf_parserpy-0.15.0-cp311-cp311-win_amd64.whl (6.6 MB view details)

Uploaded CPython 3.11Windows x86-64

endf_parserpy-0.15.0-cp311-cp311-win32.whl (6.3 MB view details)

Uploaded CPython 3.11Windows x86

endf_parserpy-0.15.0-cp311-cp311-musllinux_1_2_x86_64.whl (9.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

endf_parserpy-0.15.0-cp311-cp311-musllinux_1_2_aarch64.whl (8.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

endf_parserpy-0.15.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (9.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

endf_parserpy-0.15.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (8.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

endf_parserpy-0.15.0-cp311-cp311-macosx_11_0_arm64.whl (8.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

endf_parserpy-0.15.0-cp311-cp311-macosx_10_9_x86_64.whl (8.0 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

endf_parserpy-0.15.0-cp310-cp310-win_arm64.whl (7.1 MB view details)

Uploaded CPython 3.10Windows ARM64

endf_parserpy-0.15.0-cp310-cp310-win_amd64.whl (6.6 MB view details)

Uploaded CPython 3.10Windows x86-64

endf_parserpy-0.15.0-cp310-cp310-win32.whl (6.3 MB view details)

Uploaded CPython 3.10Windows x86

endf_parserpy-0.15.0-cp310-cp310-musllinux_1_2_x86_64.whl (9.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

endf_parserpy-0.15.0-cp310-cp310-musllinux_1_2_aarch64.whl (8.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

endf_parserpy-0.15.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (9.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

endf_parserpy-0.15.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (8.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

endf_parserpy-0.15.0-cp310-cp310-macosx_11_0_arm64.whl (8.1 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

endf_parserpy-0.15.0-cp310-cp310-macosx_10_9_x86_64.whl (8.0 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

endf_parserpy-0.15.0-cp39-cp39-win_arm64.whl (6.7 MB view details)

Uploaded CPython 3.9Windows ARM64

endf_parserpy-0.15.0-cp39-cp39-win_amd64.whl (6.6 MB view details)

Uploaded CPython 3.9Windows x86-64

endf_parserpy-0.15.0-cp39-cp39-win32.whl (5.9 MB view details)

Uploaded CPython 3.9Windows x86

endf_parserpy-0.15.0-cp39-cp39-musllinux_1_2_x86_64.whl (9.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

endf_parserpy-0.15.0-cp39-cp39-musllinux_1_2_aarch64.whl (8.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

endf_parserpy-0.15.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (8.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

endf_parserpy-0.15.0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (7.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

endf_parserpy-0.15.0-cp39-cp39-macosx_11_0_arm64.whl (7.7 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

endf_parserpy-0.15.0-cp39-cp39-macosx_10_9_x86_64.whl (7.6 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file endf_parserpy-0.15.0.tar.gz.

File metadata

  • Download URL: endf_parserpy-0.15.0.tar.gz
  • Upload date:
  • Size: 161.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for endf_parserpy-0.15.0.tar.gz
Algorithm Hash digest
SHA256 c7bbfe4dffdeb676b23d3e051546f2aa23712875ed47d0df95ec61c5c2c49530
MD5 b79a2dae7b5354d5854f8bed13159536
BLAKE2b-256 ababb3ceefd5b201d723505d03dfd745fe2a9306236561d331fab64704518106

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0.tar.gz:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 64050fe0622cd8f64d133d3ce60a51b3ede3c85523f18df69978bf680738a08f
MD5 5f614d9cb108837c9ee256af5ba3abf0
BLAKE2b-256 54b5981318a4a9e7470b6b6f1a1fbe2f1538dfbaf9d0b213db3658ffa0ab3b21

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp314-cp314-win_arm64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 6b46a2b3dacc753fe8da7f3791b83a3f591bc837a5d3a5dd4ece2c7fa64f39c9
MD5 95e7e74df56bca74920f3ac34952ef53
BLAKE2b-256 f9dc63ded89d8d8767f890573987c6b484dd6243d5bfbe9ef453588816e8d944

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp314-cp314-win_amd64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp314-cp314-win32.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 829f7fbb17f24d4eaef8b4e0d335bdcadecaad2b606c2a54346d2b1ff67691c2
MD5 98b97ff51bffd1437cf3093832c72ba1
BLAKE2b-256 7b731c003e92c53f34f6baa77cf9e3b7f02baf5fd44b4f292ff6c701e4904a74

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp314-cp314-win32.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 05c4a5ceb03e1e47ce2e33275988adb26c762a8676dcf40148568252aa560ded
MD5 0ad0e602859beac845617db274191205
BLAKE2b-256 1a1d4a0d6f7a85f2c99775da3b963e87bd470b90b0f86dfb8dc274d85cb1e0c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5f9497e4dff801dff95a6ca150c2c4a8bf9cbcbde5350e65f4cf31d1e11c7cd9
MD5 06c2d5d6781710833cf7057fdebafd87
BLAKE2b-256 226752a6b0663c9569b028facc11b88dde7e8e4442f5e07870d379534f5a4487

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 edba9e791693d8d11bd802ba12da555d80493b99bb22f3e797d37b65ee3190ed
MD5 b054ec798b9c50a569a92af64b0c1572
BLAKE2b-256 b3c1505a243d2ba167e8e5629e55814cecaf915da6d5efef8320fa1c934f9cc6

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 25246a65d2a10fc4f6e8bca0a8f40ba191a0fce97cad6b5c82aec83da0ca4bad
MD5 3a5bdcd87cc77a3ec068abfa4175950a
BLAKE2b-256 1005741fbced7131ca0139199a91a067cb9b0acbe93ee0ccfbeb9fd280ec0f42

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 36737426f756f48ce74dcbef8bbce3f432f453e8b1697a1a7892e4bfa36a1cef
MD5 3136141fa63ba4ddcf81c5ad25cfda8e
BLAKE2b-256 90032f4631bd928ce75520a9bdcc5bfb32c13cafd7f1754b724bbf4fb62bd43a

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 0d235912f66e4b7eee3ebe8fe3fbf33bd21fc811f824f0d1e4bdd2b0a7bb4ee0
MD5 2233a48a3cd920aa41438681667c2bea
BLAKE2b-256 724e1b77e467606a16e0bf4f0ddbe5def4e28f749d1e5634509f3129206b86b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 473645c5bb12d12e358deedcad4178868e6a06a60384f11a2a6d6e6bdd50a564
MD5 ed6ca245794a9c28e9e43bb52b97ea1a
BLAKE2b-256 5f2cfb55f58455f9f808ee4c84633a1caa98a6e239076e7b635d93cf88582764

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp313-cp313-win_arm64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6459673973f9ad745909c7016ec0a6c52bf2ed715074bcfd601f7dec93553f1e
MD5 fc5b34b205f19fd24eaeae798e4bd3f4
BLAKE2b-256 d9830a0080084179426fffd40f8dc86516f1d5cb0e3f7aca6e809c669ab471fa

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp313-cp313-win_amd64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 98157a7faee7e2498aecf03deafd82b0c1996792c9c7f1c9f7a2c3828262a561
MD5 596bbb30728e239ea306c138adc0b4ae
BLAKE2b-256 628510c245035c4d6fa3bd5f7b0e2f142d1fc30bef1f7c9d5acd0533cc2efedf

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp313-cp313-win32.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4e2cf3fa4a212c4922f5118cdef81c2851d3be217641f43dbe9f2f3335c1946e
MD5 de3f1dcdc97b72ae6ed1c1a6387c0902
BLAKE2b-256 e8c2971551739b1890b546d167bf8dcda66cfbcb75c0b2a7157ad74d8f7e3bb9

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d2bf439d62f2a8974afe3d1827d99eb479f71b2b069048fb93c6a94df095ba8a
MD5 f3e01d407f4b47e10c9d0b3656a65f7a
BLAKE2b-256 1d408d44b5bfbd8dc55930d8ecbbc84302c0cd45ab5b0a584f02e1095a5729eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5d883776b6ba195ea577e4899b88421905637caaa36f39c11f17912c5b501248
MD5 794b90523fd056252792dcc3fc854daf
BLAKE2b-256 28ab62a130941bd01fb6fecfc96dd6c62e63f9f12ee6266e22c89f9d5e8a0620

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8a4a775f3659cbe9926dc7dadae94a55fa8b66b6001d5463be1ff48495eaf47e
MD5 7f0ad098db1145b7b2e39c087dc5850d
BLAKE2b-256 352fd714441930757c9cd4dbae66d4e1b1d9b620deb8b638122c18fc6c98eff8

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0f87e83143a322b068ee36f75a03132793386e7ba0be8ce713bb38f10b28e687
MD5 bd95cb2b14da173751509901d7fe030b
BLAKE2b-256 623066d2539f7fd7a023767743814f223b678ce48fbe3f2f20b34a23380fb662

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 0a150bce925d21bca262851aeb2f30870c9723fcdb43c4226d78619d4b7f50fd
MD5 6ff2d118a3455604c92e6799b22c5876
BLAKE2b-256 52a415f6ead3d5c39c080b3dab4056715fb9af5beb1aa946f9543cd33b6f622d

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 ac5c7e68fb40dd6e62636a2ef98acacaa227af0ffe728a39b2ad39522cd9df1d
MD5 8aa952e32fb0bae014c69a75fb10c0ff
BLAKE2b-256 7da7ee7c204b6e56826a8fb6e14e61ca08af3f63599a03643998413151353999

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp312-cp312-win_arm64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7174107fa28bd9eb5c73de89bfc842ffeac214e0deabf5b50eff72811e65d066
MD5 59678a91fee96ee9c37902c9ee7a6b52
BLAKE2b-256 dbedc7de14ffdca2be2472cd07065b80d978cb1c675134453345ea78de4ac46f

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp312-cp312-win_amd64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 d1929dba96386c1ca77f572a015bcc11bb2884658cefc7c529c38bcfdf64d4a6
MD5 60e9fede92e2d2eb9748127f223fb1e4
BLAKE2b-256 9ad9e19003bc59522671607b428e44ad348baf20eb00e91fc2b94b0cf675d8a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp312-cp312-win32.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 51b14ef5cd2287fe903722e21b2bd1e32005ce856290df380240fae6db1d0e5e
MD5 b3878eb7900b947a11f6513c005c1bd1
BLAKE2b-256 b2f738e0ef1836a4a795ecba529f2bf777500964f4568331903aa445a17b86a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ab21e3c97ab2a083aa90ca465faafb4121d29c1fb0ff6caf540093765c705635
MD5 a55b42b62bfe764a6774baa98c3f664b
BLAKE2b-256 07c73d172e68151c51213c8bcd9d3efc99a7655a9ecba154b20db53a29d3b933

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 05b6eb473bbe6385d0d3747c6057ec29b8228c622d7f27ace4c8f805f293c30c
MD5 fe418b07076079caaba767af2b5d367e
BLAKE2b-256 c877a34aa804ab346783df49774421a4dbbb4bae1bde26449c59882513eae459

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3296bbe2015e0de840b9cc1b73590007f759a6e8a2bf64fb26ddff88b3da66b4
MD5 59b145eeb394c747db2f28d5b5408bb7
BLAKE2b-256 b9c91508aee4310b67171d2d6e5da96c5e512ea22605724dc03ac03109bc199c

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 57074367adb3e56022064d6c3ab2fa2de0e2d963ed6f80f105012521d5f2a4d2
MD5 7a0719b9dc5c29407d8ce4253b42001d
BLAKE2b-256 4b743e1839888a1e2244447e082365e546105567affbeaf8d96179187423337c

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5ef95df29f42f795ec47509c7a4e74c8ebd9d29680a2d703d43a594b3321cbe0
MD5 08862111231e4e4584ab227e8fa889a9
BLAKE2b-256 f884f9879e986674be87b6517d83266345c75d1daf114847d5a4071777545d43

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 ea6cc1b3abba7515d9bdce7d777b990b2528c419e29e4dab6e03d121eb2ec64a
MD5 8699e3548d9a16a0be01ff98eca7df53
BLAKE2b-256 c3ea5cdea0829937b6c2fd2ca02d8864813d398747957bea165410ba5da39a6b

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp311-cp311-win_arm64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3175810b53b394f397ea72a3f254db1d9f129622083477664a30405644521fe2
MD5 dea7a4902f2076abe2eaea6a2d014aa9
BLAKE2b-256 59251c3f6ac3e5614cedcc19de29d2d1fa2ec865474841ba95590e5fdae67a15

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp311-cp311-win_amd64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 65d163ee3dabe0e4e0ea12de17aadecd1dd6b28dd103abed0a5852d22f7a4d35
MD5 95b74035ea7244f1a04fadac5e4b429c
BLAKE2b-256 60f6d383e91e9c2d5eae3d1298f10d14409fb5d2bb0f9e0d21b7f3f6ee0a5876

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp311-cp311-win32.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 35c117c3b1d23223f13cf98c9ec49aac78fad180a2e602796224284c07debadf
MD5 ec4b2e724b6976b57d371bcb88d67e71
BLAKE2b-256 7c6e8292195b6243311072aa3a3ea55550e713810a9fdb6c325edd1ebc8394d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 efd5dcbc3546e0fd7194a08c82263ae2492cff952b1571c41681afee5460725c
MD5 1f1888d222b8e45dc4dde10aba1cd3be
BLAKE2b-256 0c3fb8f9d4cc71a9f1cee915fa38187a5a0fedc23c2123ecd2b4ed44a9e70264

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5763b4ced6d8877d9791a51d8dc37dedd7044db6a8a63f56b0694df94f35b34c
MD5 f3152a8b5c37f81a86405c5bc3ff7dbf
BLAKE2b-256 988733cb809983b00dda992b13e03eba66410b6ed60e950e70c9d036ffc8e980

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1761af0de2104185c4b58cf7cac0f883cb4ced95be40b667b1c74c8f3315c71b
MD5 738b265125d24483c3e8b498f8bf3f55
BLAKE2b-256 1e482f198991964941b74cbe390427ba2d5c11b1e1e5df7b1636063908d80d94

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a1b28dffd4fe65e2fd9783dd85fb06f6a4db85d852edf815ba5472e843e05a21
MD5 f54380a80f75738568e12571f02bfdcf
BLAKE2b-256 2559f2b6da3875a40847d90d6b27cf3aac8cbb5b5c380d5e60b9dc3266c70aee

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 eabf5a1f0c0fc8a92f9e67d17269d1799540c23f4f0f3ee0d376f461949b7891
MD5 3ce6fc09461d9940f1dddd159fbadccd
BLAKE2b-256 ccced5c0a2c38990d997ee1dd5f5269401e2fb148b93e720eee9961c37e903dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 f08055dd43d79ac669d89906c28b8bdc516b4eb3ad559358c14f2c5b9950fb19
MD5 9621202bebd66b9e72a0530a98698726
BLAKE2b-256 36fe203bb2b932121ddbeae4cc6da63a0ae43dd8f83ec35054eb437d73321cb0

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp310-cp310-win_arm64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 eab0fc2163aa365c8d027f20df658c65fe18f0305163ee78ec1e5d6ca6a1cb26
MD5 1309d1e574fadab09b8e1aa987eb834d
BLAKE2b-256 5e62a37edbbe4e3b70ac20c92e2ef0e4dc9f0e34712c7d2a285a98e0816e7663

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp310-cp310-win_amd64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b86f424253f0f668c6554c62c1001b320537ac903c6eb1aa76b67ace420fbfd7
MD5 48cd9dfa3aa6562dd5e5359c9fd1baa2
BLAKE2b-256 1a2dc4db6f773ac184d8cecb9fb2fc01d5358ccf2d2a461528bd3a2d8fc5b9cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp310-cp310-win32.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6886d41169bb023fb82b4848511b4c1fc10362e2bce6ab1cad5e6d0f2af7bc02
MD5 c53e443d686db003af6b983720a07a9b
BLAKE2b-256 aec279e4ae8e681e034832941cf0b97515ab7ea4b8c720178bb475181b40ae4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 08f9fff083fdebc0a7f450eb76ef296134b43bc91ad584429a107e4149e3a6b3
MD5 e8c76f7cc77346396b06983eb09fcd62
BLAKE2b-256 ba2ec85c03b1dc402a6881f3cf370d143354eebe792856d04b91c97031ff8947

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6a49d8815c570cb395db5d3245ee48e54ed349309a40fa164f024265670c348a
MD5 68e8cb97986ee0134a4ef60469ab0ff5
BLAKE2b-256 425656eda2b0920cbc33f38e4bee7a9b407f0a86f72f2f654c4fe27cdddf3338

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4e65a67f533f89e6064a985a910178741bb71b3bfa2f3f0af7f39d2228fc1971
MD5 ba9168fa8cc5aa3e6d5bfa4928a6d2cd
BLAKE2b-256 939f99e1f6123617257005cd31cbd73e6f0d252b35dacedce324903cea3d6fa5

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 62624308aaa30c88795fd625d8e9660c504af95bfc757d507b14375ebea1b57a
MD5 7b2be68b68e007666cf3bab360ea9b72
BLAKE2b-256 63affabdbc55770a358ffabfc533246161227843d58b4bc6ddd52df9fa1e29a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ca10aaa53a8a3b5f590f0034ae3dcf8191399834a11aef9b76c08797c5e799e8
MD5 b8013731a027b4070b90b246a7ced554
BLAKE2b-256 d64426ba64462ddb6ff0935add8ea151a22768acecc729f69aba3be66cdb341e

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp39-cp39-win_arm64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 b0040f9b392d54a22149b47cd7750806ab5375096c14d322cd73721c73cd6eae
MD5 6642e556e2932f24dd0f14d436e50c21
BLAKE2b-256 ccf3c38e18761f72bb0e669814e45dff2230298389a6f7b2ca1ca1abf938c73f

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp39-cp39-win_arm64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 733f6795dd001d11f6604a0590d89b02db5248c59e1534123ffef6103029bd54
MD5 ebaaf49db9de27203d0ec220f972ef1e
BLAKE2b-256 32f57a0fb09535cb99bf034d52df6f61ee1865e53405acbd447ade634bc05150

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp39-cp39-win_amd64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: endf_parserpy-0.15.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 5.9 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for endf_parserpy-0.15.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 acb72adcdb0bb2ea1b934d7eca03001ad594855b3bf91a434a36a69bd7a4bf99
MD5 a92f1268879df257267a7f95f3f47a1d
BLAKE2b-256 d1fd6a17bf83e6a2ce950abf06d57372f1b50071042e1f03250877cdf061ce32

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp39-cp39-win32.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a39d102f767727b91f274877093c00c1e6ce80a996443c49760d71317862c120
MD5 8f857caf2bf345a31505d945bf911cae
BLAKE2b-256 0fbe3804b4d1d644acdbd029489e5514f4875fad884aa09e99b5cc11656eece6

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f5bc1f9ef4630991c40d687ff9b5d53a4ff43667d92134878d35787b2e325dbe
MD5 7892e7d6c480831a313c1a63feba7fd7
BLAKE2b-256 10f09b655df1de3c6af6e4cab8ee74c1399a041c0b57c82ff5f2e6ae3414b7fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp39-cp39-musllinux_1_2_aarch64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f18e75cd5380fdc668e54baad566bd02dcc5bf7c2021a9d5b2c5a3d9df9cbb81
MD5 129f762ab81108632d6f1bba69ee8f46
BLAKE2b-256 dbe6d1c9fb47b27191918c4373df07e56f38bb3fe274667069f872837cc77870

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8518ed3308e5ce5c1e902a330ace67d4dcf74f8b70d582c2c6a43a2f25ce6f07
MD5 ff7583a6f201abe1333b412a1d3c95d7
BLAKE2b-256 f04f06610b9227818aef3f5289585cdaba7f374259ccaaa4aa44d7ef6663984d

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0d206e01f4382e2d16cfbf5cf713641c846a58aa26e43987ba0145b368f6bdef
MD5 c44fbb73c27c4b5810914ce6c90f0868
BLAKE2b-256 b1987ba2c6d5d7750c720099af68f397f4db9c09bf719d9c13c5f58ddb5e8aa3

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file endf_parserpy-0.15.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.15.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1a6ab7d2370501d6af6d4c5efa05a7820fea3fe68ceb18220df6f8e2bbd20606
MD5 16177ba0694e2cb88f166a10591f99b6
BLAKE2b-256 eafd3232590550176d9f4cb8ecb31c3f04250677adc06c719e379cefd6867cff

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.15.0-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: publish_package.yml on IAEA-NDS/endf-parserpy

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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