{ "info": { "author": "Sourab Sharma", "author_email": "sharmasourab93@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "A Beautiful Soup based English Dictionary \n\nAn English Dictionary Implementation to explore Databases in depth.\nThe main method extracts the meaning of the word from the Cambridge Univ.site, if the meaning doesn't exist in the dictionary database.\nAfter parsing from the site, it prints the meaning and inserts it into the dictionary database.\nOnce the meaning has been inserted into the dictionary database, look up takes O(1) time.\n\nDirection to install: \n\n\tDownload the package.\n\tExtract from the Zip Folder\n\tUse the following command from on this location on the command prompt: \n\t\t\"python -m pip install .\"\n\tAfter successful installation,On the Python shell :\n\t\t>>>import eng_dictionary\n\t\t>>>eng_dictionary.meaning('<< Word you wish to look up for >>')\n\n\n\nI have used the following Python modules :\n\n\t1. urllib : To fetch the resources from Cambridge university url for Word meaning\n\t2. bs4: To parse the innerHTML for the word's meaning from the Cambridge University site \n\t3. sqlite3: To lookup for the meaning of the word in the database if it exists else, for parsing and inserting into the database\n\nReferences for building the package: \nhttp://www.diveintopython3.net/packaging.html", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/sharmasourab93/eng_dictionary", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "eng-dictionary", "package_url": "https://pypi.org/project/eng-dictionary/", "platform": "", "project_url": "https://pypi.org/project/eng-dictionary/", "project_urls": { "Homepage": "https://github.com/sharmasourab93/eng_dictionary" }, "release_url": "https://pypi.org/project/eng-dictionary/1.0/", "requires_dist": null, "requires_python": "", "summary": "A BS4 based English Dictinonary", "version": "1.0" }, "last_serial": 3874946, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "3c373bc7f970f34d6118bda5c9dd5103", "sha256": "ad964c818bb14933c91b74cc51549cb9365d439e19415b6949fd9676be8ceb0c" }, "downloads": -1, "filename": "eng_dictionary-1.0.zip", "has_sig": false, "md5_digest": "3c373bc7f970f34d6118bda5c9dd5103", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3620, "upload_time": "2018-05-18T06:57:17", "url": "https://files.pythonhosted.org/packages/9b/a0/25d1fcc5a055ed08135a69ee1d9204069c10a3b86104bdfd71fd30001ee3/eng_dictionary-1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3c373bc7f970f34d6118bda5c9dd5103", "sha256": "ad964c818bb14933c91b74cc51549cb9365d439e19415b6949fd9676be8ceb0c" }, "downloads": -1, "filename": "eng_dictionary-1.0.zip", "has_sig": false, "md5_digest": "3c373bc7f970f34d6118bda5c9dd5103", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3620, "upload_time": "2018-05-18T06:57:17", "url": "https://files.pythonhosted.org/packages/9b/a0/25d1fcc5a055ed08135a69ee1d9204069c10a3b86104bdfd71fd30001ee3/eng_dictionary-1.0.zip" } ] }