Skip to main content

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

Reason this release was yanked:

includes unnecessary dependency

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.14.1.tar.gz (146.5 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.14.1-cp313-cp313-win_amd64.whl (5.7 MB view details)

Uploaded CPython 3.13Windows x86-64

endf_parserpy-0.14.1-cp313-cp313-win32.whl (5.4 MB view details)

Uploaded CPython 3.13Windows x86

endf_parserpy-0.14.1-cp313-cp313-musllinux_1_2_x86_64.whl (9.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

endf_parserpy-0.14.1-cp313-cp313-musllinux_1_2_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

endf_parserpy-0.14.1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (8.3 MB view details)

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

endf_parserpy-0.14.1-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (6.8 MB view details)

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

endf_parserpy-0.14.1-cp313-cp313-macosx_11_0_arm64.whl (7.4 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

endf_parserpy-0.14.1-cp312-cp312-win_amd64.whl (5.7 MB view details)

Uploaded CPython 3.12Windows x86-64

endf_parserpy-0.14.1-cp312-cp312-win32.whl (5.4 MB view details)

Uploaded CPython 3.12Windows x86

endf_parserpy-0.14.1-cp312-cp312-musllinux_1_2_x86_64.whl (9.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

endf_parserpy-0.14.1-cp312-cp312-musllinux_1_2_aarch64.whl (7.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

endf_parserpy-0.14.1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (8.3 MB view details)

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

endf_parserpy-0.14.1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (6.8 MB view details)

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

endf_parserpy-0.14.1-cp312-cp312-macosx_11_0_arm64.whl (7.4 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

endf_parserpy-0.14.1-cp311-cp311-win_amd64.whl (5.7 MB view details)

Uploaded CPython 3.11Windows x86-64

endf_parserpy-0.14.1-cp311-cp311-win32.whl (5.4 MB view details)

Uploaded CPython 3.11Windows x86

endf_parserpy-0.14.1-cp311-cp311-musllinux_1_2_x86_64.whl (9.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

endf_parserpy-0.14.1-cp311-cp311-musllinux_1_2_aarch64.whl (8.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

endf_parserpy-0.14.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (8.2 MB view details)

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

endf_parserpy-0.14.1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (6.9 MB view details)

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

endf_parserpy-0.14.1-cp311-cp311-macosx_11_0_arm64.whl (7.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

endf_parserpy-0.14.1-cp310-cp310-win_amd64.whl (5.7 MB view details)

Uploaded CPython 3.10Windows x86-64

endf_parserpy-0.14.1-cp310-cp310-win32.whl (5.4 MB view details)

Uploaded CPython 3.10Windows x86

endf_parserpy-0.14.1-cp310-cp310-musllinux_1_2_x86_64.whl (9.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

endf_parserpy-0.14.1-cp310-cp310-musllinux_1_2_aarch64.whl (6.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

endf_parserpy-0.14.1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (8.3 MB view details)

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

endf_parserpy-0.14.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

endf_parserpy-0.14.1-cp310-cp310-macosx_11_0_arm64.whl (7.3 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

endf_parserpy-0.14.1-cp39-cp39-win_amd64.whl (5.7 MB view details)

Uploaded CPython 3.9Windows x86-64

endf_parserpy-0.14.1-cp39-cp39-win32.whl (5.4 MB view details)

Uploaded CPython 3.9Windows x86

endf_parserpy-0.14.1-cp39-cp39-musllinux_1_2_x86_64.whl (9.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

endf_parserpy-0.14.1-cp39-cp39-musllinux_1_2_aarch64.whl (6.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

endf_parserpy-0.14.1-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (8.3 MB view details)

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

endf_parserpy-0.14.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

endf_parserpy-0.14.1-cp39-cp39-macosx_11_0_arm64.whl (7.3 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

endf_parserpy-0.14.1-cp38-cp38-win_amd64.whl (5.7 MB view details)

Uploaded CPython 3.8Windows x86-64

endf_parserpy-0.14.1-cp38-cp38-win32.whl (5.4 MB view details)

Uploaded CPython 3.8Windows x86

endf_parserpy-0.14.1-cp38-cp38-musllinux_1_2_x86_64.whl (9.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

endf_parserpy-0.14.1-cp38-cp38-musllinux_1_2_aarch64.whl (6.9 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

endf_parserpy-0.14.1-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (8.3 MB view details)

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

endf_parserpy-0.14.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

endf_parserpy-0.14.1-cp38-cp38-macosx_11_0_arm64.whl (7.3 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: endf_parserpy-0.14.1.tar.gz
  • Upload date:
  • Size: 146.5 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.14.1.tar.gz
Algorithm Hash digest
SHA256 919bd50a46c3a8360e150ad6a7fdba870a84475dd0e25a70c39baf8e4d947364
MD5 c209557c6c97b5b2796aa274c2ef0e3a
BLAKE2b-256 b162037d57c6b7dccb79d5e83ea06b3c05a1327abf72fbf0f455ee1ab104f603

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f74a7e8b6af98f34f32c4b7790eb9dbb7437f392ffac5c6f0172aedfc51ec028
MD5 fe3152f8ada8d9021ed5d00d785e52fe
BLAKE2b-256 0168a263ea6f1140e220bdb842f17ba2c2525c373f61d1502e35e25263fb1795

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 dd79fc90ef304fe87b35ba428b1f9fbaa81d6387e71e02481aad44c921a976da
MD5 2ef56af0c358fc62ce4ce1ea82c21cfb
BLAKE2b-256 cfe32b9558ed06e68910e21f00b87781bc20764e793d7863ff20c3bcc9cb46fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f87b01edcb37e0e3895a1708029012288241c39c199e6716bcd4e76495413273
MD5 4bfd1d8598e8e2cacf768b3757f11b97
BLAKE2b-256 aa348f403440781dcf8b4186bdbc835514a78ca2e209774bc399f78093bbd17b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a626b2556f5ee6ac5d9bf8cbb3e3efaf84b62eba65dd6ff534853b95947c2f0c
MD5 18d8ce931c15b6644b55a1c0fad94d95
BLAKE2b-256 d8e0c89ad6268612664ef8aef3b85f7cad8d9517a25190bbb00306d69b6c03c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 74fb7d469984782a457e2bc2e6b105aeb7141ebabe2526ce5bf5e4be9b5592c0
MD5 911d88277fb2cc1a533c5a648511f327
BLAKE2b-256 287e072f3dca2f7b03bfc3534d1e006b938b29e6bf24dd740bf718b2d33cbeaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.1-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9a9b8b0690f51e375abbc12b0217136474723ca3da6f3a101eee0c5c4550b4d5
MD5 dea5f53ee921496d7ae36de455f61973
BLAKE2b-256 b1a6152b28c0c8c70b026835ae34bc9c061ecccbe1635e61cd15d38c7897ef14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9ddf945f0f750dbaa484f8ea85c755b15af2c8da137093cb0d57faf652ab9968
MD5 807628b77bff4601602ac62aeff9593e
BLAKE2b-256 1b62d7faaa40d124c268441187a25320be4787c268d04f1860b67320f3ab16b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2a10e69621f908b1d0ed7339745ceb1293255893f936dbe3f9d8762852135307
MD5 bb660175c661d472932e98cbe0f71196
BLAKE2b-256 7083cce2dc35917f111797735c887909774ec4fb8230e44ce57d9e569770084e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 144d3dec4c0cd596486f5064ebce6ac0f3b915e4f94a632bd0a4dce06a299b97
MD5 dbf4b5b4e48c737fd9e27cacd92bee68
BLAKE2b-256 bd0e5b2f2f047398f07c0c26dda687db23ae5e5409585491070c87eea7e6a62c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2c3c7be692f95581a951357fb713913b06b20073c2633fe4cd109d65abcf86b2
MD5 cd7f0828948ea4f8215d7aeb55a585f5
BLAKE2b-256 a15f1075957d58f4b4f9b9ec2a9d773f406e645df1609023669448a772c2d474

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 10ab6ddad10a99625d5f2fb223dd4a2d3c9754642a5044fed7eb5105317b6ffa
MD5 72ab448507c5e5c108fe302162a7ddc9
BLAKE2b-256 3704e737061d6cbb5c2acf61d0625a6b6fe587cf3fa2b6c3544e5b957d3d2594

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5a8a77a41a397769a9e067076d6716f43d665d440f3acd8e55d7d18134f4f66c
MD5 c836bd0da5ef4a156760c9d80bd1c9cd
BLAKE2b-256 858c4fb0ba6cdc2185afa545560d9ce680e08fbf931b4c638a34fb4daf45fbf1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 68c7dc8a6af2ea7d80c7e0eab90be283a589d4d569715ed6e0f742af3574c923
MD5 80225ab157e4d74da88f9d88b76fea3f
BLAKE2b-256 2fde688ce30acc8a1e35f1bf824f59dc9a57fa44161f301607c4a9a8c8ec7995

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f05c0f6073c8253f114aa5aef4ed71dce340633cb2ec37f8d5ac1e6a9a364fa2
MD5 99c1f20aa1d753810debe561cced7077
BLAKE2b-256 a3827c6694be4a5bfdb9aece1b89e13a3f6bfd72a6340d7a422a8cc655834d96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a50a061e115113c2059471ed634b1f8a657ea1265f364e534c047ec9169573bd
MD5 371846a18120e6e8237f8b2b3396d031
BLAKE2b-256 9848d604b5e09deb07bbf509153bed4067bf2e6b04fc3e78a83953addb7aa010

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 4fbb9f0a0c98bdd566ff33dac21f0bf78b1ec2922fd6d87eeefeec3ea5faf78a
MD5 74edfd7e602c5fd80a2008904f05a671
BLAKE2b-256 44621b2fd78daa321c349b3fe37c1708ed94d150dcd9efdd3adf0f6c491fa3a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c9e6a1f589615cb5ae47c87a747bd0526ec7d99cac026dbb0ad3fd04def55227
MD5 4864ab38e0df7dd78fd87591f06a4cbc
BLAKE2b-256 0b118a0663d42a231c260792c77419daee88e197289da5599c4df5c56bdbc35e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 87833ad232147a2d8f3cd84ccd526ce099d928c9b6a072e47d65736d1e01bff3
MD5 c15444570fc8d50008c114172a180033
BLAKE2b-256 d2c910cd2c962c72d2144b41d76bd2d4b065bd464d9700360d5e8f3888599554

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0403dbc14ce6fdbadac80de3ded62a62b8e377e916912b70a9c80c967e031a70
MD5 336e22e287b714dbe0250592def92f29
BLAKE2b-256 52fa2cd2dcd09c9328fc4513bfe26bb532efd235dd411c0eee2657af4d8ed693

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ec0b320b5889e99ebe2004bdf3658169fc36879cdf3ff3deba4aae16626c0b30
MD5 b35f71b265f21e003563cb62e40096f9
BLAKE2b-256 f66b105fbbc3156c00df98fa5751fa7222607a35d822a3fa3a3843f5a747a476

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7b4f6eb66902cb2646ebfa725ddcbfe65d112ecf301ef26473885fba803f835e
MD5 e0d4926d8dd03bf0ad8b0ee732df53b4
BLAKE2b-256 3542da6ccb3b1341bf8ad337d2fcaa03a23de1fa0ae741a39a1be12e95d88109

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 4cd848873a3be2871acedd632bb2ef70be5fc3e68403bb795f412acc255f7efe
MD5 1c0bbb6b5307f73b4a27f36b7fa86853
BLAKE2b-256 1c53d06095fa0fc4d250e663a23d6a388a44972922d8822f211e2b27d96f8a16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 6bbf9cc68221bc2bbd8d2ebf82c26d17af407960d980c099bfb5bb91a0cd6ae9
MD5 4e833a260b88514de845ab1416f21a2a
BLAKE2b-256 6ec941b0b385113d67fe4d542984bb206bab2e04b5864a71877ae02aa4a3c0cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 96f407a8307d2445f81b5f57ffe4d3fd83812a6c72cccf2e06ed15269538aafa
MD5 1e5025468b1b0d6b2edb09d68ed839ba
BLAKE2b-256 d7b22fc70c0b98ce8b41544dce9766207911b5a8f801c3600870fdb6a082a534

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e99bca340177f246fedb5c191cdff5b7d90f27762ae41813f24e2af4be850984
MD5 783153f0bd00407203efeea12b5f2b20
BLAKE2b-256 7bb09868e8ee8d3c3626be8b2d5a07729c7cf438f04a1070ad14e22e7da33143

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ee026646c970f44703a05697c54c70c74d44f64a2ab945d221fd95274a923012
MD5 9361021dfb1d8c5d9371bcaac7de6a4d
BLAKE2b-256 9a09e3ec7696a2057d5f60be27d081ed282e1090746d1d099c0e7cd1a9fc7234

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.14.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.14.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5999052f6685d2dd27d4fb7e0b5b0729a19f6060df0452ba2f7bc64e1e75e0d3
MD5 b4d3da43de732cff1487de3808366d48
BLAKE2b-256 3338d2604d18b8bfe651902b0010b6d444e21996f202a7777d51b055618296e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b93ec67521110b1189f79af9a15cea5a7c4717a4b8bb26b41cd006e7771423ba
MD5 d91a030bc2565f3f91b648e44c9e5672
BLAKE2b-256 d13dc426e0a381ee2e4f1cc671596f3be2193d3292a1a05cb2662a8303b66bb1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 99f5e0e0dcab4413ab74159e39fd5859c7e9121820ec1437afc9f67da564dce0
MD5 cc24fd9fe744a45db7cd1650e8a11f74
BLAKE2b-256 595aa7e1212c0c88f9ecf9373f6505e70e78c8c457a08dab7727751d8ccce6d7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: endf_parserpy-0.14.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 5.4 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.14.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 7850e34bc37d5417e772aa24b2afda70e7bd30932a3f770fd1669d758f30d77d
MD5 56014e3171119321603c7e2186fddcc2
BLAKE2b-256 c40c4cf9b656930f2f5c3f19a30ab49a69710038d21a76c98e8a480cc9056eea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cf85143552994a7756518ea6244b0ec521427fb9f43c2a844042aa172175b3cd
MD5 130c7aa953057e370d8df5428da1add1
BLAKE2b-256 bd7a533413a2d900207eb1bd1350a95ef4034a001ba467230699edf1427a855c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.1-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4271da477f8c070c221ad03b36bbbc576b284feba44911fbd5d128b3f0625388
MD5 4deb8d6dd0527204526595033ce2e976
BLAKE2b-256 39b79d73d5116993cfe411108822bc5400a6da9c91e4fab61ef07e6aed589a7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.1-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a69b0d5f229f7843a8914752dc80e8c04c589eb31556feb779ad54c88ba7fb39
MD5 6a55ec5f48f36ba33a5237ab08266ac8
BLAKE2b-256 16fa899cddf57aca77a814dd59f4e522934f063cc74eba3a31af185ad70a9269

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.14.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.14.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5e67258ec8ba7315e774639751802d1b569e41fa45fd75f6906b0fdbd738f7e1
MD5 ddc6e8f9e0e7e199f04fb46472f9e2f1
BLAKE2b-256 b0e3726d010b9a92098d2fdf0d494351e86536f921dc85141f8bb1107255030d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8ee303f4e42e13b6f5d2235c723d6d8ccfcc4409c1143c087cc86253eb6e24f8
MD5 657d83fd403db2d170e8d58140f763c8
BLAKE2b-256 83c4b42ff627e72cbb23aefa222e0c93ff8dfe849241e434cbfda7b62871777a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 642e56f7dde27e1dab56debe4e234fbaf69a674e7724eb4bfadfebc97f7e727c
MD5 3eb483de191249445e95984b754a43b9
BLAKE2b-256 69425a9d975523d6cb6a299fb414046f84beb77de9decb01645c8d198772ce80

See more details on using hashes here.

File details

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

File metadata

  • Download URL: endf_parserpy-0.14.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 5.4 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.14.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 314f5a6e1944f0bbfbdbc608fc6a6c6ed6889b4a7a5431f6832b3ad63b42ad97
MD5 19cee636410838f3fe46f3c0840626e5
BLAKE2b-256 4a90cdd72b299c3a1c999912c1f54341c24ead67b5c6687088683848bdf8d4d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dc2ec7d8aec391911a0fbe3ba9e1825b43aa5a5c3ac058762ade63f7c01e16d0
MD5 a3b497f15976b9c43aaea4f1bd5df589
BLAKE2b-256 63667f36b262ed3ec499887903890437bd7c8f37314b12491650808594b07ad1

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.14.1-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.14.1-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b960697fc2fe8629b2a63ecc07e57a64d30d817cb4d955ac5e0c68214924ab46
MD5 3ca9200924bbcedaaac6a9b3f76b8ce3
BLAKE2b-256 4741a5a039a7e642501a3ad8a2360ac23348dfb1b9592739b5bf72eab29dc585

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.14.1-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.14.1-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ddda4ce110817bc22200467c5cf68e06ca06683bba4291be3c23a658e4f30a70
MD5 ff6b1c5c90796424dad2877e3bb621f1
BLAKE2b-256 3317879fb138961664a182bc5957656e85e6d6aa98ba6ce70b769ee123c09483

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.14.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.14.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9f8436b3743def6a09181cc3a64db4aea8cf0c8cb9f6b3f262de24f4a49f043b
MD5 b159df00cdc1fc6cfa80f78b123ae9a5
BLAKE2b-256 d4bab5024557a56e3aa500f45ef3b9c3077cce220a72bcfae153ee95dba99f50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 661c3cffcbfbd8a17e49ae805741d0d63161965348932e1421c2f41b8ae1c13c
MD5 34a171b007aa56ba2dc9b2db88a87a6f
BLAKE2b-256 004053b236e3809e4c2f8cb336d9500fb4d172b13ddebed59a57e870ef4ecb57

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