# Home Assistant Intents Package
Packaging for [intents](https://github.com/home-assistant/intents/)
## Install
Clone the repo and create a virtual environment:
``` sh
git clone --recursive https://github.com/home-assistant/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/f2/cb/3494bacf0eba849edad344f087e6a138806475d31e0654f00d18b5cc8507/home_assistant_intents-2025.2.26.tar.gz",
"platform": "any",
"description": "# Home Assistant Intents Package\n\nPackaging for [intents](https://github.com/home-assistant/intents/)\n\n\n## Install\n\nClone the repo and create a virtual environment:\n\n``` sh\ngit clone --recursive https://github.com/home-assistant/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": "Apache-2.0",
"summary": "Intents for Home Assistant",
"version": "2025.2.26",
"project_urls": {
"Source Code": "https://github.com/home-assistant/intents"
},
"split_keywords": [
"home",
" assistant",
" intent",
" recognition"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "9f86b43e3f50ca739eae355cae13c1eeb96e5b142dfe476bf0928947196bf8dd",
"md5": "a6f5b2f77bfbf75827d682b332922676",
"sha256": "2236cca511f7adb8c06ebbda43ecc9837362f7c28e2a22b4bba1ff2addc62e21"
},
"downloads": -1,
"filename": "home_assistant_intents-2025.2.26-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a6f5b2f77bfbf75827d682b332922676",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9.0",
"size": 446469,
"upload_time": "2025-02-26T19:31:48",
"upload_time_iso_8601": "2025-02-26T19:31:48.247665Z",
"url": "https://files.pythonhosted.org/packages/9f/86/b43e3f50ca739eae355cae13c1eeb96e5b142dfe476bf0928947196bf8dd/home_assistant_intents-2025.2.26-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f2cb3494bacf0eba849edad344f087e6a138806475d31e0654f00d18b5cc8507",
"md5": "1334670a6fd8969b8135bc0d247a0c31",
"sha256": "c86ea36cb0b2f1e9280c4eaccf8c5b0664d81fb9a533964e15443ed90d8f45fd"
},
"downloads": -1,
"filename": "home_assistant_intents-2025.2.26.tar.gz",
"has_sig": false,
"md5_digest": "1334670a6fd8969b8135bc0d247a0c31",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9.0",
"size": 428340,
"upload_time": "2025-02-26T19:31:49",
"upload_time_iso_8601": "2025-02-26T19:31:49.679622Z",
"url": "https://files.pythonhosted.org/packages/f2/cb/3494bacf0eba849edad344f087e6a138806475d31e0654f00d18b5cc8507/home_assistant_intents-2025.2.26.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-26 19:31:49",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "home-assistant",
"github_project": "intents",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "hassil",
"specs": [
[
"==",
"2.2.3"
]
]
},
{
"name": "PyYAML",
"specs": [
[
"==",
"6.0.2"
]
]
},
{
"name": "voluptuous",
"specs": [
[
"==",
"0.15.2"
]
]
},
{
"name": "regex",
"specs": [
[
"==",
"2024.11.6"
]
]
},
{
"name": "jinja2",
"specs": [
[
"==",
"3.1.5"
]
]
},
{
"name": "black",
"specs": [
[
"==",
"25.1.0"
]
]
},
{
"name": "flake8",
"specs": [
[
"==",
"7.1.2"
]
]
},
{
"name": "isort",
"specs": [
[
"==",
"6.0.0"
]
]
},
{
"name": "mypy",
"specs": [
[
"==",
"1.15.0"
]
]
},
{
"name": "pylint",
"specs": [
[
"==",
"3.3.4"
]
]
},
{
"name": "pytest",
"specs": [
[
"==",
"8.3.4"
]
]
},
{
"name": "pytest-xdist",
"specs": [
[
"==",
"3.6.1"
]
]
}
],
"lcname": "home-assistant-intents"
}