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.1.tar.gz (175.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.16.1-cp314-cp314-win_arm64.whl (6.7 MB view details)

Uploaded CPython 3.14Windows ARM64

endf_parserpy-0.16.1-cp314-cp314-win_amd64.whl (6.0 MB view details)

Uploaded CPython 3.14Windows x86-64

endf_parserpy-0.16.1-cp314-cp314-win32.whl (5.8 MB view details)

Uploaded CPython 3.14Windows x86

endf_parserpy-0.16.1-cp314-cp314-musllinux_1_2_x86_64.whl (14.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

endf_parserpy-0.16.1-cp314-cp314-musllinux_1_2_aarch64.whl (11.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

endf_parserpy-0.16.1-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (13.9 MB view details)

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

endf_parserpy-0.16.1-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (11.8 MB view details)

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

endf_parserpy-0.16.1-cp314-cp314-macosx_11_0_arm64.whl (12.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

endf_parserpy-0.16.1-cp314-cp314-macosx_10_15_x86_64.whl (12.6 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

endf_parserpy-0.16.1-cp313-cp313-win_arm64.whl (6.4 MB view details)

Uploaded CPython 3.13Windows ARM64

endf_parserpy-0.16.1-cp313-cp313-win_amd64.whl (5.9 MB view details)

Uploaded CPython 3.13Windows x86-64

endf_parserpy-0.16.1-cp313-cp313-win32.whl (5.7 MB view details)

Uploaded CPython 3.13Windows x86

endf_parserpy-0.16.1-cp313-cp313-musllinux_1_2_x86_64.whl (14.1 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

endf_parserpy-0.16.1-cp313-cp313-musllinux_1_2_aarch64.whl (11.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

endf_parserpy-0.16.1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (13.9 MB view details)

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

endf_parserpy-0.16.1-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (11.7 MB view details)

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

endf_parserpy-0.16.1-cp313-cp313-macosx_11_0_arm64.whl (12.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

endf_parserpy-0.16.1-cp313-cp313-macosx_10_13_x86_64.whl (12.6 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

endf_parserpy-0.16.1-cp312-cp312-win_arm64.whl (6.4 MB view details)

Uploaded CPython 3.12Windows ARM64

endf_parserpy-0.16.1-cp312-cp312-win_amd64.whl (5.9 MB view details)

Uploaded CPython 3.12Windows x86-64

endf_parserpy-0.16.1-cp312-cp312-win32.whl (5.7 MB view details)

Uploaded CPython 3.12Windows x86

endf_parserpy-0.16.1-cp312-cp312-musllinux_1_2_x86_64.whl (14.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

endf_parserpy-0.16.1-cp312-cp312-musllinux_1_2_aarch64.whl (11.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

endf_parserpy-0.16.1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (13.9 MB view details)

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

endf_parserpy-0.16.1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (11.7 MB view details)

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

endf_parserpy-0.16.1-cp312-cp312-macosx_11_0_arm64.whl (12.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

endf_parserpy-0.16.1-cp312-cp312-macosx_10_13_x86_64.whl (12.6 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

endf_parserpy-0.16.1-cp311-cp311-win_arm64.whl (6.4 MB view details)

Uploaded CPython 3.11Windows ARM64

endf_parserpy-0.16.1-cp311-cp311-win_amd64.whl (5.9 MB view details)

Uploaded CPython 3.11Windows x86-64

endf_parserpy-0.16.1-cp311-cp311-win32.whl (5.6 MB view details)

Uploaded CPython 3.11Windows x86

endf_parserpy-0.16.1-cp311-cp311-musllinux_1_2_x86_64.whl (14.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

endf_parserpy-0.16.1-cp311-cp311-musllinux_1_2_aarch64.whl (12.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

endf_parserpy-0.16.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (14.0 MB view details)

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

endf_parserpy-0.16.1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (11.8 MB view details)

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

endf_parserpy-0.16.1-cp311-cp311-macosx_11_0_arm64.whl (12.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

endf_parserpy-0.16.1-cp311-cp311-macosx_10_9_x86_64.whl (12.3 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

endf_parserpy-0.16.1-cp310-cp310-win_arm64.whl (6.4 MB view details)

Uploaded CPython 3.10Windows ARM64

endf_parserpy-0.16.1-cp310-cp310-win_amd64.whl (5.9 MB view details)

Uploaded CPython 3.10Windows x86-64

endf_parserpy-0.16.1-cp310-cp310-win32.whl (5.6 MB view details)

Uploaded CPython 3.10Windows x86

endf_parserpy-0.16.1-cp310-cp310-musllinux_1_2_x86_64.whl (14.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

endf_parserpy-0.16.1-cp310-cp310-musllinux_1_2_aarch64.whl (12.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

endf_parserpy-0.16.1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (14.0 MB view details)

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

endf_parserpy-0.16.1-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (11.8 MB view details)

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

endf_parserpy-0.16.1-cp310-cp310-macosx_11_0_arm64.whl (12.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

endf_parserpy-0.16.1-cp310-cp310-macosx_10_9_x86_64.whl (12.3 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows ARM64

endf_parserpy-0.16.1-cp39-cp39-win_amd64.whl (5.9 MB view details)

Uploaded CPython 3.9Windows x86-64

endf_parserpy-0.16.1-cp39-cp39-win32.whl (6.3 MB view details)

Uploaded CPython 3.9Windows x86

endf_parserpy-0.16.1-cp39-cp39-musllinux_1_2_x86_64.whl (14.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

endf_parserpy-0.16.1-cp39-cp39-musllinux_1_2_aarch64.whl (12.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

endf_parserpy-0.16.1-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (14.7 MB view details)

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

endf_parserpy-0.16.1-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (12.5 MB view details)

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

endf_parserpy-0.16.1-cp39-cp39-macosx_11_0_arm64.whl (13.0 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

endf_parserpy-0.16.1-cp39-cp39-macosx_10_9_x86_64.whl (12.9 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: endf_parserpy-0.16.1.tar.gz
  • Upload date:
  • Size: 175.7 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.1.tar.gz
Algorithm Hash digest
SHA256 0c1b9e7cec432cbd7b74dde0d248683c581868724c4441ae7efe8ac474561c09
MD5 239d2275415056a69b6e1a3e521db34e
BLAKE2b-256 1694362fbd0f0c7ad59d35dba1f6e8ab286a85c3a20c918a2827cfc694ccd6e5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 dbc49fc3264cddb579f42a1cd41c9df63f1ecd06d28f60d769df8ad7084f2df1
MD5 2ec0a463d5977e629e0098fb43f3de53
BLAKE2b-256 92206abc2496c33d380f53bbfe60db66ac02d4a8b2efc29eb30ce417e0af651f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 1de75e2b869e3521947da9bae3930b8e65d629ec44b5be76ff3045e34908aa6f
MD5 a9a7fe8e09be77088bfd7e60998e4253
BLAKE2b-256 abbbc02ef12584cf35a9dc71c3bc5404982d1e9cb316ab49edaff7fc8978ccd5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: endf_parserpy-0.16.1-cp314-cp314-win32.whl
  • Upload date:
  • Size: 5.8 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.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 bc7e989aa362f4c588910de7a8ebcd8293095c7e2d116589283fdc793dffa729
MD5 1ee0e00315b87de5114a9c1d2c82ffbb
BLAKE2b-256 74e4a95f3bc54b5e15ca5e2390ed1a05daf46975d89499c449762986dab630ca

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 695eb22735039e7266af7eb31102bf0760d4433eac059afb6454c42a9adeebc7
MD5 d5c34fbb1a6abe539650d3d543c71d7b
BLAKE2b-256 126efd2c4cb8d827dbf70df2d446665794ec8528391077656f5e6a02288ecce7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5308bcd6410425fad843b4aa1f851ce8f62591d70c3563219c228a3ed7446def
MD5 2cc0d53a1a472a62457ca3d4cb245546
BLAKE2b-256 53e54a9f05c23d15624cbfd693193021a5542926757d70c24f0499acaa45dd6c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 49e6a8e4282d27a939029e33c771614ae9b0e62b01c510dbcff222beb60a644e
MD5 b43ee4c8b10ef69d9182a18b0b78e15d
BLAKE2b-256 a75a3d3de9b27ccc775bc5878cb8abcfda1bbbed9d4f1319f6a1ba73b63f0328

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ddddee33a7b8700eda66e34358c3f36fe85e603c3fb13e05b39fdd52324ff474
MD5 65fe8d809506ca819d1a108d77d9b33e
BLAKE2b-256 00d1fd2d001fe0bfe17b69ef42a42e89ac897a3c3d3334bb56eb74bba34f8c0a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bf72829c32bda65dd60e36f37b11ab08b996bc45f0f5d6245eecb34274fbab45
MD5 232b382cd2722ed2ac5ab5b6d57a138a
BLAKE2b-256 233334bd844e08c93cd1870e180f10f314c3c84960bb0f791cae418bc6057427

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d6b26fe813dcda90dc8ff89df16fbb7b0abd878b90fa260a59f48a44292585bc
MD5 e60e71bc54b16c36f9217948f1eb5515
BLAKE2b-256 955701d5b2c18b97f92ca627bd39396b7b3a65a77a1237c51b00d9fa476f9780

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 955f7108337ff2e3278e408de7bc4710a3186ca2983da5f919ad2d26962f6821
MD5 96b142f4cb9ccb6447c7894f5caf78cf
BLAKE2b-256 cd602526e0a0cad609efab64346b855cc2aa8fe674a0f7846f0e58d156310d10

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 71e2980bea77955cd25629dc5cf88755f7f7717ecb7173eee0e0886b7823c11f
MD5 bf7c2dc1f467a93762b3cd0d5b9be59d
BLAKE2b-256 5ba27d8810b8c0812ec25d1eed9a0f79fe3df43b9b6531691c1e0672b143f44f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: endf_parserpy-0.16.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 5.7 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.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 0ee1de1ed1151466ac176fd5f9814b56d69698c0c811ef89c9f25b580ae21aff
MD5 61b7f68ebe2397d1265822a5b3ad3635
BLAKE2b-256 c9af8139791239c84f9ce7085106644e81733ea3adbb64e3cd77fb314dc3a9ae

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 df508d5378f3146da5b638f4694826e1f53712705e60136e628e12879cb9c9bf
MD5 cb786e1477c4234552a51420b809add3
BLAKE2b-256 554ddd966ee9bc6a814a44a3a2f3699d3d05e1bf1b3c3f514aeb480c9765abe7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a8a3721abe057f3eb932c6286f4b50c9db4cdd78f43d1413878472df476c0262
MD5 750d40f32f54a303e7c4131d2d429bbc
BLAKE2b-256 3096f309b642dd74fdbbb5dcdfe9a0840f10b7382d8d1eea98afa06326e4f0b2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 51096080cdca10d1ff4ffc6a7c64f2602afe68f556b7f48fe27306f609bbe792
MD5 58485b03e1c1d2122dfbb7a3a6594cc8
BLAKE2b-256 174919f0b727a9243c7eb1b96b7906ce2281f44b32618c36c812af963fd20d46

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e566f38232d407ee3afcad78b0b53d6d5de210d1905c5c6f185136c9106089b9
MD5 76776aa6a6d00421fee35d1663dfd7df
BLAKE2b-256 18f4134538123675b477787cbb6af50ec67035075fb4cb614bfcc17e6fd05ab7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b57eb96a3b32d59dcfde88e66c5ea8ba0f2fc7c0ce86d5af6dcffd744f127f01
MD5 1e985423beef600d04cdc2d4f92eead2
BLAKE2b-256 ac4189baf136002bdb2ae0b3d25d163fcf3aea391c06d91e645b26cbbf4c0042

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 f37d6fd6914aa38c2d0a18bf2f0a59fc52534753f5f64eb6266e86f75044590d
MD5 f16c16acbb2fb8ed026de258832e69a3
BLAKE2b-256 36c82a2478021f9be7c63373d119fa9eda1959cd55273e364a38440dc49fcfd5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 409f1e64bc2891d1a94707309a58c67420893fd4a4c178ba53585f49044df9ba
MD5 d6283c20d49d9a8c8db37c5ee9fe3912
BLAKE2b-256 ee6a3bd8365ac331ba4cd11fe156c139cbaa3f57dab2d9f9b0cc116195a33738

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 09398772f0584fef044316fae76d661dc13661f2653878c82ea0f8fd3e483c5b
MD5 cf6147af539632920a8840f387bf22e4
BLAKE2b-256 e4e62b2f801d16ea7f332125cdf651fd5d4e60a5ff17c882dd88068e928725e3

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: endf_parserpy-0.16.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 5.7 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.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 63d1fc430564d835ac2cd72a7a855b588383a2717ce4cd941abb0054fb9eccd5
MD5 60268771c8e4fdaeef25622a7234fa22
BLAKE2b-256 4bccf0672d0e5110d65e6a389f2fcf064bbee8ef7beacdd6f3aa4e0a3650d32f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f536ebd04ae1b2c1b3ef46caf061996d8afe1e7dce87089faba328b83fb91c05
MD5 e318007d172ceff3404238a0c52b90be
BLAKE2b-256 187f59e9a4d0220f953ed09c9be1dacd3f1652b71056a35fb0ea6f5b544e13b0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 17397121bb24c4d5b75de9b71f5294a932298454798d59fe91fab11fa0999576
MD5 5b79718597296e1656639961aa9a733e
BLAKE2b-256 fcda7ed5e9f8e355b53ae8db0cb9bcc5e4a31105f54d92e77cd1f8e093e45feb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 71693a038f4d9ef4f76c5b67ae7ff1fb572d2b9ebd2c4fed579b13748e40da36
MD5 88a1cc5413b797b02cbf68f97c650385
BLAKE2b-256 73e012b5b2b05ab6020e82a39c2687cbaa93dc30e3242721ba48c9e93145ac92

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a40b7bd0135e343ada4453c137d06e7a0e811b864a5abeaad946e29b9e1f9506
MD5 89d5fdd48af2494fc37b4f32055d3aa8
BLAKE2b-256 5cada1dd4795d27a7f1ebf6e56224482102d70aa42a76dc85e0fde65ccc74b14

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4dd966c08d15187c2e8a79254e738d6dec8a65cecd997670691b7ccd9aa387b5
MD5 bbc5990d7cce1f26213bf042f206c115
BLAKE2b-256 aefc22c83e5426df9b42bcb44b2460d9f6e5165b0bbd061371c47a42002d863e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a1c19fdf3acaac3756db17815c08266998a4e6da26af119b7ebe3cb31918cba1
MD5 35e51d209517c5ea301f8143999965a7
BLAKE2b-256 29d87a8eede14862be36d5e51164f87c30d6ef707b86ed059210a982b13061e3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 a2644232a1bcb10d45b5004fc379e529f448fcfb40098a111fe2a12976f41c1d
MD5 ce49a6c6a098f4ea5c97158deb911e3f
BLAKE2b-256 d4a69a0e2e2d903ec365827343d4c95f5f6b3ac3054ebe66ce7bf4201572be6c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 851e1e2523aa02e83affffee7d62cd524e2c8712ffc285035a9b9e6608ce380d
MD5 10c5215c6d3936798313f277d1287362
BLAKE2b-256 0f05762b7cb8a662b17436ced9b33162a8cf093703b6bae21460ebab32bc7b6e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: endf_parserpy-0.16.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 5.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.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 16b4100304ce55f3de2535a84d3e21463fcd0ea2b2b60500547a00a092dfe264
MD5 059bec57dbbfceb25a30403dae969bb4
BLAKE2b-256 f073c8f7558020535f0bcc5dfa2cd52acd466666975fe4559eb8a55c71f288a0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d2d3a1664b59ffbcc6d67d974bcf43a25fc975f826205ea33d9cd17225bec03e
MD5 835e563d8b0b068c0d5c80d57132a33d
BLAKE2b-256 cc394a519dab8f2653a2dbac90b99816c94d035c4ba5c401ebbffc6624a13a25

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5de2872d269c85ddabee89d8c3fb7961215e9e89c674c585991a89794feacd5c
MD5 eae045a4de641ebd0aa472606aaa75d1
BLAKE2b-256 c9690f0da1ff33a7f85ae5581d6c8ce8e3d628936c03f2322fcbd1b7b1b8f769

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bd560f9f9c3bc481bd32bfb90535c23804a8a726379549b15b415f5491c309cc
MD5 3bb2fd2d7e35ed8557b103b683bdae87
BLAKE2b-256 1c0348c166208d245504f2c088dfbc58bc69d4af0e484593d67f44d7388c2098

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8ca8d50de31df3f50340ce629834030847828e4b2664eb5e02c381c3843ffb78
MD5 0efa6455f7a0e6f490c336d75f27819c
BLAKE2b-256 5ecd0b60a1bbdb50eea5870287a2ee4d4428492cded82504f3d3dbd404b564d7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fe6d387b15abc5321f89b421b821286159515b0a17988196e300b5d2832ac3e3
MD5 19c6a828a34013c633ace1b0e899a0df
BLAKE2b-256 7844d477bb03d13aeef4f4656a6f3932c749c268a4d992865902e6ae7f29479e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ad4385f0390f42edbf6b664c52d4f9f4be4c4948799f132b661ed3a205d129a6
MD5 cc8fce14dd20a407201a0c64d43df947
BLAKE2b-256 190242042a1541dddc61c6dbdf3c4f57dd719f77dd31f6293db0caf7aac15ea1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 7a1fb81502efdb67be085c506e2daf4ae5f23c9e083c8d3eedae05f37c5f6420
MD5 c0778f0ab42b3b756931c242869c15b2
BLAKE2b-256 64bc95a92fa0e5cd01e10e34fd339ddba5e44041e0f18c3d0f730cb2a669e090

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2ddcf9b5f6cd37bcf1af924cf4a311ab511067e90a944cc2e2da0f605cbcafad
MD5 9d35e2fbc56d44554a9c885ee6f309f6
BLAKE2b-256 1528385921d8d17d1065307e88e54bee9d395471585e9ce79265bb276428c664

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: endf_parserpy-0.16.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 5.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.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 f55e0aa4ccb45232ac25206bb10308bfe8bff9bca992ebc344dfd94d90f462fb
MD5 32e4834bee252254ee332f5e22815513
BLAKE2b-256 abc597d29b363dab6021d559ab56fab6cf189d50c6bb4782ba310d5f1d3ed22a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b9a62e6ff2b146e7126d7bc13b887ddf985096a7b975dd46fac211c6983c20ea
MD5 70c2342b2faa541e94b7934dda830ab9
BLAKE2b-256 f74ffc5d4b2dfb6058f72bf18c7afccec05e3a247847da564294238214832f6d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9332cdf7244ff0f4a0cd8ba8e6ec3777215be1c5be54e9763e7f70a29a2ea3b4
MD5 7b3aefc24e685a5fb41bad056cd645a9
BLAKE2b-256 d9fa206b562edc67ea433d6fc479d36de5e746e207bf7a0916456e611862b70d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fa2b9ae558a482e04145768ee52f5f469e48f1b7d23096b20c4f77c344478729
MD5 e733f02d0125e98a4d005c076a29e043
BLAKE2b-256 c205232d7c9cd90d864d4907cef6d1efa59348e1a32b3bde1523973d428f82c3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 55cae95db5dffc5f685f673a0670b5ab2cffffaa0b5859a0a86a526fa7ac480d
MD5 bf710ea0459cd6d725d0cff1d8cf0b1a
BLAKE2b-256 7959c96c5b67ec25ad834e9e77f8de19ee78230932b90c9ef8c0a7992e4fd3a3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4944765fc13a43376b54d3e16d2d96417394e5a108bd1b99269c7782b9d46360
MD5 87d15ca17889507718e4dc079d441a23
BLAKE2b-256 9c0778ad648df862a19158f0142616efd9de580e9e947ee9e4212616c890bbb6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d7459fd1427bd04c7145a867937ed9709d0ae7b23b2315165b11fe0e454e3a03
MD5 123e5e1c8b3b9be7e84f67c02c784e03
BLAKE2b-256 d0553aca87bfca783cbb90ec0d8ab69e590c9dd79923cc9a7d6e3098c8942a55

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 9439ade1f350a7554c05f0f738fe2ee58b84d0e66572a8eaed712b06de592214
MD5 af72fd03291900686c73786f9867349a
BLAKE2b-256 53622360294f831e1fbd1c9aafa9c690fb60b5ae26c4a153562bb926299a3aef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 7eda3b20ac4fc21b04c9ea2d0be69bacbfe52714f4ab108c35d6278ae61316f8
MD5 37f6fc2ad3c047891b709298775ad192
BLAKE2b-256 7a7e847410cda5704ef8179f86732de9bab441ad6774d2e2811761e883907ee5

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: endf_parserpy-0.16.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 6.3 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.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 feab7d12783ebdceb679c228a3ef81993c1226f389929c9c429b7776f720e5cf
MD5 972bc1b0c0fbc89faea2b3e33aafb215
BLAKE2b-256 4712d1617a7a65a7d384bf39e3da37512fa3ac2dcc475b835e08d0716d560efb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 981532e9f5024248073d0777f47d4e6a35234b3ec54676d18b0ee66bbb0f871e
MD5 df1e9b42a108299ffb8be3079297db79
BLAKE2b-256 e665a21b5018fdc1cbb0f47dad9f95f5c0708d0f9c382dcc0a4bd2271256f4a6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d238a7ded8be2f835627eae885e300b7a640c83bd605e6636e9c73f3500ff42b
MD5 0d11f890fb79f6894657cc339573c819
BLAKE2b-256 36bc34a097375a0f6fc7ee6e15864ea08524aa9e2324ff94988489016fc771b8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 878dd7f49cb5ce237f94db5292341f569b95bac76a7e779f8e7a294440f0da11
MD5 c29780548afbe239a93e78be96a5ad70
BLAKE2b-256 290fe02de03335cba26b2033836ff4ee1591ec78b2bdeadd03bdc1ad3a586349

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 51f6cd0ac5475bff4e7209d51fa25be150030f17e7e92f69907268f57e167bdc
MD5 57334604408863897000a19f196bcf02
BLAKE2b-256 c16e33cb90f5c9421f87eb5875e2846823132d0d62f0d21b0384d11e3e9bdf8e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 52b70c4777ba597744171524738cdcf05df03d30df15a1c5e9fbb53a304a0be4
MD5 36de9eecb5085afc7c73164bbd76d3a3
BLAKE2b-256 b7c014c349f9cb888eb57339b7c0561fde8ff6617eab133b121c9981a6cefdaa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for endf_parserpy-0.16.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9b5bc154eb9eca06ec99d3ab6c932e4a4b1e80addcaa417e88711dfb88e37cc5
MD5 d272529fbd02fefcfead64ed6b76c5a9
BLAKE2b-256 02ab0fa1ac21afc3e326edd00feedbf7c336cf66def2601144c8b3b845c2fb14

See more details on using hashes here.

Provenance

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