pyspcwebgw


Namepyspcwebgw JSON
Version 0.7.0 PyPI version JSON
download
home_page
SummaryA Python library for communicating with SPC Web Gateway.
upload_time2023-07-27 16:14:07
maintainer
docs_urlNone
authorMartin Berg
requires_python>=3.9,<4.0
licenseMIT
keywords spc vanderbilt web gateway
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Python library for communicating with [Vanderbilt SPC alarm systems](https://vanderbiltindustries.com/spc) via the REST/websocket API provided by the SPC Web Gateway software made by [Lundix IT](http://www.lundix.se/smarta-losningar/). Using this library you can:

- Retrieve information for all alarm areas and zones.
- Change the alarm mode, i.e. arming and disarming of the alarm system.
- Get real-time updates when attributes of areas and zones change, e.g. if motion detector connected to the systems triggers or when the alarm goes off.

## Usage

### Library

To use the library in your own application see the example file.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pyspcwebgw",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "spc,vanderbilt,web gateway",
    "author": "Martin Berg",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/89/09/ca29a220c4165c1cf2ce17505a2386d384f23b9b05f6574fcf7d2df13e56/pyspcwebgw-0.7.0.tar.gz",
    "platform": null,
    "description": "Python library for communicating with [Vanderbilt SPC alarm systems](https://vanderbiltindustries.com/spc) via the REST/websocket API provided by the SPC Web Gateway software made by [Lundix IT](http://www.lundix.se/smarta-losningar/). Using this library you can:\n\n- Retrieve information for all alarm areas and zones.\n- Change the alarm mode, i.e. arming and disarming of the alarm system.\n- Get real-time updates when attributes of areas and zones change, e.g. if motion detector connected to the systems triggers or when the alarm goes off.\n\n## Usage\n\n### Library\n\nTo use the library in your own application see the example file.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Python library for communicating with SPC Web Gateway.",
    "version": "0.7.0",
    "project_urls": null,
    "split_keywords": [
        "spc",
        "vanderbilt",
        "web gateway"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "39c36816cd41ac5030e516206e69c2ec2eb5834237fdf5af7d7f38d7fa955d91",
                "md5": "9d9134e172331f4dd663a9d18554cc65",
                "sha256": "81d32723df0582d2500495380a5f066ad7380b3d6330aafdf6cd54ac57fa6e21"
            },
            "downloads": -1,
            "filename": "pyspcwebgw-0.7.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9d9134e172331f4dd663a9d18554cc65",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 8013,
            "upload_time": "2023-07-27T16:14:06",
            "upload_time_iso_8601": "2023-07-27T16:14:06.265098Z",
            "url": "https://files.pythonhosted.org/packages/39/c3/6816cd41ac5030e516206e69c2ec2eb5834237fdf5af7d7f38d7fa955d91/pyspcwebgw-0.7.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8909ca29a220c4165c1cf2ce17505a2386d384f23b9b05f6574fcf7d2df13e56",
                "md5": "5a1b8a20f2e3fbd4716729de098353ed",
                "sha256": "d0a935b3747175bedcb823461b2e2e80293000441114894c85250afe138e09e9"
            },
            "downloads": -1,
            "filename": "pyspcwebgw-0.7.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5a1b8a20f2e3fbd4716729de098353ed",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 6225,
            "upload_time": "2023-07-27T16:14:07",
            "upload_time_iso_8601": "2023-07-27T16:14:07.616815Z",
            "url": "https://files.pythonhosted.org/packages/89/09/ca29a220c4165c1cf2ce17505a2386d384f23b9b05f6574fcf7d2df13e56/pyspcwebgw-0.7.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-27 16:14:07",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyspcwebgw"
}
        
Elapsed time: 0.09634s