{ "info": { "author": "Jessica Sousa", "author_email": "jessicacardosops@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Other Audience", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# Educalingo Dictionary \u2014 Package\n\n[![Build Status](https://travis-ci.org/JessicaSousa/EducalingoDictionary.svg?branch=master)](https://travis-ci.org/JessicaSousa/EducalingoDictionary)\n[![codecov]( https://codecov.io/gh/JessicaSousa/EducalingoDictionary/branch/master/graph/badge.svg)](https://codecov.io/gh/JessicaSousa/EducalingoDictionary)\n[![GitHub license](https://img.shields.io/github/license/JessicaSousa/EducalingoDictionary.svg)](https://github.com/JessicaSousa/EducalingoDictionary/blob/master/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/educalingoDictionary.svg)](https://pypi.org/project/educalingoDictionary/)\n\nThe ``educalingoDictionary`` Package is a basic package written in Python can download the info from the [Educalingo Dictionary](http://educalingo.com/).\n\n## Installation\n\nYou can install, upgrade, and uninstall the ``educalingoDictionary`` with these commands:\n```console\n$ pip install educalingoDictionary\n$ pip install --upgrade educalingoDictionary\n$ pip uninstall educalingoDictionary\n```\n## Usage\n```python\nfrom educalingoDictionary import EducalingoDictionary\nmy_dictionary = EducalingoDictionary()\nmy_dictionary.set_language(\"pt\")\n```\nPerforming a dictionary search for the _legal_ (nice) word.\n```python\nfrom educalingoDictionary import EducalingoDictionary\nmy_dictionary = EducalingoDictionary()\n# setting language to Portuguese\nmy_dictionary.set_language(\"pt\")\nmy_dictionary.search_word(word=\"legal\")\n```\n\nGet the list of synonyms through the ``get_synonyms`` method.\n\n```python\nfrom educalingoDictionary import EducalingoDictionary\nmy_dictionary = EducalingoDictionary()\n# setting language to Portuguese\nmy_dictionary.set_language(\"pt\")\nmy_dictionary.search_word(word=\"legal\")\n# get list of synonyms of \"legal\"\nsynonyms = my_dictionary.get_synonyms()\n```\n\n## Available dictionaries\n * **bn**: 'Bengali dictionary',\n * **de**: 'German dictionary',\n * **en**: 'English dictionary',\n * **es**: 'Spanish dictionary',\n * **fr**: 'French dictionary',\n * **hi**: 'Hindi dictionary',\n * **it**: 'Italian dictionary',\n * **ja**: 'Japanese dictionary',\n * **jv**: 'Javanese dictionary',\n * **ko**: 'Korean dictionary',\n * **mr**: 'Marathi dictionary',\n * **ms**: 'Malay dictionary',\n * **pl**: 'Polish dictionary',\n * **pt**: 'Portuguese dictionary',\n * **ro**: 'Romanian dictionary',\n * **ru**: 'Russian dictionary',\n * **ta**: 'Tamil dictionary',\n * **tr**: 'Turkish dictionary',\n * **uk**: 'Ukrainian dictionary',\n * **zh**: 'Chinese dictionary'\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/JessicaSousa/EducalingoDictionary", "keywords": "scrapping dictionary", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "educalingoDictionary", "package_url": "https://pypi.org/project/educalingoDictionary/", "platform": "", "project_url": "https://pypi.org/project/educalingoDictionary/", "project_urls": { "Homepage": "https://github.com/JessicaSousa/EducalingoDictionary" }, "release_url": "https://pypi.org/project/educalingoDictionary/0.1.0a0/", "requires_dist": [ "requests", "beautifulsoup4" ], "requires_python": ">=3.6", "summary": "Gets data from the Educalingo dictionary", "version": "0.1.0a0" }, "last_serial": 5383176, "releases": { "0.1.0a0": [ { "comment_text": "", "digests": { "md5": "8a232be55addc0f7c0aa55ca1f96d755", "sha256": "1abaac2818c221b479c9ba0db719cd0e41837acc94f983cfa4894eb9d85dd7a4" }, "downloads": -1, "filename": "educalingoDictionary-0.1.0a0-py3-none-any.whl", "has_sig": false, "md5_digest": "8a232be55addc0f7c0aa55ca1f96d755", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 5443, "upload_time": "2019-06-10T18:54:17", "url": "https://files.pythonhosted.org/packages/12/d5/953bca33ec24ad359481bed2ac735386653b891e7c263a5ba22851e480b8/educalingoDictionary-0.1.0a0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e6ba0980550651c8b2a30f22479aa81f", "sha256": "ab7d9bf72ac43cc6ffe68478d619c9169e23e66b5369a391512ed41ed90d22ae" }, "downloads": -1, "filename": "educalingoDictionary-0.1.0a0.tar.gz", "has_sig": false, "md5_digest": "e6ba0980550651c8b2a30f22479aa81f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 3942, "upload_time": "2019-06-10T18:54:20", "url": "https://files.pythonhosted.org/packages/85/58/79b0123f919b68e1dbea01fc1135e53a0362ef17725a6727ee6f0400d686/educalingoDictionary-0.1.0a0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8a232be55addc0f7c0aa55ca1f96d755", "sha256": "1abaac2818c221b479c9ba0db719cd0e41837acc94f983cfa4894eb9d85dd7a4" }, "downloads": -1, "filename": "educalingoDictionary-0.1.0a0-py3-none-any.whl", "has_sig": false, "md5_digest": "8a232be55addc0f7c0aa55ca1f96d755", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 5443, "upload_time": "2019-06-10T18:54:17", "url": "https://files.pythonhosted.org/packages/12/d5/953bca33ec24ad359481bed2ac735386653b891e7c263a5ba22851e480b8/educalingoDictionary-0.1.0a0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e6ba0980550651c8b2a30f22479aa81f", "sha256": "ab7d9bf72ac43cc6ffe68478d619c9169e23e66b5369a391512ed41ed90d22ae" }, "downloads": -1, "filename": "educalingoDictionary-0.1.0a0.tar.gz", "has_sig": false, "md5_digest": "e6ba0980550651c8b2a30f22479aa81f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 3942, "upload_time": "2019-06-10T18:54:20", "url": "https://files.pythonhosted.org/packages/85/58/79b0123f919b68e1dbea01fc1135e53a0362ef17725a6727ee6f0400d686/educalingoDictionary-0.1.0a0.tar.gz" } ] }