Metadata-Version: 2.1
Name: NuclearTools
Version: 0.0.5
Summary: Handy nuclear tools for quick calculation and reference
Home-page: https://github.com/jablevin/NuclearTools
Author: Jacob Blevins
License: MIT
Description: 
        # NuclearTools
        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
        
        It is highly recommended to install Anaconda for the best results in compatability and in setup.
        
        To setup simply execute:
        >> pip install NuclearTools
        
        Then you should be good to go!
        
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
