aiokonstsmide


Nameaiokonstsmide JSON
Version 0.2.1 PyPI version JSON
download
home_page
SummaryLibrary to communicate with Konstsmide Bluetooth powered string lights
upload_time2023-01-05 02:09:11
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords ble bluetooth konstsmide light string light
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # aiokonstsmide

An asynchronous library to communicate with Konstsmide Bluetooth string lights.

- [Documentation](https://philw07.github.io/aiokonstsmide/aiokonstsmide.html)

## Supported features

- Connect with a device and send the password as pairing mechanism
- Turn the device on/off
- Control the devices function, brightness and flash speed
- Create timers on the device to turn on/off the device or specific functions at specific times and weekdays

## Installation

```console
$ pip install aiokonstsmide
```

## Usage

```python
async with aiokonstsmide.Device("11:22:33:44:55:66") as dev:
    await dev.on()
```

Also check the [examples](https://github.com/philw07/aiokonstsmide/tree/master/examples) folder.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "aiokonstsmide",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "ble,bluetooth,konstsmide,light,string light",
    "author": "",
    "author_email": "philw07 <phil.w07@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/90/51/7ffefb95ca4ec35bda3b565ca5f0a433754151f1d601d5bc1953e65a8f00/aiokonstsmide-0.2.1.tar.gz",
    "platform": null,
    "description": "# aiokonstsmide\n\nAn asynchronous library to communicate with Konstsmide Bluetooth string lights.\n\n- [Documentation](https://philw07.github.io/aiokonstsmide/aiokonstsmide.html)\n\n## Supported features\n\n- Connect with a device and send the password as pairing mechanism\n- Turn the device on/off\n- Control the devices function, brightness and flash speed\n- Create timers on the device to turn on/off the device or specific functions at specific times and weekdays\n\n## Installation\n\n```console\n$ pip install aiokonstsmide\n```\n\n## Usage\n\n```python\nasync with aiokonstsmide.Device(\"11:22:33:44:55:66\") as dev:\n    await dev.on()\n```\n\nAlso check the [examples](https://github.com/philw07/aiokonstsmide/tree/master/examples) folder.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Library to communicate with Konstsmide Bluetooth powered string lights",
    "version": "0.2.1",
    "split_keywords": [
        "ble",
        "bluetooth",
        "konstsmide",
        "light",
        "string light"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b671aad3f2a0ecd81a81b9d298bd2b55537ebbcbebce850dd494b274efb324f0",
                "md5": "62ceaf34aee07a73f538294f0a9dd574",
                "sha256": "d30a526e347a05b150b8e0171d0a620432ab56bb0c0249bef4f0a17ffad0beb1"
            },
            "downloads": -1,
            "filename": "aiokonstsmide-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "62ceaf34aee07a73f538294f0a9dd574",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 8872,
            "upload_time": "2023-01-05T02:09:10",
            "upload_time_iso_8601": "2023-01-05T02:09:10.074326Z",
            "url": "https://files.pythonhosted.org/packages/b6/71/aad3f2a0ecd81a81b9d298bd2b55537ebbcbebce850dd494b274efb324f0/aiokonstsmide-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "90517ffefb95ca4ec35bda3b565ca5f0a433754151f1d601d5bc1953e65a8f00",
                "md5": "a2dac1834ef7971f121dc24e50fd956d",
                "sha256": "56ad36da15d49778d76c2014fad91ebf9d5de49971e65816d0fe734f4d38eecd"
            },
            "downloads": -1,
            "filename": "aiokonstsmide-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "a2dac1834ef7971f121dc24e50fd956d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 11560,
            "upload_time": "2023-01-05T02:09:11",
            "upload_time_iso_8601": "2023-01-05T02:09:11.910910Z",
            "url": "https://files.pythonhosted.org/packages/90/51/7ffefb95ca4ec35bda3b565ca5f0a433754151f1d601d5bc1953e65a8f00/aiokonstsmide-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-05 02:09:11",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "aiokonstsmide"
}
        
Elapsed time: 0.02531s