home-assistant-intents


Namehome-assistant-intents JSON
Version 2025.8.29 PyPI version JSON
download
home_pageNone
SummaryIntents for Home Assistant
upload_time2025-08-29 20:28:47
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9.0
licenseNone
keywords home assistant intent recognition
VCS
bugtrack_url
requirements hassil PyYAML voluptuous regex jinja2 black flake8 isort mypy pylint pytest pytest-xdist pre_commit
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Home Assistant Intents Package

Packaging for [intents](https://github.com/OHF-Voice/intents/)


## Install

Clone the repo and create a virtual environment:

``` sh
git clone --recursive https://github.com/OHF-Voice/intents-package
cd intents-package
script/setup
```


## Package

Update the submodule:

``` sh
git submodule update --remote
```

Bump the version in `pyproject.toml` to `YYYY.M.D` and commit changes.

Generate dist:

``` sh
script/package
```

Upload `.tar.gz` and `.whl` in `dist/` to PyPI.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "home-assistant-intents",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9.0",
    "maintainer_email": null,
    "keywords": "home, assistant, intent, recognition",
    "author": null,
    "author_email": "The Home Assistant Authors <hello@home-assistant.io>",
    "download_url": "https://files.pythonhosted.org/packages/04/cb/cece4dd57794e750735bd2bce7a37686221a3dca8cdb04db69c8c4fe29b7/home_assistant_intents-2025.8.29.tar.gz",
    "platform": "any",
    "description": "# Home Assistant Intents Package\n\nPackaging for [intents](https://github.com/OHF-Voice/intents/)\n\n\n## Install\n\nClone the repo and create a virtual environment:\n\n``` sh\ngit clone --recursive https://github.com/OHF-Voice/intents-package\ncd intents-package\nscript/setup\n```\n\n\n## Package\n\nUpdate the submodule:\n\n``` sh\ngit submodule update --remote\n```\n\nBump the version in `pyproject.toml` to `YYYY.M.D` and commit changes.\n\nGenerate dist:\n\n``` sh\nscript/package\n```\n\nUpload `.tar.gz` and `.whl` in `dist/` to PyPI.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Intents for Home Assistant",
    "version": "2025.8.29",
    "project_urls": {
        "Source Code": "https://github.com/OHF-Voice/intents"
    },
    "split_keywords": [
        "home",
        " assistant",
        " intent",
        " recognition"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f1441e1175e1284bf5cb9f9b3e0ca11b8a8d89df9ac79394284e43e5de41a2b8",
                "md5": "bffc45a03283c041549efae36e7eaacd",
                "sha256": "29bf734dd4b70fc55e0cdd8eed12b720157acc0e6d2802550c37f4cb9628222c"
            },
            "downloads": -1,
            "filename": "home_assistant_intents-2025.8.29-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bffc45a03283c041549efae36e7eaacd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 2792193,
            "upload_time": "2025-08-29T20:28:46",
            "upload_time_iso_8601": "2025-08-29T20:28:46.342177Z",
            "url": "https://files.pythonhosted.org/packages/f1/44/1e1175e1284bf5cb9f9b3e0ca11b8a8d89df9ac79394284e43e5de41a2b8/home_assistant_intents-2025.8.29-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "04cbcece4dd57794e750735bd2bce7a37686221a3dca8cdb04db69c8c4fe29b7",
                "md5": "b3442d9e413c125ff0f5fe458161ea8c",
                "sha256": "800453450d23d1e18fef19098d66f9ed671b87f6c7eae5b3fda0d8ab84243ee2"
            },
            "downloads": -1,
            "filename": "home_assistant_intents-2025.8.29.tar.gz",
            "has_sig": false,
            "md5_digest": "b3442d9e413c125ff0f5fe458161ea8c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 2764303,
            "upload_time": "2025-08-29T20:28:47",
            "upload_time_iso_8601": "2025-08-29T20:28:47.941895Z",
            "url": "https://files.pythonhosted.org/packages/04/cb/cece4dd57794e750735bd2bce7a37686221a3dca8cdb04db69c8c4fe29b7/home_assistant_intents-2025.8.29.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-29 20:28:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OHF-Voice",
    "github_project": "intents",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "hassil",
            "specs": [
                [
                    "==",
                    "3.1.0"
                ]
            ]
        },
        {
            "name": "PyYAML",
            "specs": [
                [
                    "==",
                    "6.0.2"
                ]
            ]
        },
        {
            "name": "voluptuous",
            "specs": [
                [
                    "==",
                    "0.15.2"
                ]
            ]
        },
        {
            "name": "regex",
            "specs": [
                [
                    "==",
                    "2024.11.6"
                ]
            ]
        },
        {
            "name": "jinja2",
            "specs": [
                [
                    "==",
                    "3.1.6"
                ]
            ]
        },
        {
            "name": "black",
            "specs": [
                [
                    "==",
                    "25.1.0"
                ]
            ]
        },
        {
            "name": "flake8",
            "specs": [
                [
                    "==",
                    "7.3.0"
                ]
            ]
        },
        {
            "name": "isort",
            "specs": [
                [
                    "==",
                    "6.0.1"
                ]
            ]
        },
        {
            "name": "mypy",
            "specs": [
                [
                    "==",
                    "1.17.1"
                ]
            ]
        },
        {
            "name": "pylint",
            "specs": [
                [
                    "==",
                    "3.3.8"
                ]
            ]
        },
        {
            "name": "pytest",
            "specs": [
                [
                    "==",
                    "8.4.1"
                ]
            ]
        },
        {
            "name": "pytest-xdist",
            "specs": [
                [
                    "==",
                    "3.8.0"
                ]
            ]
        },
        {
            "name": "pre_commit",
            "specs": [
                [
                    ">=",
                    "4"
                ],
                [
                    "<",
                    "5"
                ]
            ]
        }
    ],
    "lcname": "home-assistant-intents"
}
        
Elapsed time: 4.73693s