Skip to main content

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

Project description

endf-parserpy - an ENDF-6 toolkit for Python

endf-parserpy is a Python package for reading and writing ENDF-6 files. This functionality in combination with Python's powerful facilities for data handling enables you to perform various actions on ENDF-6 files, such as:

  • Easily access any information
  • Modify, delete and insert data
  • Perform format validation
  • Convert from and to other file formats, such as JSON
  • Merge data from various ENDF-6 files into a single one
  • Compare ENDF-6 files with meaningful reporting on differences
  • Construct ENDF-6 files from scratch

The support for the ENDF-6 format is comprehensive. The package has been tested on the various sublibraries of the major nuclear data libraries, such as ENDF/B, JEFF, and JENDL. Note that the package does not support several materials in a single ENDF-6 file.

Install endf-parserpy

This package is available on the Python Package Index and can be installed using pip:

pip install endf-parserpy

Documentation

The documentation is available online @readthedocs.

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.11.0.tar.gz (783.7 kB view details)

Uploaded Source

Built Distributions

endf_parserpy-0.11.0-pp310-pypy310_pp73-win_amd64.whl (3.2 MB view details)

Uploaded PyPy Windows x86-64

endf_parserpy-0.11.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (4.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

endf_parserpy-0.11.0-pp310-pypy310_pp73-macosx_14_0_arm64.whl (4.2 MB view details)

Uploaded PyPy macOS 14.0+ ARM64

endf_parserpy-0.11.0-pp310-pypy310_pp73-macosx_13_0_x86_64.whl (4.7 MB view details)

Uploaded PyPy macOS 13.0+ x86-64

endf_parserpy-0.11.0-pp39-pypy39_pp73-win_amd64.whl (3.2 MB view details)

Uploaded PyPy Windows x86-64

endf_parserpy-0.11.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

endf_parserpy-0.11.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (4.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

endf_parserpy-0.11.0-pp39-pypy39_pp73-macosx_14_0_arm64.whl (4.2 MB view details)

Uploaded PyPy macOS 14.0+ ARM64

endf_parserpy-0.11.0-pp39-pypy39_pp73-macosx_13_0_x86_64.whl (4.7 MB view details)

Uploaded PyPy macOS 13.0+ x86-64

endf_parserpy-0.11.0-pp38-pypy38_pp73-win_amd64.whl (3.2 MB view details)

Uploaded PyPy Windows x86-64

endf_parserpy-0.11.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

endf_parserpy-0.11.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (4.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

endf_parserpy-0.11.0-pp38-pypy38_pp73-macosx_14_0_arm64.whl (4.2 MB view details)

Uploaded PyPy macOS 14.0+ ARM64

endf_parserpy-0.11.0-pp38-pypy38_pp73-macosx_13_0_x86_64.whl (4.7 MB view details)

Uploaded PyPy macOS 13.0+ x86-64

endf_parserpy-0.11.0-pp37-pypy37_pp73-win_amd64.whl (3.2 MB view details)

Uploaded PyPy Windows x86-64

endf_parserpy-0.11.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

endf_parserpy-0.11.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (4.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

endf_parserpy-0.11.0-pp37-pypy37_pp73-macosx_13_0_x86_64.whl (5.6 MB view details)

Uploaded PyPy macOS 13.0+ x86-64

endf_parserpy-0.11.0-cp312-cp312-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.12 Windows x86-64

endf_parserpy-0.11.0-cp312-cp312-win32.whl (3.2 MB view details)

Uploaded CPython 3.12 Windows x86

endf_parserpy-0.11.0-cp312-cp312-musllinux_1_2_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

endf_parserpy-0.11.0-cp312-cp312-musllinux_1_2_i686.whl (5.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

endf_parserpy-0.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

endf_parserpy-0.11.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (4.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

endf_parserpy-0.11.0-cp312-cp312-macosx_14_0_arm64.whl (4.9 MB view details)

Uploaded CPython 3.12 macOS 14.0+ ARM64

endf_parserpy-0.11.0-cp312-cp312-macosx_13_0_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.12 macOS 13.0+ x86-64

endf_parserpy-0.11.0-cp311-cp311-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.11 Windows x86-64

endf_parserpy-0.11.0-cp311-cp311-win32.whl (3.2 MB view details)

Uploaded CPython 3.11 Windows x86

endf_parserpy-0.11.0-cp311-cp311-musllinux_1_2_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

endf_parserpy-0.11.0-cp311-cp311-musllinux_1_2_i686.whl (5.4 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

endf_parserpy-0.11.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

endf_parserpy-0.11.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (4.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

endf_parserpy-0.11.0-cp311-cp311-macosx_14_0_arm64.whl (4.9 MB view details)

Uploaded CPython 3.11 macOS 14.0+ ARM64

endf_parserpy-0.11.0-cp311-cp311-macosx_13_0_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.11 macOS 13.0+ x86-64

endf_parserpy-0.11.0-cp310-cp310-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.10 Windows x86-64

endf_parserpy-0.11.0-cp310-cp310-win32.whl (3.2 MB view details)

Uploaded CPython 3.10 Windows x86

endf_parserpy-0.11.0-cp310-cp310-musllinux_1_2_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

endf_parserpy-0.11.0-cp310-cp310-musllinux_1_2_i686.whl (5.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

endf_parserpy-0.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

endf_parserpy-0.11.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (4.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

endf_parserpy-0.11.0-cp310-cp310-macosx_14_0_arm64.whl (4.9 MB view details)

Uploaded CPython 3.10 macOS 14.0+ ARM64

endf_parserpy-0.11.0-cp310-cp310-macosx_13_0_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.10 macOS 13.0+ x86-64

endf_parserpy-0.11.0-cp39-cp39-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

endf_parserpy-0.11.0-cp39-cp39-win32.whl (3.2 MB view details)

Uploaded CPython 3.9 Windows x86

endf_parserpy-0.11.0-cp39-cp39-musllinux_1_2_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

endf_parserpy-0.11.0-cp39-cp39-musllinux_1_2_i686.whl (5.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

endf_parserpy-0.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

endf_parserpy-0.11.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (4.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

endf_parserpy-0.11.0-cp39-cp39-macosx_14_0_arm64.whl (4.9 MB view details)

Uploaded CPython 3.9 macOS 14.0+ ARM64

endf_parserpy-0.11.0-cp39-cp39-macosx_13_0_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.9 macOS 13.0+ x86-64

endf_parserpy-0.11.0-cp38-cp38-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.8 Windows x86-64

endf_parserpy-0.11.0-cp38-cp38-win32.whl (3.2 MB view details)

Uploaded CPython 3.8 Windows x86

endf_parserpy-0.11.0-cp38-cp38-musllinux_1_2_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

endf_parserpy-0.11.0-cp38-cp38-musllinux_1_2_i686.whl (5.4 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

endf_parserpy-0.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

endf_parserpy-0.11.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (4.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

endf_parserpy-0.11.0-cp38-cp38-macosx_14_0_arm64.whl (4.9 MB view details)

Uploaded CPython 3.8 macOS 14.0+ ARM64

endf_parserpy-0.11.0-cp38-cp38-macosx_13_0_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.8 macOS 13.0+ x86-64

endf_parserpy-0.11.0-cp37-cp37m-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.7m Windows x86-64

endf_parserpy-0.11.0-cp37-cp37m-win32.whl (3.2 MB view details)

Uploaded CPython 3.7m Windows x86

endf_parserpy-0.11.0-cp37-cp37m-musllinux_1_2_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ x86-64

endf_parserpy-0.11.0-cp37-cp37m-musllinux_1_2_i686.whl (5.6 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ i686

endf_parserpy-0.11.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.6 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

endf_parserpy-0.11.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (4.7 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

endf_parserpy-0.11.0-cp37-cp37m-macosx_13_0_x86_64.whl (5.3 MB view details)

Uploaded CPython 3.7m macOS 13.0+ x86-64

File details

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

File metadata

  • Download URL: endf_parserpy-0.11.0.tar.gz
  • Upload date:
  • Size: 783.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for endf_parserpy-0.11.0.tar.gz
Algorithm Hash digest
SHA256 fb31a4906a3034f7ce3eb95642e46b216e5f07b852558a63ff140ec78d05a636
MD5 c85c5cb82234e9028ae58dcad1bf9bba
BLAKE2b-256 91248d2eca2cbd084d8a6bcb1e8b32b91baf8bde4373f11da2c1e426edd2d930

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 ad2b81116e3a7cc0e951e84dbc6e7c881c1389941770ba2f08f36f520b501807
MD5 700fcd443d499ff71cf3ce34996a98e3
BLAKE2b-256 23621e54f946d097f20ba894b7d7fc837d45dd8a956990c746e07aa8f19323b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bd8ad7ccb60feb6bc76522142437a519d96311bf2f345da0e97428e72d257c0e
MD5 054ace3e9824cf25b591bba3df70f7ff
BLAKE2b-256 11ea133bdd7387a64bcb20309a47b3b85d7be29716ba3a42c6875bdd436c7998

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 308c3df933ca529cd6b3653f964410e1c920e59764f24627b0955e582ce267c3
MD5 cf5910c21dc0aa2fe8bf9af4f0961859
BLAKE2b-256 5f3e7a9ec4d7bb2165c089a63cf94afcb51a206cd67becf7323cda0e681579ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-pp310-pypy310_pp73-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 5a0a3029b120ffe5a09c68ab0440de570c8b32fb085f7693b938f678c936d62d
MD5 631e5a7e73b36ea524d3415c6a3d2d75
BLAKE2b-256 1549bfd19a3ab369b7a07ea9f5164c74a33ad6b799c89ca0f45adaf853ad2f70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-pp310-pypy310_pp73-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8506ab40d91defc1ecaab9d723857d2a7c2b6c5b06cf67ea9cf96820c4f95ab5
MD5 495c9bb880ee399a5ffd6373827088f3
BLAKE2b-256 51843cc3d1900002abd5306e23f9336612186cafbe447231c0f4285fe153cb50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 30ea906628860dbb14a29d733e3be6b95f29cb7becebd41539b94b5ed1f2938f
MD5 a823f0ea5014936d4eaceeac3ff1220c
BLAKE2b-256 530d4fe39409f7610c69989547f767863312ebc677f23cb1aaa3844cca415b54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 01478271372e1b8efd9f28a099b395de9b6b841297ec5150d5859327baab8cda
MD5 8b6c96107f0cde1d0e82954249343f56
BLAKE2b-256 de02643e4591654ef28ece6b4b70a021620e4d554516b03892d0e8c4ec0a4712

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5197e3dd19a58c79487196d7cebe62a3075ad1ae02d9374907be4b9d9f2ab5aa
MD5 2c4e37982497919488cabf7505739b90
BLAKE2b-256 475278b7430bdc92744811890b7c0c77bd2ee2634eb97401fefc05513373c645

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-pp39-pypy39_pp73-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 35144ff798d018c3a889ff5776bf7607d60dcb3c082333654413395cd709ac40
MD5 e19be34237e28d2cd3f8c8b75b446023
BLAKE2b-256 e5b8ba026f2f114f56b8a81d1b75468ecd007ef12c5a69bf9476c7521e27d76b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-pp39-pypy39_pp73-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8e12a77306229cca89366a360f26e10783f18c9fd4b07ae19e6d4f48a72445b7
MD5 666815f6959896b084a3167dcf3a6d05
BLAKE2b-256 d3adc2e96ba39960cd86a78d9d76030677eb259b4ed7d99fc85023242f6a82e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 28c664a6656a5ad6b128a5725704f420384c35105843a44d1520f638124aa210
MD5 8f1927f543a7fb3f8bb492db914d0299
BLAKE2b-256 1a33400cae721153e0933af7466db59902a3678ee1aa6aa1393468dbb36e71c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 65cb05077df40afb04c5d599da2e8d1fe9e77d951de607e31c21d3bbf044e8ea
MD5 07b4ae15d07c83091a669543b3ca6829
BLAKE2b-256 40f26848e4777ac64c8f8b05a0419fd0837d313bcbb103ae1981b7fd4d3ef73b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3740250b61f34b1ec87aec37ff7a5d2b66fb271f80ea277c6436bb4c6b1b176a
MD5 e67868de19f44266d6719dce78bfaad9
BLAKE2b-256 e216c305197af9a315a106c430ce340ea7d39c9e98f097808913cec30ab30cf5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-pp38-pypy38_pp73-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 27f20c86cb1ad6b48a5adc6c3ff8e375fa8323368041b961bf107bce511f5a71
MD5 3197121b96fbb6831c07a99d22c41532
BLAKE2b-256 5f0291d4d031153542e6222d62da2d98cd4682be33ce648c5639d54dca4d82cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-pp38-pypy38_pp73-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d9aa42a8dbe86be96f006a4a52d5a21da752a7e8e66c198d63496269dfb7d9b5
MD5 80369857da79abe506ec965c1ffa8829
BLAKE2b-256 082b6a42b36d4ccd1e7e3272b83d1374265c46545f2f8a3fc0c6afafee508ff3

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.11.0-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 a063207261310b3395447144ee46f35680dd86b62995a25e4f6c41438e5e0dd0
MD5 e4935e123e665c090c33ad048dc90bf1
BLAKE2b-256 5a3a232f5b2f84491cd596a38325c6c99a712075a6b9ab90a4e33633bde5c479

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.11.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4657745e3515199e0ae23c027c0fe4b99f8f418870d3573b90de714ed6fd5764
MD5 405e72e5fc87684c23c6d848ee118903
BLAKE2b-256 352cb17c875a14a1c36509b2ceb3d73559a5720a3d22bfe3152129720a6cb341

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.11.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 21ccd26cead8887f184ccf4cd749e9289449312be81793ad87cd4b4c7d9e2993
MD5 54adc231b2c9c4bda871e1dd98c8e5f5
BLAKE2b-256 1a3fb98c3ddd0f143853966a1b3f0cc382b79f408103b9b84a09f38f7914317c

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.11.0-pp37-pypy37_pp73-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-pp37-pypy37_pp73-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6533fd0fa3526b8970443bba9417a7b0cebac0347edac6bc62194d83440654e6
MD5 c7de960622411c91ee55542c3edf4ed6
BLAKE2b-256 41a75917abaaf5727927ee719cf7f91af2c29f6dc504ae518d1190dc9d9f757e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7bd53292e3b57202e83b9901d361d310ce599d34f13cf4d71455f5a0d3f1af77
MD5 5412ca38a3aa197cb82cf0ec3aa234d2
BLAKE2b-256 2eb1e0718f7329ab315d8311db58245c867ae0e9cd65b0c6d47da413555d9960

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 651d24ccfc8be1a793cba2f4e8fbb760491ef0e8659adc106fc1559d480703bb
MD5 a4620ff46b64200e40b2419d73630a79
BLAKE2b-256 77d1a89571bef2a018ae134463f97f79280659b87fa47b5192c55f7beeabe2ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3c24b0ccc75bdeed8ae4c9b2ae96507d4e204bacbcff7e6bad626af43e2c4415
MD5 2cf30bd58f4f9a0e060da45392572536
BLAKE2b-256 1e3929fa2b63aeb19483488891d9959b495e1ebc596146d64d9b9f8c444c5b9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0d8f0ebabe01920efc739b64c48df2bc238b80c39016d804efd97fe3c517804a
MD5 219a02c0241819dfd9e4d3449fee403f
BLAKE2b-256 d19363ce7f6309c72226cea93e40cf0d8443426876637191a8da64509d638fab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 09e6473fbe0aa59b303e9f655781d2a0e86c186e9b6bf2b984c3427ff1a6edf0
MD5 29669a179c7bd5eb0019b0720dedb6fb
BLAKE2b-256 4f746fa5f1567458073369039d144c93f8aaef7ea186e12a1e9cc637c2b2b386

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5982415af1d27c2a5f70b930d7772f696bcbad64c0822c9204039c2f7fb1936c
MD5 373dc0e1d5de977d4183f8dcbf9135ea
BLAKE2b-256 264a4c9d84623662a7b939cc06318c8c4a4eb837dfc51a599949d67509dcbeae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 163eace17961c1f2300eab7027f40bb0583a67c4072ae68a796b039ebf9520cb
MD5 20a10ca22f759c82824e05563470c9ba
BLAKE2b-256 72929b9d1c7bc8b6cd0498c46f2a3bafd83065157a61963056a4695f7443a9f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f897ff1e0b6fe0be7ce9158cecd79b8a7eab146180db1303191e07ce5706ee82
MD5 af9e3f611ab80f0026284b13d15448a5
BLAKE2b-256 4b921e955caf143c7dfc2f4967354095b9bc09366bbac28ab672341df802e66d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 26009035bbd01430686bd1d8ab101ffdd995b073f5afe9d53777179e7d94b429
MD5 55eadf7600f4f2ddef7002d89ac0c5e8
BLAKE2b-256 85336f5b592a9c8511fab317975c484feb900d3dee7512bcc5cb3a37f48a0ecf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 f203a52b6638f61b01929d86a6d96444e42abd7ee1a86078562c6bde7003281b
MD5 56997f2df773fb05061c7b3a91eb00df
BLAKE2b-256 89035af6548b412f6eccbdba6d52e12aa4d202623e56546f93b547b3db8cb332

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 41d043734a6c8c36cd5e722cc52466b6bc19aacd3ebb0dd1cb463294c5d6c1b0
MD5 4353909c466576da035ffa1a4ef5f967
BLAKE2b-256 793b3016fe62ef3d9d341af0958bab11676ab75d4ca13e311ffa9eeddea4da0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 acf0d523a5ff8eaab825ac15269a7cdf18dabfb89eaf49887627bc63aee5bde1
MD5 3fe1a06969d21acec98c56210029a9d2
BLAKE2b-256 05fa6526f7d97884b266af204fed8565bbde4327dfa9b7ccf8ceaede9f53a948

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e56b29d41bb2fc4315b0c3e8d1808a82a25e506b6b3f6e8a3cc417ddc6bc2c67
MD5 eccea671ed1701fccd05eac1796eb034
BLAKE2b-256 d3700a276052c82d293993a2771e9a7e6897712d2e625b309af6bf362ee5c771

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cf57018945217ff227f1991cab7b1c93dbf78a9d56cfdb085ec0234f95e7434c
MD5 c0cf57296a3204b9e2d7a0a419430dfd
BLAKE2b-256 d2e2db69dec50554bf89576a6faf163b946a73449fd5b4a0ab327f2c27a9d670

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 7ca0f454d7f173979ade3c7c29878495dd3b86804f936fd566a52256e2315381
MD5 d7076b31d949cb7274e90f30940a1f8a
BLAKE2b-256 a1d00e33a6318e68a815b68b57c8edf2e1a5274ac2a97ba4190877ad6df9d788

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 74917b067b0af87f343311145c56ef744ec7058b7a5618d83e2d0a510f57e109
MD5 c31b4f3b1b4278b26e13db5fce17098c
BLAKE2b-256 4d927f806df793d38ee15d27f4ff9605302386a502a6ba0bce057f97238bfc08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b041204c05d190a3e14b4a0dd096c8b5f56f58b1b567fc72655ee3a9d2ff12ec
MD5 be0e0dc13d753877400fcbb0e8883c16
BLAKE2b-256 fbf7be02b0f54b787a77f48ca56282a34aea3e3c78e983acecbe16f169b955e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 50b2e9c93ea9d1cd95cf253c77712a9b2ffdee1609695fc809bcfe9eafaaf7ed
MD5 efa52e12797a88ee739fd2315dc61910
BLAKE2b-256 271f33086c322c64be830942db7cea14aa6fcc8a6042bacc66af4c15f89a39ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d7018581299c479650c9b327390fcd826afb0faa18335b2dc5b459a445cc3101
MD5 a5daea76ee25ed9c80fc7816c77e6adb
BLAKE2b-256 d545721711e1fd0b086aa7b396150da4e5ef57f54431cb4b4c0e7a290bb5d63d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 551daa7a2acb74f96ce46506d89fa45b6d1850faf5c01984a77e34942bdfcb71
MD5 bed754d87900333af4a80cd9b4015e8a
BLAKE2b-256 2c9024e37e6a14f2f31c428838e04f4cdd7027070ae75c28b0333566997513b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 26038927a037fc39844d0d0cda6e8a86e860c077f130f75348cd8e4e71e80e94
MD5 29203fb6990dbff90a4ab444068e5719
BLAKE2b-256 5eff197df40896392c5ba7948d6bace5d80c78904719f977371ce0ab98a76c3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bbb818b4682dc3e0c53b01a3edb1b95baeaaaaf350d0d6e92cacfccfcf623ab0
MD5 c976e9684cfabc2bd6ec7c8119d62ad6
BLAKE2b-256 1b8c0d1e086ccbacee6f1b4a81596693cee702ef5a9034faa05225d2d433a831

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 074c96ea113cebfcb75f057170284a0ecb5f513bae54ef436c66976b3087b4ca
MD5 9f297cebb5dc406ed6902d7164ba4c17
BLAKE2b-256 cbddd31a735333ff863c8eba2a42b55eed71fc4e652d07a37abce2c29c9a9c5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 79dd9b069c7ef025dda166c0b43c1e63be5bacf439b0449c1b81f592b0517936
MD5 ba0dbd50b64070f9494a4b12bbb44a12
BLAKE2b-256 d5b66bb5494e45af9d376d61f0908dfdbec07ccb9c997c561d5832d443288560

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 cddb7a9c79c3f9f7a00698e96ba0d015eb97fb18181fd225b01440322420c5bd
MD5 2d1a855da3d526473024cc250e66bdeb
BLAKE2b-256 797646c8e42ba42c0ad4afc73132b627cfb1f5282e85a6fdf0ecb369e8aa5112

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 80c1300ceb089dce582efaa014130bc2477d242cc56c14eae1e2c1f9020c10cf
MD5 7fdea9b1efa3cc2464ca882199affc53
BLAKE2b-256 fd46bd099b916c04ae0884059d23039ddf9a008fa6f6611555b3829de21a182a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6c96596bc639331d1dd91fbc5b9699ca9b282bd4484113055eb23352795e98a9
MD5 daea2f1a7b4831b3513b09eb6e830778
BLAKE2b-256 236238160a067c09122f32cb531f7495b28b883212329508d5c8c6319a9c065e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bb7e9e4cb29f6683b2b83c8f77f2023e0f93d9e599e7ce38e05d5b26df967943
MD5 f8091bd41bc169472c73b5c077ee4077
BLAKE2b-256 bd6cb87f5ef087c34f9fdb4971a7fe23465a14de9393fd522f8eb2117faf149d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 56e6d140cf008af2f005ae94c20f6f5b1ec921b18db789c5850cc9a172c63f14
MD5 312d64966a00419ca5cc2d4d0fdb4330
BLAKE2b-256 719e79e877d10b36f0562f3ab61f769afede972e27584377b170fee1a0d21e01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 107ac23d69d8634e72c76d5c8495ca853db26000d75771a696d5b4817151f12d
MD5 8e33ffc0c5ff5e6dda2768bc7c13cb2d
BLAKE2b-256 106d4290078298910627c8a0a28a073f910a19fedcf406e2e7cc6f1f8919c844

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 c16623ed75eacb75d4d9c9fd0bf040d36f54c66c5dcc285b7b064b678242e0e8
MD5 d92368cb439b7a25717063bf6170047f
BLAKE2b-256 94fe1e33f6589309419f86c10250bc8908abefa5ac25fecc4bcf7f4d2f7f95cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 89906db72b733aad1803a73924a0d7d549949a35dd6be906f5e87363b9060fa1
MD5 86de935902c4aea12dacc10df2e2746a
BLAKE2b-256 88644fc5c1d246603c3ee35f4bbb14ccf134f631f7bc6743a2552ddfd783447d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 e74623dfc9da9eed511cd9816bb6565357f970c2004537977bfb2fbb6fb7187f
MD5 5daefbf64ab5bfb9ca58f87f9bf5fabd
BLAKE2b-256 a9b0ca120984919fc45d6b09670bb0e85964292e548c81c67bf786db5de848ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 f9c2d000feacd14708c6484be533c454b660257aeff593048e14f83d06e12483
MD5 a1aaf0c79657e2c906804a33757cb1cd
BLAKE2b-256 5b5de078a1d9a979ac584db14b8896e85ca8c1b6e68a76b18e9ff3fbbb69c6cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f49e23d9fb1e58baf7885ea08c4b2e684883a24f42d54c9e441e1763cb60788c
MD5 20a79abcbff365f4371a91d97e527d43
BLAKE2b-256 13d8942c74fdbce4351ff5fbb51770b547ab45f770725b833d5505dc13217e41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f7477e9a450c0ceb291539021e8dbd352d6650e4a02708b6ce63e1c8b1d8c1a4
MD5 8364c318d84be631496033b2745f5301
BLAKE2b-256 a001bd75f537f466a8aa28eac008781463dfb430d7d51f34323e997ee8d47515

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6f68cdeb1d814915daa875a53a824523fb6e3505323b4c07a25134e6845df71b
MD5 b4d48b83becaa1c5f05add633cfb98c9
BLAKE2b-256 12d07c0ce5c68a597184e393a9e8bf99eeafc4a72b594954bc282363d3e97fea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 52edf81819c61178c0a78aec27d78d37c68e5355976258903b13a845be9629ee
MD5 3e36789800b7068f56dbe4d4197002ca
BLAKE2b-256 e6e8215088f8f75f8d6488972adac2fff1d7cacb2b2589476a82b2ccdf7b0763

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp38-cp38-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 e11739e9ccf4960a21d884c073de49772eb071379367eba34fa501045af1a34f
MD5 7b7e1467160ece9af6bb4b6b6b42b746
BLAKE2b-256 3a637a6c1f68cf363dcdc8feca7e85b7af22a4adad906ba0749128d231494aac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp38-cp38-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e61a44660af0a293813361270b7ecd0c76edf18e4a6932059e7827ec5c26e7d0
MD5 5ce89fe5144140872d52578f88912583
BLAKE2b-256 1ceea80d5e112326372dfbe386a2997614307f972a4b3c4c3b974e903afb38bd

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.11.0-cp37-cp37m-win_amd64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 3a847bc66eca1d95f7f93c7a11c3c29b58276c65fcafc60c39d5f19d7ad22ab5
MD5 0f4f1d2b20bbe965ea4dc0cf77f841a7
BLAKE2b-256 2a2c02b6c978aff042d46a46c0de160972c870531edc1f1f420990a0ffe8c3e7

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.11.0-cp37-cp37m-win32.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 97a40465ace8dd55b9ca779522fa6d7c5c19df8aa8271cd373b3ae35f45bc7f2
MD5 59ad1e1a557bc803ad3d4575dcd07aec
BLAKE2b-256 7ff4f35787484f95dabe7a0ce754a77ce1d4e6ca6edbda77675c59b85b976ed0

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.11.0-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b8bc0c735f8b69aa7072d51637331e79af6b875fbf05a50f056b25732e4dc6fb
MD5 3c720c0d435f13e848995277fc072962
BLAKE2b-256 d9aa963f61a803f5d4f66174ba22f2e15d49f1ca4ec890932336fe9ada13e858

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.11.0-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1cf2e3df3b810ecb7d4d3c1a99e962ad8191aded742836d3ca9e33e52157a263
MD5 2561c2b292ce6e6a4399810c193216d1
BLAKE2b-256 86bb24c9e5366a95f78e6861c0d600f2e9c095ef70f9938c36e140a73382c45b

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.11.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5e256b1702d170de9d8ca93aefd6ccdba515e1a379293885eb1b9593ce7848a0
MD5 c546ba195705b4c19edc12fb4afcff35
BLAKE2b-256 66abb68dc47ab73afd047cebe8886a5bdfdd5aa163fdffd46b1656ad9524a48f

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.11.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2b1da7bcc17eff7c79eef4e2ab94f23052a92fe4e52b16ba7008de8e5a456348
MD5 d05352369f421fbfa3bcef19ecfdcd07
BLAKE2b-256 b4c402c6ad3551f29a76a74f54935095f17b41de2d8b1ec9ba5563643eb7f8e2

See more details on using hashes here.

File details

Details for the file endf_parserpy-0.11.0-cp37-cp37m-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for endf_parserpy-0.11.0-cp37-cp37m-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 44c24a3cf56fe812381f603082d78d28048e1aeea11ccea4fa46064bf401a590
MD5 5d7532a598fe5dd9848a8ed6ea1ff5af
BLAKE2b-256 89cc8c0df4d188c7cf6008b0bda4cdef93a4a6da7f624b2ce8ed9528441cc123

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page