Metadata-Version: 1.2
Name: serpentTools
Version: 0.6.2
Summary: A suite of parsers designed to make interacting with SERPENT output files simple, scriptable, and flawless
Home-page: https://github.com/CORE-GATECH-GROUP/serpent-tools
Author: serpentTools developer team
Maintainer: Andrew Johnson
Maintainer-email: ajohnson400@gatech.edu
License: MIT
Description: =============
        serpent-tools
        =============
        
        .. image:: https://travis-ci.org/CORE-GATECH-GROUP/serpent-tools.svg?branch=develop
            :target: https://travis-ci.org/CORE-GATECH-GROUP/serpent-tools
            :alt: Build status - develop
        
        .. image:: https://readthedocs.org/projects/serpent-tools/badge/?version=latest
            :target: http://serpent-tools.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        
        .. image:: https://badge.fury.io/py/serpentTools.svg
           :target: https://badge.fury.io/py/serpentTools
           :alt: PyPi badge
        
        .. image:: https://zenodo.org/badge/102786755.svg
           :target: https://zenodo.org/badge/latestdoi/102786755
           :alt: Zenodo DOI 10.5281/zenodo.1301036
        
        A suite of parsers designed to make interacting with
        ``SERPENT`` [1]_ output files simple and flawless.
        
        The ``SERPENT`` Monte Carlo code
        is developed by VTT Technical Research Centre of Finland, Ltd.
        More information, including distribution and licensing of ``SERPENT`` can be
        found at `<http://montecarlo.vtt.fi>`_
        
        Installation
        ============
        
        ``serpentTools`` can be installed with ``pip`` using::
        
           $ python -m pip install --user --upgrade pip serpentTools
        
        
        For more detailed instructions, including operating-system specific
        instructions and building from source, see
        `Installation Guide <http://serpent-tools.readthedocs.io/en/latest/install.html>`_.
        
        
        Issues
        ======
        
        If you have issues installing the project, find a bug, or want to add a feature,
        the `GitHub issue page <https://github.com/CORE-GATECH-GROUP/serpent-tools/issues>`_
        is the best place to do that.
        
        References
        ==========
        
        The Annals of Nuclear Energy article should be cited for all work
        using ``SERPENT``. If you wish to cite this project, please cite as::
        
            Andrew Johnson, Dan Kotlyar, Gavin Ridley, Stefano Terlizzi, & Paul Romano.
            (2018, June 29). "`serpent-tools: A collection of parsing tools and
            data containers to make interacting with SERPENT outputs easy, intuitive, and flawless.
            <https://doi.org/10.5281/zenodo.1301036>`_,".
        
        .. [1] Leppanen, J. et al. (2015) "The Serpent Monte Carlo code: Status,
            development and applications in 2013." Ann. Nucl. Energy, `82 (2015) 142-150
            <http://www.sciencedirect.com/science/article/pii/S0306454914004095>`_
        
Keywords: SERPENT file parsers transport
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=2.7,!=3.0,!=3.1,!=3.2,!=3.3,!=3.4
