{ "info": { "author": "Robert Miles", "author_email": "milesrobert374@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7" ], "description": "===\ndictionary - Interface with system dictionary files\n===\n\nThis is a GNU/Linux only library that uses dictionary files in \"/usr/share/dict\" to allow searching dictionaries.\n\nFor example, to get all nouns that start with the letter a in /usr/share/dict/american_english_small::\n\n\tdef a_nouns():\n\t\ten_us_small = dicttools.getDict(\"american_english_small\")\n\t\twhile not en_us_small.isFinished():\n\t\t\ttime.sleep(1)\n\t\ten_us_small = en_us_small.getObject()\n\t\tfor i in en_us_small.wordType('noun',[[dictionary.STARTS_WITH,'a']]):\n\t\t\tyield i\n\nTo get a dictionary, call `dicttools.getDict(file: string)` where `file` is a file in /usr/share/dict. You will recieve a DictionaryThread object.\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/MineRobber9000/ldicttools", "keywords": "index search words", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "ldicttools", "package_url": "https://pypi.org/project/ldicttools/", "platform": "", "project_url": "https://pypi.org/project/ldicttools/", "project_urls": { "Homepage": "https://github.com/MineRobber9000/ldicttools" }, "release_url": "https://pypi.org/project/ldicttools/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "Tools for searching/indexing dictionaries", "version": "0.1.0" }, "last_serial": 3107915, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "5cdbc9be660baa5bb7eca7851916f0e8", "sha256": "3eb38511e05b70a96c1572c0015cd5807583832276bfb67f0341a3144ae96b30" }, "downloads": -1, "filename": "ldicttools-0.1.0-py2.7.egg", "has_sig": false, "md5_digest": "5cdbc9be660baa5bb7eca7851916f0e8", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 5251, "upload_time": "2017-08-19T07:52:23", "url": "https://files.pythonhosted.org/packages/52/d3/88271962d7b22d792d8fdeb3d5f5852ae095c0b63f92b036aca25d02e504/ldicttools-0.1.0-py2.7.egg" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5cdbc9be660baa5bb7eca7851916f0e8", "sha256": "3eb38511e05b70a96c1572c0015cd5807583832276bfb67f0341a3144ae96b30" }, "downloads": -1, "filename": "ldicttools-0.1.0-py2.7.egg", "has_sig": false, "md5_digest": "5cdbc9be660baa5bb7eca7851916f0e8", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 5251, "upload_time": "2017-08-19T07:52:23", "url": "https://files.pythonhosted.org/packages/52/d3/88271962d7b22d792d8fdeb3d5f5852ae095c0b63f92b036aca25d02e504/ldicttools-0.1.0-py2.7.egg" } ] }