An open API service indexing awesome lists of open source software.

https://github.com/hydrationdynamics/svante

Configurable Arrhenius plots with fits, uncertainties, and ratios
https://github.com/hydrationdynamics/svante

arrhenius chemistry enthalpy entrop fits plots rates

Last synced: 5 months ago
JSON representation

Configurable Arrhenius plots with fits, uncertainties, and ratios

Awesome Lists containing this project

README

          

=======================
Svante: Arrhenius Plots
=======================
.. badges-begin

| |PyPi| |Python Version| |Repo| |Downloads| |Dlrate|
| |License| |Tests| |Coverage| |Codacy| |Issues| |Health|

.. |PyPI| image:: https://img.shields.io/pypi/v/svante.svg
:target: https://pypi.org/project/svante/
:alt: PyPI package
.. |Python Version| image:: https://img.shields.io/pypi/pyversions/svante
:target: https://pypi.org/project/svante
:alt: Supported Python Versions
.. |Repo| image:: https://img.shields.io/github/last-commit/hydrationdynamics/svante
:target: https://github.com/hydrationdynamics/svante
:alt: GitHub repository
.. |Downloads| image:: https://pepy.tech/badge/svante
:target: https://pepy.tech/project/svante
:alt: Download stats
.. |Dlrate| image:: https://img.shields.io/pypi/dm/svante
:target: https://github.com/hydrationdynamics/svante
:alt: PYPI download rate
.. |License| image:: https://img.shields.io/badge/License-BSD%203--Clause-blue.svg
:target: https://github.com/hydrationdynamics/svante/blob/master/LICENSE.txt
:alt: License terms
.. |Tests| image:: https://github.com/hydrationdynamics/svante/workflows/Tests/badge.svg
:target: https://github.com/hydrationdynamics/svante/actions?workflow=Tests
:alt: Tests
.. |Coverage| image:: https://codecov.io/gh/hydrationdynamics/svante/branch/main/graph/badge.svg
:target: https://codecov.io/gh/hydrationdynamics/svante
:alt: Codecov.io test coverage
.. |Codacy| image:: https://app.codacy.com/project/badge/Grade/4f45fe0d26104a6d86cb35404aa61e77
:target: https://www.codacy.com/gh/hydrationdynamics/svante/dashboard?utm_source=github.com&utm_medium=referral&utm_content=hydrationdynamics/svante&utm_campaign=Badge_Grade
:alt: Codacy.io grade
.. |Issues| image:: https://img.shields.io/github/issues/hydrationdynamics/svante.svg
:target: https://github.com/hydrationdynamics/svante/issues
:alt: Issues reported
.. |Read the Docs| image:: https://img.shields.io/readthedocs/svante/latest.svg?label=Read%20the%20Docs
:target: https://svante.readthedocs.io/
:alt: Read the documentation at https://svante.readthedocs.io/
.. |Health| image:: https://snyk.io/advisor/python/svante/badge.svg
:target: https://snyk.io/advisor/python/svante
:alt: Snyk health

.. badges-end

.. image:: https://raw.githubusercontent.com/hydrationdynamics/svante/main/docs/_static/logo.png
:target: https://raw.githubusercontent.com/hydrationdynamics/svante/main/LICENSE.artwork.txt
:alt: Fly Svante logo

.. |Codecov| image:: https://codecov.io/gh/hydrationdynamics/svante/branch/main/graph/badge.svg
:target: https://codecov.io/gh/hydrationdynamics/svante
:alt: Codecov

Features
--------

* Combines rates from multiple input `TSV files`_ using `pandas`_
* Handles `uncertainties`_ in rates and temperatures
* Creates `Arrhenius plots`_ using `Matplotlib`_
* Fits activation enthalpies and prefactors to rates
* Optionally, plots ratios of two rates

Requirements
------------

* Tested on the latest and earliest supported python on Linux and the latest
python on MacOS.

Installation
------------

You can install *Svante* via pip_ from PyPI_:

.. code:: console

$ pip install svante

Usage
-----

Please see the `Command-line Reference `_ for details.

Contributing
------------

Contributions are very welcome.
To learn more, see the `Contributor Guide`_.

License
-------

Distributed under the terms of the `BSD 3-Clause license`_,
*Svante* is free and open source software.

Issues
------

If you encounter any problems,
please `file an issue`_ along with a detailed description.

Credits
-------

Svante was written by Joel Berendzen.

.. _TSV files: https://en.wikipedia.org/wiki/Tab-separated_values
.. _pandas: https://pandas.pydata.org/
.. _uncertainties: https://uncertainties-python-package.readthedocs.io/en/latest/user_guide.html
.. _Arrhenius plots: https://en.wikipedia.org/wiki/Arrhenius_plot
.. _Matplotlib: https://matplotlib.org/
.. _BSD 3-Clause license: https://opensource.org/licenses/BSD-3-Clause
.. _PyPI: https://pypi.org/
.. _file an issue: https://github.com/joelb123/svante/issues
.. _pip: https://pip.pypa.io/
.. github-only
.. _Contributor Guide: CONTRIBUTING.rst
.. _Usage: https://svante.readthedocs.io/en/latest/usage.html