python-airzone


Namepython-airzone JSON
Version 0.17.0 PyPI version JSON
download
home_pagehttps://github.com/gpulido/python-airzone
Summary'Python library for interfacing with Airzone using the modbus protocol', # Required
upload_time2024-12-12 01:19:47
maintainerNone
docs_urlNone
authorGabriel Pulido
requires_pythonNone
licenseMIT
keywords innobus airzone modbus hvac
VCS
bugtrack_url
requirements pyModbus pybase64 importlib-metadata requests Python-Deprecated
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Python control of Innobus installation through Modbus serial Gateway & local API
================================================================================

|PyPI version|

A simple Python API for controlling and interfacing with an Airzone installation devices.
The systems currently supported:
   
- Innobus through modbus protocol.
- Aidoo through modbus protocol.
- Local API use on ethernet airzone controller like AIRZONE AZX6WEBSCLOUDC


.. |PyPI version| image:: https://badge.fury.io/py/python-airzone.svg
   :target: https://badge.fury.io/py/python-airzone



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/gpulido/python-airzone",
    "name": "python-airzone",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "innobus, airzone, modbus, HVAC",
    "author": "Gabriel Pulido",
    "author_email": "gabriel.pulidodetorres@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/1c/6e/146a714bbb9ea9726bdbee6e2857567b1785eb21cb097379a44b8ac74b86/python_airzone-0.17.0.tar.gz",
    "platform": null,
    "description": "Python control of Innobus installation through Modbus serial Gateway & local API\n================================================================================\n\n|PyPI version|\n\nA simple Python API for controlling and interfacing with an Airzone installation devices.\nThe systems currently supported:\n   \n- Innobus through modbus protocol.\n- Aidoo through modbus protocol.\n- Local API use on ethernet airzone controller like AIRZONE AZX6WEBSCLOUDC\n\n\n.. |PyPI version| image:: https://badge.fury.io/py/python-airzone.svg\n   :target: https://badge.fury.io/py/python-airzone\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "'Python library for interfacing with Airzone using the modbus protocol',  # Required",
    "version": "0.17.0",
    "project_urls": {
        "Homepage": "https://github.com/gpulido/python-airzone"
    },
    "split_keywords": [
        "innobus",
        " airzone",
        " modbus",
        " hvac"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c0703bf67e9c1534c1e02f5598ab22dc38b3c1a343196ae96f158348204cad7c",
                "md5": "ef9e4b25e30e36f99b9872658ff69e72",
                "sha256": "391b6f6c687cf58933b10ee7d2aedf3954631897933f9f4a0e398d69f3f15f69"
            },
            "downloads": -1,
            "filename": "python_airzone-0.17.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ef9e4b25e30e36f99b9872658ff69e72",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 13213,
            "upload_time": "2024-12-12T01:19:45",
            "upload_time_iso_8601": "2024-12-12T01:19:45.389622Z",
            "url": "https://files.pythonhosted.org/packages/c0/70/3bf67e9c1534c1e02f5598ab22dc38b3c1a343196ae96f158348204cad7c/python_airzone-0.17.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c6e146a714bbb9ea9726bdbee6e2857567b1785eb21cb097379a44b8ac74b86",
                "md5": "78b18461278747d0c60d6e893f6cb941",
                "sha256": "39aed3142f7521bc685c5d1e4d80b762731fa84d4002a3f2b66bab3f88b2d9a2"
            },
            "downloads": -1,
            "filename": "python_airzone-0.17.0.tar.gz",
            "has_sig": false,
            "md5_digest": "78b18461278747d0c60d6e893f6cb941",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 13681,
            "upload_time": "2024-12-12T01:19:47",
            "upload_time_iso_8601": "2024-12-12T01:19:47.604587Z",
            "url": "https://files.pythonhosted.org/packages/1c/6e/146a714bbb9ea9726bdbee6e2857567b1785eb21cb097379a44b8ac74b86/python_airzone-0.17.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-12 01:19:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gpulido",
    "github_project": "python-airzone",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "pyModbus",
            "specs": [
                [
                    "==",
                    "3.7.0"
                ]
            ]
        },
        {
            "name": "pybase64",
            "specs": []
        },
        {
            "name": "importlib-metadata",
            "specs": []
        },
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "Python-Deprecated",
            "specs": []
        }
    ],
    "lcname": "python-airzone"
}
        
Elapsed time: 0.45547s