{ "info": { "author": "LordFlashmeow", "author_email": "dash098@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers" ], "description": "PyLexicon: A Dictionary Module for Python\r\n======================================\r\n\r\nPyLexicon is an updated and streamlined dictionary module for Python 3 to\r\nget meanings, synonyms, antonyms, and translations. It uses `WordNet`_\r\nfor definitions, `Thesaurus.com`_ for synonyms and antonyms, and `Google\r\nTranslate`_ for translations.\r\n\r\nThis module uses ``requests`` and ``BeautifulSoup4`` as dependencies.\r\n\r\nInstallation\r\n------------\r\n\r\n``pip install PyLexicon``\r\n\r\nUsage\r\n-----\r\n\r\nPyLexicon is designed with simplicity in mind, which makes it easy to use.\r\n\r\nPyLexicon has only three functions: ``define``, ``synonym`` ,and\r\n``antonym``\r\n\r\nDefine:\r\n~~~~~~~\r\n\r\n.. code:: python\r\n\r\n >>> print(PyLexicon.define('hello'))\r\n {'Noun': ['an expression of greeting']}\r\n\r\nSynonym:\r\n~~~~~~~~\r\n\r\n.. code:: python\r\n\r\n >>> print(PyLexicon.synonym('happy'))\r\n ['cheerful', 'contented', 'overjoyed', 'ecstatic', 'elated']\r\n\r\nAntonym:\r\n~~~~~~~~\r\n\r\n.. code:: python\r\n\r\n >>> print(PyLexicon.antonym('happy'))\r\n ['melancholy', 'upset', 'disappointed', 'sorrowful', 'unfriendly']\r\n\r\n.. _WordNet: https://wordnet.princeton.edu/\r\n.. _Thesaurus.com: http://www.thesaurus.com/\r\n.. _Google Translate: https://translate.google.com/\r\n", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/LordFlashmeow/pylexicon", "keywords": "dictionary lexicon define meaning synonym antonym", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pylexicon", "package_url": "https://pypi.org/project/pylexicon/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pylexicon/", "project_urls": { "Homepage": "http://github.com/LordFlashmeow/pylexicon" }, "release_url": "https://pypi.org/project/pylexicon/1.0.4/", "requires_dist": null, "requires_python": null, "summary": "A python module to get meanings, synonyms and antonyms of words", "version": "1.0.4" }, "last_serial": 2695514, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "6cb097d125330b84d15b03b99e458c8c", "sha256": "bd69aecc47a2d100d2e1acb48d78366960eb0efd3fc057cfa0415fd79900efca" }, "downloads": -1, "filename": "pylexicon-1.0.tar.gz", "has_sig": false, "md5_digest": "6cb097d125330b84d15b03b99e458c8c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2615, "upload_time": "2017-03-09T12:25:07", "url": "https://files.pythonhosted.org/packages/73/e2/9b560d436736c844e4711882a648e942b9d36271cb810448010a869e3f16/pylexicon-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "c9006181ffbe6b4afd39174be3cf04dc", "sha256": "7f524b8aa0cdcab269c86674a2aa6f74a51e90c17708158140aa9bcc7ae751d9" }, "downloads": -1, "filename": "pylexicon-1.0.2.tar.gz", "has_sig": false, "md5_digest": "c9006181ffbe6b4afd39174be3cf04dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2848, "upload_time": "2017-03-09T20:21:42", "url": "https://files.pythonhosted.org/packages/83/40/4d9ff99c79b3d3cc648a5580a75a9bc2b51c903ac72172467790a376d18d/pylexicon-1.0.2.tar.gz" } ], "1.0.2": [], "1.0.3": [], "1.0.4": [ { "comment_text": "", "digests": { "md5": "d7aa6df23960ff717c0aebb7acb394bc", "sha256": "5f7a086b32a4fc7a7ae53ecff18d1f86f10d08ade94bfd9da37562d629404591" }, "downloads": -1, "filename": "pylexicon-1.0.4.tar.gz", "has_sig": true, "md5_digest": "d7aa6df23960ff717c0aebb7acb394bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2772, "upload_time": "2017-03-09T23:04:53", "url": "https://files.pythonhosted.org/packages/0f/64/d5a9fc8c4802c9a4446ac3b329d42239aef7e4e484278bc3e66bd34385fd/pylexicon-1.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d7aa6df23960ff717c0aebb7acb394bc", "sha256": "5f7a086b32a4fc7a7ae53ecff18d1f86f10d08ade94bfd9da37562d629404591" }, "downloads": -1, "filename": "pylexicon-1.0.4.tar.gz", "has_sig": true, "md5_digest": "d7aa6df23960ff717c0aebb7acb394bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2772, "upload_time": "2017-03-09T23:04:53", "url": "https://files.pythonhosted.org/packages/0f/64/d5a9fc8c4802c9a4446ac3b329d42239aef7e4e484278bc3e66bd34385fd/pylexicon-1.0.4.tar.gz" } ] }