sopel-jisho


Namesopel-jisho JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryJisho lookup plugin for Sopel IRC bots.
upload_time2024-06-09 13:44:47
maintainerNone
docs_urlNone
authorNone
requires_python<4,>=3.8
licenseGPL-3.0
keywords sopel plugin bot irc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # sopel-jisho

Sopel plugin to search Jisho.org, a Japanese/English dictionary.

## Installing

Releases are hosted on PyPI, so after installing Sopel, all you need is `pip`:

```shell
$ pip install sopel-jisho
```

### Requirements

`sopel-jisho` requires Sopel 7.1+ and `requests`.

## Usage
Commands & arguments:

* `.jisho <search query>` (also available as `.ji`)
  * `<search query>`: the keyword(s) to search for on Jisho

## Notes

This plugin has beta-level functionality. It can search and display most
queries, but may not correctly deal with incomplete API responses (for example,
words that have no readings). That said, anything that doesn't behave as
expected should be reported in the plugin's [issue tracker][] if it isn't
already listed there (be sure to **also search closed issues!**).

Jisho's API is undocumented and subject to change, so there are sure to be edge
cases where the code receives something it doesn't expect. Some of these are
handled. Others aren't…yet. Report problematic queries to the issue tracker.

[issue tracker]: https://github.com/dgw/sopel-jisho/issues

## Changelog

### 0.1.0

First packaged release of `sopel-jisho`.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "sopel-jisho",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4,>=3.8",
    "maintainer_email": null,
    "keywords": "sopel, plugin, bot, irc",
    "author": null,
    "author_email": "dgw <dgw@technobabbl.es>",
    "download_url": "https://files.pythonhosted.org/packages/e7/43/439924983fc9bfb9602d3b8df346a81236415a323cd22a229e849c35aa92/sopel_jisho-0.1.0.tar.gz",
    "platform": "Linux x86, x86-64",
    "description": "# sopel-jisho\n\nSopel plugin to search Jisho.org, a Japanese/English dictionary.\n\n## Installing\n\nReleases are hosted on PyPI, so after installing Sopel, all you need is `pip`:\n\n```shell\n$ pip install sopel-jisho\n```\n\n### Requirements\n\n`sopel-jisho` requires Sopel 7.1+ and `requests`.\n\n## Usage\nCommands & arguments:\n\n* `.jisho <search query>` (also available as `.ji`)\n  * `<search query>`: the keyword(s) to search for on Jisho\n\n## Notes\n\nThis plugin has beta-level functionality. It can search and display most\nqueries, but may not correctly deal with incomplete API responses (for example,\nwords that have no readings). That said, anything that doesn't behave as\nexpected should be reported in the plugin's [issue tracker][] if it isn't\nalready listed there (be sure to **also search closed issues!**).\n\nJisho's API is undocumented and subject to change, so there are sure to be edge\ncases where the code receives something it doesn't expect. Some of these are\nhandled. Others aren't\u2026yet. Report problematic queries to the issue tracker.\n\n[issue tracker]: https://github.com/dgw/sopel-jisho/issues\n\n## Changelog\n\n### 0.1.0\n\nFirst packaged release of `sopel-jisho`.\n",
    "bugtrack_url": null,
    "license": "GPL-3.0",
    "summary": "Jisho lookup plugin for Sopel IRC bots.",
    "version": "0.1.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/dgw/sopel-jisho/issues",
        "Homepage": "https://github.com/dgw/sopel-jisho"
    },
    "split_keywords": [
        "sopel",
        " plugin",
        " bot",
        " irc"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d11854340b70fa3b9018be4d947951f991521dc6fff331a2e9374fbe97a9e0ff",
                "md5": "b713230cb3591dbdc1ce3dab559d372d",
                "sha256": "37a42e5e059d678ea0c19628e4d7e36125c24177fd8aeaa179d287d147fc714c"
            },
            "downloads": -1,
            "filename": "sopel_jisho-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b713230cb3591dbdc1ce3dab559d372d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.8",
            "size": 15730,
            "upload_time": "2024-06-09T13:44:46",
            "upload_time_iso_8601": "2024-06-09T13:44:46.718722Z",
            "url": "https://files.pythonhosted.org/packages/d1/18/54340b70fa3b9018be4d947951f991521dc6fff331a2e9374fbe97a9e0ff/sopel_jisho-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e743439924983fc9bfb9602d3b8df346a81236415a323cd22a229e849c35aa92",
                "md5": "d96bc2b61c695dc43548fa068259f716",
                "sha256": "762d3c2d08468c49dfd336f96ca31ad34458f5187fb2b4e69692ffabb13cc2a5"
            },
            "downloads": -1,
            "filename": "sopel_jisho-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d96bc2b61c695dc43548fa068259f716",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.8",
            "size": 15511,
            "upload_time": "2024-06-09T13:44:47",
            "upload_time_iso_8601": "2024-06-09T13:44:47.955846Z",
            "url": "https://files.pythonhosted.org/packages/e7/43/439924983fc9bfb9602d3b8df346a81236415a323cd22a229e849c35aa92/sopel_jisho-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-09 13:44:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dgw",
    "github_project": "sopel-jisho",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "sopel-jisho"
}
        
Elapsed time: 0.32939s