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

The support for the ENDF-6 format is comprehensive. 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:

pip install endf-parserpy

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 EndfParser
parser = EndfParser()
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.13.0.tar.gz (805.1 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.13.0-pp310-pypy310_pp73-win_amd64.whl (5.4 MB view details)

Uploaded PyPyWindows x86-64

endf_parserpy-0.13.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

endf_parserpy-0.13.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (6.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

endf_parserpy-0.13.0-pp310-pypy310_pp73-macosx_14_0_arm64.whl (6.8 MB view details)

Uploaded PyPymacOS 14.0+ ARM64

endf_parserpy-0.13.0-pp310-pypy310_pp73-macosx_13_0_x86_64.whl (7.3 MB view details)

Uploaded PyPymacOS 13.0+ x86-64

endf_parserpy-0.13.0-pp39-pypy39_pp73-win_amd64.whl (5.4 MB view details)

Uploaded PyPyWindows x86-64

endf_parserpy-0.13.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.7 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

endf_parserpy-0.13.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (6.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

endf_parserpy-0.13.0-pp39-pypy39_pp73-macosx_14_0_arm64.whl (6.8 MB view details)

Uploaded PyPymacOS 14.0+ ARM64

endf_parserpy-0.13.0-pp39-pypy39_pp73-macosx_13_0_x86_64.whl (7.3 MB view details)

Uploaded PyPymacOS 13.0+ x86-64

endf_parserpy-0.13.0-pp38-pypy38_pp73-win_amd64.whl (5.4 MB view details)

Uploaded PyPyWindows x86-64

endf_parserpy-0.13.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

endf_parserpy-0.13.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (6.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

endf_parserpy-0.13.0-pp38-pypy38_pp73-macosx_14_0_arm64.whl (6.8 MB view details)

Uploaded PyPymacOS 14.0+ ARM64

endf_parserpy-0.13.0-pp38-pypy38_pp73-macosx_13_0_x86_64.whl (7.3 MB view details)

Uploaded PyPymacOS 13.0+ x86-64

endf_parserpy-0.13.0-cp312-cp312-win_amd64.whl (5.4 MB view details)

Uploaded CPython 3.12Windows x86-64

endf_parserpy-0.13.0-cp312-cp312-win32.whl (5.2 MB view details)

Uploaded CPython 3.12Windows x86

endf_parserpy-0.13.0-cp312-cp312-musllinux_1_2_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

endf_parserpy-0.13.0-cp312-cp312-musllinux_1_2_i686.whl (7.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

endf_parserpy-0.13.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

endf_parserpy-0.13.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (7.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

endf_parserpy-0.13.0-cp312-cp312-macosx_14_0_arm64.whl (7.5 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

endf_parserpy-0.13.0-cp312-cp312-macosx_13_0_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

endf_parserpy-0.13.0-cp311-cp311-win_amd64.whl (5.4 MB view details)

Uploaded CPython 3.11Windows x86-64

endf_parserpy-0.13.0-cp311-cp311-win32.whl (5.1 MB view details)

Uploaded CPython 3.11Windows x86

endf_parserpy-0.13.0-cp311-cp311-musllinux_1_2_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

endf_parserpy-0.13.0-cp311-cp311-musllinux_1_2_i686.whl (7.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

endf_parserpy-0.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

endf_parserpy-0.13.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (7.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

endf_parserpy-0.13.0-cp311-cp311-macosx_14_0_arm64.whl (7.4 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

endf_parserpy-0.13.0-cp311-cp311-macosx_13_0_x86_64.whl (8.0 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

endf_parserpy-0.13.0-cp310-cp310-win_amd64.whl (5.4 MB view details)

Uploaded CPython 3.10Windows x86-64

endf_parserpy-0.13.0-cp310-cp310-win32.whl (5.1 MB view details)

Uploaded CPython 3.10Windows x86

endf_parserpy-0.13.0-cp310-cp310-musllinux_1_2_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

endf_parserpy-0.13.0-cp310-cp310-musllinux_1_2_i686.whl (7.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

endf_parserpy-0.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

endf_parserpy-0.13.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (7.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

endf_parserpy-0.13.0-cp310-cp310-macosx_14_0_arm64.whl (7.4 MB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

endf_parserpy-0.13.0-cp310-cp310-macosx_13_0_x86_64.whl (8.0 MB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

endf_parserpy-0.13.0-cp39-cp39-win_amd64.whl (5.4 MB view details)

Uploaded CPython 3.9Windows x86-64

endf_parserpy-0.13.0-cp39-cp39-win32.whl (5.1 MB view details)

Uploaded CPython 3.9Windows x86

endf_parserpy-0.13.0-cp39-cp39-musllinux_1_2_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

endf_parserpy-0.13.0-cp39-cp39-musllinux_1_2_i686.whl (7.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

endf_parserpy-0.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

endf_parserpy-0.13.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (7.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

endf_parserpy-0.13.0-cp39-cp39-macosx_14_0_arm64.whl (7.4 MB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

endf_parserpy-0.13.0-cp39-cp39-macosx_13_0_x86_64.whl (8.0 MB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

endf_parserpy-0.13.0-cp38-cp38-win_amd64.whl (5.4 MB view details)

Uploaded CPython 3.8Windows x86-64

endf_parserpy-0.13.0-cp38-cp38-win32.whl (5.1 MB view details)

Uploaded CPython 3.8Windows x86

endf_parserpy-0.13.0-cp38-cp38-musllinux_1_2_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

endf_parserpy-0.13.0-cp38-cp38-musllinux_1_2_i686.whl (7.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

endf_parserpy-0.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

endf_parserpy-0.13.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (7.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

endf_parserpy-0.13.0-cp38-cp38-macosx_14_0_arm64.whl (7.4 MB view details)

Uploaded CPython 3.8macOS 14.0+ ARM64

endf_parserpy-0.13.0-cp38-cp38-macosx_13_0_x86_64.whl (8.0 MB view details)

Uploaded CPython 3.8macOS 13.0+ x86-64

File details

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

File metadata

  • Download URL: endf_parserpy-0.13.0.tar.gz
  • Upload date:
  • Size: 805.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for endf_parserpy-0.13.0.tar.gz
Algorithm Hash digest
SHA256 560552e2e7849d509bd249631fd297e8e6b287b58d0053d3ea11fd927a5eb49d
MD5 1fe548ba7277dde7691588c333ce4b0e
BLAKE2b-256 63bba118a7a6ae2ba98f814325d95b7870b416442c0a50bf1cfd52c7af29ed58

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 5bb0659fe22f3796111e88f6c1666bdb0abec77437d57582c4a61f4230fe5600
MD5 da6f5c890dd5261f84ee063e1b64ab66
BLAKE2b-256 457bffd49dd8db04c34171336690ab30bc9148e756ec8706037b03caa7abec02

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 eeada351cc0de3cc515cbf95988f0bbf88315fbdb8393f1d01dae257542d6da9
MD5 f25098bce7c37b59922b092c679f5ac2
BLAKE2b-256 60beb2dfc4fe4a0509a649e80f9e10b29f90225313727a82dca069d998fb5cc3

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 91e554ee5d8cdbc1b120beff688cc53f6af39f5e3e077023c206f71bb76cecf9
MD5 e111d17806c03dc603f3109189fb4406
BLAKE2b-256 b141e5e401e8b3e86f5583dccfb601883b4ac5cfadcddf0aa2881ea6a5f0b2d1

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-pp310-pypy310_pp73-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-pp310-pypy310_pp73-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 815c17e212de9593aa79791edd99b21d71a3c984927e047592ec1d63c3a99788
MD5 18151fe6e25d98c47b9fe9175540ea81
BLAKE2b-256 5e399f2de8f38243991c0e64c11276e6db042cf55270b0c98b17a7978aa1e429

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-pp310-pypy310_pp73-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-pp310-pypy310_pp73-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e1feeadba4a10b8f55b62b99c2624a149d501261d413fff4e1b44f98ace44716
MD5 a04b3d8d9f7d2c44386c526b64b6761e
BLAKE2b-256 ad407fd0178c136f7a6ed184461c03ba4440a969660df90f236b7749de4454e6

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 efd301dea5379d0bb87ff4771436f5cbb5b3ec0d0c83b24615ebc675632b2504
MD5 10a0213e14b60cfb9ebb7d7c9eef4254
BLAKE2b-256 d63969f7556deea4e3c9e886cc6ae17ef74865805a20dfe610126091842a23b4

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a75e4751d6d82586e9b11063e24bb2e4689eb712d405e5d30e32ec27df746274
MD5 63a991933a484604dab39b48395a7e08
BLAKE2b-256 8c69a4b4c62fedbf62c00d33cb6472edd339462bb8fc56582b704eb60e5e1d0f

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 555c19cf07e09094bde719de8c0f690add85c26f9a77567e4549212d5df994fe
MD5 35614342652dd7fed4133af181a69d5b
BLAKE2b-256 9d1dc7aa9233e2bc66a2759a9a94d92baad4562498eae60d57f548d343af9949

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-pp39-pypy39_pp73-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-pp39-pypy39_pp73-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 77eed9dc5a092124a79810e836cb406b6ad2930ddffe60794a3ed662fe04ecb9
MD5 6dce3187588f69a196c3e7ff5bd2b334
BLAKE2b-256 9201c48ab277551370176fd8cf6548bdd74f8b1a47e01111f336eca721363c20

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-pp39-pypy39_pp73-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-pp39-pypy39_pp73-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1c1ee432a3081bdb48b3d21d6823ae6600bc88247de8cf6ca20723746ac9bc3d
MD5 59ad7fe35d5f63d476b404693945a8d0
BLAKE2b-256 02a58dd269b13109f5be4e9ccf2d3e60c1cdbaef4dc7b067b5fdf18e23031340

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 761789aa67e8d56126c4c2ef65e47908cebaab6d3e71e7e84376d6781d993524
MD5 d3e314f9d546aed030053b9c284ece5f
BLAKE2b-256 23e88d4bad534c52550468b038956925cafc4265a944b7c736e79f73e6e3e3a0

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3d961ae9a6308281744c88c1f197ceb3ac4fe2c99a8066be575c99dcd06da4a0
MD5 0cd1e8a3f4b2a2144420537b39a09b51
BLAKE2b-256 1c9a7f8349899ca69d8fa44a18211618d9226f128f602c6d96c258cb011d4213

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ab6f774d7dc0c310b49dc10f7299ea3e15a0c7a6da070a3e84976ac6d58c4694
MD5 9cdd100cc9b7b0fe3d08135ea6405a6f
BLAKE2b-256 a68c9b7fcae612f01e6711b57a149183adc86184bba90a93a68169f954af8c1b

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-pp38-pypy38_pp73-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-pp38-pypy38_pp73-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 0a29b22aa12f046d778ab466e3638eeb78997c66d1bae2f546c63a53a7aea1d4
MD5 0e3fa8563cf49d75e15b1085cd96d95c
BLAKE2b-256 d59b94afc3bbc5b514422ecde2c5d592ead062ff31f9af1a0a35a65338f062ea

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-pp38-pypy38_pp73-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-pp38-pypy38_pp73-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3eda9630ac1ad21060838a7667359f7ab5d75b5ad2e91bda63c701e10230a449
MD5 5cf55a784e691f082ed7acad82aff2f5
BLAKE2b-256 547179af280ece93a553464aea79f18866ba9fd3ee4b2013b569e854bae2dfaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 9081593d597703411cae0823fd6beb7050b7f519378e0d32b0f7a5850483af85
MD5 374ffa3ed9973c411b55d1686095392b
BLAKE2b-256 0438bedcf36efd32d7995efda4c34a3e0a439c07ea30cc9ea955e89f4f01caa3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 ac2c78296d5a763d567b001d08f3913414995c7e700e87edf2c63127f2df3a63
MD5 adb564f4d5c8d1e3a8b5e4cf4b00c11c
BLAKE2b-256 731ebf822610b1e7f322779a3e50c8e06d778f3379196b663cc95e7d233c4743

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f77df2e3aca249e082fdfa888673a5e8fc7146bbf92a3f2e66902049ff2c7457
MD5 8ae6096e1f1ebee0816a86ed365332a8
BLAKE2b-256 1133a6100ee347f28e5513c283b69b96a07a54ea626ed74b0693f35ae680530a

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d31917fecfc26577207737869c13820e8f2e8ea54efc9299f042a92068a54a05
MD5 57e3a37a67b6b5d315fc157b56f06756
BLAKE2b-256 12c1b830e70af8320e45711cad15e1160dfc17ff06a01f79dc6bfd90885c02ef

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 753aca200b5a96e74cdd0020386b896b7a2d0136549ff747b84f31d8a3d448f0
MD5 37b7d4065d2cbafae595f3995725a576
BLAKE2b-256 4cda0dfc285304d42c135da558506eed58f262ab77492d3255138facb27ff70c

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 99cf8aa062ac438e61059bc01536cdda2971c1491a305aa1b608935edb526590
MD5 119a088664336462c523a750f7247f2b
BLAKE2b-256 3270907b64ed623fc9d600722a229271cb9d59d3641f82fa7ebaad2213600af2

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 3288f60499861164e915b20f7f1b4d0876c163d731ef03287f83b2f0f2e3f801
MD5 cdf6098173c2711d1d4d5ca943df0b86
BLAKE2b-256 3340b68d3604e5d341e9af7372402024d54052d9db3e5286df217722103138e5

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0321c242ab5fd912b24a92beaac37183c378ba81a96753ee542b598077fd5678
MD5 209fbe1728c2705b1c2620c6eec7a52e
BLAKE2b-256 b6fb752868fd20efac7c4ce976be0dfcb1774b1ae510859689bda1d85e9fd644

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 bd01c04398033c987b6288e4874a657b2498708e78d953f2d17a6f18192b81e8
MD5 5579e01358c68375bda54d7432ff67ed
BLAKE2b-256 6844a93a7ba09eb22b6f62890c4a5b76482b0e2f16253da2363c3aa72298ae3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 44aeb2aaeebe7570db6cf87e920a1589c010d2c588721ce2a3bba4c926338d29
MD5 d56613a235329a1df3c876f3434065ea
BLAKE2b-256 38fbbb1c9815e753978c4817447d2df2b66797452e21431d4cc53da8f5e8eb50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 858ae27c8400a761ce2d7794d4cd677315c623d133c78c4d5f6cf4185e4ecfcf
MD5 aeca56bec40cb9ddf27ed1357bdc74bf
BLAKE2b-256 115ad4c6f3631365da594ec569181fe19248b3b7e099f70b2a6c7104a73883b4

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 31b5656d8ad538c6d5d43bb3974705ac2d9e49c5b9b98dc91a6c6dc3728b34ee
MD5 9e05abb1aa13bdfdc9a0d8400fc72392
BLAKE2b-256 ec9b74544eb7d6f59a42449ac2dd978b6703b92ba0cea5d3e3356e1dd3510d45

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5b0bd7ced0e924a7a3756979221b0df379a8e0982fa1e174991a6eb8856ce89c
MD5 2601998ffde800d3eab8359455c17538
BLAKE2b-256 fc2badb5f7f499e7fd4d73063afc0e9b6dc4f278317bc9039db589eb980934f4

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c5258db60b5c43cfe2765655f9940181b4b105e0dc69a8be40f58a59dcb3fc08
MD5 589eb438cdeae7ab23253208676b31e0
BLAKE2b-256 cd72bf83f48374f38f94d06df7a65231e3fa643047bb82f5ef5a31ab673eee2e

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 3dac7309bfe6816b90c9479b365e8b3effaeab15f261516e7f6da39fbab788cb
MD5 0645c4f78533c9b2c4de30b6e4c252bc
BLAKE2b-256 2f6c63af3575ad93fbb2b2d4283fb383a772bb5f9a9e078f12599dcb7db42529

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 583434f611166e3ded99db31bbbb7b3d6a1205ef26a50b13bf921f1d1556487e
MD5 e690e8d05bb2360aec2fadd2397124b8
BLAKE2b-256 922ec06dac0815e5050110b8e488b6a943c82fbe5f5256e58b959dae63374656

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 42e8ebbaa754a90aa864d60a4f10d7ea045291c536b1c0758c32ed54c2d8c1a9
MD5 3cb5dc862caf852b398cc51e2c892777
BLAKE2b-256 f14b6acfcb0028f3b1c1885fa6451acd6668964e9ba0a7bc03fb6e315b47e1aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 d347143b47c02c82c48bfffde098fddf1f5ef9a0d44f4912cf0c3e4c92114378
MD5 c05751ef950cf45b0731c93402cfe755
BLAKE2b-256 64e02b0880fb9593e58304d15a373a0125b78053fcc6cede77d1a0a3e1c8dc34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 07c7e28e69ca01ab2d94f732710c9ee5372d929af1c3cdad85a758312b5d9dfd
MD5 fd73ee002527e2e0807f7ddaa0a879e0
BLAKE2b-256 bcd70d4fe2c7599733a4b82ae425af0cc3baf86fb665a64f3ae7786c50e1c37e

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b8936570932639be54e938e7e3379a7ddc20a148ecf63edc728f4aa492bfe61c
MD5 72e4ede7096e41fd3051b13db682ca60
BLAKE2b-256 f4dda509e8f973f89318222bd776a26d0d16858469a3009de729bf492941aeec

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6b3967e8e82ec68ebbcd7ff436d06dfba04706989dc60b36e7625eb1c945094b
MD5 d53d4ad0658cdb48af376eca3ba7afd1
BLAKE2b-256 5d71a14192067522330b5089be60afaa4a6a0108ef314c16b09a549a73ea341d

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 79de25345bc65a9c52f946ccda297ba70af0c75480551c442f10b13d988012f8
MD5 ab8f76a512c36be81e5bab5d7727f8e6
BLAKE2b-256 0bac6052cc5710fea1fd974ba0d1b4229735835461a837f3897aa26a42d42ede

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 1c7591165d71247eb660079ceef28e99f14b786528009875527da006d68df946
MD5 b8456d15096856f9ce8cb39587676b81
BLAKE2b-256 7847ff87b2181a330d92c9006a1536a5a2168f7f42a4d5ed863604fcd6d7064c

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e8a271fc959274867a518728c2e80c3fb3725960a812ade362fb23a6c0126b0a
MD5 e7584f0a9ca938f62f304715957ecdbb
BLAKE2b-256 4f939dd166c6744cf554c2ad9cef4bb2c364e8756bd935d1c2cbf5419e70e196

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 ab6906a77661d40a35580dfd4c3290eff7bc2a572f62b4b2f3f2eb073ea79af1
MD5 1c368cfce69ce0b52a2aa009cadbde8e
BLAKE2b-256 869df10932e51bd3695e8d2dfcd7c79fc0831cfd4fb5196cf6e3892d1f537abb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: endf_parserpy-0.13.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 5.1 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for endf_parserpy-0.13.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 30ebd1cb9054baf581f46f2acea50b6a06139c2f95ea96407050a68657fe5363
MD5 6300aaae6508304e14b0f364ee51cc9e
BLAKE2b-256 5a98b6166fe7752d301e023814bca553c6741ee69fac3ab977f748d7323a69c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 64adbadf2727906ee9281875c93df383abefa06b21c8e6b7906661a47720d673
MD5 6498ca02ce9cee7866ac5c8562aa81f4
BLAKE2b-256 4c7c300931ad47c603a0c97541861e8a3d5c894814dff62db87a457841a42653

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5f2042e606f00771d8d5907c9c4de5c70ee1406ea9fcac7b248965e196a7b3b4
MD5 9a8836084e31ef23de44913b530aca67
BLAKE2b-256 35351f180f5eb405bc4ef43af453f2dd90280147328d3df26399e73778c8c754

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b09b5947a207671dde6c71f06bea52bf58db0161a270d4ca36e569103b1590aa
MD5 51438bcc60e8ab239ede31361a7ebbac
BLAKE2b-256 097ccf7317a0318ecc0dbab711c51d2d59dcfd955eda839de3883cc7f3beca68

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 59b4c69213a70952e5ccf9e16f63e0d0cb12a29bee77ec26416c020ec3f02a45
MD5 757e06f60b6a6bae00bcbb68544013f3
BLAKE2b-256 820e7c252366094283f8e393b9bad821291d2b63fa13397a846fa9d4f060aced

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-cp39-cp39-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 b8f361bcdf1b58badac0868521d1484ed65dc7d672199fe8c807e1e16a9999e9
MD5 bddd5014e929e49398084a9163d73a91
BLAKE2b-256 22bb4b8c373d563769c640ad04aa63703ffe9fe81d6f3b475663fb2cea6410d8

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-cp39-cp39-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9d8da05e3e1b7c082e8ad3fd0f123bd1b4194bfd1eca6e6a1c3f359b65485f1c
MD5 d790a07b704953e611f6e385b4030fb2
BLAKE2b-256 eb37ec437f62a0a0ff3ff19de4a3e3c7656a5026854d02954510a0de9d8eea30

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 1ac4f3c19c4592852288c7e1a9389ebebab856b913e43ceb630cee671cc2675b
MD5 d3857f5faf2ddec10d6171ca71e773a9
BLAKE2b-256 87d523e2bf69ec5b9d3d44af1601cbc9952ea66bf5bd8fd0d64edf96751976d8

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: endf_parserpy-0.13.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 5.1 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for endf_parserpy-0.13.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 224be9d3d1236e1456542eacb189db03292afb4b6aad5e094b3fac7cf2feb958
MD5 794b2b2e3c704efe8f810155d38bfccf
BLAKE2b-256 0a099086c91107dfa171cf1b88fbff2664248105b5bc44fe1a1c5b9e4b0b32bd

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7de741a5fbd9576522cf4e4e5dec40525f45be0abc598a7ee1b0f51cd0c91205
MD5 9c4bdf5c2e7b1d4784cc689242d7e385
BLAKE2b-256 0556255e9730afbe4b81f546363ee61e77bd2e972054b3b11134343a488b5d49

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 19b9f2794b2cadd7a087a99ad939ff68eb11e4440192e3da5e308dc0fb6cd0e2
MD5 10c2ac1a3e2e64fad28650a87b9bec16
BLAKE2b-256 24dcc9c9c12b1483fdc8f50c6de0c85887c522ef78423d3c05cc424f43942dff

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0bdc6b8b0be24ef479b536ab88ed8c60aa48b2e2ec3df9f4fdf6c261ba2346d3
MD5 22206e1ecd77ba063588cc8ff590a381
BLAKE2b-256 31863bdda216afdc87ee02c0155330d0d29c9e1cb2ca27081648ae013290bae9

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c4a8ec1802836210c56dbc025eb4496fd7aec522f2368796a3ec86ba3c9ac982
MD5 9695531ea38a46d79e68b6b2b358926d
BLAKE2b-256 1321da1ba056d55d9ab8cba4424908f80fc27dc0eb18b1c5bfde39898360c54a

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-cp38-cp38-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-cp38-cp38-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 f2ef50032233bc2d9ad23ac0ec8f73904ee75f9137ba81bb22039823425b60f8
MD5 08b6dabefc4a1ed4701c37df35bf131e
BLAKE2b-256 efb285f05fac5c2fe57e7f98d7546f4cf9dffc096acb0bfc83adb14fa19241ea

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.0-cp38-cp38-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.0-cp38-cp38-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3473af8a53a33ac8a7661d938238b94a339e7bc628d73bf8006c705fbd91986e
MD5 47759f15ce8fac510d1b243eeae380f9
BLAKE2b-256 301d5731d5f1b5c9ec70f264834195559210751bb6cacf5c466d603e2458f265

See more details on using hashes here.

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