ovos-skill-hello-world


Nameovos-skill-hello-world JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/OpenVoiceOS/skill-ovos-hello-world
SummaryOVOS hello world skill plugin
upload_time2023-03-13 18:58:53
maintainer
docs_urlNone
authorOpenVoiceOS
requires_python
licenseApache-2.0
keywords ovos skill plugin
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # <img src='https://raw.githack.com/FortAwesome/Font-Awesome/master/svgs/solid/smile.svg' card_color='#22a7f0' width='50' height='50' style='vertical-align:bottom'/> Hello World
Introductory Skill so that Skill Authors can see how a Mycroft Skill is put together

## About
This is a basic Hello Word Skill that takes an _Utterance_ from the user and provides a voice response - a _Dialog_. This Skill demonstrates the basic directory and file structure of a Mycroft Skill, and is a good first Skill to study if you are interested in developing Skills for the Mycroft ecosystem.

## Examples
* "Hello world"
* "How are you?"
* "Thank you"

## Credits
Mycroft AI (@MycroftAI)

## Category
**Configuration**

## Tags
#helloworld
#first-skill
#hello
#greeting



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/OpenVoiceOS/skill-ovos-hello-world",
    "name": "ovos-skill-hello-world",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "ovos skill plugin",
    "author": "OpenVoiceOS",
    "author_email": "jarbasai@mailfence.com",
    "download_url": "",
    "platform": null,
    "description": "# <img src='https://raw.githack.com/FortAwesome/Font-Awesome/master/svgs/solid/smile.svg' card_color='#22a7f0' width='50' height='50' style='vertical-align:bottom'/> Hello World\nIntroductory Skill so that Skill Authors can see how a Mycroft Skill is put together\n\n## About\nThis is a basic Hello Word Skill that takes an _Utterance_ from the user and provides a voice response - a _Dialog_. This Skill demonstrates the basic directory and file structure of a Mycroft Skill, and is a good first Skill to study if you are interested in developing Skills for the Mycroft ecosystem.\n\n## Examples\n* \"Hello world\"\n* \"How are you?\"\n* \"Thank you\"\n\n## Credits\nMycroft AI (@MycroftAI)\n\n## Category\n**Configuration**\n\n## Tags\n#helloworld\n#first-skill\n#hello\n#greeting\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "OVOS hello world skill plugin",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://github.com/OpenVoiceOS/skill-ovos-hello-world"
    },
    "split_keywords": [
        "ovos",
        "skill",
        "plugin"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d590f21d1a45f46fd9186269933dd78000982696836b81e5c7f89c161985a28f",
                "md5": "b1c172ac25fd3a7f3e7a56e777545a21",
                "sha256": "384da17d9692dfc3f2d5b6aa98513cb8d21e75e8c8effdf07f8a37df3b8264b9"
            },
            "downloads": -1,
            "filename": "ovos_skill_hello_world-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b1c172ac25fd3a7f3e7a56e777545a21",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 63697,
            "upload_time": "2023-03-13T18:58:53",
            "upload_time_iso_8601": "2023-03-13T18:58:53.429004Z",
            "url": "https://files.pythonhosted.org/packages/d5/90/f21d1a45f46fd9186269933dd78000982696836b81e5c7f89c161985a28f/ovos_skill_hello_world-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-13 18:58:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OpenVoiceOS",
    "github_project": "skill-ovos-hello-world",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "ovos-skill-hello-world"
}
        
Elapsed time: 0.16317s