ovos-solver-failure-plugin


Nameovos-solver-failure-plugin JSON
Version 0.0.0 PyPI version JSON
download
home_pagehttps://github.com/OpenVoiceOS/ovos-solver-failure-plugin
SummaryA question solver plugin for ovos/neon/mycroft
upload_time2023-02-04 23:39:55
maintainer
docs_urlNone
authorjarbasai
requires_python
licenseMIT
keywords mycroft plugin utterance fallback query
VCS
bugtrack_url
requirements neon_solvers
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # <img src='https://raw.githack.com/FortAwesome/Font-Awesome/master/svgs/solid/robot.svg' card_color='#40DBB0' width='50' height='50' style='vertical-align:bottom'/> FailureBbot
 
Extreme fallback, just complains it does not have a brain

## Usage

Spoken answers api

```python
from ovos_solver_failure_plugin import FailureSolver

d = FailureSolver()
sentence = d.spoken_answer("hello")
print(sentence)
# 404 brain not found
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/OpenVoiceOS/ovos-solver-failure-plugin",
    "name": "ovos-solver-failure-plugin",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "mycroft plugin utterance fallback query",
    "author": "jarbasai",
    "author_email": "jarbasai@mailfence.com",
    "download_url": "https://files.pythonhosted.org/packages/f2/61/2078f4fc162a03025de82cdd4962522f7b54459158229f6be73233a642dc/ovos-solver-failure-plugin-0.0.0.tar.gz",
    "platform": null,
    "description": "# <img src='https://raw.githack.com/FortAwesome/Font-Awesome/master/svgs/solid/robot.svg' card_color='#40DBB0' width='50' height='50' style='vertical-align:bottom'/> FailureBbot\n \nExtreme fallback, just complains it does not have a brain\n\n## Usage\n\nSpoken answers api\n\n```python\nfrom ovos_solver_failure_plugin import FailureSolver\n\nd = FailureSolver()\nsentence = d.spoken_answer(\"hello\")\nprint(sentence)\n# 404 brain not found\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A question solver plugin for ovos/neon/mycroft",
    "version": "0.0.0",
    "split_keywords": [
        "mycroft",
        "plugin",
        "utterance",
        "fallback",
        "query"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f2612078f4fc162a03025de82cdd4962522f7b54459158229f6be73233a642dc",
                "md5": "fc045e53851e6ffb36e94227a42d3aec",
                "sha256": "a36e29760d5fc0166beaf06fb4a566a1397102c8ce71f40b362f3121a59ffc13"
            },
            "downloads": -1,
            "filename": "ovos-solver-failure-plugin-0.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "fc045e53851e6ffb36e94227a42d3aec",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2454,
            "upload_time": "2023-02-04T23:39:55",
            "upload_time_iso_8601": "2023-02-04T23:39:55.390764Z",
            "url": "https://files.pythonhosted.org/packages/f2/61/2078f4fc162a03025de82cdd4962522f7b54459158229f6be73233a642dc/ovos-solver-failure-plugin-0.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-02-04 23:39:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "OpenVoiceOS",
    "github_project": "ovos-solver-failure-plugin",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "neon_solvers",
            "specs": []
        }
    ],
    "lcname": "ovos-solver-failure-plugin"
}
        
Elapsed time: 0.04730s