wordly


Namewordly JSON
Version 0.0.3 PyPI version JSON
download
home_pageNone
SummaryA simple python client that requests dictionary definitions from a server that implements Dictionary Server Protocol
upload_time2024-09-28 07:58:42
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseMIT License Copyright (c) 2024 Marko Marić Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords wordly definition dictionary dict
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Wordly

A python client to communicate with servers implementing the
[Dictionary Server Protocol](https://datatracker.ietf.org/doc/html/rfc2229)

## Getting Started

```
pip install wordly
```

## Usage

Once installed you may use wordly from the command line:

```
$ wordly programming
"programming" wn "WordNet (r) 3.0 (2006)"
programming
    n 1: setting an order and time for planned events [syn:
         {scheduling}, {programming}, {programing}]
    2: creating a sequence of instructions to enable the computer to
       do something [syn: {programming}, {programing}, {computer
       programming}, {computer programing}]
.
```

Or you may import `Word` from `wordly` in your scripts.

```py
from wordly import Word

w = Word("curious")

print(w.definition)
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "wordly",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "wordly, definition, dictionary, DICT",
    "author": null,
    "author_email": "Marko Mari\u0107 <marko@lambdabread.io>",
    "download_url": "https://files.pythonhosted.org/packages/68/d8/4ca26aab06637192bb20c1daafeb1b0ffeb71004fbb624a79953122d46cb/wordly-0.0.3.tar.gz",
    "platform": null,
    "description": "# Wordly\n\nA python client to communicate with servers implementing the\n[Dictionary Server Protocol](https://datatracker.ietf.org/doc/html/rfc2229)\n\n## Getting Started\n\n```\npip install wordly\n```\n\n## Usage\n\nOnce installed you may use wordly from the command line:\n\n```\n$ wordly programming\n\"programming\" wn \"WordNet (r) 3.0 (2006)\"\nprogramming\n    n 1: setting an order and time for planned events [syn:\n         {scheduling}, {programming}, {programing}]\n    2: creating a sequence of instructions to enable the computer to\n       do something [syn: {programming}, {programing}, {computer\n       programming}, {computer programing}]\n.\n```\n\nOr you may import `Word` from `wordly` in your scripts.\n\n```py\nfrom wordly import Word\n\nw = Word(\"curious\")\n\nprint(w.definition)\n```\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 Marko Mari\u0107  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "A simple python client that requests dictionary definitions from a server that implements Dictionary Server Protocol",
    "version": "0.0.3",
    "project_urls": {
        "Issues": "https://github.com/MarkoM-dot/wordly/issues",
        "Repository": "https://github.com/MarkoM-dot/wordly"
    },
    "split_keywords": [
        "wordly",
        " definition",
        " dictionary",
        " dict"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b422ef0530d52d79d0f4e1633e6ebb8ff5bca2e954a10d64a820f9677c3bc68",
                "md5": "483158a574dbfa85aa3399b58ff64f00",
                "sha256": "6c1d3186df8feee6ca8d3a4414876372b6467dc7d862a931b89edb0cc1174a21"
            },
            "downloads": -1,
            "filename": "wordly-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "483158a574dbfa85aa3399b58ff64f00",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 7879,
            "upload_time": "2024-09-28T07:58:40",
            "upload_time_iso_8601": "2024-09-28T07:58:40.378218Z",
            "url": "https://files.pythonhosted.org/packages/4b/42/2ef0530d52d79d0f4e1633e6ebb8ff5bca2e954a10d64a820f9677c3bc68/wordly-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "68d84ca26aab06637192bb20c1daafeb1b0ffeb71004fbb624a79953122d46cb",
                "md5": "d52f3e6b04d062d25852389fa4cfd089",
                "sha256": "50343a2c4bd5188c7d1dac9da80da50664f6107af0cdabb19d8bed8a8200926e"
            },
            "downloads": -1,
            "filename": "wordly-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "d52f3e6b04d062d25852389fa4cfd089",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 7287,
            "upload_time": "2024-09-28T07:58:42",
            "upload_time_iso_8601": "2024-09-28T07:58:42.080631Z",
            "url": "https://files.pythonhosted.org/packages/68/d8/4ca26aab06637192bb20c1daafeb1b0ffeb71004fbb624a79953122d46cb/wordly-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-28 07:58:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MarkoM-dot",
    "github_project": "wordly",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "wordly"
}
        
Elapsed time: 0.40682s