pysmartapp


Namepysmartapp JSON
Version 0.3.5 PyPI version JSON
download
home_pagehttps://github.com/andrewsayre/pysmartapp
SummaryA python library for building a SmartThings SmartApp
upload_time2023-07-15 17:30:06
maintainer
docs_urlNone
authorAndrew Sayre
requires_python
licenseMIT
keywords smartthings smartapp
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # pysmartapp
[![CI Status](https://github.com/andrewsayre/pysmartapp/workflows/CI/badge.svg)](https://github.com/andrewsayre/pysmartapp/actions)
[![codecov](https://codecov.io/gh/andrewsayre/pysmartapp/branch/master/graph/badge.svg?token=VKPQ25JRAY)](https://codecov.io/gh/andrewsayre/pysmartapp)
[![image](https://img.shields.io/pypi/v/pysmartapp.svg)](https://pypi.org/project/pysmartapp/)
[![image](https://img.shields.io/pypi/pyversions/pysmartapp.svg)](https://pypi.org/project/pysmartapp/)
[![image](https://img.shields.io/pypi/l/pysmartapp.svg)](https://pypi.org/project/pysmartapp/)

A python implementation of the WebHook-based [SmartThings SmartApp](https://smartthings.developer.samsung.com/develop/guides/smartapps/basics.html) that uses asyncio and the dispatcher pattern to notify callbacks (coroutines or functions) of SmartApp lifecycle events.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/andrewsayre/pysmartapp",
    "name": "pysmartapp",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "smartthings,smartapp",
    "author": "Andrew Sayre",
    "author_email": "andrew@sayre.net",
    "download_url": "https://files.pythonhosted.org/packages/c6/fb/75ccc9343b4f3243c4e69c671f9b8e3a67bef13ce898d90514a68023d6bd/pysmartapp-0.3.5.tar.gz",
    "platform": "any",
    "description": "# pysmartapp\n[![CI Status](https://github.com/andrewsayre/pysmartapp/workflows/CI/badge.svg)](https://github.com/andrewsayre/pysmartapp/actions)\n[![codecov](https://codecov.io/gh/andrewsayre/pysmartapp/branch/master/graph/badge.svg?token=VKPQ25JRAY)](https://codecov.io/gh/andrewsayre/pysmartapp)\n[![image](https://img.shields.io/pypi/v/pysmartapp.svg)](https://pypi.org/project/pysmartapp/)\n[![image](https://img.shields.io/pypi/pyversions/pysmartapp.svg)](https://pypi.org/project/pysmartapp/)\n[![image](https://img.shields.io/pypi/l/pysmartapp.svg)](https://pypi.org/project/pysmartapp/)\n\nA python implementation of the WebHook-based [SmartThings SmartApp](https://smartthings.developer.samsung.com/develop/guides/smartapps/basics.html) that uses asyncio and the dispatcher pattern to notify callbacks (coroutines or functions) of SmartApp lifecycle events.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A python library for building a SmartThings SmartApp",
    "version": "0.3.5",
    "project_urls": {
        "Homepage": "https://github.com/andrewsayre/pysmartapp"
    },
    "split_keywords": [
        "smartthings",
        "smartapp"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53d5cba5629cb8e8d0e9e3eaad4969569e19ea37ae1c1ca4e3d77a66050c50b7",
                "md5": "33901cf6a6854a0c7550b6d6c8fc62f8",
                "sha256": "814cb4e7d211623096597298b4e0695088e2e4c8a7944a81cd2d6e6b552c365d"
            },
            "downloads": -1,
            "filename": "pysmartapp-0.3.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "33901cf6a6854a0c7550b6d6c8fc62f8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 13735,
            "upload_time": "2023-07-15T17:30:04",
            "upload_time_iso_8601": "2023-07-15T17:30:04.767342Z",
            "url": "https://files.pythonhosted.org/packages/53/d5/cba5629cb8e8d0e9e3eaad4969569e19ea37ae1c1ca4e3d77a66050c50b7/pysmartapp-0.3.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c6fb75ccc9343b4f3243c4e69c671f9b8e3a67bef13ce898d90514a68023d6bd",
                "md5": "3167db95772c9da78ecf571404471640",
                "sha256": "96d856a8544b9a4297bcc9e9c720c37b186c833e5c4273dd46443cdb76819a02"
            },
            "downloads": -1,
            "filename": "pysmartapp-0.3.5.tar.gz",
            "has_sig": false,
            "md5_digest": "3167db95772c9da78ecf571404471640",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 14142,
            "upload_time": "2023-07-15T17:30:06",
            "upload_time_iso_8601": "2023-07-15T17:30:06.057499Z",
            "url": "https://files.pythonhosted.org/packages/c6/fb/75ccc9343b4f3243c4e69c671f9b8e3a67bef13ce898d90514a68023d6bd/pysmartapp-0.3.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-15 17:30:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "andrewsayre",
    "github_project": "pysmartapp",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "lcname": "pysmartapp"
}
        
Elapsed time: 0.12055s