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

Uploaded Source

Built Distributions

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

Uploaded PyPy Windows x86-64

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

Uploaded PyPy macOS 14.0+ ARM64

endf_parserpy-0.10.3-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.3-pp39-pypy39_pp73-win_amd64.whl (3.2 MB view details)

Uploaded PyPy Windows x86-64

endf_parserpy-0.10.3-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.10.3-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.10.3-pp39-pypy39_pp73-macosx_14_0_arm64.whl (4.3 MB view details)

Uploaded PyPy macOS 14.0+ ARM64

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

Uploaded PyPy macOS 13.0+ x86-64

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

Uploaded PyPy Windows x86-64

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

Uploaded PyPy macOS 14.0+ ARM64

endf_parserpy-0.10.3-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.3-pp37-pypy37_pp73-win_amd64.whl (3.2 MB view details)

Uploaded PyPy Windows x86-64

endf_parserpy-0.10.3-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.3-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.3-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.3-cp312-cp312-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 macOS 14.0+ ARM64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 macOS 14.0+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 macOS 14.0+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 macOS 14.0+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

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

Uploaded CPython 3.8 macOS 14.0+ ARM64

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

Uploaded CPython 3.7m Windows x86-64

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

Uploaded CPython 3.7m Windows x86

endf_parserpy-0.10.3-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.3-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.3-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.3-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.3-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.3.tar.gz.

File metadata

  • Download URL: endf_parserpy-0.10.3.tar.gz
  • Upload date:
  • Size: 782.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for endf_parserpy-0.10.3.tar.gz
