hikaxpro


Namehikaxpro JSON
Version 2.2.1 PyPI version JSON
download
home_page
SummaryHikvision AX Pro alarm kit ISAPI integration for home assistant alarm panel
upload_time2023-08-02 19:56:16
maintainer
docs_urlNone
author
requires_python>=3.9
licenseThe MIT License (MIT) Copyright © 2022 smartha Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords hikvision isapi homeassistant
VCS
bugtrack_url
requirements certifi charset-normalizer idna requests urllib3
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Hikvision AX Pro ISAPI Integration

Wrapper for hikvision ax pro alarm kit ISAPI commands.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install hikaxpro.

```bash
pip install hikaxpro
```

## Usage

```python
from hikaxpro import HikAxPro

axpro = HikAxPro("{host}", "{username}", "{password}")

# returns 'True or False'
axpro.arm_away()

#returns 'True or False'
axpro.disarm()

# returns 'True or False'
axpro.arm_home()

axpro.disarm()
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "hikaxpro",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "hikvision,ISAPI,homeassistant",
    "author": "",
    "author_email": "G\u00fcnkut Zeybek <gunkut.zeybek@gmail.com>, Petr Leo Compel <petrleocompel@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/1e/45/7baaa059eba79c47f86990b0a46295572e95eabb363b9b9289c86a9def68/hikaxpro-2.2.1.tar.gz",
    "platform": null,
    "description": "# Hikvision AX Pro ISAPI Integration\n\nWrapper for hikvision ax pro alarm kit ISAPI commands.\n\n## Installation\n\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install hikaxpro.\n\n```bash\npip install hikaxpro\n```\n\n## Usage\n\n```python\nfrom hikaxpro import HikAxPro\n\naxpro = HikAxPro(\"{host}\", \"{username}\", \"{password}\")\n\n# returns 'True or False'\naxpro.arm_away()\n\n#returns 'True or False'\naxpro.disarm()\n\n# returns 'True or False'\naxpro.arm_home()\n\naxpro.disarm()\n```\n",
    "bugtrack_url": null,
    "license": "The MIT License (MIT) Copyright \u00a9 2022 smartha  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \u201cSoftware\u201d), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \u201cAS IS\u201d, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "Hikvision AX Pro alarm kit ISAPI integration for home assistant alarm panel",
    "version": "2.2.1",
    "project_urls": {
        "repository": "https://github.com/petrleocompel/hikaxpro/"
    },
    "split_keywords": [
        "hikvision",
        "isapi",
        "homeassistant"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "832e157a91586576fa7c257353d162bec7748106712fc34fe51f1b2ca2988173",
                "md5": "60049e278d14f75ecdf8a67c3bfa4fa7",
                "sha256": "cb3d5970bf4195ce9a018746a7c65225e37973f93f4e55dd39cf61cc3d5321ef"
            },
            "downloads": -1,
            "filename": "hikaxpro-2.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "60049e278d14f75ecdf8a67c3bfa4fa7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 9926,
            "upload_time": "2023-08-02T19:56:14",
            "upload_time_iso_8601": "2023-08-02T19:56:14.877557Z",
            "url": "https://files.pythonhosted.org/packages/83/2e/157a91586576fa7c257353d162bec7748106712fc34fe51f1b2ca2988173/hikaxpro-2.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1e457baaa059eba79c47f86990b0a46295572e95eabb363b9b9289c86a9def68",
                "md5": "f4468a0043beff503ff58a8088f1da0d",
                "sha256": "1c910f38706b48e513b4f0e976c0d88236c22558037228f467cbb0bbb4756b0d"
            },
            "downloads": -1,
            "filename": "hikaxpro-2.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f4468a0043beff503ff58a8088f1da0d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 11585,
            "upload_time": "2023-08-02T19:56:16",
            "upload_time_iso_8601": "2023-08-02T19:56:16.368842Z",
            "url": "https://files.pythonhosted.org/packages/1e/45/7baaa059eba79c47f86990b0a46295572e95eabb363b9b9289c86a9def68/hikaxpro-2.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-02 19:56:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "petrleocompel",
    "github_project": "hikaxpro",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "certifi",
            "specs": [
                [
                    "==",
                    "2022.6.15"
                ]
            ]
        },
        {
            "name": "charset-normalizer",
            "specs": [
                [
                    "==",
                    "2.0.12"
                ]
            ]
        },
        {
            "name": "idna",
            "specs": [
                [
                    "==",
                    "3.3"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.28.0"
                ]
            ]
        },
        {
            "name": "urllib3",
            "specs": [
                [
                    "==",
                    "1.26.9"
                ]
            ]
        }
    ],
    "lcname": "hikaxpro"
}
        
Elapsed time: 0.10018s