Metadata-Version: 2.0
Name: pyked
Version: 0.1.2
Summary: Package for manipulating Chemical Kinetics Experimental Data (ChemKED) files.
Home-page: https://github.com/pr-omethe-us/PyKED
Author: Kyle Niemeyer
Author-email: kyle.niemeyer@gmail.com
License: BSD-3-Clause
Keywords: chemical kinetics
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
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.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Chemistry
Requires-Dist: cerberus (>=1.0.0)
Requires-Dist: habanero (>=0.2.6)
Requires-Dist: numpy (>=1.11.0)
Requires-Dist: orcid (<1.0,>=0.7.0)
Requires-Dist: pint (>=0.7.2)
Requires-Dist: pyyaml (>=3.12,<4.0)
Requires-Dist: uncertainties (>=3.0.1)
Provides-Extra: dataframes
Requires-Dist: pandas; extra == 'dataframes'

PyKED
=====

|DOI| |Build Status| |codecov| |Dependency Status| |Code of Conduct|
|License| |Anaconda-Server Badge|

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.

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.

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,
@bryanwweber, 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 for
details.

If you use this package as part of a scholarly work, please refer to
CITATION.md for guidance on citing this resource.

Change Log
==========

All notable changes to this project will be documented in this file.

The format is based on `Keep a Changelog <http://keepachangelog.com/>`__
and this project adheres to `Semantic
Versioning <http://semver.org/>`__.

`Unreleased <https://github.com/pr-omethe-us/PyKED/compare/v0.1.2...HEAD>`__
----------------------------------------------------------------------------

Added
~~~~~

Fixed
~~~~~

Changed
~~~~~~~

`0.1.2 <https://github.com/pr-omethe-us/PyKED/compare/v0.1.1...v0.1.2>`__ - 2017-04-13
--------------------------------------------------------------------------------------

Added
~~~~~

-  Tests of the composition uncertainty in the DataPoint
-  Tests of the values in the references
-  Packaging for conda and PyPI
-  Add Anaconda-Server badge to README

Changed
~~~~~~~

-  All fixed DOIs in CITATION.md are now specified with placeholders

`0.1.1 <https://github.com/pr-omethe-us/PyKED/compare/v0.1.0...v0.1.1>`__ - 2017-04-02
--------------------------------------------------------------------------------------

Added
~~~~~

-  Added Zenodo DOI badge to README
-  Added CITATION file, and mention of license to README

Fixed
~~~~~

-  Fixed chemked-version bug in schema introduced in 0.1.0

`0.1.0 <https://github.com/pr-omethe-us/PyKED/compare/75ecf67766a0be2a80e2377391fd9eca420f152c...v0.1.0>`__ - 2017-04-02
------------------------------------------------------------------------------------------------------------------------

Added
~~~~~

-  First minor release of PyKED, supporting autoignition experiments.
-  Basic API documentation is available via
   https://pr-omethe-us.github.io/PyKED/

Citation of PyKED
=================

|DOI|

To cite PyKED in a scholarly article, please use

    K. E. Niemeyer and B. W. Weber. (2017) PyKED v0.1.2 [software].
    Zenodo. https://doi.org/10.5281/zenodo.######

A BibTeX entry for LaTeX users is

.. code:: tex

    @misc{PyKED,
        author = {Kyle E Niemeyer and Bryan W Weber},
        year = 2017,
        title = {PyKED v0.1.2},
        doi = {10.5281/zenodo.######},
        url = {https://github.com/pr-omethe-us/PyKED},
    }

In both cases, please update the entry with the version used. The DOI
for the latest version can be found in the badge at the top. If you
would like to cite a specific, older version, the DOIs for each release
are:

-  v0.1.1:
   `10.5281/zenodo.439720 <https://doi.org/10.5281/zenodo.439720>`__
-  v0.1.0:
   `10.5281/zenodo.439716 <https://doi.org/10.5281/zenodo.439716>`__

.. |DOI| image:: https://zenodo.org/badge/66023863.svg
   :target: https://zenodo.org/badge/latestdoi/66023863
.. |Build Status| image:: https://travis-ci.org/pr-omethe-us/PyKED.svg?branch=master
   :target: https://travis-ci.org/pr-omethe-us/PyKED
.. |codecov| image:: https://codecov.io/gh/pr-omethe-us/PyKED/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/pr-omethe-us/PyKED
.. |Dependency Status| image:: https://dependencyci.com/github/pr-omethe-us/PyKED/badge
   :target: https://dependencyci.com/github/pr-omethe-us/PyKED
.. |Code of Conduct| image:: https://img.shields.io/badge/code%20of%20conduct-contributor%20covenant-green.svg
   :target: http://contributor-covenant.org/version/1/4/
.. |License| image:: https://img.shields.io/badge/license-BSD-blue.svg
   :target: https://opensource.org/licenses/BSD-3-Clause
.. |Anaconda-Server Badge| image:: https://anaconda.org/pr-omethe-us/pyked/badges/version.svg
   :target: https://anaconda.org/pr-omethe-us/pyked


