CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
another_sudoku_library/__init__.py
another_sudoku_library/generate.py
another_sudoku_library/solve.py
another_sudoku_library/utils.py
another_sudoku_library.egg-info/PKG-INFO
another_sudoku_library.egg-info/SOURCES.txt
another_sudoku_library.egg-info/dependency_links.txt
another_sudoku_library.egg-info/not-zip-safe
another_sudoku_library.egg-info/top_level.txt
docs/Makefile
docs/another_sudoku_library.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/readme.rst
docs/usage.rst
docs/_build/html/_static/file.png
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
tests/__init__.py
tests/sample_boards.py
tests/test_all.py
tests/test_generate.py
tests/test_solve.py
tests/test_utils.py