aiolyric


Nameaiolyric JSON
Version 2.0.2 PyPI version JSON
download
home_pagehttps://github.com/timmo001/aiolyric
SummaryPython package for the Honeywell Lyric Platform
upload_time2025-08-21 13:24:15
maintainerNone
docs_urlNone
authorAidan Timson (Timmo)
requires_python>=3.11
licenseApache-2.0
keywords aiolyric api async asyncio honeywell lyric honeywell lyric integration
VCS
bugtrack_url
requirements aiohttp packaging
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # aiolyric

Python package for the Honeywell Lyric Platform.

## Attributions / Contributions

- [@bramkragten](https://github.com/bramkragten) for the original implementation. Referenced his [package](https://github.com/bramkragten/python-lyric) quite a bit whilst writing this one.
- [@ludeeus](https://github.com/ludeeus) for his generator class. Made reading json into objects super simple. :tada:
- [Everyone else](https://github.com/timmo001/aiolyric/graphs/contributors). Thanks for the help!

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/timmo001/aiolyric",
    "name": "aiolyric",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "aiolyric, api, async, asyncio, honeywell lyric, honeywell, lyric, integration",
    "author": "Aidan Timson (Timmo)",
    "author_email": "aidan@timmo.dev",
    "download_url": "https://files.pythonhosted.org/packages/aa/80/497362e19a0aa138a0056556d7d4654d2754b1f9f330480f8ee690b38072/aiolyric-2.0.2.tar.gz",
    "platform": null,
    "description": "# aiolyric\n\nPython package for the Honeywell Lyric Platform.\n\n## Attributions / Contributions\n\n- [@bramkragten](https://github.com/bramkragten) for the original implementation. Referenced his [package](https://github.com/bramkragten/python-lyric) quite a bit whilst writing this one.\n- [@ludeeus](https://github.com/ludeeus) for his generator class. Made reading json into objects super simple. :tada:\n- [Everyone else](https://github.com/timmo001/aiolyric/graphs/contributors). Thanks for the help!\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Python package for the Honeywell Lyric Platform",
    "version": "2.0.2",
    "project_urls": {
        "Homepage": "https://github.com/timmo001/aiolyric"
    },
    "split_keywords": [
        "aiolyric",
        " api",
        " async",
        " asyncio",
        " honeywell lyric",
        " honeywell",
        " lyric",
        " integration"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "29e9f97be02b7ab338e4fef92326e851732f95179c0ccc2a5ca32b78bd1d1006",
                "md5": "d363b2468be886a52adc1043d920c57a",
                "sha256": "e2ba6716537bae80cba70550bfd6e50f39fc7dc7ae5e4c4fd6a978db95e756aa"
            },
            "downloads": -1,
            "filename": "aiolyric-2.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d363b2468be886a52adc1043d920c57a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 17054,
            "upload_time": "2025-08-21T13:24:14",
            "upload_time_iso_8601": "2025-08-21T13:24:14.759220Z",
            "url": "https://files.pythonhosted.org/packages/29/e9/f97be02b7ab338e4fef92326e851732f95179c0ccc2a5ca32b78bd1d1006/aiolyric-2.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "aa80497362e19a0aa138a0056556d7d4654d2754b1f9f330480f8ee690b38072",
                "md5": "a41a1fd4c880adce53eb7c67df2eb706",
                "sha256": "db836fe4b0d41d75ebbcc371ee245627f776c53772d84c5f7a5fec4c0cf79c33"
            },
            "downloads": -1,
            "filename": "aiolyric-2.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "a41a1fd4c880adce53eb7c67df2eb706",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 18536,
            "upload_time": "2025-08-21T13:24:15",
            "upload_time_iso_8601": "2025-08-21T13:24:15.885519Z",
            "url": "https://files.pythonhosted.org/packages/aa/80/497362e19a0aa138a0056556d7d4654d2754b1f9f330480f8ee690b38072/aiolyric-2.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-21 13:24:15",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "timmo001",
    "github_project": "aiolyric",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "aiohttp",
            "specs": [
                [
                    ">=",
                    "3.12.15"
                ]
            ]
        },
        {
            "name": "packaging",
            "specs": [
                [
                    ">=",
                    "24.0"
                ]
            ]
        }
    ],
    "lcname": "aiolyric"
}
        
Elapsed time: 1.36693s