home-assistant-intents


Namehome-assistant-intents JSON
Version 2024.3.29 PyPI version JSON
download
home_pageNone
SummaryIntents for Home Assistant
upload_time2024-03-29 20:19:17
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9.0
licenseApache-2.0
keywords home assistant intent recognition
VCS
bugtrack_url
requirements No requirements were recorded.
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": null,
    "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.3.29",
    "project_urls": {
        "Source Code": "https://github.com/home-assistant/intents"
    },
    "split_keywords": [
        "home",
        " assistant",
        " intent",
        " recognition"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "15bf179a216a67ad0e5cb74d9580e7b8f107d2f15e0d982ea93813c41a67d91e",
                "md5": "d6cb8daee4d5f0579e2c8e49d3a7faf7",
                "sha256": "4bcf349dc97464ab33f28e5407b09dd6c264c1f2ccb0a48959d8ea71a8d24e8c"
            },
            "downloads": -1,
            "filename": "home_assistant_intents-2024.3.29-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d6cb8daee4d5f0579e2c8e49d3a7faf7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 278743,
            "upload_time": "2024-03-29T20:19:17",
            "upload_time_iso_8601": "2024-03-29T20:19:17.192746Z",
            "url": "https://files.pythonhosted.org/packages/15/bf/179a216a67ad0e5cb74d9580e7b8f107d2f15e0d982ea93813c41a67d91e/home_assistant_intents-2024.3.29-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-29 20:19:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "home-assistant",
    "github_project": "intents",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "home-assistant-intents"
}
        
Elapsed time: 0.33022s