svante


Namesvante JSON
Version 0.4.1 PyPI version JSON
download
home_page
SummaryConfigurable Arrhenius plots with uncertainties and ratios
upload_time2024-03-11 22:38:19
maintainer
docs_urlNone
author
requires_python<3.13,>=3.9
licenseBSD-3-Clause
keywords science chemistry physical chemistry kinetics rate coefficients temperature dependence
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =======================
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&amp;utm_medium=referral&amp;utm_content=hydrationdynamics/svante&amp;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 <Usage_>`_ 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

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "svante",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "<3.13,>=3.9",
    "maintainer_email": "",
    "keywords": "science chemistry physical chemistry kinetics rate coefficients temperature dependence",
    "author": "",
    "author_email": "Joel Berendzen <joel@generisbio.com>",
    "download_url": "https://files.pythonhosted.org/packages/f8/92/abd6dc57b46374862037a73121ec362588468a1877c8a27658d1a713daee/svante-0.4.1.tar.gz",
    "platform": null,
    "description": "=======================\nSvante: Arrhenius Plots\n=======================\n.. badges-begin\n\n| |PyPi| |Python Version| |Repo| |Downloads| |Dlrate|\n| |License| |Tests| |Coverage| |Codacy| |Issues| |Health|\n\n.. |PyPI| image:: https://img.shields.io/pypi/v/svante.svg\n   :target: https://pypi.org/project/svante/\n   :alt: PyPI package\n.. |Python Version| image:: https://img.shields.io/pypi/pyversions/svante\n   :target: https://pypi.org/project/svante\n   :alt: Supported Python Versions\n.. |Repo| image:: https://img.shields.io/github/last-commit/hydrationdynamics/svante\n    :target: https://github.com/hydrationdynamics/svante\n    :alt: GitHub repository\n.. |Downloads| image:: https://pepy.tech/badge/svante\n     :target: https://pepy.tech/project/svante\n     :alt: Download stats\n.. |Dlrate| image:: https://img.shields.io/pypi/dm/svante\n   :target: https://github.com/hydrationdynamics/svante\n   :alt: PYPI download rate\n.. |License| image:: https://img.shields.io/badge/License-BSD%203--Clause-blue.svg\n    :target: https://github.com/hydrationdynamics/svante/blob/master/LICENSE.txt\n    :alt: License terms\n.. |Tests| image:: https://github.com/hydrationdynamics/svante/workflows/Tests/badge.svg\n   :target: https://github.com/hydrationdynamics/svante/actions?workflow=Tests\n   :alt: Tests\n.. |Coverage| image:: https://codecov.io/gh/hydrationdynamics/svante/branch/main/graph/badge.svg\n    :target: https://codecov.io/gh/hydrationdynamics/svante\n    :alt: Codecov.io test coverage\n.. |Codacy| image:: https://app.codacy.com/project/badge/Grade/4f45fe0d26104a6d86cb35404aa61e77\n   :target: https://www.codacy.com/gh/hydrationdynamics/svante/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=hydrationdynamics/svante&amp;utm_campaign=Badge_Grade\n    :alt: Codacy.io grade\n.. |Issues| image:: https://img.shields.io/github/issues/hydrationdynamics/svante.svg\n    :target:  https://github.com/hydrationdynamics/svante/issues\n    :alt: Issues reported\n.. |Read the Docs| image:: https://img.shields.io/readthedocs/svante/latest.svg?label=Read%20the%20Docs\n   :target: https://svante.readthedocs.io/\n   :alt: Read the documentation at https://svante.readthedocs.io/\n.. |Health| image:: https://snyk.io/advisor/python/svante/badge.svg\n  :target: https://snyk.io/advisor/python/svante\n  :alt: Snyk health\n\n.. badges-end\n\n.. image:: https://raw.githubusercontent.com/hydrationdynamics/svante/main/docs/_static/logo.png\n   :target: https://raw.githubusercontent.com/hydrationdynamics/svante/main/LICENSE.artwork.txt\n   :alt: Fly Svante logo\n\n.. |Codecov| image:: https://codecov.io/gh/hydrationdynamics/svante/branch/main/graph/badge.svg\n   :target: https://codecov.io/gh/hydrationdynamics/svante\n   :alt: Codecov\n\nFeatures\n--------\n\n* Combines rates from multiple input `TSV files`_ using `pandas`_\n* Handles `uncertainties`_ in rates and temperatures\n* Creates `Arrhenius plots`_ using `Matplotlib`_\n* Fits activation enthalpies and prefactors to rates\n* Optionally, plots ratios of two rates\n\n\nRequirements\n------------\n\n* Tested on the latest and earliest supported python on Linux and the latest\n  python on MacOS.\n\n\nInstallation\n------------\n\nYou can install *Svante* via pip_ from PyPI_:\n\n.. code:: console\n\n   $ pip install svante\n\n\nUsage\n-----\n\nPlease see the `Command-line Reference <Usage_>`_ for details.\n\n\nContributing\n------------\n\nContributions are very welcome.\nTo learn more, see the `Contributor Guide`_.\n\n\nLicense\n-------\n\nDistributed under the terms of the `BSD 3-Clause license`_,\n*Svante* is free and open source software.\n\n\nIssues\n------\n\nIf you encounter any problems,\nplease `file an issue`_ along with a detailed description.\n\n\nCredits\n-------\n\nSvante was written by Joel Berendzen.\n\n\n.. _TSV files: https://en.wikipedia.org/wiki/Tab-separated_values\n.. _pandas: https://pandas.pydata.org/\n.. _uncertainties: https://uncertainties-python-package.readthedocs.io/en/latest/user_guide.html\n.. _Arrhenius plots: https://en.wikipedia.org/wiki/Arrhenius_plot\n.. _Matplotlib: https://matplotlib.org/\n.. _BSD 3-Clause license: https://opensource.org/licenses/BSD-3-Clause\n.. _PyPI: https://pypi.org/\n.. _file an issue: https://github.com/joelb123/svante/issues\n.. _pip: https://pip.pypa.io/\n.. github-only\n.. _Contributor Guide: CONTRIBUTING.rst\n.. _Usage: https://svante.readthedocs.io/en/latest/usage.html\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Configurable Arrhenius plots with uncertainties and ratios",
    "version": "0.4.1",
    "project_urls": null,
    "split_keywords": [
        "science",
        "chemistry",
        "physical",
        "chemistry",
        "kinetics",
        "rate",
        "coefficients",
        "temperature",
        "dependence"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ee151fc00e2e9b684e6b1058cd3478fa3894cd06a87ddc6ae411e245cb361916",
                "md5": "0a7a6512a03d7b395fa838fe0ebe3a3a",
                "sha256": "0e6dd653b4926cd0d80a22b19a8586174e33435a01dd08318f67bf2ecf5b34b2"
            },
            "downloads": -1,
            "filename": "svante-0.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0a7a6512a03d7b395fa838fe0ebe3a3a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.9",
            "size": 10212,
            "upload_time": "2024-03-11T22:38:18",
            "upload_time_iso_8601": "2024-03-11T22:38:18.444533Z",
            "url": "https://files.pythonhosted.org/packages/ee/15/1fc00e2e9b684e6b1058cd3478fa3894cd06a87ddc6ae411e245cb361916/svante-0.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f892abd6dc57b46374862037a73121ec362588468a1877c8a27658d1a713daee",
                "md5": "410c3b73e5c6076e11bb9f6d1e897a78",
                "sha256": "80c0f0ecefb97beaf76913c7b74686ba0d68f509786f9548bb4c7f7d3cb23032"
            },
            "downloads": -1,
            "filename": "svante-0.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "410c3b73e5c6076e11bb9f6d1e897a78",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.9",
            "size": 13484,
            "upload_time": "2024-03-11T22:38:19",
            "upload_time_iso_8601": "2024-03-11T22:38:19.659763Z",
            "url": "https://files.pythonhosted.org/packages/f8/92/abd6dc57b46374862037a73121ec362588468a1877c8a27658d1a713daee/svante-0.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-11 22:38:19",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "svante"
}
        
Elapsed time: 0.20743s