Metadata-Version: 2.1
Name: NuclearTools
Version: 0.0.1
Summary: Handy nuclear tools for quick calculation and reference
Home-page: https://github.com/jablevin/Nuclear_Tools
Author: Jacob Blevins
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Requires-Dist: pint
Requires-Dist: numpy
Requires-Dist: datetime
Requires-Dist: matplotlib


# Nuclear_Tools
An assortment of handy nuclear engineering tools

This package provides various simple Nuclear functions to quickly obtain data in a python environment such
as giving molecular weight of compound such as UO2, giving atomic weights and binding energy per nucleon.

Possibly most important is the ability to pull ENDF cross section data directly from online.

This package is currently in the first stages of development but plans for a quick expansion to include many
other helpful tools.

Various functions rely on numpy, pint, and many other well known python packages.  

Please feel free to send in functions or classes that would be useful to class work or research to have
them added to the package.

# Setup
Setup is quite simple and will build a working package from the downloaded repo directly in your local python
package library
It is highly reccomended to install Anaconda for the best results in compatability and in setup.

To setup simply execute:
>> python setup.py develop

Then you should be good to go!


