equation-sdk


Nameequation-sdk JSON
Version 1.0.7 PyPI version JSON
download
home_pagehttps://github.com/Ieshaj/equation-sdk
SummaryPython SDK for equationconnect.com
upload_time2023-12-07 00:19:18
maintainer
docs_urlNone
authorIeshaj
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements requests packaging
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 🌞 equation-sdk
## A python 3 library to interact with Equation Devices.


`equation-sdk` is a Python 3 library for the Equation HomeAssistant integration via a REST API.

* [Installation](#Installation)
* [Supported devices] (#supported-devices)


## Installation
```bash
pip install equation-sdk
```

## Supported devices
Currently supported devices include:
* Hera radiators

## Contributions used
* Portions from https://github.com/tggm/rointe-sdk
* Portions from https://github.com/AndreMiras/equation-connect.js

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Ieshaj/equation-sdk",
    "name": "equation-sdk",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Ieshaj",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/c0/1c/034efdb3cb2769f220b5f95ae655780bd85fde55f0f19accdf3ad9d4dab7/equation-sdk-1.0.7.tar.gz",
    "platform": null,
    "description": "# \ud83c\udf1e equation-sdk\r\n## A python 3 library to interact with Equation Devices.\r\n\r\n\r\n`equation-sdk` is a Python 3 library for the Equation HomeAssistant integration via a REST API.\r\n\r\n* [Installation](#Installation)\r\n* [Supported devices] (#supported-devices)\r\n\r\n\r\n## Installation\r\n```bash\r\npip install equation-sdk\r\n```\r\n\r\n## Supported devices\r\nCurrently supported devices include:\r\n* Hera radiators\r\n\r\n## Contributions used\r\n* Portions from https://github.com/tggm/rointe-sdk\r\n* Portions from https://github.com/AndreMiras/equation-connect.js\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python SDK for equationconnect.com",
    "version": "1.0.7",
    "project_urls": {
        "Homepage": "https://github.com/Ieshaj/equation-sdk"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "033b5ef2acc0e9999777b2888ec4ffbb3335f5e041232dfde6aae0c16462cbd7",
                "md5": "2f0f8b658fba987b507eaa9a0688fc6a",
                "sha256": "43c2cb4bc5eba6a57ce705fff9695c412bb0fdae82d31d9bfed4ada7793523c0"
            },
            "downloads": -1,
            "filename": "equation_sdk-1.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2f0f8b658fba987b507eaa9a0688fc6a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 10474,
            "upload_time": "2023-12-07T00:19:17",
            "upload_time_iso_8601": "2023-12-07T00:19:17.117897Z",
            "url": "https://files.pythonhosted.org/packages/03/3b/5ef2acc0e9999777b2888ec4ffbb3335f5e041232dfde6aae0c16462cbd7/equation_sdk-1.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c01c034efdb3cb2769f220b5f95ae655780bd85fde55f0f19accdf3ad9d4dab7",
                "md5": "1f8edb77c4b96687aa09a17521b9ce77",
                "sha256": "c649791904c5e3ea4e5ad2204a42babd97b7e38a0dccb1df0ed5c79abfd872ff"
            },
            "downloads": -1,
            "filename": "equation-sdk-1.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "1f8edb77c4b96687aa09a17521b9ce77",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 9734,
            "upload_time": "2023-12-07T00:19:18",
            "upload_time_iso_8601": "2023-12-07T00:19:18.653812Z",
            "url": "https://files.pythonhosted.org/packages/c0/1c/034efdb3cb2769f220b5f95ae655780bd85fde55f0f19accdf3ad9d4dab7/equation-sdk-1.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-07 00:19:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Ieshaj",
    "github_project": "equation-sdk",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "requests",
            "specs": [
                [
                    ">=",
                    "2.27.1"
                ]
            ]
        },
        {
            "name": "packaging",
            "specs": [
                [
                    ">=",
                    "21.2"
                ]
            ]
        }
    ],
    "lcname": "equation-sdk"
}
        
Elapsed time: 0.14948s