dohome-api


Namedohome-api JSON
Version 0.2.12 PyPI version JSON
download
home_page
SummaryLibrary for controlling smart bulbs that are controlled by the DoIT protocol
upload_time2023-07-28 19:55:18
maintainer
docs_urlNone
authorMikhael Khrustik
requires_python>=3.7
license
keywords
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": "",
    "name": "dohome-api",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Mikhael Khrustik",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/2a/df/ebba8ae6ab3816cdd2704343612b29b8af09d34784a8798c29adcd9057b4/dohome_api-0.2.12.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": "",
    "summary": "Library for controlling smart bulbs that are controlled by the DoIT protocol",
    "version": "0.2.12",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bf5c6da37d2eede92c1f577dd6c88c4370bb46f04f2d44dd5255ea133d5b77b6",
                "md5": "77d05e278c0d6f8c14021d89083af537",
                "sha256": "064ce3194a5eca64068e769be6f8cf8b9c22ccf40379fe04993ea7543539dd3d"
            },
            "downloads": -1,
            "filename": "dohome_api-0.2.12-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "77d05e278c0d6f8c14021d89083af537",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 13601,
            "upload_time": "2023-07-28T19:55:16",
            "upload_time_iso_8601": "2023-07-28T19:55:16.610582Z",
            "url": "https://files.pythonhosted.org/packages/bf/5c/6da37d2eede92c1f577dd6c88c4370bb46f04f2d44dd5255ea133d5b77b6/dohome_api-0.2.12-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2adfebba8ae6ab3816cdd2704343612b29b8af09d34784a8798c29adcd9057b4",
                "md5": "076f6f4fd01e5b5b434d4d52ea9e4440",
                "sha256": "7b70f8f3d7463494b9dc82acdb2147fd03cbbeb5c360f1b02f2e26113bb151de"
            },
            "downloads": -1,
            "filename": "dohome_api-0.2.12.tar.gz",
            "has_sig": false,
            "md5_digest": "076f6f4fd01e5b5b434d4d52ea9e4440",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 8843,
            "upload_time": "2023-07-28T19:55:18",
            "upload_time_iso_8601": "2023-07-28T19:55:18.153092Z",
            "url": "https://files.pythonhosted.org/packages/2a/df/ebba8ae6ab3816cdd2704343612b29b8af09d34784a8798c29adcd9057b4/dohome_api-0.2.12.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-28 19:55:18",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "dohome-api"
}
        
Elapsed time: 0.19202s