A package for solving sudokus
Project description
Sudokuku
A package for solving sudokus
Contributing
Contributions are always welcome.
Testing
You can run all tests via
py -m pytest
You can also look up code coverage, for example using pytest-cov.
py -m pytest --cov sudokuku/
For testing your own changes, install sudokuku in development mode. The package installation will link directly to your local development files, not to the official files you downloaded from pypi.
pip install -e ./
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sudokuku-0.4.0.tar.gz
(7.5 kB
view hashes)