{ "info": { "author": "Kenneth J. Pronovici", "author_email": "pronovic@ieee.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Natural Language :: English", "Programming Language :: Python", "Topic :: Games/Entertainment :: Board Games", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "The WordUtils package provides objects related to word searching and matching.\nThe eventual goal is to develop a suite of objects that are suitable for\nbuilding word games in the tradition of Scrabble (tm).\n\nAll of the objects provide similar functionality with a similar interface, but\nare implemented in terms of different underlying data structures. Currently,\nobjects implementing two different data structures are complete: the Dawg\nobject, which implements a directed acyclic word graph, and the\nTernarySearchTree object, which implements a ternary search tree.", "description_content_type": null, "docs_url": null, "download_url": "http://cedar-solutions.com/ftp/software/WordUtils-0.8.0.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.cedar-solutions.com/software/wordutils/", "keywords": null, "license": "Copyright (c) 2003-2005 Kenneth J. Pronovici. Licensed under the GNU GPL.", "maintainer": null, "maintainer_email": null, "name": "WordUtils", "package_url": "https://pypi.org/project/WordUtils/", "platform": "('Any',)", "project_url": "https://pypi.org/project/WordUtils/", "project_urls": { "Download": "http://cedar-solutions.com/ftp/software/WordUtils-0.8.0.tar.gz", "Homepage": "http://www.cedar-solutions.com/software/wordutils/" }, "release_url": "https://pypi.org/project/WordUtils/0.8.0/", "requires_dist": null, "requires_python": null, "summary": "Word-related objects used for word searching and matching.", "version": "0.8.0" }, "last_serial": 802747, "releases": { "0.7.2": [], "0.8.0": [] }, "urls": [] }