dohome-api


Namedohome-api JSON
Version 1.0.3 PyPI version JSON
download
home_pageNone
SummaryLibrary for controlling DoIT protocol lights
upload_time2025-01-21 00:36:46
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseMIT
keywords doit reverse-engineering iot
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # DoHome API [![Quality assurance](https://github.com/mishamyrt/dohome_api/actions/workflows/qa.yaml/badge.svg?branch=main)](https://github.com/mishamyrt/dohome_api/actions/workflows/qa.yaml) [![PyPI version](https://badge.fury.io/py/dohome-api.svg)](https://pypi.org/project/dohome-api/)

Library for controlling smart bulbs that work using the DoIT protocol (DoHome app).

## Installation

```
pip install dohome-api
```

## Usage

Examples of how to use the library can be found in the [examples](./examples/) folder

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "dohome-api",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "doit, reverse-engineering, iot",
    "author": null,
    "author_email": "Mikhael Khrustik <misha@myrt.co>",
    "download_url": "https://files.pythonhosted.org/packages/f6/6d/655f836dee15359092c1ecd21228c550d5bd84b4d7784c599c4ab1c3c8d9/dohome_api-1.0.3.tar.gz",
    "platform": null,
    "description": "# DoHome API [![Quality assurance](https://github.com/mishamyrt/dohome_api/actions/workflows/qa.yaml/badge.svg?branch=main)](https://github.com/mishamyrt/dohome_api/actions/workflows/qa.yaml) [![PyPI version](https://badge.fury.io/py/dohome-api.svg)](https://pypi.org/project/dohome-api/)\n\nLibrary for controlling smart bulbs that work using the DoIT protocol (DoHome app).\n\n## Installation\n\n```\npip install dohome-api\n```\n\n## Usage\n\nExamples of how to use the library can be found in the [examples](./examples/) folder\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Library for controlling DoIT protocol lights",
    "version": "1.0.3",
    "project_urls": null,
    "split_keywords": [
        "doit",
        " reverse-engineering",
        " iot"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b49483257bf113db4bff0dc3cd6d76e8300177576ba2c29f7b49aa2ab762540e",
                "md5": "675f2bde37723c8c467030b32d0ff846",
                "sha256": "7ebb6adb5ec94563a7d521778e440ac5b890b6e481229a2c1397021c139a4fc5"
            },
            "downloads": -1,
            "filename": "dohome_api-1.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "675f2bde37723c8c467030b32d0ff846",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 14873,
            "upload_time": "2025-01-21T00:36:44",
            "upload_time_iso_8601": "2025-01-21T00:36:44.946457Z",
            "url": "https://files.pythonhosted.org/packages/b4/94/83257bf113db4bff0dc3cd6d76e8300177576ba2c29f7b49aa2ab762540e/dohome_api-1.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f66d655f836dee15359092c1ecd21228c550d5bd84b4d7784c599c4ab1c3c8d9",
                "md5": "3a22f4805b9d264f3148cdf889d4f3a7",
                "sha256": "29cdb723439ee56977660ae6ac253b6c3b1aaeb0095a3a48bc84c48729dde3f9"
            },
            "downloads": -1,
            "filename": "dohome_api-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "3a22f4805b9d264f3148cdf889d4f3a7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 20807,
            "upload_time": "2025-01-21T00:36:46",
            "upload_time_iso_8601": "2025-01-21T00:36:46.716780Z",
            "url": "https://files.pythonhosted.org/packages/f6/6d/655f836dee15359092c1ecd21228c550d5bd84b4d7784c599c4ab1c3c8d9/dohome_api-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-21 00:36:46",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "dohome-api"
}
        
Elapsed time: 1.18499s