🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

endf

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

endf

Python interface to ENDF-6 files

0.1.4
PyPI
Maintainers
1

ENDF Python Interface

License PyPI

endf is a Python package for reading and interpreting ENDF-6 and ACE format nuclear data files. Compared to other packages that provide functionality for working with ENDF and ACE files, this package has numerous advantages:

  • Easily installable through pip
  • Thoughtful API design targeting Python first
  • Offers both a low-level interface for working with the raw data in an ENDF file as well as a more intuitive high-level interface
  • Fast file-loading performance thanks to optimized read routines
  • Fully documented, tested, and type-hinted

Installation

The endf Python package can be installed from the Python Package Index using pip:

python -m pip install endf

Documentation

For information on how to use the endf package and a full API reference, please see the online documentation.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts