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.0-pp310-pypy310_pp73-win_amd64.whl (3.2 MB view details)

Uploaded PyPy Windows x86-64

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

Uploaded PyPy macOS 14.0+ ARM64

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

Uploaded PyPy Windows x86-64

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

Uploaded PyPy macOS 14.0+ ARM64

endf_parserpy-0.10.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.10.0-pp38-pypy38_pp73-win_amd64.whl (3.2 MB view details)

Uploaded PyPy Windows x86-64

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

Uploaded PyPy macOS 14.0+ ARM64

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

Uploaded PyPy Windows x86-64

endf_parserpy-0.10.0-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.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.10.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.10.0-cp312-cp312-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

endf_parserpy-0.10.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.10.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.10.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.10.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.10.0-cp312-cp312-macosx_14_0_arm64.whl (5.0 MB view details)

Uploaded CPython 3.12 macOS 14.0+ ARM64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

endf_parserpy-0.10.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.10.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.10.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.10.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.10.0-cp311-cp311-macosx_14_0_arm64.whl (5.0 MB view details)

Uploaded CPython 3.11 macOS 14.0+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

endf_parserpy-0.10.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.10.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.10.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.10.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.10.0-cp310-cp310-macosx_14_0_arm64.whl (5.0 MB view details)

Uploaded CPython 3.10 macOS 14.0+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

endf_parserpy-0.10.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.10.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.10.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.10.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.10.0-cp39-cp39-macosx_14_0_arm64.whl (5.0 MB view details)

Uploaded CPython 3.9 macOS 14.0+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

endf_parserpy-0.10.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.10.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.10.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.10.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.10.0-cp38-cp38-macosx_14_0_arm64.whl (5.0 MB view details)

Uploaded CPython 3.8 macOS 14.0+ ARM64

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

