.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE.md
README.md
pyproject.toml
requirements.txt
.github/workflows/build-and-deploy.yaml
.github/workflows/build-and-test.yaml
assets/jupyter.png
docs/Makefile
docs/blacksquare.rst
docs/conf.py
docs/index.rst
docs/make.bat
docs/modules.rst
src/blacksquare/__init__.py
src/blacksquare/cell.py
src/blacksquare/crossword.py
src/blacksquare/html.py
src/blacksquare/spreadthewordlist.npz
src/blacksquare/symmetry.py
src/blacksquare/types.py
src/blacksquare/utils.py
src/blacksquare/word.py
src/blacksquare/word_list.py
src/blacksquare.egg-info/PKG-INFO
src/blacksquare.egg-info/SOURCES.txt
src/blacksquare.egg-info/dependency_links.txt
src/blacksquare.egg-info/requires.txt
src/blacksquare.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/dummy.puz
tests/test_cell.py
tests/test_crossword.py
tests/test_symmetry.py
tests/test_word.py
tests/test_word_list.py