Metadata-Version: 2.1
Name: xcover
Version: 0.1.0
Summary: Exact cover with colors
Author-email: "John F. Rudge" <jfr23@cam.ac.uk>
Project-URL: Homepage, https://github.com/johnrudge/xcover
Project-URL: Issues, https://github.com/johnrudge/xcover/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numba

# xcover

A python package for solving exact cover with colors problems.

## License

This package is licenced under the GNU Lesser General Public License v3.0.
