Metadata-Version: 2.4
Name: pyked
Version: 0.5.0
Summary: Package for manipulating Chemical Kinetics Experimental Data (ChemKED) files.
Project-URL: Homepage, https://github.com/pr-omethe-us/PyKED
Project-URL: Documentation, https://pr-omethe-us.github.io/PyKED/
Project-URL: Repository, https://github.com/pr-omethe-us/PyKED
Project-URL: Bug Tracker, https://github.com/pr-omethe-us/PyKED/issues
Project-URL: Changelog, https://github.com/pr-omethe-us/PyKED/blob/main/CHANGELOG.md
Author-email: "Kyle E. Niemeyer" <kyleniemeyer@fastmail.com>, "Bryan W. Weber" <bryan.w.weber@gmail.com>
Maintainer-email: "Kyle E. Niemeyer" <kyleniemeyer@fastmail.com>
License: BSD 3-Clause License
        
        Copyright (c) 2026, Kyle E. Niemeyer, Bryan W. Weber
        All rights reserved.
        
        Redistribution and use in source and binary forms, with or without
        modification, are permitted provided that the following conditions are met:
        
        * Redistributions of source code must retain the above copyright notice, this
          list of conditions and the following disclaimer.
        
        * Redistributions in binary form must reproduce the above copyright notice,
          this list of conditions and the following disclaimer in the documentation
          and/or other materials provided with the distribution.
        
        * Neither the name of the copyright holder nor the names of its
          contributors may be used to endorse or promote products derived from
          this software without specific prior written permission.
        
        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
        AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
        IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
        DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
        FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
        DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
        SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
        CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
        OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
        OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
License-File: AUTHORS.md
License-File: LICENSE
Keywords: chemical kinetics
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Chemistry
Requires-Python: >=3.10
Requires-Dist: cerberus
Requires-Dist: habanero>=2.9.1
Requires-Dist: httpx2>=2.0
Requires-Dist: numpy>=2.0.0
Requires-Dist: pandas>=2.2.0
Requires-Dist: pint>0.24.0
Requires-Dist: pyyaml
Requires-Dist: uncertainties>=3.2
Description-Content-Type: text/markdown

# PyKED
<img src="logo/pyked-logo.png" align="right" width="150" />

[![DOI](https://zenodo.org/badge/66023863.svg)](https://zenodo.org/badge/latestdoi/66023863)
[![CI](https://github.com/pr-omethe-us/PyKED/actions/workflows/ci.yml/badge.svg)](https://github.com/pr-omethe-us/PyKED/actions/workflows/ci.yml)
[![Coverage Status](https://coveralls.io/repos/github/pr-omethe-us/PyKED/badge.svg?branch=main)](https://coveralls.io/github/pr-omethe-us/PyKED)
[![PyPI](https://img.shields.io/pypi/v/pyked.svg)](https://pypi.org/project/pyked/)
[![Code of Conduct](https://img.shields.io/badge/code%20of%20conduct-contributor%20covenant-green.svg)](http://contributor-covenant.org/version/1/4/)
[![License](https://img.shields.io/badge/license-BSD-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)

PyKED is a Python-based software package for validating and interacting with ChemKED (Chemical Kinetics Experimental Data format) files that describe fundamental experimental measurements of combustion phenomena.

An installation guide, usage examples, and API docs are provided in the online documentation: https://pr-omethe-us.github.io/PyKED/

## Code of Conduct

In order to have a more open and welcoming community, PyKED adheres to a code of conduct adapted from the [Contributor Covenant](http://contributor-covenant.org) code of conduct. The code of conduct for PyKED is available in the GitHub Repository  in the [CODE_OF_CONDUCT.md](https://github.com/pr-omethe-us/PyKED/blob/main/CODE_OF_CONDUCT.md) file.

Please adhere to this code of conduct in any interactions you have in the PyKED community. It is strictly enforced on all official PyKED repositories, websites, and resources. If you encounter someone violating these terms, please let a maintainer ([@kyleniemeyer](https://github.com/kyleniemeyer), [@bryanwweber](https://github.com/bryanwweber), or via email at chemked@googlegroups.com) know and we will address it as soon as possible.

## License

PyKED is released under the BSD-3 clause license, see [LICENSE](https://github.com/pr-omethe-us/PyKED/blob/main/LICENSE) for details.

If you use this package as part of a scholarly work, please refer to [CITATION.md](https://github.com/pr-omethe-us/PyKED/blob/main/CITATION.md) for guidance on citing this resource.
