{ "info": { "author": "Mayank Jaglan", "author_email": "mjaglan@umail.iu.edu", "bugtrack_url": null, "classifiers": [], "description": "package: word_search\n\nGitHub: https://github.com/mjaglan/py-word-search\n\nPython package that searches a 2D grid of randomly generated letters (a-z only) for valid English words. Words can be found along any diagonal, forwards, upwards, downwards or backwards and cannot \u2018wrap\u2019 between edges. To check if a word is valid, a list of words at res/input/words.txt is used as a reference dictionary.\n\n\nHow to run?\n\nfrom word_search import word_search_hashset as hs\n\nfrom word_search import word_search_trie as ts\n\nRefer client/client_example.py in GitHub at\n\nhttps://github.com/mjaglan/py-word-search/blob/master/client/client_example.py\n\nto see an example program.", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://pypi.org/project/word-search/", "keywords": "", "license": "LICENSE", "maintainer": "", "maintainer_email": "", "name": "word-search", "package_url": "https://pypi.org/project/word-search/", "platform": "any", "project_url": "https://pypi.org/project/word-search/", "project_urls": { "Homepage": "https://pypi.org/project/word-search/" }, "release_url": "https://pypi.org/project/word-search/0.0.2.20180411/", "requires_dist": null, "requires_python": "", "summary": "Given a dictionary, list all meaningful words in N x M grid of characters.", "version": "0.0.2.20180411" }, "last_serial": 3757536, "releases": { "0.0.1.20180411": [ { "comment_text": "", "digests": { "md5": "dc6dd4f7a08115865ec4505b66e1e928", "sha256": "63b6d071de326ec0b51c8a7acb88ce7f468a0ee2c7ce35b37ce7ab7b7e739275" }, "downloads": -1, "filename": "word_search-0.0.1.20180411.tar.gz", "has_sig": false, "md5_digest": "dc6dd4f7a08115865ec4505b66e1e928", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 172215, "upload_time": "2018-04-12T01:53:25", "url": "https://files.pythonhosted.org/packages/65/1e/ffa5c9dd69f8bb5791881bd5d7c2d88bf51a91aad1c4ed4018ec27b505d8/word_search-0.0.1.20180411.tar.gz" } ], "0.0.2.20180411": [ { "comment_text": "", "digests": { "md5": "721d26154181643fcc172e311c54eec7", "sha256": "5089df0eb56e99617a468590f8051c77bbb008c1b94ec0c861e478898139caf1" }, "downloads": -1, "filename": "word_search-0.0.2.20180411.tar.gz", "has_sig": false, "md5_digest": "721d26154181643fcc172e311c54eec7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 172210, "upload_time": "2018-04-12T04:59:22", "url": "https://files.pythonhosted.org/packages/71/4d/b1a38f6e0322c3466bdd11c594a0667092e06795bb8af627ee2d345c15b1/word_search-0.0.2.20180411.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "721d26154181643fcc172e311c54eec7", "sha256": "5089df0eb56e99617a468590f8051c77bbb008c1b94ec0c861e478898139caf1" }, "downloads": -1, "filename": "word_search-0.0.2.20180411.tar.gz", "has_sig": false, "md5_digest": "721d26154181643fcc172e311c54eec7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 172210, "upload_time": "2018-04-12T04:59:22", "url": "https://files.pythonhosted.org/packages/71/4d/b1a38f6e0322c3466bdd11c594a0667092e06795bb8af627ee2d345c15b1/word_search-0.0.2.20180411.tar.gz" } ] }