home-assistant-intents


Namehome-assistant-intents JSON
Version 2024.11.4 PyPI version JSON
download
home_pageNone
SummaryIntents for Home Assistant
upload_time2024-11-04 18:07:18
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9.0
licenseApache-2.0
keywords home assistant intent recognition
VCS
bugtrack_url
requirements hassil PyYAML voluptuous regex jinja2 black flake8 isort mypy pylint pytest pytest-xdist
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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/1c/d4/788f45e23c4ce1f2b30c57a15eb425b34054f73ff232cc2769635c1029fb/home_assistant_intents-2024.11.4.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": "2024.11.4",
    "project_urls": {
        "Source Code": "https://github.com/home-assistant/intents"
    },
    "split_keywords": [
        "home",
        " assistant",
        " intent",
        " recognition"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "05d5ba316d9f9fc2d546c75da2aeb41e539042e3b34ab544f7a2689cf196c892",
                "md5": "86c8122f2f6e219673b877f7cd941b8f",
                "sha256": "b0f38dad06ef11c4fa5337faf1a6784e2edd17ca84ca6b0631aadda9e60197cc"
            },
            "downloads": -1,
            "filename": "home_assistant_intents-2024.11.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "86c8122f2f6e219673b877f7cd941b8f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 336393,
            "upload_time": "2024-11-04T18:07:16",
            "upload_time_iso_8601": "2024-11-04T18:07:16.926677Z",
            "url": "https://files.pythonhosted.org/packages/05/d5/ba316d9f9fc2d546c75da2aeb41e539042e3b34ab544f7a2689cf196c892/home_assistant_intents-2024.11.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1cd4788f45e23c4ce1f2b30c57a15eb425b34054f73ff232cc2769635c1029fb",
                "md5": "be9275af416cc18a69c442e2599e9069",
                "sha256": "fa21ca2b36c1e1cc7b88a8278c8ec2ee83971cd918cb681b348a2b3901f097a9"
            },
            "downloads": -1,
            "filename": "home_assistant_intents-2024.11.4.tar.gz",
            "has_sig": false,
            "md5_digest": "be9275af416cc18a69c442e2599e9069",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 312032,
            "upload_time": "2024-11-04T18:07:18",
            "upload_time_iso_8601": "2024-11-04T18:07:18.796502Z",
            "url": "https://files.pythonhosted.org/packages/1c/d4/788f45e23c4ce1f2b30c57a15eb425b34054f73ff232cc2769635c1029fb/home_assistant_intents-2024.11.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-04 18:07:18",
    "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": [
                [
                    "==",
                    "1.7.4"
                ]
            ]
        },
        {
            "name": "PyYAML",
            "specs": [
                [
                    "==",
                    "6.0.2"
                ]
            ]
        },
        {
            "name": "voluptuous",
            "specs": [
                [
                    "==",
                    "0.15.2"
                ]
            ]
        },
        {
            "name": "regex",
            "specs": [
                [
                    "==",
                    "2024.9.11"
                ]
            ]
        },
        {
            "name": "jinja2",
            "specs": [
                [
                    "==",
                    "3.1.4"
                ]
            ]
        },
        {
            "name": "black",
            "specs": [
                [
                    "==",
                    "24.10.0"
                ]
            ]
        },
        {
            "name": "flake8",
            "specs": [
                [
                    "==",
                    "7.1.1"
                ]
            ]
        },
        {
            "name": "isort",
            "specs": [
                [
                    "==",
                    "5.13.2"
                ]
            ]
        },
        {
            "name": "mypy",
            "specs": [
                [
                    "==",
                    "1.13.0"
                ]
            ]
        },
        {
            "name": "pylint",
            "specs": [
                [
                    "==",
                    "3.3.1"
                ]
            ]
        },
        {
            "name": "pytest",
            "specs": [
                [
                    "==",
                    "8.3.3"
                ]
            ]
        },
        {
            "name": "pytest-xdist",
            "specs": [
                [
                    "==",
                    "3.6.1"
                ]
            ]
        }
    ],
    "lcname": "home-assistant-intents"
}
        
Elapsed time: 0.72480s