Algorithm Hash digest
SHA256 2acf6f0bdbf04bd0a839690af1652dcbd87585ea4bf9a11fda123af12dfea060
MD5 f649582f5eb800bd6d50c646dd17c783
BLAKE2b-256 cbcf568032ffc5ae07f4ab5d07f2138c7ceeea8cebbde80bfe954af25bc3a592

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 001747e0909b842b7ffaff0ff9efc950a2079b19ae90bbe8a698afc2039cba07
MD5 a1e215c0052d9d9beb18c8b7d8f0931f
BLAKE2b-256 21dee5d73b370372031dbb61d0afdcd7c7037a534cde7c7d5a37b41eb1bc1bf3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a987e7292aab78eed57ea699cdb9b7e80566f99e1cd9dfec85b1aff940bc713c
MD5 b31845ae31f2a728a3c327e9419238ff
BLAKE2b-256 1cbd02b43e673225cf39f974966546f6436e962709cd4a2aad66aede33f61db8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 44c8fd292c533077fe91cebfdf0401ddda55bee4e7c2647f4437a9b33b2163d0
MD5 b2f7fdff80d30cb127f5820c583aee3d
BLAKE2b-256 5e34a63b732af992b5dc4d9bdf1c54a9e5012f0abc863b7cf9383fd4f60fcfbb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-pp310-pypy310_pp73-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 7be2c81f405832d2e0e29826800c09910083d8388f92beda26597fca2207af06
MD5 2dfe74284a90baf207f2d7a315a051f3
BLAKE2b-256 23f8a77e0b0c59c31cb0e0a123d7079336d8f16800f7060df64b7c969200dae1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-pp310-pypy310_pp73-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f23cea6b69b7c64ce317928b3931cc7fa85d311e6a84c3ad8904f69b4e13c2a6
MD5 fe8e07012778e4b4cf7c318be06d83f0
BLAKE2b-256 7dcf8b80709d25d3e06ed805796056c142ece3f73d0637aea565106c6619b638

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 c3ca1b5a9f8a6eb289a63f279956e31bcaba0f24358ffe4c3334cd7f91006bd8
MD5 e490d99e1881c282e49eac41ef8d9259
BLAKE2b-256 96a96df7188244078a2260fcc2593e20c9aafd852b2803566b93f78f37f687ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 61e432f90cdc4437527340afaa72dc67ca40f7615212c651c8db540aa3177476
MD5 55fafa01e4f8118935cf68d16757c206
BLAKE2b-256 cda53efdd2fc9759b7a3e4e8ca13847b5e0c6fe1878495f163fd898d1a2eb8ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9d44d6b161efbbcfd57fb4d06e205c55c7a11e99cb3283ac88a1c6ccd2a2f7bb
MD5 5ad467dd97ca439f0d80924457ddd8e6
BLAKE2b-256 cf199c90608ae5729761c24e42c5d1e8bc8b2a0feb9a38136d00c2d36a19db7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-pp39-pypy39_pp73-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 3b59a58a7af7784139a4cf651e1b7db76377b852c2fff05c41aee2df57637273
MD5 f4719778026a230c581f621353086e67
BLAKE2b-256 00f9499c089fdb9959453113a011421c2ad03372687812960b75da728f2744f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-pp39-pypy39_pp73-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 574c4528d40e3724c10634df63e248ff7552c95e02e4d118e9ba1c9db792274d
MD5 10d80ecdac2c1d975d24a16ed2ded48d
BLAKE2b-256 2ce1efaf27efb668cc16708b6e6883860b0e0309344aced0469a95931c021f7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 8017ff59f34174d80258c762c4b30fae1e84e529314f8f7a040687d369ddbeff
MD5 237767e732ee4a3c7814825b33d230c6
BLAKE2b-256 7e39aae722952d851a8ae99480c4d293dd985b8071ca7ae0ac734ee04568cbf4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 270cee7b820c59e58fd3d89cd4d23056b9fc1488a5644e527de14b5140a3790b
MD5 57dce3c72e6d9a514299d09f5feee568
BLAKE2b-256 43fb183463f6a42ff7d469b4d23f6b3946964b6d892efc4edd48246ea8fc874e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 770cef4d1fddad11e822fdff5d5224a0cd45a9cf3449a2938813f7c49a940692
MD5 21fc595b0b09766f96fe07d6d93a7d7e
BLAKE2b-256 df2cff4a9450da9197405b4ef72b21513f1958b0c99dc7d888713768742b92d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-pp38-pypy38_pp73-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 ceb659c940d997ecfb66e4eec1bcdebe531b65930b2d777118d04efbd0d0fe02
MD5 eec56a98b841bac05c55006dcda77549
BLAKE2b-256 b38fe8f614c32763dce66ce762ddeb1e4615c2cde427deb3e4731013b6275e78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-pp38-pypy38_pp73-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6f7248ecd1510b69d44c85818e8d0ee3b6bdd3830afe7b8a48c19adf1e473d6d
MD5 322af997577b67ee50d14868e1d9f7d0
BLAKE2b-256 176a836d9e1d100d72d2c653b23aa7ecdb622f9d72869ed1961934dd15476e33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 14587277974e5f8632c48b2d08b4739951ca2b733a5aa8027f285ced0b826817
MD5 c91e04cda8775497e414a1f75b638f91
BLAKE2b-256 bf30f289e166ce3f0871c82d4ad682520d284fafae7e923e063027c61e977eb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5b60ef5a1bc9181abf6e1fff4dd628adeadfbfff00300e35def6aa32f9380b4a
MD5 69ba7f083f5139dfff55669434067d6d
BLAKE2b-256 1eae45a68dff0b9356dd2bbea73d1c02d919fdf039b13f0b91f5b94d02b83098

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 71c0980edd32382a2c0e130e69fedb0bcac58857ec33587a9a4f502e591ab296
MD5 c63fbfa1daa137f1d0dcb9027a107c59
BLAKE2b-256 f6cb13ce13a29ea541156452820719e699032f9063a1bc672f29e54bc819b772

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-pp37-pypy37_pp73-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 dd8aec987cf76ca39787e8def88e90688d43351e5eb1954e6189db70ddbfffc6
MD5 2ad48de1c101a1135714df3f6c6f0ec0
BLAKE2b-256 fcd7edec2921c62e6a6c566891f0f29c8daddb03e6d4b00518642a12d3320332

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b5e9832c9c86fe064ca7bb397e75a2b9ae7fa6f74302dd05f55a8b003843a968
MD5 672fbff7149dbce82afff466b9c80d98
BLAKE2b-256 27b2364073dc7e04f4e1ed1e3d186ff881df0394ec2ece52dc2ffa921f2523e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 6be875ababa2c2b1782d22dda3b437a09b5066cfabeb2876e43e1951a2cb2ca2
MD5 b30f48411d559a12d9302d0260727b2d
BLAKE2b-256 a7caea6ab1e664719da7515e33ad4765a7d23691ae2d35227275d7ae2ed50c7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 51bbb30d6285209929d2c9bb4ebf53dee7e054d0e47fa2c478dd6b5ecc34e716
MD5 e947eaa7d20d65a522a1aacdb7aa7e85
BLAKE2b-256 de29b67f93b9a33b176f77b8119dbd321db9c73c2eeeab7e2a481a8ed4b60f64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 03dc9bd29b9477401db614038866ea5a9662b27a6f0402c07f7090e2baa55006
MD5 994a7e7493ec5701a7c625ac6ce7cb99
BLAKE2b-256 74a4f158b16cdb33e3880c041dc7ebf0682321467477823f33f5de278ff5e210

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c87f5714ec5b2ec54275606510c59434fff8f24515da153b2727858d700fe9c4
MD5 3c4d9baa0f9d6eb0da78a90c72847b52
BLAKE2b-256 8088b911c9a0622eff475392ad70fbeab6933b6a253716687b37e00a819b4bc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1597803b2ea35c845821657f92e527fe8297dbcbbe267df2a9a93ef51bd0dca8
MD5 46088d9fd0aca9060b3edd6105d410bc
BLAKE2b-256 b9bc03fea4b84de87a424aa20d212e46b86512770a21a341071bcb0b6c0ae7bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 63a573250e60ec4a7c6fdd405d602f985f6675311da6581ca6d7d3ed72051de4
MD5 cccb5c5ac1695f4e5c21076483027275
BLAKE2b-256 e0168bf6d2517cdc4bd1e049af2c025245fa0c476d05bfb4745106b3bbddf677

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 36cae68a6c77c192272a303438cf331857208c56a818e5bf9f0d10f7e3c6c71e
MD5 314b75ca644e469e25a3ad0b4363cbec
BLAKE2b-256 0736d1843b582f5160e4fa4f5f827d9e84033313fbbae5b7075a5910119eb299

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 fb91d2cb0eb62ccd83831c0359e01ab09e57b5c6327b1a065a62256301d4ffef
MD5 b6e0063a4e26b8c9ae1086dd62e725ee
BLAKE2b-256 114058638a05336f63fa29020af4fa760f73f222da6db1226bbd67a3e11048a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 c220825cbff29f37cab14e2f97a04d9678d69b4dd91630ab8b1b8705ee5160dd
MD5 227c34b71c8f7d7ff769d94352d44629
BLAKE2b-256 d1b8ab36273a1dfd67db952f984b73da704a22a607d6c71545eb0dabadeb5c13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f6c3029b8b90399c1534155095720a9c72b146e3c2091e57f3ef37292b7e2ef2
MD5 5d5807dbbab60ff6235f297b01db8360
BLAKE2b-256 b6dfc1b6ef03a816fc894cc9afed62ad428ac98028ff172412a6712abec6df0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 04abd79458962127f1fadb482b7bcb0b4f97580f9aee2fc443d745f457784a8a
MD5 8321325275fe01d9d022ee461d91171e
BLAKE2b-256 5402db54b3db5562dac834899104057722d17b079ecea4407981f01ec1f29fb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6f00c29ffd72d71a97700ef09669f660beb2367dbfc4944a515747ada43b935b
MD5 ea5f1acf9e5fb59b9e3ca7e92c2dfe55
BLAKE2b-256 e4aa533062222887613ce650a02d55938c7d86fe84bd1ec3af71e1723e427546

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 978722ca823921e0cc93ff581229d169ff489ceaa3f86daf7361f328f5030306
MD5 1f928e0e4dee17c7422ed0b799747d94
BLAKE2b-256 4073d1a2a66e93cdf28636e4b2233664778d313344748e16ccbf476875f62a7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 815e3d028e8dd4772c9ce3689b8c0b702374923bde7bfe1d69764db302ed9a53
MD5 d9a979daf53c02e302b32595cd791527
BLAKE2b-256 cab5c316d917637781c0097affb41758e15677d2fcc8671e52edbb415b52c45b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e992cf7d3505c5f0a1d13aa920fcdd53370001b7b2fb17cd36959bb02e452148
MD5 2e7168a4ecd13b05e642e91e798ef94a
BLAKE2b-256 add86e445659dbdafda194982a5e536f30c01128159fcbd8c679713cecaa4edc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 32bf47b5d3fd9cbb31590bd17e472b0f8432daf4f2d64ef7409e423bed8fb929
MD5 68b908eb0b0c530b1765fea2b2b9a48a
BLAKE2b-256 f791811cd1d271469d959655c62b32a2160234590fc33a50a93ac1a4ae1ce237

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 1cd2a5e5d7085b96072c1f8472749a3b321cb58aac0936ac03bc6d631877b5dc
MD5 d303352509107bf3a34980afd12d5187
BLAKE2b-256 3accef30c828ca1f1f8e447ff365b032f9c0399fe0210faa6fc65be5a183662b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f5e74c37827bd65e4f288f506b67318b89b2be27618c964a5c1a5979a9dc3f93
MD5 7e8f7f2b57ef12fd2e56698283e9023f
BLAKE2b-256 63b5443fab10d79aab734e71931beb6a1948c4fc31ebf2ca85be3817aaada817

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9ceaefdafbd4c2a4b40e7dc54826cff695f5d6af191201cc00600259e09f5d07
MD5 f214fe18db53dc88a6cb27f532887c42
BLAKE2b-256 2f5928aacc57f39441709ae85bd2f0227347dbb0e4b9b999345e06f784bcd7d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3412528a422e900025b833bb6e425f6c040a9efb9fec0b9e07986013d020c425
MD5 ae10a6f9babbca7d2d368eb4b4482a2d
BLAKE2b-256 7abb045115d5c8c40287a4b4804afacae6e9fe8d97298e43873b5a064240565e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e9757433394a7b6bd7228d59af86972b67313e8af352c8cc8b71eb509a5270f2
MD5 e29201b60a15b28b401728b8660ed0aa
BLAKE2b-256 411c6e02072f42ffee117487bc3e1b82042e9e2ee10bb1a914ae19d670de1451

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 9ac339589d931e183645b8a2ec5e1a16dc55555a02ba1b3dc4fb5cdee1debaec
MD5 f9810d966d225c3c4591626878f0a2bc
BLAKE2b-256 3d9d09fb2c507ac80188ee4ce79e4d68fc1c9232a415b2461a0747cdc2436606

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3ed7e3a6e4cf0ec4b215e66c33fda63209cc92c17f058511dec17226871300df
MD5 cc8241f16e01bf76f02c701fd6c979bc
BLAKE2b-256 e840b258aa679f7d309a1215d74be8ac248c497a617611ddb0f2e2e3fe4586c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 1577c56671c5cd3608fb1c8b3eec84796a0cdf8b071787b1baf32433f7313cec
MD5 85f2b3352a7698cc83ef8d8106fabd5c
BLAKE2b-256 0ad42e6759473480a0f4ed8c7668bbdd510b6fd68871b03170665381d375b812

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 2ee5b4b516af61c28ce2043a251d0d0c2abc63a11272879686d6d42677258656
MD5 1eda765f17ca1d90f36daadbc68dc0dc
BLAKE2b-256 a9916c3130925c912e4f9f6ffbdf80f0c90a8ea02e4729cd95a100f04d18c092

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 180f5eb656683da0130dcefb0f619341a0908c0ad26bb1da66e5058f1e8fd9a0
MD5 93056909f6237f0d43332cc8ad855151
BLAKE2b-256 44cc736e379ff46ac5c14bc004acaeeae245e0b5c9f1cd4c0f1a6d0e0dec1728

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b97c75be67dbd58c30f044228bdb1038a6cafd5cf1966927000b16af1b181aa2
MD5 f07b22e3c169d474f509fb2fd370dbbd
BLAKE2b-256 d9702fc73779fa2edde1d9de1dd43a895f8221ae10b95950e53150483647acfd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8a9b88fa9cdfcaf4ecac5eeacb60652d542418850d62666d57fbb92ac9b669da
MD5 959a2743b3ec4a33e367d67e747823db
BLAKE2b-256 1359828e71824e25e3e0939d97fbf01c880532fd533361f04f3470e95e043251

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bd5ac90b3ce26b5fa67028b8e94577f316385087e21c778c06737c3740132066
MD5 2ac20e94b26ab916291e1883c090a084
BLAKE2b-256 14dc2e64b26ad85ff127e1ed80e488e19bb9651db0cf143a13b7f40bf0857d04

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 984e9cda8075be75b448fdb9a4d4cebba398cbd3d75bf2985f3aed0aa8bfb264
MD5 0eae7d744e5e338b7832a643eafdfee1
BLAKE2b-256 51b06a07ff3b128261748b8967754058c18efd6b9125f564613fac8a2c607828

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e7ba79d747888fb8604f85baa3212f2addb69bb7fdc7e4232e6fb245003dd2e0
MD5 7da7c02eaf45e40e03a5d618421bc8d8
BLAKE2b-256 252026245e0af81952b74d858452e562d73b4fc8d67132bd51d42ac549b86775

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 68a2a16d40b510f7d7cabdd07b6fa849866bb1e4639b218a5c86f298320d6d50
MD5 1e03d76b2fc19960cffa5a522d8e6603
BLAKE2b-256 c5abb1bfbd8e6e39214d7a23e2bd6565c58ce5eaff372643028fe2cefd1c399b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 568f7a809ab8deb93b294ab956ae2151328cea278b56c06b6dc48755f17f5694
MD5 aa1f0c36f124b9bb9fda3d7774660510
BLAKE2b-256 87e2db129c3f88cad3d47d0c690b72af5cac9ee68c88a1ebdecaa4e518494c9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 41ec16663c56fec99b8adbe24a768140ca4cb652ac4ab3a1b73a747ae471ce50
MD5 73c9d2e2f74ee570d55ce72d75c8a51d
BLAKE2b-256 4a9ed8b4eff41844fcbdcfa4d4aee5f93cad04cd697d9a5f5c460cb78962b8a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9b7e461cf013ba8e2d0ed05975d385c006c483755ea57962e2c2da0c2a11a307
MD5 d35f724c21337185f80b7515aea372a8
BLAKE2b-256 9faf8da17206cacd66de7bc3aea8d35bb2c5a695125d7ced3f4b777c7b8955ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b2671cc962aa2dca66f8a38f2ae3345958e029620d78ef74de3ff60273f10bcf
MD5 f932aa5105c6310c59b4d7af8ada9288
BLAKE2b-256 009fefc5bab9fba45d10aabbcfcd7148f93952482a0e5a1e656a01f3a6a818c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 902d2feb527f19952f830eb955a4709129d6e728072689d35e46c93ea99eb6af
MD5 6363484895da995edf45df05dae5e0f7
BLAKE2b-256 3d13b912f14ea46139958a3534689691ab8149c79a0d18be43cfa409b0d68726

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp38-cp38-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 8eedaa4cb98b4d814b568df8bd686f73b0c744856a5eb88cc8259637a5529ba6
MD5 240f928c1afd0013d16770a47e5680cb
BLAKE2b-256 069b21bb517187aff60b41f444e384fbceed0a0afec213b062750210f425ece4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp38-cp38-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6fde9be6cd6b49d870c7fd8f29bb6d89c628fc76aa9f415669b751bd8ceee746
MD5 c2af730c975b0fbf5ee9174921962b3b
BLAKE2b-256 629fcc34f98bbc14be1b44af29a8545037d81758561cb86ecbe6865e323798a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 348da07f554202e4f01baa10475a58f4a27a3cf86bcc87a091ad12aaec9342e0
MD5 ac9f4ef47707c18a9ce44a7b3da37ba2
BLAKE2b-256 7ad189480a94a859cb06d3cdd8ff9640f4b88117443c1f02600e97dca3515cfd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 dadf2a8dbed4701bf7c6ae703797aa99afe0ddf9245f4669ea1cfa73f85e8260
MD5 3ed9593e17ec0efe5ba1b244be25233a
BLAKE2b-256 1a978a53d5825a3e01ba223125efdb5c8b8d29b30892413279861ef5f45c2806

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ca79651876654c00ea82814d516c0eb65b89bf52c076ac74939c2a8576af280d
MD5 13d77a98128a27b81239908ed0b319d9
BLAKE2b-256 a3faf3a89ad8efae79af29591ef254a8729a063eb104d99968c2c1773364c99a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d0f7c2b3cd3d2756af50414a30cd6bc37d791851878e7416d4ae48eeae43d166
MD5 93dab00dcca46f6fea55da435950b410
BLAKE2b-256 ed8bb32d0275e12a5c3f5f6a0f77a7b329a5bfdffee0891519eedf30d2873545

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d8168611a7f6c4323374f7d9215bb22e09db76d16a298a640afe35919ff8920d
MD5 820801a435cbae46a5db6f4d0dfb9359
BLAKE2b-256 a173ddb244e38ea2e74f9efba1f68f28e23df07402658f426e0faf99608444da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4e33261563e81c5382c031db96213844a627c2e94b47307fb666e912ca78b655
MD5 4865173da20cd5930ddf974689269534
BLAKE2b-256 e60809f44f75f0b5afce1b1db615067ad82e2c3a197857e403f26f6d5d4d294e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.3-cp37-cp37m-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bfe0f8c73331a0a52600c8e1361cebde1d6e60d0552c78dbcc64648a570876d6
MD5 37989f1c187063c74c4c1f54c20eb48e
BLAKE2b-256 bfb5f978ec00a97d0104ea698b5b319496f126b7c82d3c93bb7ce5b506396ed9

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