Uploaded CPython 3.8 macOS 13.0+ x86-64

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 b358ef8a9d59539f24e9285b319fe8459a443baaf97787992ce8838e9248699d
MD5 2bb737b9d38290084220f932ba7a0edc
BLAKE2b-256 b96a832afcbfb70a29887e606103bfe436b2cdf3524e0423b208bf281e9e5731

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b83790c507f83530309f00700b41e7f4a87358272bd67a8d91ecd3efc5a1bb7a
MD5 f854b97c9aa3ef3a32ad665625cc05bb
BLAKE2b-256 90efe13104b7675118d86a121a65bcd5f07f76a847c227b9d599d3db46d18e29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 75801cce4de446a849f61ec0ff40f78b14a275b746575b325e02f3e0c7e32d4f
MD5 8955a689acf8b3a107d6d802722b9a80
BLAKE2b-256 8514253ed7044bf2d469b6ea5423aedcbc2118ace453ee71a747f3edc51ae487

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-pp310-pypy310_pp73-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 61503ca06059aaf88a941f78f1aee102b80200543a7769db878fa8985e16395b
MD5 ae84df9c188fe96771066f6ac1bba0e8
BLAKE2b-256 f92206c3104a3c45a20dfc998131eb9db3dde621d13277346c6b2bef8dfacf24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-pp310-pypy310_pp73-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4d63542be86448bd6f37d4ed3e6f38de35239dfbf7f4e392c27e642a906d8658
MD5 bcb6170df6ce826ae5eec181deeaeb1c
BLAKE2b-256 102242387e50a0a0e3d1f4b03e67a7d8105bb19ceecef858a4e99bd9c6d5e19f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 f90ac4f101b1292259544856026cd8135a2147d1caaa6aaa9e16819fc7723701
MD5 e6376ec4618f5bfa2f13a12c698211a2
BLAKE2b-256 6c91b0ffa5d1f520479faac515730f683e5e80af6b130faa4d6fc7e336e124b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 10f9d2d0d51e1b828925483e20a0f5c48c44538b428d37ef985d0f4b5da29e34
MD5 07c65a728e295bfb3d1592c09366ea1c
BLAKE2b-256 25aa0a501fa9c4e0cd31f19308858d43bb9e6e24160c737a3b239bcd45e868ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bde793a85c9fcf6b3a3bcf56c4c8b7890a5510615bb3d43726d06dbf7cad1b3b
MD5 b93abb9520b6a36379e33a23a235a56c
BLAKE2b-256 ab0f6daf562c7ad1aa9cca76ca1470f09db489543ad6201189d9552e69ca084e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-pp39-pypy39_pp73-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 3692acc1e98e5177e76cc94b42c4cb78afd81192917444df85ba0e864a148608
MD5 3675bce89bb20cf81f90d194a1dc520d
BLAKE2b-256 7be12b4ccf22fa348c1a441418e2da9f16a7ad9742ae9fe8be265b03b99efcdf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-pp39-pypy39_pp73-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c0caabaf6b884163ae3b53f05314529a5f7c1a403afedf210108012fcf06f744
MD5 2c0edaa2dc146ed4f99a27f7e93881a5
BLAKE2b-256 cddbdac44ec1a1512dcd9439eb34a3329e6f7fffb900f10b7d7fe7cc88781684

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 aee69984de263102a59bb9b922f034e821fcecae2ea652befbffabe8d1dfe30f
MD5 38e2e89c03d15433b8b81b2c8cecf5f9
BLAKE2b-256 919a49f10b7aafe6bebeedc724cb54a8464a74a7fcbadc6ab3c8f85bb3f3541b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d91bbc6b1f9460fee0cdb85b904ae880219d1df89713f4c267b1f49f76575e20
MD5 833aa5814d9d3db8562b6cef6728714a
BLAKE2b-256 e5e55c4ce266b364384d251e681ad2c084041aa08837123feb61926ddcabb12c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 79e1a7b6584e9c4ce01c99f93fe4b450062c04725f94e80d76eb9259e8c9d027
MD5 4b4947a2f57098d9ae38f406a15ea026
BLAKE2b-256 b91e25e402f0a8840c136bddad704ab96517023338e5b86c930c721b93a3f46c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-pp38-pypy38_pp73-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 6cd44fd3e757c015ee18fd2e257d084fcddc92b53035017ee46df7827e027be4
MD5 1fb276d9ce958099cf4a66986026dbc1
BLAKE2b-256 3400df44046037546c83d474fe5ff3af3039720c7e2d4370f408a96e8e8dbbe4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-pp38-pypy38_pp73-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 136ec7d3d4fdab06803c38c24dd2e710c4930e3133360dd0928f33692231cda5
MD5 a96086eb86cfc7b204f5538950cdfbce
BLAKE2b-256 c693ae81d37f34b763c7d0c7d87fd0c1dc61681daef4d42d8cade6cd0211631a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 56ad4a7690ee913c987bac295c59a94286f9714f73b79836dc129e72d9dadea6
MD5 d5d3563ffb3a9c72748b409cbfe3b2b0
BLAKE2b-256 37c9b4b4b74e193bbec4d499961cc2303c2149b506bfb8ee19e1456077240326

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4d1ed6f50c0847f2e4bb77b21084c38ed751722e1f317cb4d016b22f057f8c33
MD5 0a4334be527a0645802409cb766deb29
BLAKE2b-256 d0cf8fce92212bf5cfa69309325a9b7c35aa8e74c382378134da7402295e7544

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a277c6b5e78de87f7cf8719971199759845703e4550e97672fb7a1deb699bf21
MD5 79ef9e5bf9715c2cba0cbd4f0bf52f04
BLAKE2b-256 299f7fffca9e84eefae571b405c2f16141fded4c186ecfa9949ddf74f936c29e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-pp37-pypy37_pp73-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 03ff35f17a6ad39a10bda7e1623307f61d12f100d32be3d1700ddfa2298c0894
MD5 d54b68992c2c3790c4a4966c04da2e7e
BLAKE2b-256 6f3e1398690139a7dbdeed48fa470eddd22d16443bc108c6072de9eee4e3ca2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6526c37f9a2fc76bb7291b822b5af932e63c80bdda305965d3ea96f014dfcbd8
MD5 67b3850704248b0000374971282e4f76
BLAKE2b-256 2ea33f907a0507e4888b4b40ec8da134f0c937f4694ed11461e37c8f17e2dff4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e7eee0d6f3e468af835df484cb9c26afce53b6e3df8dfbb05c04fdf9b7c66093
MD5 05a259117725039f9ad34507a4b93c38
BLAKE2b-256 3c7e0ba3e8aa9a1b9b95531d4df15aa158cb8fd9730662ce269e51f55c826d66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9ed6fb0f63c210232dc9c54e1bc9e417cd7b088a9ed0d0cae1648339c383c2a5
MD5 e721440298e01647967298a4c283feaa
BLAKE2b-256 d62283714a8636071aadf34fbbcedc9a1ecaf34ab8caf7f4837725433dd75ec9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2df3213b3f1a04604e776fbf7b9d7674037a87adbcc233104d1f2c485d86ffc1
MD5 4e507ba85e9138459953fb9fd6ba1d8c
BLAKE2b-256 4777249813b8689199507e9e1fc6a35a39b0403879e58ca01a0199750f848542

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b2ce4ec7d1bec4f3425f96de315e0e5a3a66e9b6368bb380e5a749f8ccfa5462
MD5 11afbb1fd2bea36df4513d7ba0c8c284
BLAKE2b-256 be978b95dfbb5ffd8ebca0be9c93da4e90bae77debf76f18d818606655ca6ea9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a3c9fa62bd0c6384864ea98595d4c4700ec4e2400374122d55d1451a7b128c77
MD5 e8153d6979d0d1e3a0e8d57b86245a45
BLAKE2b-256 f37b85a40755c6e0603d103a1eb09a41b12ca169b39b53b8a24fbd1259d0e84a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 5279ea284fe2604e7966856dff01fedca725eae9ba1719ac22f9d000fa2c59d8
MD5 8e8388c93e2ee813c81190004e5b43db
BLAKE2b-256 156b9bc4ba31e8c7a2d694769342b4241dee9892b2e809cf2cd487e98ca0cfb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ba144d4c61ac38ef4421ecdfa1fe571b02650757e54795db21d39a48d5a60e4c
MD5 5040dc0b0a3ba779ea4d96535e60e4d7
BLAKE2b-256 f7dbd8065c2f5f22b38831d7c011ab8300a34d45052ebc384660fc435baadbd6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9c01fc1b3e1137bb3ee38f64d6d9f6447d3a80e7fd6d48833c20ce7a11c7e83c
MD5 74b9fef86e71b4cfef171f93a973b33d
BLAKE2b-256 e450db31ec0d4649680ddeb980502591025e01ae0e3c1fbf0f49631671a81349

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 b0c9c86524cda301fa82723886f97e3e10fda3ae771be2d9929fab748be83e0b
MD5 2fd578063a1009a548b9c7a334e914ab
BLAKE2b-256 5f7f635c1ec3eca02d0e3cb478d6bb51472a0f41cd67058d258c6e75c80b78d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4144a1f01d8c093c31d6f6b517839c728da86f5be2332dbe79221905d799a134
MD5 4aee11a4d399609f5530a8e793ab4dc3
BLAKE2b-256 337d63632deb7576f56737a05e58bee5e43304117a31f7e713530e70bc67fe72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d62e3015b6f823142ef496387cb10cfabba80f78b6345830100d1b36c262c0b4
MD5 523f96186a5ca429e211fe1d6ff60c40
BLAKE2b-256 6b288dead18e98d7af3ae579a2912ef1998419c8812470a836464ed635fddd05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9ccb143520b1b10b71d8f43394c58470e6b80193a870eab2fb643497d9effb3e
MD5 0e2dc8525b6d1700ce0938eb5d3aa962
BLAKE2b-256 1084c80e20f5e56e6e0f2c17ec5da21fc144bac8eeb3a9cd7ca07eaaa9b5ec55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4893e035e489e263b3a262be9767ee259fd10c179ae5f1c777c80050c94ad749
MD5 f3695431e818e755187d266c9167adc5
BLAKE2b-256 8c6eadef9a62ac228275c9f0c8b2d6c4a08f13324b305acd3e709c9a6393faaa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 ab5da388973e5c2eb63fc2c54bff03e7cdcf19102f95a820359b69e9f586fd5b
MD5 d98d6e01d0128454cde706fd038e3b84
BLAKE2b-256 8ceb0d4e8e209ac32525838867c7be6f6bd10df8938fed388d999aaaf798a741

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2195df9519b28fe1cb5c40c59a4e77b9a82d6f1c3e4a519ba5cf4322504ad1ae
MD5 30ff42b19a9b20e757a86c289a398625
BLAKE2b-256 c1e86e5edcf2f228414fd196b30c872290b36fd545392ae6a34910701fb62c23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c2508aff87edf1bff002012160367c1291b0bbdc60aa72a8522e0b78981f71fc
MD5 ca56029edf2f72d1a051a4239b0b77cf
BLAKE2b-256 665c54fa0ccc24ca9db1bda209271f9612ad0eee3f7e9486e3820a2a33f50964

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 63fb9720bf41b9637dc9852cea7bc74ce1f9d0abe949d4241404dbe32e0582e9
MD5 8302cd0c306152d126f7d48a2d04bc0b
BLAKE2b-256 47aec74c9630ed68c19131d8e7b7c412e0ec1d59931d67f1ed5b6d04a7ec6e87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6d3d8c6e229f43fcade89e30107213dd2be4a03eb702ee902a8678aaa0393961
MD5 c2fb04424dedea0809258f776e0832cb
BLAKE2b-256 874ddabda09a974026ad5df2055e9dedb9247cd0f03225616a7231b6d1e9b73c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 65b04b6b90d59002bb82c8a6fbbb3dfd33be91e75d9634d1414aa99ec11ec5af
MD5 256f4fba07de5dd0863532e77a40a3c5
BLAKE2b-256 1c8db5ddf8c26c651607a81b65eeb224f92a694d03e766da417b17a15875d9e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c8cfdfcbd6d7779062717254d13d8baa81ce0cdc04230d46e2c761c8d3ae93c4
MD5 0bb7e13f17a5cc7c28740bb5c15a3a03
BLAKE2b-256 ab67d023d4e13c9f52a00f3ff6939a6be0b5595423cfbbb2f5fa80e54061f018

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 737aae0624aa9f48188dfc0af49360d95a11fbf98ec6a9b225ccbeb61c5a59a3
MD5 d11ff6c2474c86bd21b6dc55b951c65c
BLAKE2b-256 4affae68bea7e57bd61ec223bdc31c6d6e4119ed04bf2eb72ec88cec3d1f170b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 f082d1e636a33d5b8d506afc172be3275e606a976fb39465e554217396115514
MD5 b58331d3abce9df1606607b4c2cdc301
BLAKE2b-256 edf99b4f5ffbe8d74d9cae89244ae68698f226279d04e67d8014bf0f1cc14ee9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 16151864639e893835532e6ca8a1bcb177e7740b04204878769723ec47154aca
MD5 a0899ea6318f41cc908e1c1eaa0db694
BLAKE2b-256 ce1bac41d357417fa9cb3fff854c597f584214ca5d750d05051bf32bfa6036da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9c44f25de3fb4103e1b2de07add3443b02ce487dd8c66a1e52faf7d5dea031e6
MD5 cf35f5b156f4a50ecd7d2216f2c1e297
BLAKE2b-256 f6dd766f42b713082ab420a86e57edb5721f4048b9b8fe92499a6335b3c021f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 5149b6c6febeec7e33921901ae82d62d0bcdd098c221ae2636eabe4f0e328053
MD5 8b63513e42be972ebb4898f244bce67b
BLAKE2b-256 75f0c1e46e95e682222168e129bad7fc313b429b0441bcac21b59959d136131b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 037880f0e60cde95c244c597d9453bd8e154f1bf7f70ea684d312c9de4e2df14
MD5 55b1fc71e291418891f5cbee367ac4ba
BLAKE2b-256 62a22de1d40dadb70213e8369e163b4f6ce3b04a85c8519a1530a7c852f9dc7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9d95c0a41d73101387887791c6aedd35f07eee809e519b75a111bda5700314ce
MD5 2e301b3c3c9a292b13f337b6d2364334
BLAKE2b-256 a1eab4788ff763c9d6d838d8e4876f6159613c2c5bcde6a5be9f3757c90be467

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fc1850714e1eb7446d202baa904133cbd58d21363a4c4420877291d1fdfcd3ca
MD5 19c38e08022460541372f4d85c3abd80
BLAKE2b-256 669885ba09917fcd50e211282351796c840df3cb101cf6ca3689df8740979126

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ae83d44d31baf4ebec9a2e01d9f25645b1d79a1d0422e73040ccf8470a992a34
MD5 ddf7268e0b36898aa94e6baa51d27129
BLAKE2b-256 82cfad3604405e62a6e00c1542d08734682711dbf80d2dbf3b460af4f82eb05e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 a3625e7546a934a94ce8c53e2bd03bd65d1521ba546c720e353afe757d810fe0
MD5 b36caed0507603241276ad7686022248
BLAKE2b-256 127597a317602f8009659a4ce0512a4be5e9ed8b2b043959dbc8544608bbdd36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bc6062ab1f2364913b889f9f1f5ab0660bae541b912f3df89abb5e0c846867d2
MD5 07e855b9b285dc5eaed52e1691b5a0c6
BLAKE2b-256 5ddb92e9d25196e60a44dac04e4e95d74566c465e4038708ea5bfff415435fe0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 0824f72652dd62e90626f43a89c58f606a609e63405118c50096e8fbcbdfcf79
MD5 a9ef4572eb8918d9361573f0993fd69f
BLAKE2b-256 9e7f4dd638607b66f8aab57b0aa59053f43481f681088578b0ddf43044f30eb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 aa34f4f02d6d6903281cfd6b5518a81787eefc4fba52bece8484dd35592f211c
MD5 3786c811b9d5213e6cb76b2e9f21ab15
BLAKE2b-256 ab2051360efc02e66e612a5c0d12dbe6bd596c065f45ff39671bbb3ce4d3891f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c2528b152cb39e709d8335f954250fe20c27a1de4c92f22de00a83f173cdc2fe
MD5 35df773c031fdf7da0fce652c98c2cd1
BLAKE2b-256 668349ec5a2558b2964fe5630ad310abd074152c644c0fef5380c908af77013c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 09e5358ead716e9ab71dd4a2afe3e1cbdcb31d86b2378f7c7288654f75632dfd
MD5 96da65ce52b59bee25af37f12a48c702
BLAKE2b-256 cf245eaa749ebe5bcf1bf1eefed7a4e84f3be1163384c969a6a5c692c1263691

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 be1c9ffadb5b2dfd3b88945203c8b580c0a6632f1e942e7b3c22d82ad59b28ee
MD5 a69b32198ed3ce810926215cafb658fb
BLAKE2b-256 7d134d8eadf21e4b9dd1928c8ee318fbeac1cead1c6481553a42dcda711db7e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9a1b9a057fc23ee967a9fde2fc3562a8bad801cd52799fec97b8fa450c1bbb23
MD5 2f3b46d4389364a3ccc78676c0b8429f
BLAKE2b-256 d817ace4bac4911c12d226f4ff7d620a75a0079fe72e67304658f0abbdf966a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-cp38-cp38-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 755faadd6f8f92f66eeb774a1b5fe5940f4940cd634d0a542ee06f8ff6ffc145
MD5 10cfb091c39926e6101b1df5c85b9b45
BLAKE2b-256 e921e367bf2e8500f9df2bfbc78d0a11798d5fdd30a77f916e2b6daaea0df9c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for endf_parserpy-0.10.0-cp38-cp38-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 092736112c15d378c62cd3303a08fd73f4ce16cd9a4c091260d2b54fd4b9bdf6
MD5 3eee920d6b860189f3c995654af1e3c3
BLAKE2b-256 2019424b98222482e21bc034f04aa02bf2d6c8bd4d84adf95f737da2d6baebff

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