Metadata-Version: 2.4
Name: home-assistant-intents
Version: 2026.3.3
Summary: Intents for Home Assistant
Author-email: The Home Assistant Authors <hello@home-assistant.io>
License-Expression: Apache-2.0
Project-URL: Source Code, https://github.com/OHF-Voice/intents
Keywords: home,assistant,intent,recognition
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.9.0
Description-Content-Type: text/markdown
License-File: LICENSE.md
Provides-Extra: dev
Requires-Dist: PyYAML==6.0.2; extra == "dev"
Requires-Dist: black==25.1.0; extra == "dev"
Requires-Dist: build==1.3.0; extra == "dev"
Requires-Dist: flake8==7.3.0; extra == "dev"
Requires-Dist: isort==6.0.1; extra == "dev"
Requires-Dist: mypy==1.17.1; extra == "dev"
Requires-Dist: pylint==3.3.8; extra == "dev"
Requires-Dist: pytest==8.4.1; extra == "dev"
Requires-Dist: types-PyYAML==6.0.12.20250822; extra == "dev"
Dynamic: license-file

# 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.
