ph4-gas


Nameph4-gas JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/ph4r05/ph4-sensirion-gas-index-algorithm-py
SummaryPh4 Sensirion Gas Index algorithm in Python
upload_time2023-11-11 19:22:33
maintainer
docs_urlNone
authorDusan Klinec
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Ph4 Sensirion Gas Index algorithm in Python
===========================================

Port of the `Sensirion Gas Index
Algorithm <https://github.com/Sensirion/gas-index-algorithm/>`__ to pure
Python. From the commit
`31c1108f716 <https://github.com/Sensirion/gas-index-algorithm/commit/31c1108f71633bc8664a2e045b1b4fa2b75445e9>`__

Development
-----------

Install pre-commit hooks defined by ``.pre-commit-config.yaml``

.. code:: shell

   pip3 install -U pre-commit
   pre-commit install

Auto fix

.. code:: shell

   pre-commit run --all-files

Plugin version update

.. code:: shell

   pre-commit autoupdate

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ph4r05/ph4-sensirion-gas-index-algorithm-py",
    "name": "ph4-gas",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Dusan Klinec",
    "author_email": "dusan.klinec@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f9/ad/358a2e185df5dad30b20604b03d02e452366a76737a357953bbae5e34680/ph4-gas-0.0.1.tar.gz",
    "platform": null,
    "description": "Ph4 Sensirion Gas Index algorithm in Python\n===========================================\n\nPort of the `Sensirion Gas Index\nAlgorithm <https://github.com/Sensirion/gas-index-algorithm/>`__ to pure\nPython. From the commit\n`31c1108f716 <https://github.com/Sensirion/gas-index-algorithm/commit/31c1108f71633bc8664a2e045b1b4fa2b75445e9>`__\n\nDevelopment\n-----------\n\nInstall pre-commit hooks defined by ``.pre-commit-config.yaml``\n\n.. code:: shell\n\n   pip3 install -U pre-commit\n   pre-commit install\n\nAuto fix\n\n.. code:: shell\n\n   pre-commit run --all-files\n\nPlugin version update\n\n.. code:: shell\n\n   pre-commit autoupdate\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Ph4 Sensirion Gas Index algorithm in Python",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/ph4r05/ph4-sensirion-gas-index-algorithm-py"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f9ad358a2e185df5dad30b20604b03d02e452366a76737a357953bbae5e34680",
                "md5": "51ccb2578069e49f0f4ad6bb24b51847",
                "sha256": "d6b9f48e760e4fd867fceae8dc290103c3e675f8a402f1d3cf987a8db16a5aa1"
            },
            "downloads": -1,
            "filename": "ph4-gas-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "51ccb2578069e49f0f4ad6bb24b51847",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6840,
            "upload_time": "2023-11-11T19:22:33",
            "upload_time_iso_8601": "2023-11-11T19:22:33.623715Z",
            "url": "https://files.pythonhosted.org/packages/f9/ad/358a2e185df5dad30b20604b03d02e452366a76737a357953bbae5e34680/ph4-gas-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-11 19:22:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ph4r05",
    "github_project": "ph4-sensirion-gas-index-algorithm-py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ph4-gas"
}
        
Elapsed time: 0.15348s