Metadata-Version: 2.1
Name: puzzle-solvers
Version: 0.0.1b2
Summary: Package of tools for solving logic puzzles
Home-page: https://github.com/madphysicist/puzzle-solvers
Author: Joseph R. Fox-Rabinovitz
Author-email: jfoxrabinovitz@gmail.com
Maintainer: Joseph R. Fox-Rabinovitz
Maintainer-email: jfoxrabinovitz@gmail.com
License: MIT
Project-URL: Bugs, https://github.com/madphysicist/puzzle-solvers/issues
Project-URL: Documentation, https://puzzle-solvers.readthedocs.io/en/latest/
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Games/Entertainment :: Puzzle Games
Provides: puzzle_solvers
Description-Content-Type: text/x-rst
Provides-Extra: mpl
License-File: LICENSE

Puzzle Solvers is a small library containing tools for solving all kinds of
puzzles. Currently "all kinds" == "one kind", but who's counting?


0.0.1b2 - 2021, Dec 18
----------------------

- Updates to docs and f-strings
- Updates to tutorial
- Updates to build and packaging


0.0.1b1 - 2019, Jun 6
---------------------

- Solved original zebra puzzle with no further modifications


0.0.1a2 - 2019, Jun 6
---------------------

- Added automatic assertions
- Overhauled implication analysis
- Updated docs


0.0.1a1 - 2019, May 30
----------------------

- Initial release
- Elimination puzzles


