Skip to main content

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

Reason this release was yanked:

missing files in sdist

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.2.tar.gz (146.8 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.2-cp313-cp313-win_amd64.whl (5.9 MB view details)

Uploaded CPython 3.13Windows x86-64

endf_parserpy-0.14.2-cp313-cp313-win32.whl (5.3 MB view details)

Uploaded CPython 3.13Windows x86

endf_parserpy-0.14.2-cp313-cp313-musllinux_1_2_x86_64.whl (8.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

endf_parserpy-0.14.2-cp313-cp313-musllinux_1_2_aarch64.whl (7.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

endf_parserpy-0.14.2-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.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (7.1 MB view details)

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

endf_parserpy-0.14.2-cp313-cp313-macosx_11_0_arm64.whl (7.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

endf_parserpy-0.14.2-cp312-cp312-win32.whl (5.3 MB view details)

Uploaded CPython 3.12Windows x86

endf_parserpy-0.14.2-cp312-cp312-musllinux_1_2_x86_64.whl (8.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

endf_parserpy-0.14.2-cp312-cp312-musllinux_1_2_aarch64.whl (7.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

endf_parserpy-0.14.2-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.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (7.1 MB view details)

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

endf_parserpy-0.14.2-cp312-cp312-macosx_11_0_arm64.whl (7.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

endf_parserpy-0.14.2-cp311-cp311-win32.whl (5.3 MB view details)

Uploaded CPython 3.11Windows x86

endf_parserpy-0.14.2-cp311-cp311-musllinux_1_2_x86_64.whl (9.1 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

endf_parserpy-0.14.2-cp311-cp311-musllinux_1_2_aarch64.whl (7.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

endf_parserpy-0.14.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (8.4 MB view details)

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

endf_parserpy-0.14.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (7.2 MB view details)

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

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

endf_parserpy-0.14.2-cp310-cp310-win32.whl (5.3 MB view details)

Uploaded CPython 3.10Windows x86

endf_parserpy-0.14.2-cp310-cp310-musllinux_1_2_x86_64.whl (9.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

endf_parserpy-0.14.2-cp310-cp310-musllinux_1_2_aarch64.whl (6.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

endf_parserpy-0.14.2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (8.4 MB view details)

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

endf_parserpy-0.14.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

endf_parserpy-0.14.2-cp39-cp39-win32.whl (5.3 MB view details)

Uploaded CPython 3.9Windows x86

endf_parserpy-0.14.2-cp39-cp39-musllinux_1_2_x86_64.whl (9.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

endf_parserpy-0.14.2-cp39-cp39-musllinux_1_2_aarch64.whl (6.7 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

endf_parserpy-0.14.2-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (8.4 MB view details)

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

endf_parserpy-0.14.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9macOS 11.0+ ARM64

endf_parserpy-0.14.2-cp38-cp38-win_amd64.whl (5.9 MB view details)

Uploaded CPython 3.8Windows x86-64

endf_parserpy-0.14.2-cp38-cp38-win32.whl (5.3 MB view details)

Uploaded CPython 3.8Windows x86

endf_parserpy-0.14.2-cp38-cp38-musllinux_1_2_x86_64.whl (8.9 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

endf_parserpy-0.14.2-cp38-cp38-musllinux_1_2_aarch64.whl (6.6 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

endf_parserpy-0.14.2-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (8.2 MB view details)

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

endf_parserpy-0.14.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

endf_parserpy-0.14.2-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.2.tar.gz.

File metadata

  • Download URL: endf_parserpy-0.14.2.tar.gz
  • Upload date:
  • Size: 146.8 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.2.tar.gz
Algorithm Hash digest
SHA256 80151e594f99e7227bf87a209204f584ba0db789e035c96f32f4b3f9764d4a9e
MD5 09ac8f9f0dd15af098a5053b478e20e3
BLAKE2b-256 efb8e8847cbbc0a505d7120fbe12ca50d2f87bb38c3006de8d1d9c851efdb5c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 526a2efc4a380530dba375136bfe2bc3ff6aaa657f47fda68b1cffe973e666f9
MD5 720ea4060180b2f5057850c854f9b1ee
BLAKE2b-256 3b4eda54fb7cfc45cf667d410e6d98725772bcf016b2d2e0637a8a6c7a6e3d6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 8c17f8fd741f0312f2974ae519b482e571a65e36a9cf213dc31484ffd6468817
MD5 954f818a2b5059e6da3be5254771977d
BLAKE2b-256 dc17f6b6fcc1789f647a4b096cfe363708afca73bdbd91af054420e1d0251e40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 adfc2bd80cd3ab8bdfdf07f3826d8e1334593b67dfbde9ba4a5fc3d5a617f9b3
MD5 ef3683dc890f1723fba1a71135522264
BLAKE2b-256 084fe54f9b504480e21c052f6f1dd366bb340bd3f657493e59557e590560e5ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d36c405fa1bc407dd3ff3c5dff034290b32e4f97c9bd8e8a8c772a1194a2c025
MD5 50837a0c51f7061c5f9273cfff9f8989
BLAKE2b-256 73a9d906289c223eca46df5efae071b01a7a3aaabae5ebd316c2157a76a26795

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 79039d6f4db1d08a9c0acde816b0d6db86154130a45dc9f646201154c66b4823
MD5 00e3dca6f1174b01e3ab5fe5b110e976
BLAKE2b-256 96c8b3f59fc022a4a1e8a85e8b0e01121c0434016a5792f327e59c85ca9abe36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1fce4b1eef0fac9ed47fd68ac94ce96ff60feac96b9c5aaaa3f187c24265bbc6
MD5 4341062781680c3c9a252e0f8573e32a
BLAKE2b-256 f28d9b1ff3a321a4b4796ae447673334916fe81b736a27b9e379a9fdbdfd4a28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f0e69c7c6b7d6ea5af7e5987bef1c01c2bdad9e9f28e184c4e5eebd546f83a3a
MD5 954bc5036e94c4ae23938681de9aeef8
BLAKE2b-256 34f7fe4f3b6627b9404001cd566fa480ef7352e798b16c49950aea9d04072888

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 938f0d82dd293651e6dc8a0616e36b434459349c9b68d4b8d7b39968ddb2d0f7
MD5 c04a7624456abf934343adf06d5205fa
BLAKE2b-256 de510ac6bc5c21a0f6fee9afa7d6227de2bd65343040d08bf09d84b60b01e46a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 2aa864331782b88eec660701109b7dff82b6ed53530c7be9fd7cf2a773308d38
MD5 5c9291ac49931946ecb6f024d30b47e8
BLAKE2b-256 e5b2a3d68aeeb86c82cce79a457fdb4e2cc4cb1c0c6f14928c8056ca1643afbd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b9567c3842d04fb75f38f5fc2819c87bd2898e6bb78e139fb5c0b94cd5b85529
MD5 31db0300abc256cc88f9b4385bad1892
BLAKE2b-256 65e585fb70a01a0580bd7e01766325410bc5109a087dda365964ed2aa1825100

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 838e5c1e6aa57ee86c397d2de743cc4a7a9bd2ff461568b2330d2ca39f25d91e
MD5 b44dfd9f2c0ed2876df9eeb342945bb4
BLAKE2b-256 9db17324a8c9ecfac7e8d9b8c1b62f5dc4396901adde1fd4f8c4014ed430015b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9add8b113cf3c01e28008978e9c93e5677f2d041f445a92270a87e3ed0d553d4
MD5 e84b9498150d3517045d02550c182236
BLAKE2b-256 8839d93d01ae44a31bc82a390ca7f885d4f0141047b80f62b1eca39dd8a9df35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 47d69caa1ca1ab1e3a0c0c440ea19dc26c42e17b75dc271644550c630729d7a5
MD5 d2682f8de06433618954a68c4740cce8
BLAKE2b-256 dd6d2cace47ca7dff2bf4d23fbed3e1acb0a2a9bf3b5cc8a678be35f8df0246b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fcb6ec2ccc88dea9548ed8b0af780778ed137b87819bc99de9c8771553ea64ab
MD5 4194c1057501a2b25f6768321de0bce3
BLAKE2b-256 a4062048fe39706ed0ff0d28a33eb79ac021dbe49ea7a9baeff9cf574624a1be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c623963492d6c0e8409da49fc688b008e00c380fa859a0dd7ae86e7ab3a7b93a
MD5 5854d92fa7926b625cbeb6ac24a94c9f
BLAKE2b-256 bc6cbc87f8ff2237ba148216e4824cfb94fbe8afed9ee89223b7ad8480b1b2b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 6ab8d23d772c03b8623612fd2521e1fa5d59582bc09afea2de30fc628c449dc9
MD5 ccfed7436f051979b2437044d0835959
BLAKE2b-256 fe181fe7b8283a8c6bc99a9f18fb237f35cb2170be365aa0524ffd95603a6820

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 45e713b515c7638124f729faea1679ceeaf68da54f059bffc6c4265154570deb
MD5 deb428ece421797d6312ac5aa97b43cf
BLAKE2b-256 fc5504d1e3655526e8cb747662ed9945b7685081912f3200a06cc11f4a942156

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 97ae650f8fd31ec15da16258bc901fc67aa1fd81df36669d2b77990924120d45
MD5 064350d87264dc6f6de83854433705cb
BLAKE2b-256 89537747836dcd53ca5f4159a60c228bf1a4a2794f1949275c90fa82dfae9e04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c54bbc1e35f3006905f3efc582f08c8088f60bc01e68a0e94547ffc53cecd792
MD5 9f84a0ed7191236b5b04e97fa57ac1c2
BLAKE2b-256 10294e3c4aee4e7cc597477d7cf7aacce6a5af13ac63255f2bf76918b6ce7c52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 93dc54c75274d8e193b44a859c7bccf4acbb75528b39479461815d876ac4c421
MD5 004ec8c2b9ab3b205e7274696c96ca43
BLAKE2b-256 09e90c4cfc87db217b37b598089e38c97011b7cb35b0c0dc0f432ed7ecb560bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c525996b73eaf5b60a1c6dda693b805ccb3674ca63e6b1761efceedeebd45892
MD5 d39eacab8c8ba7312682fd7ef726fe7f
BLAKE2b-256 af93e3588cc44ccc5cb7a20f6ea616aa4a3c3e9855235162a28469b0d573d454

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 5d435498ce9bb3f67aee82dc9d7542a544c71d795a9a93fc86654d1e7e9eead2
MD5 976cbac8272eb02753ec64131bdaf84a
BLAKE2b-256 820d9e67df19292b4f119d55ce5814d6f7b1b107f2155ca88b27fbbd0d7f6fdf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 f426eb1d0380e491afc270d4a37d914d633ea9cd4c79e6b916fda4ce9aa8328e
MD5 d2452891390c435433fafb0fef160ed7
BLAKE2b-256 ea78024712e607b237c2f5cec2791297ef279b3e33227630f5e3a5acaf1b3448

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 019bd4c90bbd6cd16f3be7e29a782908738bf5f6edbccc87b9a071f73ec6548b
MD5 e992c6a252f7a4f0d1b3241d267e759a
BLAKE2b-256 51cecd588a57a04ecdd518a5a0c92cef31a85741b07ad83ccc4cd25f65b38b60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 773992b6ec9d8613a28bc1c4b3f803897050d95b8d3ca1399b257f00b66658fa
MD5 7ba87a9c20d9eb4774d80dc5cfd1492f
BLAKE2b-256 442a2a1364cd4fe500ac2f8caaafa53979dc837c65a00911b720d630fc5149f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6b264155dadc6c819cacccd5083a4507d174dcea5bacedaf00a6edff9e13e8a4
MD5 0c2cde0ee481f7d450c787494986058a
BLAKE2b-256 15d487387ecd8c58e02c7799d03fd2927bde80a34c72964565bc994a066c60b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0668dd528df044807e84eaa7c4ceb7537d9ce468de3d7300d7957d4abaa19245
MD5 3016e986eee82995e57c3846a0225e71
BLAKE2b-256 913817adcb27c756d307adbc9ebefbc9276dc44f983cefb5b593dd0f753de1e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dd9a25a7010d530008d705232cd2bc993bdad09fb9c7aa2630417e9ed0c2fcaa
MD5 e88c8446a1166ebe054675a649afa5d8
BLAKE2b-256 c91e4ed85d0b0e985bdcad89bf1fe53a2d40a8d3cc067408188b70e9e10b5254

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5a6700bf47da20ce3672a5b058d3f9753701fbbbd93ab09cf30b71f870422070
MD5 19f3f52588e03d0789f813c31f2af392
BLAKE2b-256 1b2e90225038e5557657d88f2a5d40c98b6168c81f07cd397d13b3ca0dfb6e4e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: endf_parserpy-0.14.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 5.3 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.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 76e5550d6fc707ee230310d158f094c3640363f7d8cedc341da95052a44a998d
MD5 f1f4480ee50498b7f269765ecdefb29a
BLAKE2b-256 9b051aeab63c0583413b2570be301f3e43a086527715edabefde9e235559d655

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d8501a6a79d3105d26be268919b5e3a714c97ea75b703b2ccd092a1df0896ac5
MD5 c28e93cfd32e1a3efc06bc1737f58ce8
BLAKE2b-256 7fe6a63822f0c1808c57be97a017590a1dbb12152b99bbe525c8229f2f47e722

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3ee4e5b46435ec7344065e0734e37547b221b946ca3fafae58d958451c789fed
MD5 d93193949ac0f79012bf402beca1938b
BLAKE2b-256 c9e24e9a0af8053ecbd14648058b32aab992a7feeb47b35fdbee6d5e50e714b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.2-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 af2303e23dffd3f05b9099318d9408fe2a40e2c6bd65235476c99000150d36ca
MD5 5211585a92e83d2a219c4cafa01d89d6
BLAKE2b-256 2d576255f3e97ce3491578c602042221ee47dc52fea6a15088bd4b91e5f8dfb1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 650f7a66267d1407bbfe74494b4e5ae05b541a86b92519e9e2d29727f9a858fe
MD5 dc52189e72ea952555bb9913e8bfb14d
BLAKE2b-256 6cf22e20339affab794736c11f4d85455b3412134a77690a98bd3c6c5ee03a4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4133dba59e775c9c4bf0b1c5e5ba38873592767c980b761912c6a50a2727f5ca
MD5 7f3963077e7a629c29596e81891a9906
BLAKE2b-256 9e3343ece5717c7c400873b1fdc1f6f2df7af958b272bc67aa9ab70826f4ffcd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ee54c1863027c3009a153afdf52b1f282527505556284f25ee6757e9cd85c489
MD5 bda0397d52f6c0d589ac0443a1ea4189
BLAKE2b-256 9780db82d511974999515e003c0d2eba344bfca26a118b1af46cccde0f1f1b12

See more details on using hashes here.

File details

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

File metadata

  • Download URL: endf_parserpy-0.14.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 5.3 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.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 289a5f672d8df59608ebbf70b0df9d363a0166168ce346917259209325cb42df
MD5 ea56be6a229af4d7a149f7ec3b692e9c
BLAKE2b-256 9ed2646604ef878c2fe35b61ead990ada0eae369edd896e026d1951547b35fee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 69d3dae2255efa3eca5d3241c5bc8cc54cc047fba463df096d54b1a6c630391d
MD5 9f97ad6a6acc3dcf6fab24da9b7d8331
BLAKE2b-256 f5feb04bf3dda5463473c4123a7145df7e6edbd0494b5d4f28df4fd2c9323d82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.2-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9d9fe43b8acf407b107e4749561a44fdbbf51f1299f1171cb10c9da358060227
MD5 4aa99b461b3400f5ee70c07b106cb168
BLAKE2b-256 589391b1f3c6160bfe05b3565b8998c49ca8c8b51ca90d0e18dad6d4dbf8e2f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.2-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f523296b82c7627a578e84bf3f1f3d38a4540d180a0efb6dc703ba717a73f394
MD5 4fa3bef86bdbf97b6389405c8af35c7a
BLAKE2b-256 abfdd984323ad0ec707bb9f054f739dee80e3b5da13d2b5ab07a8eb0b943a9da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9c05a5e2878f3d1b07df8cf5ffd46bbef711c03ef67cc31ed07dc54d8584c60b
MD5 01c5d3d8786c490918aeccfd8a995bee
BLAKE2b-256 de30749e72798f1d737e043b4fbe17d789a693fb7ced890be5ff8945f69aaabd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.14.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3d0afbfc6b1b47cc8cbafe6d3a9f4bbd518071836934ea59931df274c5508ba0
MD5 74b9adae4c02ac4bea4ca7ff9e7f08af
BLAKE2b-256 db06d9721fa6dfdaecc2276457973d6d3f823b037141cf1a09011787ac67b703

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