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.16.0.tar.gz (168.9 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.16.0-cp314-cp314-win_arm64.whl (7.6 MB view details)

Uploaded CPython 3.14Windows ARM64

endf_parserpy-0.16.0-cp314-cp314-win_amd64.whl (7.0 MB view details)

Uploaded CPython 3.14Windows x86-64

endf_parserpy-0.16.0-cp314-cp314-win32.whl (6.7 MB view details)

Uploaded CPython 3.14Windows x86

endf_parserpy-0.16.0-cp314-cp314-musllinux_1_2_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

endf_parserpy-0.16.0-cp314-cp314-musllinux_1_2_aarch64.whl (8.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

endf_parserpy-0.16.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (9.6 MB view details)

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

endf_parserpy-0.16.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (8.4 MB view details)

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

endf_parserpy-0.16.0-cp314-cp314-macosx_11_0_arm64.whl (8.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

endf_parserpy-0.16.0-cp314-cp314-macosx_10_15_x86_64.whl (8.5 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

endf_parserpy-0.16.0-cp313-cp313-win_arm64.whl (7.4 MB view details)

Uploaded CPython 3.13Windows ARM64

endf_parserpy-0.16.0-cp313-cp313-win_amd64.whl (6.9 MB view details)

Uploaded CPython 3.13Windows x86-64

endf_parserpy-0.16.0-cp313-cp313-win32.whl (6.6 MB view details)

Uploaded CPython 3.13Windows x86

endf_parserpy-0.16.0-cp313-cp313-musllinux_1_2_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

endf_parserpy-0.16.0-cp313-cp313-musllinux_1_2_aarch64.whl (8.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

endf_parserpy-0.16.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (9.6 MB view details)

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

endf_parserpy-0.16.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (8.4 MB view details)

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

endf_parserpy-0.16.0-cp313-cp313-macosx_11_0_arm64.whl (8.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

endf_parserpy-0.16.0-cp313-cp313-macosx_10_13_x86_64.whl (8.5 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

endf_parserpy-0.16.0-cp312-cp312-win_arm64.whl (7.4 MB view details)

Uploaded CPython 3.12Windows ARM64

endf_parserpy-0.16.0-cp312-cp312-win_amd64.whl (6.9 MB view details)

Uploaded CPython 3.12Windows x86-64

endf_parserpy-0.16.0-cp312-cp312-win32.whl (6.6 MB view details)

Uploaded CPython 3.12Windows x86

endf_parserpy-0.16.0-cp312-cp312-musllinux_1_2_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

endf_parserpy-0.16.0-cp312-cp312-musllinux_1_2_aarch64.whl (8.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

endf_parserpy-0.16.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (9.6 MB view details)

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

endf_parserpy-0.16.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (8.3 MB view details)

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

endf_parserpy-0.16.0-cp312-cp312-macosx_11_0_arm64.whl (8.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

endf_parserpy-0.16.0-cp312-cp312-macosx_10_13_x86_64.whl (8.5 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

endf_parserpy-0.16.0-cp311-cp311-win_arm64.whl (7.4 MB view details)

Uploaded CPython 3.11Windows ARM64

endf_parserpy-0.16.0-cp311-cp311-win_amd64.whl (6.9 MB view details)

Uploaded CPython 3.11Windows x86-64

endf_parserpy-0.16.0-cp311-cp311-win32.whl (6.6 MB view details)

Uploaded CPython 3.11Windows x86

endf_parserpy-0.16.0-cp311-cp311-musllinux_1_2_x86_64.whl (10.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

endf_parserpy-0.16.0-cp311-cp311-musllinux_1_2_aarch64.whl (9.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

endf_parserpy-0.16.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (9.8 MB view details)

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

endf_parserpy-0.16.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (8.4 MB view details)

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

endf_parserpy-0.16.0-cp311-cp311-macosx_11_0_arm64.whl (8.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

endf_parserpy-0.16.0-cp311-cp311-macosx_10_9_x86_64.whl (8.4 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

endf_parserpy-0.16.0-cp310-cp310-win_arm64.whl (7.4 MB view details)

Uploaded CPython 3.10Windows ARM64

endf_parserpy-0.16.0-cp310-cp310-win_amd64.whl (6.9 MB view details)

Uploaded CPython 3.10Windows x86-64

endf_parserpy-0.16.0-cp310-cp310-win32.whl (6.6 MB view details)

Uploaded CPython 3.10Windows x86

endf_parserpy-0.16.0-cp310-cp310-musllinux_1_2_x86_64.whl (10.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

endf_parserpy-0.16.0-cp310-cp310-musllinux_1_2_aarch64.whl (9.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

endf_parserpy-0.16.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (9.7 MB view details)

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

endf_parserpy-0.16.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (8.4 MB view details)

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

endf_parserpy-0.16.0-cp310-cp310-macosx_11_0_arm64.whl (8.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

endf_parserpy-0.16.0-cp310-cp310-macosx_10_9_x86_64.whl (8.4 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

endf_parserpy-0.16.0-cp39-cp39-win_arm64.whl (7.0 MB view details)

Uploaded CPython 3.9Windows ARM64

endf_parserpy-0.16.0-cp39-cp39-win_amd64.whl (6.9 MB view details)

Uploaded CPython 3.9Windows x86-64

endf_parserpy-0.16.0-cp39-cp39-win32.whl (6.1 MB view details)

Uploaded CPython 3.9Windows x86

endf_parserpy-0.16.0-cp39-cp39-musllinux_1_2_x86_64.whl (9.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

endf_parserpy-0.16.0-cp39-cp39-musllinux_1_2_aarch64.whl (8.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

endf_parserpy-0.16.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (9.3 MB view details)

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

endf_parserpy-0.16.0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (8.0 MB view details)

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

endf_parserpy-0.16.0-cp39-cp39-macosx_11_0_arm64.whl (8.0 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

endf_parserpy-0.16.0-cp39-cp39-macosx_10_9_x86_64.whl (7.9 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for endf_parserpy-0.16.0.tar.gz
Algorithm Hash digest
SHA256 589dacd08ae3d9b00495f7aed6d387a011b159508949528958e667fba92ed69b
MD5 c7fb62d7012a8e5b5826e5ff7e8e6bf7
BLAKE2b-256 0d09914473b13e5c04c5bee3b259d12e5f195a6a9ef114efbc8d2ebeb1f532dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 69b84bc0b8f42d98475368e4db910beca2498c99d18b8833ae60818aeb8e7de3
MD5 9f1e7fd4e0e1f349dba5447f8eee7963
BLAKE2b-256 01c94ab4a8e197d3ff9e05c91e0e3881dafadbaf452cd0940471d91106e0c0f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 eba4f71190735acc11e61b3e9ba7217e6850f0536607c529e7cc49b88ee043f3
MD5 38472ec79ce8a0eb76b39e436aee09b0
BLAKE2b-256 acc1a0024c3998664d2ab63c39fe9a4a051dfb3a8a82bc3ef67074dcfdc07b02

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp314-cp314-win32.whl.

File metadata

  • Download URL: endf_parserpy-0.16.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 6.7 MB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for endf_parserpy-0.16.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 3327a150072148dc15063f60875b51cba76eec0b62a20a65366916999d979633
MD5 81e07969ff9330e7782dda527e076005
BLAKE2b-256 71cd4eb75a9e6f7890bd4523167a9b33bb6d4313dc48fdb6659f02d216a4c5ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 727d5264810cdc27fcf764359a355dd4205aa92b2a421d99b8be267ffa98ea63
MD5 a83c15ebd7a6e0966ba36e0b68e99c61
BLAKE2b-256 522b8e1b1619a4eb2b92b48a6581519e8427a5b799f5f65a868b0c398fb33cc4

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 901f242e07932d2973c8b7986a376927e07b32bf2c59b237c5c02342bfb2f580
MD5 cdcb261e130b3b63ebba089948e056c5
BLAKE2b-256 c10e9ab32aca18e542afc6e63c5098632c7232555ae58cc03e884f27ca51b79a

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 14b48bf2473fd7c5b605c2068ead69bf3b9db76b6f93378d9b03ed01b7dc2286
MD5 2521b20555efb5ae66c88d41af0144b1
BLAKE2b-256 8afece892829b91aef91ba54bc42208d5a033ee5d34a1b024e5561fdbb25b9b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ece7f0d417556e285216c626e8cee4063a2c4c76b35c4e9ead18e6f738379377
MD5 cf6be9979ecd2d3f3c1a193b68c0bd3b
BLAKE2b-256 a0cae3bce4b17d0c9f202ae7007fe7944a74710de1b530b8bd93f70adfa2f608

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 973b27795488bc2e4b8f198eaab7688fbab32f63428f5d7c0ea982c68bbb0fa6
MD5 76fe3bdfa03b53d9210d4074dad2663e
BLAKE2b-256 76c6f4731a33b5938ebbf70b3f458121a251e6cb0ae6844dced588cf5196f077

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 81b8c0e840b4659726816784b8aac750d1b30fb0ac7b3aa028dd254a48d0f05c
MD5 d4e72c000b0a5c35ec16f8bdb9bb01cc
BLAKE2b-256 d53ea25c737acf06d01efab03d7521aae313fc09ec238016eae25fdf115832d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 e52aa1b5d6e7b95d0b8b551df208e2da62154db299ee5033794bec00dea125cf
MD5 0891482c5b496077189f189cae2635cd
BLAKE2b-256 222f6567e4c302c140ed7f4037cac185fa82537cf3e88029e7a867e16a2f634b

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4c3e1bb52c199ec5c58d79354a4d32e5032557f1f47d1c1c56832f471392160d
MD5 2739c180a9869b4819dacdb3714ac301
BLAKE2b-256 bb5058694bfb4eb811524466b2ffd8ccf02f7b7c25942d2a2a8b9e3326027d6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: endf_parserpy-0.16.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for endf_parserpy-0.16.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 a59d90186b4ae8033f07d818a20a680d48e0bd513daaaa4b01242687d8480cbe
MD5 f44aa24aa114d8f5ab62e78f9a349b8a
BLAKE2b-256 f0b415e9286f5a0b4ba56a0755e44412eb00ff3304f0b5489670d2f1aabe6583

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dbe3149099fd4001b878288fb1a9c42d06491c792373c5bcf67fefd73b80fe24
MD5 5962c0e9005f9c91575c8a28701ea80b
BLAKE2b-256 a421288035c74223548798c8c5bd36723f4728e697e6138670b10f5b3702e72b

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4725bae24e085ade7670cc64c8f0c5391245a315d2ce411529355f2cc1257e90
MD5 f831e9b0d544e0be7097b54c3c74cefb
BLAKE2b-256 b4ca60494e2dbe9ddbc174451cef6e6b35c3b69a689b406fbc8046e53cb3ad84

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 244700795cd8712b15ae5ced617a144422aff77b882db2ca41abd9f955769542
MD5 39ca08baa3c41651a9977a43bb4f5e77
BLAKE2b-256 1e0c8f00596a00680847d6acf370b674209d0440cf0d4438218f4f78a6d0e566

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 997fb6dd9322a35cc0c29060a4fd873788d7ed69cdef37cbcd3d1b589ade0ce2
MD5 9e4350cf8d9ec186c9fd1d1d4cc590e6
BLAKE2b-256 2276f1090ae71639d6ac354cfde8d35618f004fba9b20b6361fc9d1fe5deaaf5

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3bb2eca05b257ca03269ca4204de7693a66ff310fdd5fdec21fe7d8c7a48885d
MD5 3bdaedf5e453f344a92ca5ef0525596c
BLAKE2b-256 f30ae333fb3240e065607936bcc8b276ff5ba7b1cd9a4986905ff0b08b315dd3

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 958a6d558a1fa367584cca600d3a7872fce887e98f1e30d608d6ea5d60bb3d5a
MD5 675459fcfdd38325492f1e3e84843e8e
BLAKE2b-256 8d8a85bfb24eb7126677a6665e1d2816985494eff491e96ac9f8fdfe8b891e07

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 94a6259c06494f757d09867607aafc8604b37d9f49de997dc25808e7deca9909
MD5 9d5e8cfd7200f12eb0bd8f1c4e597c69
BLAKE2b-256 c9cfdeb4d1b31d9bcf6fd8bc802790819ed832724d1c11c92e0a25f86f256f94

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 709b127653247cfcbbc2feb901ecee9360673df6073e267ad745471ebd605a94
MD5 4f5f03e9df79411161911990dc954b25
BLAKE2b-256 b1622ff23efaecd8c188d6d996d9c49bc7dcbc252486379c8f3211a3dcd1f3c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: endf_parserpy-0.16.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for endf_parserpy-0.16.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 cbae39097509f70b457f0ad0d6e0a945372f7d0eb0193b366c52adbf13d0cb48
MD5 393bc9d67e7f36259ecd6e672b03b9b8
BLAKE2b-256 0234f34af2c902f1717171b745ca130e71ca640fb4a54a9c615a609024634918

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bf1ca48d64bf0efd3d3fa11a7450c482950cb46cd91b2ce79bf4c7ac0ce55dee
MD5 a6e64337ba508d753f623f2b07cc5e3a
BLAKE2b-256 9d247e46efb4e2eb99d33311c86e519224a44e74cb7231f6775c95bd3d8ac946

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 33337941f6b14b269ea9f809082292385b9efeea84bca5248885ad6a80657e4b
MD5 a4e41dec69d1157133bf6af13c7828aa
BLAKE2b-256 c0a0150aea5715926b169c461ee471f998aa4f8c934299c715278997a454c2af

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0ea4d51656cfc104b8821e5434a500778ea6ddd031c0784397e124c612220f6e
MD5 20f884e010f9de470f0b148d407cf0df
BLAKE2b-256 7c66d6cbb0ae4fa2ad2da9cbba7fa23327138af3cab3b4107e3571d7ce68cfa6

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 36bdb6655666396f3eb886896166502670359818df286f9a5285a0c143169f9d
MD5 deccaac4b73bc0802770b896f0b3a3b8
BLAKE2b-256 c919776f7496bc159a6b6981bba70bb85fafc63da6e44e1d1867cc929e72908e

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 afddd0e80d18477307c41df063aa905d35e5925cd3669b5f4b3435f037db6af5
MD5 14116d6a960e7ded2de9abfe269dae58
BLAKE2b-256 3d92a1cfd07d4ac1159c90eb2aa6b6fee6dbcc88e52601fbc3b2c32cafa24da2

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f0f6f655ea604f0d839b6e4363f90a20ed94866a6fbc17297651f923ae08e232
MD5 6cb04b8dc1ef354fbf0a19860f8b974f
BLAKE2b-256 e7c5818ddf5b96096003c2033f38ea551743b69cda04e3459bba0663605b49ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 5693d12a7086c15a643b62c71c0ddaef1d4f2b8be69142f6d9c59fc656a67f1a
MD5 89aa19952374ba139db456c53e139a64
BLAKE2b-256 e0fc738c0cd9a7aef69e89abecc39690b73faf8410063e2a8faaaadf86f7136b

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 478fbc8dc3f20438ee4b4b92d9ce5ea65bb04132be6c57706115581399668582
MD5 6e43139fdc5b8cc01b4742c0a233531a
BLAKE2b-256 5f1e4da33410d6bead058197c14a79b9f90b16dddad4c29b7f45be4f72463ae9

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: endf_parserpy-0.16.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for endf_parserpy-0.16.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 83a7bb8f2ca90d4114899baafc24df53d1b12e8fe9204c7a95c662454083fca8
MD5 d7175fb99c20392c9fcf77ad88931b46
BLAKE2b-256 2139c390946983a134c5c33bd10d93756d4077632c017ebefdc8af37ee68b77d

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7a7443ef4dfc95d97133320174744948e98edd61146ec8a4b8d0c0d060b7fa1b
MD5 8eadddae9f9896571bc3be971874fffc
BLAKE2b-256 68865cf6cda239f4e855d0b251db2fc2df7a24ba2a420466a557333bfc8fc349

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7d0f79c6667c5fb1dba9fe42be58aefdfca425e34de6b619cdb860839d982b72
MD5 926c779a3a4161b86fd9e8b8a2a3a2bd
BLAKE2b-256 d6c3bf40e9dd24816106df743ac7f22ed4da9d8cf0c6cf1e1dbbd3f32ae11324

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3fb5aa0dcdcd364c69707651c50e52bfec0972f2962071aa254444f8b857fc49
MD5 f555b5e5a23e486852deba3fa096cedc
BLAKE2b-256 9c39580463e03f646897f5cb876b89f8eb64a2b3d9c5a88dba78cd75a2523676

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fa2bb175ba50897dcf8c36ed3c7de172b7278f7f716cd7eec53b832a50c1f5fe
MD5 316f7f976754c11ccac5f5e08fd350a5
BLAKE2b-256 e38baec3c6ca7dd4d4b8e9b3c55c885dd69308e7825797410523d0b2ee5eeb51

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 75fd457f0b0b0c530598e572f2893ad1ed6e535461c2b746f94e21c0f1bd3a43
MD5 e58bd760c1c8f72009c14b88d0e1da11
BLAKE2b-256 c0dadbc713caa8b9adf2a697c98f3dd8987525bf30185a8a582eb715bab0b2f2

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d44dcb4e4cac893af1d9366525693d2f9b551b28a864b53e8062f5daef0beefe
MD5 269a6e0276a590b1676a7e987e568e3a
BLAKE2b-256 ff20fc47ddb9747bdd7493f5293f999ea6f2471d356b8680eb0397d954fd0246

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 1fc3d57138f6d9152ffbba612a5b3e8ca3cc70c68d1841a7db13cd631a781032
MD5 e51bfe1f5207de52a5b5794743e813ca
BLAKE2b-256 75a329a55e39d86ab3b2404d229d24b03aec48e16f8235169d45912a6f232f4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ea6ac850598b573f96edbcf0b0c0749495997412f41539d2b5071ef14f2d4a8d
MD5 1abfc26b43d6c88c8da20b3261a1bcb1
BLAKE2b-256 ba5a6a4aefa43a315cc3568ddf2be09a2f07c55d33f7519d775cdef683adc8b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: endf_parserpy-0.16.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 6.6 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for endf_parserpy-0.16.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 e27fa75a1ba56ca85d35c3494f66f38d59052bf613f390294a8ae1dadfdf73c8
MD5 cdd74bcf03727d0cb055a4c83db8f6ce
BLAKE2b-256 9921059d0f15ac592ccaf4b59f07412e97da61100a48fe5b65517f08662f6532

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 48fe60ca92e3db9642eecb77cb834ee2877448ef40f3860362a9df722eddcfe6
MD5 39bb83564da42eb2c7be44a3c2ae3ccb
BLAKE2b-256 d7a5c6c40e1b419413258c9422a377265c3fab4852ad4f6653e409b9a85a065e

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e10d51c26bfe6a8ea39daba8019920202b9ca0cb85ab6b4b0a710541580c1dfb
MD5 cd4fef555011514dcf6a4d6239a538ac
BLAKE2b-256 10ee549c12d75d41b29f244a35d12d92d5f8f84364fd670488c20b9f512d4275

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f3cfd9ba44b0ed4ffd5270bb5e0b634c25dddae9552965f1a166db5edad5c0d4
MD5 ce7b595930fdd64ab774f3072c6895f9
BLAKE2b-256 f4e3e9486ff0022763c357dac01d6cf33cef689aaf3ebeeb31c18a1baf89ce01

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 78db32b06a103a7a3fd5256c603ec570193ca07be1390aa44f9821a9ef5f0828
MD5 63975104d94d59ac0fbcee4c126f060d
BLAKE2b-256 a6618efb446471a8bc1c96fb497161a2a6efd794046d42b829b5e01e8489c177

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fcf5d6f99daf6a21d5732fe9482224dfc62c7e81937d06061a0df8e98211013d
MD5 0e4ee536e077f069ea276e0abd4a243b
BLAKE2b-256 3b5f73abc1689a86185f9e75668c45bd4fe14343dd292323bc45165524efa027

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5e3dc8c0daa3169de3142945b5aeb82ffa034874f097115fe9b1607b1a223da0
MD5 6996f6e37ccb1b561dc23a5ee1c511c6
BLAKE2b-256 3ece87f99aa9288171a1eb6e1df44f144a2e4eaaafc1745a05ab4741227f83ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp39-cp39-win_arm64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 b87281f60a297e70f8ae0f6f0e8f525d8ea3a87637afa6a2b4ac3bb825c14f0e
MD5 926297e8f9464587765fc6d495347d7e
BLAKE2b-256 8771d88f1217a9e92c7165305e8c5ba11b46567c6a9bbf4eeff03f262ec8658c

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 63028e38ad44d5234013620b9de122f52c28315dd80a0731e9dae4c9a2ffd4dd
MD5 acf08a48c03c394a421a4c55e5c0901b
BLAKE2b-256 d1cd31463ebe264816b1e881662d0361cee29b3a15ef97de1402683b7ec42a5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp39-cp39-win32.whl.

File metadata

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

File hashes

Hashes for endf_parserpy-0.16.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 2d89101b969ec4bb06bfde64863c2bd9af22c54744ce057365bc104932bf07a8
MD5 e285e58d2357f21c54342bc37e640f50
BLAKE2b-256 edeba0e4c026fc5515c1789defaa5d7f49b22a3e077b6cb5b31f4b24ccfa0ce8

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 51149e93fdd40d11b944e0b366e26cdb1afc7c53c8c16718628aeb70f652e29d
MD5 7a3dc27894e48b104caf276c089de8d3
BLAKE2b-256 d379a43f2fdc3e3849f794f48e10a3882a08591cce885df66bd96d9d1bd86cd3

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 100d60c499aa54cf4be07bf88fce00af393f91a4fd8643ef76e34c5a1025a692
MD5 c917937594344654c474313fd64bce53
BLAKE2b-256 5980606311da47107e102b9ac9ad36015b3c0c5eeb5659587479de5a78d663ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 25bb00d269c3adb23a4fec6afd0c507a9259103038f78ee467f4fb30d82938a9
MD5 48b6b28136d8e0068f1c3352bf5a57f5
BLAKE2b-256 757dfa0dd4c97ab43a6274eedf2775231b6c3d3b425b6612aeb4070109ebce95

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b8c436cbe5e2247b043fb689f45db5bae9e798ba803eb3d3536c2befd5b8dfda
MD5 3c8e63a5a9056dbe0e87e906761e78ba
BLAKE2b-256 5e9f66e3938961ab9a3b9064b00185d6fb02e389b663d0e77d0dfe9fc6f10fa0

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aa949b892835e04cbcc728d466db975a22e4e4e73b547faa956e756cc8380b3c
MD5 d95ea4a4e380e0b2c656b4d2c776bc9e
BLAKE2b-256 f973527bfe60851c04919b74c86679d10be2b62ea3431d290c5127bdcd88a7af

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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.16.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.16.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 98a54a23c194b261c802e0770a8068761158acd9891c7616655786f3873a2c27
MD5 512a64e17c1420881c3d5d9def60974d
BLAKE2b-256 5e24ec067a53d60a66c285a6e816e91671e62948b7a2d2e76335b420bafea790

See more details on using hashes here.

Provenance

The following attestation bundles were made for endf_parserpy-0.16.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