Metadata-Version: 1.1
Name: pyJac
Version: 1.0.1
Summary: Create analytical Jacobian matrix source code for chemical kinetics
Home-page: https://github.com/kyleniemeyer/pyJac
Author: Kyle E. Niemeyer
Author-email: kyle.niemeyer@gmail.com
License: MIT License
Description: #####
        pyJac
        #####
        
        .. image:: https://zenodo.org/badge/doi/10.5281/zenodo.53100.svg
           :target: http://dx.doi.org/10.5281/zenodo.53100
        
        This utility creates source code to calculate the Jacobian matrix analytically
        for a chemical reaction mechanism.
        
        =============
        Documentation
        =============
        
        The full documentation for pyJac can be found at http://kyleniemeyer.github.io/pyJac/.
        
        ============
        Installation
        ============
        
        Detailed installation instructions can be found in the
        `full documentation <http://kyleniemeyer.github.io/pyJac/>`_.
        However, pyJac can be installed as a Python module::
        
           python setup.py install
        
        or from PyPI using pip::
        
           pip install pyjac
        
        =====
        Usage
        =====
        
        pyJac can be run as a python module::
        
           python -m pyjac [options]
        
        The generated source code is placed within the ``out`` (by default) directory,
        which is created if it doesn't exist initially.
        See the documentation or use ``python pyjac -h`` for the full list of options.
        
        =======
        License
        =======
        
        pyJac is released under the MIT license; see the
        `LICENSE <https://github.com/kyleniemeyer/pyJac/blob/master/LICENSE>`_ for
        details.
        
        If you use this package as part of a scholarly publication, please see
        `CITATION.md <https://github.com/kyleniemeyer/pyJac/blob/master/CITATION.md>`_
        for the appropriate citation(s).
        
        ============
        Contributing
        ============
        
        We welcome contributions to pyJac! Please see the guide to making contributions
        in the `CONTRIBUTING.md <https://github.com/kyleniemeyer/pyJac/blob/master/CONTRIBUTING.md>`_
        file.
        
        =======
        Authors
        =======
        
        Created by `Kyle Niemeyer <http://kyleniemeyer.com>`_
        (`kyle.niemeyer@gmail.com <mailto:kyle.niemeyer@gmail.com>`_) and
        Nicholas Curtis (`nicholas.curtis@uconn.edu <mailto:nicholas.curtis@uconn.edu>`_)
        
Keywords: chemical_kinetics analytical_Jacobian
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
