PythonDictionary


NamePythonDictionary JSON
Version 0.0.5 PyPI version JSON
download
home_pagehttps://github.com/Vishnunkumar/PythonDictionary/
SummaryPython wrapper for the Free Dictionary API
upload_time2023-11-27 12:03:46
maintainer
docs_urlNone
authorVishnu Nandakumar
requires_python
licenseMIT license
keywords dictionary
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PyDictionary
Python wrapper over the Free Dictionary API

```
pip install PyDictionary
```

```python
from PyThonDictionary import pyDictionary

pydictionary = pyDictionary.PyDictionary(word="world")
definitions, synonyms = pydictionary.getDefinitions(partOfSpeech="noun")
audio = pydictionary.getAudio()
dictionary = pydictionary.getDictionary()
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Vishnunkumar/PythonDictionary/",
    "name": "PythonDictionary",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Dictionary",
    "author": "Vishnu Nandakumar",
    "author_email": "nkumarvishnu25@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/6b/c2/789a0b1cd3c57ee2296efeedbf20e54af31ae33981c89eb827f4eb4b56c0/PythonDictionary-0.0.5.tar.gz",
    "platform": null,
    "description": "# PyDictionary\nPython wrapper over the Free Dictionary API\n\n```\npip install PyDictionary\n```\n\n```python\nfrom PyThonDictionary import pyDictionary\n\npydictionary = pyDictionary.PyDictionary(word=\"world\")\ndefinitions, synonyms = pydictionary.getDefinitions(partOfSpeech=\"noun\")\naudio = pydictionary.getAudio()\ndictionary = pydictionary.getDictionary()\n```\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "Python wrapper for the Free Dictionary API",
    "version": "0.0.5",
    "project_urls": {
        "Homepage": "https://github.com/Vishnunkumar/PythonDictionary/"
    },
    "split_keywords": [
        "dictionary"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6bc2789a0b1cd3c57ee2296efeedbf20e54af31ae33981c89eb827f4eb4b56c0",
                "md5": "4c42272485a73ad563d0c08a21ddb91a",
                "sha256": "3b49f5092a941ef6f56e19261430e0269779c73135af4396286215a365be5bca"
            },
            "downloads": -1,
            "filename": "PythonDictionary-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "4c42272485a73ad563d0c08a21ddb91a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2871,
            "upload_time": "2023-11-27T12:03:46",
            "upload_time_iso_8601": "2023-11-27T12:03:46.091228Z",
            "url": "https://files.pythonhosted.org/packages/6b/c2/789a0b1cd3c57ee2296efeedbf20e54af31ae33981c89eb827f4eb4b56c0/PythonDictionary-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-27 12:03:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Vishnunkumar",
    "github_project": "PythonDictionary",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pythondictionary"
}
        
Elapsed time: 0.14855s