Metadata-Version: 2.3
Name: pyrometheus
Version: 1.0.0
Summary: Code generation for Cantera mechanisms
Project-URL: Homepage, https://github.com/pyrometheus/pyrometheus
Project-URL: Issues, https://github.com/pyrometheus/pyrometheus/issues
Author-email: Andreas Kloeckner <inform@tiker.net>, Esteban Cisneros <ec1287@princeton.edu>, Henry Le Berre <hberre3@gatech.edu>
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Other Audience
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.8
Requires-Dist: cantera
Requires-Dist: mako
Requires-Dist: pymbolic
Provides-Extra: dev
Requires-Dist: flake8; extra == 'dev'
Requires-Dist: flake8-bugbear; extra == 'dev'
Requires-Dist: flake8-pyproject; extra == 'dev'
Requires-Dist: flake8-quotes; extra == 'dev'
Requires-Dist: pep8-naming; extra == 'dev'
Provides-Extra: docs
Requires-Dist: furo; extra == 'docs'
Requires-Dist: setuptools; extra == 'docs'
Requires-Dist: sphinx-copybutton; extra == 'docs'
Requires-Dist: sphinx>=4.0.2; extra == 'docs'
Provides-Extra: test
Requires-Dist: jax; extra == 'test'
Requires-Dist: jaxlib; extra == 'test'
Requires-Dist: pybind11; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Description-Content-Type: text/x-rst

Pyrometheus: Code Generation for Combustion Mechanisms
======================================================

.. image:: https://github.com/ecisneros8/pyrometheus/workflows/CI/badge.svg?branch=main&event=push
    :alt: Github Build Status
    :target: https://github.com/ecisneros8/pyrometheus/actions?query=branch%main+workflow%3ACI+event%3Apush
.. image:: https://readthedocs.org/projects/pyrometheus/badge/?version=latest
    :alt: Documentation Status
    :target: https://pyrometheus.readthedocs.io/en/latest/?badge=latest
.. image:: https://badge.fury.io/py/pyrometheus.png
    :alt: Python Package Index Release Page
    :target: https://pypi.org/project/pyrometheus/

.. When you update this description, consider also updating the one in doc/index.rst.

Pyrometheus is a code generator for chemical mechanisms, based on `Cantera
<https://cantera.org>`__.

Links:

* `Documentation <https://pyrometheus.readthedocs.io/en/latest/>`__

* `Github <https://github.com/ecisneros/pyrometheus>`__
