Skip to main content

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

Reason this release was yanked:

missing wheels

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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

Uploaded PyPy Windows x86-64

endf_parserpy-0.10.2-pp310-pypy310_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.10.2-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.10.2-pp310-pypy310_pp73-macosx_14_0_arm64.whl (4.3 MB view details)

Uploaded PyPy macOS 14.0+ ARM64

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

Uploaded PyPy macOS 13.0+ x86-64

endf_parserpy-0.10.2-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.10.2-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.10.2-pp38-pypy38_pp73-macosx_14_0_arm64.whl (4.3 MB view details)

Uploaded PyPy macOS 14.0+ ARM64

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

Uploaded PyPy macOS 13.0+ x86-64

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

Uploaded PyPy Windows x86-64

endf_parserpy-0.10.2-pp37-pypy37_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.10.2-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.10.2-pp37-pypy37_pp73-macosx_13_0_x86_64.whl (5.6 MB view details)

Uploaded PyPy macOS 13.0+ x86-64

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

endf_parserpy-0.10.2-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.10.2-cp312-cp312-musllinux_1_2_i686.whl (5.4 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

endf_parserpy-0.10.2-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.10.2-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.10.2-cp312-cp312-macosx_14_0_arm64.whl (5.0 MB view details)

Uploaded CPython 3.12 macOS 14.0+ ARM64

endf_parserpy-0.10.2-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.10.2-cp311-cp311-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

endf_parserpy-0.10.2-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.10.2-cp311-cp311-musllinux_1_2_i686.whl (5.4 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

endf_parserpy-0.10.2-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.10.2-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.10.2-cp311-cp311-macosx_14_0_arm64.whl (5.0 MB view details)

Uploaded CPython 3.11 macOS 14.0+ ARM64

endf_parserpy-0.10.2-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.10.2-cp310-cp310-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

endf_parserpy-0.10.2-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.10.2-cp310-cp310-musllinux_1_2_i686.whl (5.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

endf_parserpy-0.10.2-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.10.2-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.10.2-cp310-cp310-macosx_14_0_arm64.whl (5.0 MB view details)

Uploaded CPython 3.10 macOS 14.0+ ARM64

endf_parserpy-0.10.2-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.10.2-cp39-cp39-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

endf_parserpy-0.10.2-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.10.2-cp39-cp39-musllinux_1_2_i686.whl (5.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

endf_parserpy-0.10.2-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.10.2-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.10.2-cp39-cp39-macosx_14_0_arm64.whl (5.0 MB view details)

Uploaded CPython 3.9 macOS 14.0+ ARM64

endf_parserpy-0.10.2-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.10.2-cp38-cp38-win_amd64.whl (3.1 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

endf_parserpy-0.10.2-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.10.2-cp38-cp38-musllinux_1_2_i686.whl (5.4 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

endf_parserpy-0.10.2-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.10.2-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.10.2-cp38-cp38-macosx_14_0_arm64.whl (5.0 MB view details)

Uploaded CPython 3.8 macOS 14.0+ ARM64

endf_parserpy-0.10.2-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.10.2-cp37-cp37m-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

endf_parserpy-0.10.2-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.10.2-cp37-cp37m-musllinux_1_2_i686.whl (5.6 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ i686

endf_parserpy-0.10.2-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.10.2-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.10.2-cp37-cp37m-macosx_13_0_x86_64.whl (5.2 MB view details)

Uploaded CPython 3.7m macOS 13.0+ x86-64

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 8f6ac62422a572542195640083cab53599fb5d1cf51754dfd0e39cd09613e6cc
MD5 77a609afee6165e6fbc9cfe32c8769d4
BLAKE2b-256 4dca95651155447806ef9ae7a9a87241592f9fb06c8a9ddcf5c36416345dda5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fac01985ede8d19753f26f899b710bd241544a5fcedd49a908d501abddae9bd0
MD5 27d9c7af8d55d9c5b446f0ae7eb82c5a
BLAKE2b-256 cbef730a8480b652bfa3e45f75ba0328a80afbf077cb38968b5b8972b2a5ed02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4810a8a40c4dfe05fc4122c3c8592b9a80cd0fa7634aa4ef17b0d788ded96320
MD5 286407adab02422f05a990953e1a4b5e
BLAKE2b-256 45b5e2d0b9ff127d84eb76e78aefe8369776da6499c0b25a30fee57c26199ebf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-pp310-pypy310_pp73-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 a90250bc9b05291b04c13706ed8bc0d643461c04e56b3e76b6d66e2b6a570050
MD5 62f098889841f01798282a10e6f60080
BLAKE2b-256 2ae71dc295dc56c2d33d46d5dcbfbab796a5885627709d3a59bcdacbcfc8d6f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-pp310-pypy310_pp73-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ac1482500d6654cc0e5ee92b92299c231ddf58233e11503e5f3ea5036c472166
MD5 5fee091036c677619f3f9c64dba67891
BLAKE2b-256 dab9d4da598cb9bb955cb3009a61dcc087345bcbf5955a4ed1ff7502d463a315

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f9e6fb1a67eb116487d19d33e4fab309835c4e6196ccf63798e30000cbda912d
MD5 7f0e1e4b995134368930241ee6b0ebd6
BLAKE2b-256 ec89f43e35220cf5ab90ea0909c15305bcc83729e8b4ddf0eb4aaf0f4a35aa8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c8aef9d376bc9363ac18cab5525599a4fbae39d30c1b4933d2eb955023256d5a
MD5 c501136313c8da117def53a7fbad20ce
BLAKE2b-256 e140b6777356e9486576bd224f506da09193620232fd3986d37ad5036d515ff8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-pp38-pypy38_pp73-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 4ea07c387b4f319e99542c338cbada3579284c91a9b73170887bdc6d18be2c62
MD5 79e20e34ce11832ccc22da72dec89acc
BLAKE2b-256 e8c8cf2843e07968e0d04be46943166151a044a7eda90300692cbfa7b5e1fee6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-pp38-pypy38_pp73-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b7c773deb53b6b614549e88dd332fb5d17fcbf24a5c11f09190f69885ea31321
MD5 abdb579120e965bbb4cd6ee7643e51e2
BLAKE2b-256 a47462d84d769254419dd14bb8870f7c5e8c92d1feb9f048b966e85939f6309a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 c1f6ae2323446740d1654d8c6b3323b23dc78d7c65243f99de899d3cbed2cda2
MD5 415bc8afcdd373c4ee03faec8508a06a
BLAKE2b-256 d54bf8db72962efefded305434c130a569119bda9591077fb96fc0be43f4f99b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0d0d6bb166932be9817648a278a0a01077f6dbfab8e3b88a80e735fcd1ae3f46
MD5 1d04a5bf72f514e32d6410b7eb96899e
BLAKE2b-256 3bd1b8b9f7a5b4ace7d61d766fa3fec8f2f6851d4b0e55415f60bafa2d3bf33b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4c7fc156191256030e8a55773db47853c09b92d635dca2229edf65eb2794db8f
MD5 bc46b0d98b6440fc387d10bcb0e84dd6
BLAKE2b-256 941c6a9625d9a01fb77463ef9446f4e04ea68ceb52ed19bac0abcb014c9df820

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-pp37-pypy37_pp73-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1f904e2cb729c7adaa9ccb0fe0e434e89930ed0318bea10ee0b5a6f2c6a6adf3
MD5 e8c6e0e45cfa922cd4108a7afdf5775f
BLAKE2b-256 cb804d745562acfd6b8cf747efbc7fafdce47171301babe870fbfeea545c4c58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e60639f3ce938235cc3382bba9793b7cdae91d7ccbe46bb348c3c32dd9b326dd
MD5 6d1af7e51dfcec5a69fa9083771b777d
BLAKE2b-256 042ff70561a3fd8294d9366a883aea8a837e52733df9420046e93a53c9841855

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 d334b01c81f0ea5e6863c0b380232dcdbc416597f14e600f00510ecb015a0749
MD5 8acd612eea03d124db8a132d51bfa39f
BLAKE2b-256 215121faef4bfddd6eb6aef0495c4d2bc9065a14bc9e2234a33b339e5a9aa006

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2f5a4eecde7131654f51564d1c7db758c0729756e292ed578ff8e3ced4f86290
MD5 7a14ea1bde25f6323bda267e0eb073b5
BLAKE2b-256 0a7ad2e77a9bed55ae9086bf6870437eedf8b52fa3146f5b291082f5e54b99c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 afe034f13c1b9c87a7ab1f6fdfcae18403eb6a34a322cc6685f2c24e70e62660
MD5 8b9c9a191550dc64719678cb10ffffa9
BLAKE2b-256 7937659a46d7af104480ca1459eed5b2ffbc3931ae369714559856e201c0bd47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1856ce4d04c481a8dd7e711c66ba785cbefc59ced6076008d490696a18ea83d1
MD5 b6e322119348fd9ac084655c34bba67c
BLAKE2b-256 7e0befa37edcdecf5f7919532ba0ec1062b162f3feea935c77cc21b5aef751c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8355664a4b9cedcc943be4f65c62f6ba1071fa9a528014a6da08285373db5718
MD5 54fdf9b1a11003de5744fefc18cc8e48
BLAKE2b-256 6de4ebc1be20fbb04442c331b0ca37219385f1c663b3ae238da05cf6746a7137

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 24eb204ea7d9b3a4324b51f245411882f4a978823b8938a5cde656f0b69f6214
MD5 a2324aff653ce2c517789dcf5c134d47
BLAKE2b-256 3197ca3c29d96515e9387cb117dbaa0cbfbdfd60023bf4870004f014489cac69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3bee208272563c93435b53d7514a3c92d14cf4fe61eaec3dc71bee6f4b717eae
MD5 d590ab1064b8d3999d580c45b9951e27
BLAKE2b-256 47f7308d21cfb7ca2c425cc4d8094d19563725151e60e9429aefddde0515ff10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0eb3e9bca1e91907f38dbe1b7df8238d2553efc5e882c4d75fd729a77405a8e6
MD5 cfc4f1d0f7f839c1595a846d41e95c81
BLAKE2b-256 232f79ac7b605e8e231a360c6ace076e7720cec81420850091b082fbf8bcbeef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 4af8dbe5213c01c97eef6b2887c5069bd79d830ed75849f168e15663fe6f7411
MD5 debaba6cdcd5b097a0d627d99b41c995
BLAKE2b-256 e975f3fa937e8911a528b81b6f4366975ff9d7bff98cd7d2e15e33dbe5d5b49d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3562050eef53b64c6bfeaa1dd543ac5f2745c114da74da61dadecfcee657885e
MD5 80b32fc2baa870d450ac790cd1b67682
BLAKE2b-256 81388ba9784516f02b34f015b5bf84f546b7ed8decd92076eeb4dbc3a1bcd93d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a545758c2bb0317425eef74465e27d6d33013adefb6c6c4c1aed976ea17e88bf
MD5 6199db2f85ed374cddc9c5521db9c39b
BLAKE2b-256 ee91ae54b3107d5c87f1d6a03a55292a66f5acd0f3343945bed4e4ca04c524c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f8c512703e9cbb825d1b44d2754733013a0629f2e5a0a7295693f3267083e6af
MD5 36c90a3bbb43d477e1b019f2cd7c295c
BLAKE2b-256 41e4d580c32953760baaea4b214fe2628dfad9972957ed7edf2a20642cef8276

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 97021643872d200d249f862da71884fec585b64b058b91e59b42d777e00f18c9
MD5 a246945395719b7caee9b7979abf2d24
BLAKE2b-256 d42238bc2f938cc0aa948dab1841dc01e9f170e8f8f2948cadb59d75fb1a124d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 b59fa16d55e244b4b6760a009d0a2faf578f869909063e721f1dfcaff458d1e8
MD5 48f783b0ae720b9f30c6b3e309d5270f
BLAKE2b-256 c95b5737a9c87bcd8bcf656093b9a0d6ea21e082656ac467d0e0a9f3a81b0f22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6a17f5957a417cdd720d39feb50cd03d1588ccd932d1aa1c3755b245a54b305c
MD5 10512a4ec53aa0044baa05eae7392ecb
BLAKE2b-256 c2f3e851478c4879ac7e09841d9e2c3e74ab419fdad17c6c79006581706a5735

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7530bca33e16b31802820f44b1b87b82a9f0535398e385dce1abc09ce19cf09e
MD5 2270ffa8fb1c833811e3ea61a104eb93
BLAKE2b-256 75c597f6059357a469268afdc04ced1b4368c0240d275afd08035132d1cbce3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 13dab58434d4e5b18d80f548f119051f1b5b9d8925dd69c7c16c9a6323f92e8d
MD5 03fb298cc4545fada810c4699610ba0c
BLAKE2b-256 22f6537bfa3cd8cdbde6cd0d4969caf146c63f6193d5f2b2ac50c8c44d036192

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1f334f2dfae96f94f2dc935ea20650207eaa63f624548e0de1262bb475dae8c6
MD5 8624912f898b20d39a6e1dac26961281
BLAKE2b-256 a5f38e451705789be2e85bf4b9dab582ede07f31686d3b3d269d7fb03e276dc4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2a85a6345e5771e8b996c482cf55aa715dd293a0aebef6f7f795663e84fab98e
MD5 55ba09c3ecde6fa2401ae60e7736e045
BLAKE2b-256 aee57eea92c14eda8b311494166228ec178f9b99d4a778f83f806f3b89817ae0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 396faf07b6f003ecec6ec999dcc64b691b9987b80b5151d0a4262ae539f41a83
MD5 547e02e7c54325addd98941112bc28fa
BLAKE2b-256 8dfed06bf582dcea2eb8a08078699361805b8bd45d2672417c8aba07e89e5782

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0c11bf84260cbfec9eb5c1b019aae8c84ba2659bf7b47c0430fe4fa7fd5b07d0
MD5 3a6f238b9d7082193887debcc4ad84f7
BLAKE2b-256 2daf05c467bb5a9431503b6593abec35e094d805277de8a19d28d5cf2a9ace08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 8e898fd8757cc3a1f1320fe042a5838ac43459d2e5ed1c41c7cd34e9026adef8
MD5 1bd0a1b454d074b7bc1027cc97fa8b68
BLAKE2b-256 6c5415204988065aa95af788ff5c6ab18aa8a6af9d8a398a5d981ac1b6a3ea13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8632067d213dd66b92dcc418721f41adc51b5e6e9841a7296e668b4a10586ef6
MD5 7b29f75b27a7a03839511f9308eb67f4
BLAKE2b-256 278fe847681b0336e648427238767552b80355567dd8cdb45e2ba5be820d2df7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 73b8adb501c4da9aa8736d253766f6f9c10b6083c05cd969b27787b344914a3c
MD5 da35e318433d8b060b08bb7b8d4a0419
BLAKE2b-256 cbb8e210869f796fc7a2f59ef89abfa464b1b72c90ebce386f54f2d7c26a72c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 8789cc1b6f6ffd88289a6882e9efae31c349264c027f24174c188b54d3855f34
MD5 381c6e6a5a92d1aed56a240f0a9fc13b
BLAKE2b-256 2dc82fb3a572477f7c8375635303c662f8dcf1999b12b396f126801dfdca6ce2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4883c3c9def465a01a724a5461d0a8568101496f79cab1273c434344d8cf5d75
MD5 ff34cfdd924b7103e8d8707b65d48413
BLAKE2b-256 7520140481c0fc0c2ccf6ebd93e1052e4de7d3b98c2a9ac74ffab28c48fcf688

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0e4b9e7546b5279815acddd3e70697109a40e2daf7cab87c6cae7d289c8c3c45
MD5 a7b96e7e8d2952f001990c33caa52edf
BLAKE2b-256 1ec59574b09b184e46042ca4b4c85b8a1021905b08b0fd23eff092230a990d3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 15f0c34d7c8d8547627352335870706dcc133c20b323e0ed04dd34dccbc4b539
MD5 199eabb3fb579e769124abfe83d2b7ac
BLAKE2b-256 29ac7e97059cbbd61e19bf5a77d9ff39a81219366b95c97db337b45c3d2671e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a8cd7eff9ba1b4a55db9a77113ca02198393e20d9e20349fd11a60860439113a
MD5 168ae343e80ad25023d1d7b2317836e4
BLAKE2b-256 c391bdf6f6eabce01373edf901c9f7ca842bab91f6c9ca589eb90c5c3ee986d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 eff3cab3ee83d98ee2ad8ccf2dc57c91272ee9e314c95fc0525a03cab996756c
MD5 4096254c1e586fd3a51694336a68526f
BLAKE2b-256 515cedcff0013a06bc384e5b9ae760416a944fd281f094308804ed02d3f5657a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6487c807e54732dc92a790b18eced97bc56c17a9780694137da47ead13579d6c
MD5 8e5ce6eaf2329183aa86d58561e0c30d
BLAKE2b-256 2fb0ae62e07731f67ee436bf4e6d65bcd3eb65ed4bb55b1d71b86402b66a98eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a543420d0605dd0d83d27f94c6a51e4c00e14a4a1505d71b0cdf6222b861b6be
MD5 a357db4cdb50b53319897c1673cb24ea
BLAKE2b-256 0a8c4963bd85b71659ccd127573dfde6e09df6ebb8d0b8ab2eea14266bc99fa1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 fb9ee27bee547b93cefe13cfe637308fbd0ec21dec16a8fc143294079cabe5b9
MD5 faaf9d82436053e635318db74d1c132d
BLAKE2b-256 9d84427de9a2b58718326139fb9f00b2b9cc2eaf5caeb8aed880d90efe46b22b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ad93bab770ea1ccdbe4ed0e4c8189aa0172b5344a3b0d318f13ea0053e42598b
MD5 1be370ce038d3044d64546b755a2dd47
BLAKE2b-256 8d9e48d24b6c2f00e9072672c281e2489ad3f8b4933c83653765e5bfe7a1176a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 624a9f5ca870003976f36f2bf7fa6a2bd2f73f65ee50012d77eba24419b5491e
MD5 fec9fc9ddfe846ce562e49832130d9cf
BLAKE2b-256 4a85e2f40250f86253474551b8e7850a3a72cdb83963099f8209f3376b62ed46

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bd2cdf893a9fd0310cc3d99bc338567b0f9f58c00906bff0d9168abe603d90c4
MD5 6e9e783ed2c83607bb94f1d48b8a1ef1
BLAKE2b-256 debbcba31cbca5f66fdf4c760110c7596916f9e8267fecd9c8efb686259fd865

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 dd322495a49d7ec8692f114f3c106149df8b5c9f5dae3ef613b67b7f00b2c21d
MD5 d6261c1cab97a5667fec985ad11ac0e9
BLAKE2b-256 0291611bce85c8f763e99089e000cbacee060b6c23fa00a19ccd903487b90050

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp38-cp38-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 0febfa47bcbd431b1194e8db5de5a6b8d9fbf752ccf93caf6acc4f82a7753a27
MD5 dff2fcbe933b2a6ff73c1b18dc05fede
BLAKE2b-256 2128310e063f680b48314a06ef2963ec896d3fa481c722bc401899efaed9e913

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp38-cp38-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 81cd1911f4da0e8fc488677d9a12b80ddb695f20f0030bd3721a7812b8732262
MD5 00d04460b24476ad67624fc95663b491
BLAKE2b-256 3dabc8f201800203cd069eda53dfb09896f51763d35ecff3a81bc523e25d0f4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 93ceb7bf78fd86048d9fb0d27095b76f6d2ca76e6865db77639dfb644587691e
MD5 725afc51ad9c1a8e394a320689cdc452
BLAKE2b-256 35152a46af871cb673f4f33400463147da83ef7c4204616dff0cfdeb14e2038b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 673057453753f461c5317788356b3545c8cb110777875502fd12c4f4256dfa32
MD5 7cb0ca43c8b80857961a589ee22fa8c2
BLAKE2b-256 1728e5d80e2d20bacc9e4c4cb87bc7979aa7cc2fc8d1836123d05e395173f4fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a94434cb99316d9e9fadafb31d433cfdea34d26b70b0f76e46b0e321eee1b136
MD5 14a13a2c607e9f6af629a20efa97bddb
BLAKE2b-256 5898651838170468a8d21930ca3bcbe4a1c1e5c64ca8a0fce1335188f8aca59f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2052c2f86e31a130a4dcdbcf9bb547c7c07b2b04e95a38043125380b99537e57
MD5 d83b0fcb5a7d467f68fb75fb6129ac41
BLAKE2b-256 460a88b1687311b960c34bf45f00e7ca1b9a21c83e45a23e5e3f7362d0c87855

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fb707eeb3b5c50fa7e13afd48e69249b7f91d04f82e840b53f06ded84fb3a35f
MD5 02570d9c476494d67e6421d389f2a1d9
BLAKE2b-256 e02b69ae179f8db09ad871e33dc192740e030d50e9879030b989aab82fb9c092

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7d6e16e68dd2074e3d4afafda315794dbf6516df3d1595940c34dbf76c67725f
MD5 8dd2a4f57127b85d3d9320eea1da93d4
BLAKE2b-256 d5589c3595c4dd48d157295b41d7d4bba8b1d02c5ebd3a2e86b5ee314e2086ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.2-cp37-cp37m-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 00e59ae1694e6ce574d609d930018d97d266efe743b6467d983d0fc0955283cf
MD5 2f0153ce415bdef36001454584cc58a3
BLAKE2b-256 86445ab6920a11df1ecf79336eb704f24d379012dcbad8a94abebb3bae4acca7

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