Metadata-Version: 2.4
Name: wordle-boss
Version: 1.0.1
Summary: Get the smartest Wordle guesses you'll find all day.
Author: PT-Hrothgar
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Games/Entertainment :: Puzzle Games
Project-URL: Repository, https://github.com/PT-Hrothgar/wordle-boss
Project-URL: Changelog, https://github.com/PT-Hrothgar/wordle-boss/blob/main/CHANGELOG.rst
Project-URL: Documentation, https://wordle-boss.readthedocs.io/en/stable
Project-URL: Download, https://wordle-boss.readthedocs.io/en/stable/installation.html
Requires-Python: >=3.9
Provides-Extra: past-answers
Requires-Dist: requests; extra == "past-answers"
Requires-Dist: beautifulsoup4; extra == "past-answers"
Requires-Dist: html5lib; extra == "past-answers"
Description-Content-Type: text/x-rst

Wordle Boss
===========

Get the smartest `Wordle`_ guesses you'll find all day.

.. _Wordle: https://nytimes.com/games/wordle/index.html

This package uses a MINIMAX algorithm to find the best Wordle guess in any
situation, and is implemented largely in C in order to work as fast as
possible.

Please see the `documentation`_ for complete details, installation
instructions, etc.

.. _documentation: https://wordle-boss.readthedocs.io/en/stable/
