/sudokuku

A package for solving sudokus

Primary LanguagePythonMIT LicenseMIT

Sudokuku

Python Version License

PyPI Package Version PyPI Downloads GitHub Repository Size GitHub Last Commit codecov

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 ./