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. 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.1.tar.gz (805.3 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.1-pp311-pypy311_pp73-win_amd64.whl (5.4 MB view details)

Uploaded PyPyWindows x86-64

endf_parserpy-0.13.1-pp311-pypy311_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.1-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (6.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

endf_parserpy-0.13.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl (6.8 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

endf_parserpy-0.13.1-pp311-pypy311_pp73-macosx_10_15_x86_64.whl (7.3 MB view details)

Uploaded PyPymacOS 10.15+ x86-64

endf_parserpy-0.13.1-pp310-pypy310_pp73-win_amd64.whl (5.4 MB view details)

Uploaded PyPyWindows x86-64

endf_parserpy-0.13.1-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.1-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.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl (6.8 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

endf_parserpy-0.13.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (7.3 MB view details)

Uploaded PyPymacOS 10.15+ x86-64

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

Uploaded PyPyWindows x86-64

endf_parserpy-0.13.1-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.1-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.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl (6.8 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

endf_parserpy-0.13.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (7.3 MB view details)

Uploaded PyPymacOS 10.15+ x86-64

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

Uploaded PyPyWindows x86-64

endf_parserpy-0.13.1-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.1-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.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl (6.8 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

endf_parserpy-0.13.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (7.3 MB view details)

Uploaded PyPymacOS 10.9+ x86-64

endf_parserpy-0.13.1-cp313-cp313-win_amd64.whl (5.4 MB view details)

Uploaded CPython 3.13Windows x86-64

endf_parserpy-0.13.1-cp313-cp313-win32.whl (5.2 MB view details)

Uploaded CPython 3.13Windows x86

endf_parserpy-0.13.1-cp313-cp313-musllinux_1_2_x86_64.whl (8.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

endf_parserpy-0.13.1-cp313-cp313-musllinux_1_2_i686.whl (8.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

endf_parserpy-0.13.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

endf_parserpy-0.13.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (7.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

endf_parserpy-0.13.1-cp313-cp313-macosx_11_0_arm64.whl (7.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

endf_parserpy-0.13.1-cp312-cp312-musllinux_1_2_x86_64.whl (8.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

endf_parserpy-0.13.1-cp312-cp312-musllinux_1_2_i686.whl (8.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

endf_parserpy-0.13.1-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.1-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.1-cp312-cp312-macosx_11_0_arm64.whl (7.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

endf_parserpy-0.13.1-cp311-cp311-musllinux_1_2_x86_64.whl (8.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

endf_parserpy-0.13.1-cp311-cp311-musllinux_1_2_i686.whl (8.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

endf_parserpy-0.13.1-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.1-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.1-cp311-cp311-macosx_11_0_arm64.whl (7.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

endf_parserpy-0.13.1-cp310-cp310-musllinux_1_2_x86_64.whl (8.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

endf_parserpy-0.13.1-cp310-cp310-musllinux_1_2_i686.whl (8.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

endf_parserpy-0.13.1-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.1-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.1-cp310-cp310-macosx_11_0_arm64.whl (7.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

endf_parserpy-0.13.1-cp39-cp39-musllinux_1_2_x86_64.whl (8.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

endf_parserpy-0.13.1-cp39-cp39-musllinux_1_2_i686.whl (8.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

endf_parserpy-0.13.1-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.1-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.1-cp39-cp39-macosx_11_0_arm64.whl (7.4 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

endf_parserpy-0.13.1-cp39-cp39-macosx_10_9_x86_64.whl (8.0 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

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

Uploaded CPython 3.8Windows x86-64

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

Uploaded CPython 3.8Windows x86

endf_parserpy-0.13.1-cp38-cp38-musllinux_1_2_x86_64.whl (8.7 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

endf_parserpy-0.13.1-cp38-cp38-musllinux_1_2_i686.whl (8.9 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

endf_parserpy-0.13.1-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.1-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.1-cp38-cp38-macosx_11_0_arm64.whl (7.4 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

endf_parserpy-0.13.1-cp38-cp38-macosx_10_9_x86_64.whl (8.0 MB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: endf_parserpy-0.13.1.tar.gz
  • Upload date:
  • Size: 805.3 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.1.tar.gz
Algorithm Hash digest
SHA256 76f38e6ac617f963782301c978fba08ddb7ed9ec628988de5251944d0561988f
MD5 ab8bc6099aeb5ed0e7449849f600d564
BLAKE2b-256 1ff65d0159274ce6396ae3fd02fb292751ad5b25c36eee4c2788667aa67107e2

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.1-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 02dad015867697b61c82d775a25d5d6b6731168ba47e19a57ecb077fd362abdf
MD5 6caefafbc21185921f0155cd69d5f1d2
BLAKE2b-256 5fddf7a0219222f6509be26f6a25ee442e8644052217c48edc2fff99f06dc1cc

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 79fe654a5b028800517bd8cb8c5ee585ae7a42e5edb596ce55d7e7760679dad7
MD5 93d36d18d13de39284350732918c5b92
BLAKE2b-256 510b9e9fe4df1ab26780dd73078acee4dfe3956b9447bd3f9bc969377c628a4c

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.1-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 10d4bd11ffc1405ec9ba7ac13c328965e7ed874dae4cd653040dd9cc92ef30dc
MD5 248f6e7faee759d2b339229fd3e336bc
BLAKE2b-256 4e5f98b748209b6c235e4ed4d38e5215f9fb5ebc9e6de111d21f765c49e4549c

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9aabe7ae2b8bef4ff3c54ee59cc54aa174fb48c9daaa275018b4d60f79c12453
MD5 87cd7fd647134ee955dafd1e1ae81e72
BLAKE2b-256 efe92a80ec8fc381a3d89c65eb102f8fab62d650ac761d206a48039ab9150cba

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.1-pp311-pypy311_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ad38060e508034e7d8ee5570dbf73505e250144e275ec128e870b68143995498
MD5 c8b5e5f4108d9455dbc9460f3d1b7a74
BLAKE2b-256 df8204951cd12aa3c3dda69ae8d2fa6eea6309b6035de6da46ebf561b1a6f0af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 bb53a4f9baffbb795b42699a12efa3edac1be0818fd4c16ae50a621b3697fa70
MD5 6686c6cfb345863160ed95e51710a31e
BLAKE2b-256 6a96090c7b424d8da68a420df2efcf5a625484f138567de0e89730e94a08041c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 82728d0b970c375ee4518ae04b5291b906da00dd680c66b4830b5f98bffbbfd0
MD5 0c364e1a6ee508b583b01f6c02c2e9dc
BLAKE2b-256 1e8f116b40969154c221f4d8187e8fd4441490b29c75e9f7d00ed5fa9d5204b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3ecae2450073716d4cc0b48a486100b69bdff9913c97f228c00a6615fe0cc17b
MD5 a91f6312adf15165a0fac13c4a02dd6a
BLAKE2b-256 a719cb292639bc270e8189663a15bc020ef07d1cf357335420ab040448337eae

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1fe55c86a9cfd4e03c64ee66c73c6db1fd0a76d109f01ec77d2b328101d6a7fb
MD5 0fea483752115eb1fe449b946ba3d282
BLAKE2b-256 7acd89fff2ef4da8e5810013ec67baaabe33e629781ca82c50bde3548d3e151d

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c2594cfed060146d3d5035b7b1e6612481940a1355b9cd8c383e3e8f1e79272a
MD5 2eac90de00ed63970e6199e2bba82157
BLAKE2b-256 835d85f8d3511a357a4d07a5c7bd783e8deec545e82f418cd101865a42709fbc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 f1bf8ae666c538415a128d2af8dd8191f1845370d98617e544f23bd3fdb835f8
MD5 49196abd9e459f525f00082f7cc68b63
BLAKE2b-256 c6bd6b9eb031cdd356c8bcee165b860ac58a454cae50b33322fd27316bf204c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 700b8f910973010528efb6f75654a97aaa65260fff007036cecae7498a983bbb
MD5 46eb9432f1f6a37be78768406f577572
BLAKE2b-256 09043bcca8dbb05cdeaf277dec5037ec876f555c4103bb43e7676b4a9de20dfb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ee47cef08f0a77582f0cf0fec1483bcf21305aeb7c549bd803d07ef1233ce88d
MD5 f8f62422cda9447458a145b66f282509
BLAKE2b-256 70d7f540c2ada493ee6ae2226b14263f655f51fc9944179ba220793ddd0a0c0d

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dd014a2282906699c05353205e3467884e708220a1651a2f1c549e64e99d173e
MD5 48f831f419663c0ca64c5d13af3320df
BLAKE2b-256 8b721c5c4997626270e367aa65b62b854e538297d1a456d73f09227bb7ac28e0

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 0395360fa6fe456b8689ca4358deeca4cb0b77fc88d957d488f71d6866c78930
MD5 bc478084d53c86618f199a9c26d8098e
BLAKE2b-256 33941b6da33f99c0d6694bff886576f5d081913bcf1fd775c15759e4a4f96865

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 a1671805763fcfec284d7b58553778a6ade5cb4d86a1c0ae5da58da60b9cb222
MD5 227265654cb7f3505c3f4ee87287b7e7
BLAKE2b-256 15c229f87f3f646e66a0c592ef15d10c78c9ec58442e019c025704be88d5da08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7c641677cfff0f6b47b4b22be5252f1a34e5615242d2868d9a978a103cc8e859
MD5 c7b55198734834c3ed2373298c1b492d
BLAKE2b-256 e415eb17dbe75fb76fb008da581218d1e880fdcdab5c277c80eadaf84e6ca340

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d18d7c7bcbff9e15288d1040c9748f95da365e53326166be617d05f8aa650b05
MD5 d71ccc4fbf43c261fb36ca58736eb914
BLAKE2b-256 8e76bc68da7e1d5508fa96fe95836a4dd5d9b3db4eb8a0b09c887b4a8a352fb3

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e79c4f6a3dbd07723678f9d088c3b8fff02255e2d1403eacd91e1ea45ca0a168
MD5 a9a8749e1de64fa9565a002eeb584c72
BLAKE2b-256 949f2bb90222c9f2e8e2bb8e2a5acd951f558ca8ba1c50ea864ffe63e416b8cc

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 8e9703791b27da03907487fb6bc0374d659db87c535897be4151b60417addd12
MD5 faeb31068605ecc68112998bcf49381a
BLAKE2b-256 6d6a8c9ddf32cceba2dc4036843180756e4a0dd33e0ec3062f4ef2001bbc8e96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 cac7e16769ea6e598de67fd86a3058d7b4c075714d5c75c302c827ca365fde5d
MD5 e652785b462e1afb23a91d9fc9d7a290
BLAKE2b-256 7c682587fe4ae26f647c81ccaa85dd0f9033b2fc2bcf34f33fa4eac8ae0ffd64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 7742c08bf3d2e3dd0948eadcf4a207cade52cbec7669952b4f50818e821e4981
MD5 17e5bb97b5fafc96fbe736960aa2b582
BLAKE2b-256 7cb80817aeaf42a09b72411e3757ed724c85b806a6950b4e1661224d3047f33c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 da0f77bcb0d800d3ba1fccb09477ebdd4c804f4bdf46fbf64aee53323d158526
MD5 649fe7f0dc7f926b4f1125431e298a2c
BLAKE2b-256 ddd6206441ce23650ea722eedb7de84ff9660bd6cbdca608de541ceee754b1d3

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 aa9b16145e65589ee529cfb6ea30d7ecd9738cbc4716edf5ebae040a38015c2e
MD5 1f2c60abd3411ca4e62779a08122f501
BLAKE2b-256 d27f72da40e7271f97c7b5444872ebfa7b1d2b68f0377773d3c48c38e2e7f344

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 44c25ac07140f802dc064ebdf0dd44f416294babd3aef01b27a7998253979ad9
MD5 5c4e2a2c683df4773839ffdf4a6e62d2
BLAKE2b-256 f0521045a1f07afdb75745e24f13250704226691b3c5655864816c4ef4d8c29d

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c743f30d1bc0dd124e99a34a24cec1d8d2b8c8a8a9500a813ac3e1ee4e0fcbfe
MD5 ec070b3347cf714ab8abdb79a48adb2f
BLAKE2b-256 4366046736246d3b87038c851818b731dca3e44063a07e0b8cf3154404384175

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 327a6e8d5748a0370af3c232973d2035a2821fb1755fd54d6fff50302a4ba241
MD5 26e7b6e20ecfda6366e551effcf89adb
BLAKE2b-256 89a903278e7ef296e05d45c770f5f5f0f5e4a794171e49996ee3c562b2068dfb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 bb768df01c7b3858570b008f35d4d90fcb9403b63eccdca0a60ee442bd5b535b
MD5 3bb33159fe7cac985c52902c1b2b16ac
BLAKE2b-256 34815bef0e5f5d34d5d5bafff4da512937b5411f9eb17a2863c8837f8d53efba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 942fd79d452d609964b3089d2aa18a3d2cfb027aa3d61810ffb8d63b248077c4
MD5 fa0ad73fa0205b18a421e18abfbef9e7
BLAKE2b-256 abe38029f9c6556ecf9c15fd8404e49c8775df96e1a68291f514500ba8f19ec8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 1389be2ba0949ec23b4960da2500cf58f60c146d1943630addca66959fbba008
MD5 fcbd4063da6fb8da31b5c9f129ca1ae8
BLAKE2b-256 a706d618f43269f1665b565c79c7cc0979d8df6cb0c96c18185d6eafe87be98b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 038a146b1bdbd6832d298e6207046019f0c99e6243e4cad1e66ffad40b5b2e60
MD5 9d8bf66574d030a531935182fecfd14b
BLAKE2b-256 514a961f8d4a4f72bc412923fd7620242a50639260c93676bac3b2d48ed897eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 048d95209eab98a08a6f85cc123b7b100be98757cadd59926f252c0bac691496
MD5 281c021c62b253052df01e42bbbcb2a8
BLAKE2b-256 9d70bb14ae4e9964525f6c810fc576c240653a6b6801954fcc2681269b484de0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5de7334210df57c6a38d5150707bfbc761a27e510fb3a00d0bce561d5eddea1e
MD5 88b825974048332403faef6a87af7742
BLAKE2b-256 8d16782a1f3481672d39ebd6948be3ea0b5679ae9524556e00e0f085a7de5104

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d5b206b43bd2e7556dee727aef028958c7928154700ea1420b58bb5910fdd340
MD5 fc3950562ee5e17801df6cc1ecdfcf76
BLAKE2b-256 5502f840a94f2bd8eac2694b6b8baefccaf5986331d087f248e6271cc7102f61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2c99da056b5c83cf95e2bb95e663d4b4ecf6563ca7425f73b01e1fd0688a554f
MD5 85a44e7e2a589469da55a9c5c0d94ba8
BLAKE2b-256 30753e3d08207ebe0eb12935537b3625f41eade71962f0bf8b7476d46a4ebf58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b0d3bbffbda7d8c4a536e3ef59fe16845111faa84e3629487603de1426b3170e
MD5 5481b2df24b097273295e35bab389eec
BLAKE2b-256 058e5ce4a593991cfffbd4809863877a737549339616906095c12ed93e4c6df5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e55bbf3ed256839af722053e01dce9bfa2392db88902026929aa8494cbd7688b
MD5 1b6046f47dbc6476562a87e532f6db2a
BLAKE2b-256 b893365a51ea09f114bc079d2697ad2c68a22da2989ac46cf68aba72579159cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 4115bbe043ccaece3953c9b10313006211a52c1fbd5afdcd0060fed2b08a08b4
MD5 589bbf45e3e0ab829eefe5e4890842d4
BLAKE2b-256 eff4c2352b3a4a8c3a6b093674c9bfae599496d088b009dca944efdc7bc7bce0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 71ea5a4ceb87ca0338a3217e7e1908aa1b042d7a34f68e888fabae915a3bec15
MD5 126833692573aad85fb0efc94179d040
BLAKE2b-256 ef617073a4a2a087234aa31689af0a68db80c18f0a4c88679349ae69a77c5fc8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 de676e2fc34ae831c65cdf22f66eb5dce3a67d76c2a2c07202a0d7e9dbef3e87
MD5 ce24696d11abe7c9536e4746ca685323
BLAKE2b-256 36d7beefe5cf94f94b52c0d925463e851db07fa64e80e20d0e172ea0fed5c401

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0efc87a9ff6e1dba1f34947016d61aed8bbb33a6ebdb1efde16bf5dd65937998
MD5 85f2c584c85229c8e192ec8d21c07680
BLAKE2b-256 cb242ec395ae2df0852b31a2fd40f96404f174e0603d09cdd3bb89e770f5832a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8e6c9b6be85378a093d9d9103f0d7224855345d13659e301c87db5f3fa2c995d
MD5 107c4f7008894e467447b19dc2ebe6b8
BLAKE2b-256 9af5f37873e1f214145c17ef80518cdaa5065b468b8954ecec4668e618850fff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f1dc21687700c868b53c82d0bcf4454291cb79e45d1d497ae47d76ea06331d80
MD5 8ffeeccca98038eb87470d78efc4e1f5
BLAKE2b-256 8aa1b2c393750b0101fc9f02e71d366f57cdd2ad8f05e4e19f79ba8eecc96013

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d6edd346af6c4434105b34fcbb9671d3eb86529c0ab146644305d49a6d3ed71d
MD5 10baf3e0cf70e1db1f254760df2b23fc
BLAKE2b-256 f65fc4ff9c828f22f5767c5c4e03561737ea5b3f4c63d9ea75204ddb0f8319bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ca18d84754b623b57f11158a7c8128b23dbea9405108de70f972c584c1ca7e87
MD5 9f5cff82c27d001936d409dec35ffcbf
BLAKE2b-256 f77db5bc9fa0b928434f5ae09cdfd6d4bb66492dcfef6ebb9d00ab05220e44bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 f0883de779ad2ec9887ad8f9f54fb42e0505511d7a2ab20f61f2c29ec4859a8c
MD5 e85836d748c11f69b7b132a8e2eb0d3c
BLAKE2b-256 fd4e6c1c730ce1384af36bada6742dd4dc6e6c841e703d78ecb673a019f4e17c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b6187a702ee271ccc3c39909b47837c8c365d25de4bf5a8b3fa1fba0488a7749
MD5 e48e514b31bf2f07a6e9aa2ffe8f2641
BLAKE2b-256 4f5ad947e669d595d93a229f6ba14e78e60738c95c5b409e7fa32a99b91d6f3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e3c5f0f09f9f1666acab2b5cfce7f2ae2038d3062d3363d4abe59208f60b9bfd
MD5 b2d108d65f33c587f6f4c05366717984
BLAKE2b-256 caec30f234ab4d413d7fb96fc9f431d7760f2843599f185197743c3973493e22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d7a9ab0bf2d0db81aa258dd96523a15c5cc4bd02718f2a7d878aa9bbb15077e3
MD5 f2ff84fa048a44f684f63b13821da96f
BLAKE2b-256 0f0de4f6d177405353120ae2e17126a98eb5b00c41b3940cdc2e51cbbef817ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 50e2c692746f17153cd78860283881fae6cebc82d299a48fb762eb3bce916080
MD5 c9d997ed068c845190c58dadab0db7a3
BLAKE2b-256 746b89e4c33f3d5449449518612402ea2fd55f19a3d1f2f3357a13b7cc99bd7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 711015041844886e6b1d9c5291fc47de129a10d48e33eb8a738e7cfb4cad0935
MD5 80285383c26c6d40024c47d81ef73f89
BLAKE2b-256 af8bcd797dc2cc3b6720a2a12b7874065e3e09ff3ed544dd34a6358dba00ac5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c394d26bd7ed2800ab297e188391031d2ffbee7ffd484fb46885d57fc7d06d24
MD5 e35a0191b490d9b6566791e2f8d8b507
BLAKE2b-256 e44eee0e69a5c4301b2428c243282ef65071f87026cee62f5f6ad9adf487447a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4f315d5a92f574a008fb463f1645752f8258746471d2565167886156e628ec9b
MD5 02af57ff638f974438082faaf6b03607
BLAKE2b-256 50a04d4b319d927c2e9189468d3ceb31e89c2417254c3b3ab68e66cf386dba3d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: endf_parserpy-0.13.1-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.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 086fc308d0ad1954a39de468ea7cb168622f713c0d7dc0fc6865e60fc90cf85a
MD5 340db7011a0bb447208198893b2bc173
BLAKE2b-256 1aece5085d53e0ae482ffb029216ddb85d60cc901dbed6aa028dfd843a17ceea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 39a4e6c3a60f2547febc0fb701ad37507ced85935209c0ab99c1aa48ca3b7739
MD5 babae1b103527546cbdbc0406124f4e6
BLAKE2b-256 45cbf27a16a40b416086aa6b2c38c4e8214edbd2e50020718f5a6dd435d92ca8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 14aadfcfc11353a5ac899bd4979fbe0f1dd263665632b8efcd4d0c55682ab503
MD5 5793864b412ce7dd63eeee7ab7738a82
BLAKE2b-256 827a39db10ab2308b298021c8303fe56bbd7cc84c287f2af7ae7bb84e7c97b39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e85a0f30527bad296c7313f0c19c2183c5c4c76ed76a80a7233fb9b1a58464d7
MD5 da646da65de38feee3467b391f89d817
BLAKE2b-256 0a32950ac917482d1d4eaa2251ab16b06e29ee4dbdf325744ab736d7d89f3f13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d7c28490b5fae22ad61b864fd7a9f37dcd3dfe160475606fe97e6daa185502e5
MD5 596aa05e4d5191292ae0e02ef77217f7
BLAKE2b-256 35510c495611d744621cd54eaf386d1fd868740ab254eebfb0c6750040e50fb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e74c2e9470bf1c134c62dcd8ae94fd64cdf338d7117abc7f1c098e0d5f8d3f45
MD5 1275c994786b02526b7a04bc8214588d
BLAKE2b-256 f2794d85bbb4b4bbea41ed8a2605b9b6c0cb39d92bd036756a6903f4bcc0e731

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a87e35913e7e9bd16a37e10d45f09ad75b8addd6fb6fad257515794960e2433e
MD5 2635ca213397be99b34df7665da359e0
BLAKE2b-256 35cc3e38b914dfdeaa6d55cbf84f62ecf8797231be2b99b44bd902ba4c008e4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 2331a8acbd93578bf7d78e0a29407da559d10ab620c93658afd80a8e509bc16c
MD5 5a93509b0b766fc20bbcc60e754cb611
BLAKE2b-256 8b9479dc5e6b87ec5c54b48352ccda6151fde0ec196428252c8e5757a20f6444

See more details on using hashes here.

File details

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

File metadata

  • Download URL: endf_parserpy-0.13.1-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.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 c87b327f9ccea7132b8f9530797e032d680d201389d556c6cc1dece3be42ab43
MD5 2d8b505abd343d11049aa6f6e1138bc6
BLAKE2b-256 10469736b231f2f9a69c0dc7c79835d829191ab5308cc12d5f0682a0e4de33b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 488044366f7369c023606108baada740d7555ac4bab65d46650e162d730a79bf
MD5 3aed7a5e82b9792983c411cd1c48c2d0
BLAKE2b-256 d1c7c68e8ecbd1527e1df8cf0ed82736e1296454af0ce2ab862e2e2b54283ccf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f883ba98b4330f5ede29117d110d102d1dfcf4d3ec1b588db1174596c939c759
MD5 798ddcd6d0d9704755a0b918e4b7f870
BLAKE2b-256 63e99cf98480697795d3cdb92509142b6fddfb84f4b6ba74f777f4aa8021baa0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5d3363d500e4c35f04d232761ba300b266bd5240e089391dfc0e5faf77998ae4
MD5 a1433e3e9737674816cc4b6a04629f2b
BLAKE2b-256 3816f9fa513ff9b7a46dfe05ebf319644fb7b0252dd016eb7c93dd7e3daeba5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 53ba5d293347be68a72b183707799916318541d1804ab9c62a3d5ba544bc5e8a
MD5 52c299b5b7b82258e34da12fe779679c
BLAKE2b-256 56435b943eff0f8c8d68656f50f95a285bf04f401a9d7a744401d323df269e38

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 55043726395124cd79f97185da0fa3455a91dfaab449171e4273ba3e4db84878
MD5 a7c8933eb7b18cee936162ddba6eb4eb
BLAKE2b-256 80bd1cd92473c50023aedae415ccacc8e2db97b16dfe507cc3e16c9aced5b19f

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.13.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.13.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 e38ad4d76448fe6aac93f188fd9917713c7bbd8d63b20029e5de3081e666310a
MD5 8f62d067e8a54b2d6d1a431cf5acba29
BLAKE2b-256 1d3965d08610cd7c0ed6aeb54901a2c64d0a2204230dc56ba1505ecf75864220

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