inels-mqtt-dev


Nameinels-mqtt-dev JSON
Version 0.0.64 PyPI version JSON
download
home_pagehttps://github.com/zed4805/inels-mqtt-dev
SummaryPython library for iNels mqtt protocol
upload_time2022-12-12 16:16:51
maintainer
docs_urlNone
authorElko EP s.r.o.
requires_python
licenseMIT
keywords inels elko ep home assistant integration
VCS
bugtrack_url
requirements paho-mqtt attrs
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Inels-mqtt
========
A Python library that handles communication with inels over mqtt
[iNels](https://www.inels.com/) by ElkoEP company.

Requirements
============
For smooth using you need to have Python 3.9 or higher.

Install
=======
Use PyPI repository
```
pip install inels-mqtt-dev
```

Testing
=======
I use [tox](https://tox.readthedocs.io) for testing.

```
$ pip install tox

```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/zed4805/inels-mqtt-dev",
    "name": "inels-mqtt-dev",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "iNels,Elko EP,Home assistant integration",
    "author": "Elko EP s.r.o.",
    "author_email": "zed4805@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/78/7d/bd9c1bbd53d481bb1425c09d61bc3da32adc2702d864367544c6c0690d53/inels-mqtt-dev-0.0.64.tar.gz",
    "platform": null,
    "description": "Inels-mqtt\n========\nA Python library that handles communication with inels over mqtt\n[iNels](https://www.inels.com/) by ElkoEP company.\n\nRequirements\n============\nFor smooth using you need to have Python 3.9 or higher.\n\nInstall\n=======\nUse PyPI repository\n```\npip install inels-mqtt-dev\n```\n\nTesting\n=======\nI use [tox](https://tox.readthedocs.io) for testing.\n\n```\n$ pip install tox\n\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python library for iNels mqtt protocol",
    "version": "0.0.64",
    "split_keywords": [
        "inels",
        "elko ep",
        "home assistant integration"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "d116ca21fb6ae5d452f7ba49500433cc",
                "sha256": "549d1ddbaa9724a92ce5acd2c3bea9a614896e3a2929aacd2cebfb0a80ea3bc1"
            },
            "downloads": -1,
            "filename": "inels_mqtt_dev-0.0.64-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d116ca21fb6ae5d452f7ba49500433cc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 32354,
            "upload_time": "2022-12-12T16:16:50",
            "upload_time_iso_8601": "2022-12-12T16:16:50.563037Z",
            "url": "https://files.pythonhosted.org/packages/1e/3f/3f42b667bfe9b6f6b5062bb6df6f4978bf07bb779d9e6c1ec47a4931d455/inels_mqtt_dev-0.0.64-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "eab269ec1ccb4ec675ceaad345e17bf1",
                "sha256": "c014ea6b2f56491fcafa018ea900cfda3810fa863b3ba7c975ab1e987d612ff0"
            },
            "downloads": -1,
            "filename": "inels-mqtt-dev-0.0.64.tar.gz",
            "has_sig": false,
            "md5_digest": "eab269ec1ccb4ec675ceaad345e17bf1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 26054,
            "upload_time": "2022-12-12T16:16:51",
            "upload_time_iso_8601": "2022-12-12T16:16:51.907563Z",
            "url": "https://files.pythonhosted.org/packages/78/7d/bd9c1bbd53d481bb1425c09d61bc3da32adc2702d864367544c6c0690d53/inels-mqtt-dev-0.0.64.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-12 16:16:51",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "zed4805",
    "github_project": "inels-mqtt-dev",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "paho-mqtt",
            "specs": [
                [
                    ">=",
                    "1.6.1"
                ]
            ]
        },
        {
            "name": "attrs",
            "specs": [
                [
                    ">=",
                    "21.2.0"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "inels-mqtt-dev"
}
        
Elapsed time: 0.01799s