pyepsalarm


Namepyepsalarm JSON
Version 1.0.3 PyPI version JSON
download
home_pagehttps://github.com/parvarm/pyepsalarm
SummaryA simple library to interface with EPS systems, built for use with Home-Assistant
upload_time2023-10-26 13:37:47
maintainer
docs_urlNone
authorParv Arm
requires_python
licenseApache 2.0
keywords eps homiris alarm hass home assistant
VCS
bugtrack_url
requirements requests
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyepsalarm

Python library to interface with EPS systems, operated by Homiris for instance.

Example use:

```
from pyepsalarm import EPS

token = "MYTOKEN"
username = "123456789"
password = "mypassword+"

eps = EPS(token, username, password)

eps.get_status()
eps.arm_night(silent=True)
eps.get_status()
eps.disarm()
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/parvarm/pyepsalarm",
    "name": "pyepsalarm",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "eps,homiris,alarm,hass,home assistant",
    "author": "Parv Arm",
    "author_email": "parvarm@outlook.fr",
    "download_url": "https://files.pythonhosted.org/packages/86/be/4d6f1e2fd9347a68bbf19977bfc00f651742e8bc1619a45213a86e49cc6d/pyepsalarm-1.0.3.tar.gz",
    "platform": null,
    "description": "# pyepsalarm\n\nPython library to interface with EPS systems, operated by Homiris for instance.\n\nExample use:\n\n```\nfrom pyepsalarm import EPS\n\ntoken = \"MYTOKEN\"\nusername = \"123456789\"\npassword = \"mypassword+\"\n\neps = EPS(token, username, password)\n\neps.get_status()\neps.arm_night(silent=True)\neps.get_status()\neps.disarm()\n```\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "A simple library to interface with EPS systems, built for use with Home-Assistant",
    "version": "1.0.3",
    "project_urls": {
        "Download": "https://github.com/parvarm/pyepsalarm",
        "Homepage": "https://github.com/parvarm/pyepsalarm"
    },
    "split_keywords": [
        "eps",
        "homiris",
        "alarm",
        "hass",
        "home assistant"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "86be4d6f1e2fd9347a68bbf19977bfc00f651742e8bc1619a45213a86e49cc6d",
                "md5": "95b84ef333a061b6c0d84c1ca14bbece",
                "sha256": "90e49d04d76ef0b73fd0e2e261e9e1a30532a914a55c0ff086a0bba324dc0b47"
            },
            "downloads": -1,
            "filename": "pyepsalarm-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "95b84ef333a061b6c0d84c1ca14bbece",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7207,
            "upload_time": "2023-10-26T13:37:47",
            "upload_time_iso_8601": "2023-10-26T13:37:47.080255Z",
            "url": "https://files.pythonhosted.org/packages/86/be/4d6f1e2fd9347a68bbf19977bfc00f651742e8bc1619a45213a86e49cc6d/pyepsalarm-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-26 13:37:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "parvarm",
    "github_project": "pyepsalarm",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "requests",
            "specs": [
                [
                    ">=",
                    "2.0.0"
                ]
            ]
        }
    ],
    "lcname": "pyepsalarm"
}
        
Elapsed time: 0.12990s