{ "info": { "author": "Theo Voss", "author_email": "theo.voss973@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3.4" ], "description": "BoggleSolver\n============\n\nCreate a dictionary and then eventually solve for all words on a boggle board\n\n# Dependencies\nYou have python installed.\n\n# Current Install Process\nBoggle is now command line functional. To install, run 'python setup.py install'. \n\nOnce you do this, my app at: https://github.com/theovoss/Kivy_boggle will run with `python boggle.py`\n\n# Game Play\nTo play a game, run 'bogglesolver -p'. This will auto-generate a board, display it, and then wait for user input. When you press 'enter', it will display all the valid words for that board. \n\nCurrently there is no time limit, though that will be added fairly soon as an optional addition.\n\nThe dictionary used is the twl06 dictionary which is the official tournament and club word list. I added one word (\"theo\") to the dictionary for fun. :)\n\n[![Build Status](https://travis-ci.org/theovoss/BoggleSolver.svg?branch=master)](https://travis-ci.org/theovoss/BoggleSolver)\n[![Coverage Status](https://coveralls.io/repos/theovoss/BoggleSolver/badge.png?branch=master)](https://coveralls.io/r/theovoss/BoggleSolver?branch=master)\n\n\nFeel free to poke around the code, open issues, and submit pull requests.\n\nIf you want to talk, you can get in touch with me through my gmail: theo.voss973\n\n\nChangelog\n=========\n\n0.0.0 (2013/10/09)\n------------------\n\n - ", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/BoggleSolver", "keywords": null, "license": "LGPL", "maintainer": null, "maintainer_email": null, "name": "bogglesolver", "package_url": "https://pypi.org/project/bogglesolver/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/bogglesolver/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/BoggleSolver" }, "release_url": "https://pypi.org/project/bogglesolver/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "Boggle Solver is a Python 3 package for solving Boggle boards.", "version": "0.0.1" }, "last_serial": 1207673, "releases": { "0.0.1": [ { "comment_text": "tested in 2.7, 3.3, 3.4", "digests": { "md5": "13f0bf3b8ed585a7adc55a4d793b393d", "sha256": "46358f4d807ad33ead0ddacf6c6c13a95b97ed5c06c33c5b3244a3647d3179ec" }, "downloads": -1, "filename": "bogglesolver-0.0.1-py3.4.egg", "has_sig": false, "md5_digest": "13f0bf3b8ed585a7adc55a4d793b393d", "packagetype": "bdist_egg", "python_version": "any", "requires_python": null, "size": 1419227, "upload_time": "2014-08-30T18:30:50", "url": "https://files.pythonhosted.org/packages/69/54/9180b4062b1f8213ffdbb9de8eabdc4f9d3cdac2871e5d02b5a2656d521e/bogglesolver-0.0.1-py3.4.egg" }, { "comment_text": "", "digests": { "md5": "9492f2e1bd02caf0e57d641cb8233465", "sha256": "69dbfbd4cbae6425dc8159732b29065dcb00894f1f99bf822ea1a3d6dd969e02" }, "downloads": -1, "filename": "bogglesolver-0.0.1.zip", "has_sig": false, "md5_digest": "9492f2e1bd02caf0e57d641cb8233465", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 500142, "upload_time": "2014-08-30T19:07:10", "url": "https://files.pythonhosted.org/packages/18/fb/9b9a7d1195fb9236e9285b44ad81b7c35f2561920488fe9896ab08819adf/bogglesolver-0.0.1.zip" } ] }, "urls": [ { "comment_text": "tested in 2.7, 3.3, 3.4", "digests": { "md5": "13f0bf3b8ed585a7adc55a4d793b393d", "sha256": "46358f4d807ad33ead0ddacf6c6c13a95b97ed5c06c33c5b3244a3647d3179ec" }, "downloads": -1, "filename": "bogglesolver-0.0.1-py3.4.egg", "has_sig": false, "md5_digest": "13f0bf3b8ed585a7adc55a4d793b393d", "packagetype": "bdist_egg", "python_version": "any", "requires_python": null, "size": 1419227, "upload_time": "2014-08-30T18:30:50", "url": "https://files.pythonhosted.org/packages/69/54/9180b4062b1f8213ffdbb9de8eabdc4f9d3cdac2871e5d02b5a2656d521e/bogglesolver-0.0.1-py3.4.egg" }, { "comment_text": "", "digests": { "md5": "9492f2e1bd02caf0e57d641cb8233465", "sha256": "69dbfbd4cbae6425dc8159732b29065dcb00894f1f99bf822ea1a3d6dd969e02" }, "downloads": -1, "filename": "bogglesolver-0.0.1.zip", "has_sig": false, "md5_digest": "9492f2e1bd02caf0e57d641cb8233465", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 500142, "upload_time": "2014-08-30T19:07:10", "url": "https://files.pythonhosted.org/packages/18/fb/9b9a7d1195fb9236e9285b44ad81b7c35f2561920488fe9896ab08819adf/bogglesolver-0.0.1.zip" } ] }