exact-cover

View on PyPIReverse Dependencies (3)

1.4.0 exact_cover-1.4.0-cp39-cp39-win_amd64.whl
exact_cover-1.4.0-cp39-cp39-manylinux_2_31_x86_64.whl
exact_cover-1.4.0-cp39-cp39-macosx_12_0_x86_64.whl
exact_cover-1.4.0-cp38-cp38-win_amd64.whl
exact_cover-1.4.0-cp38-cp38-manylinux_2_31_x86_64.whl
exact_cover-1.4.0-cp38-cp38-macosx_12_0_x86_64.whl
exact_cover-1.4.0-cp37-cp37m-win_amd64.whl
exact_cover-1.4.0-cp37-cp37m-manylinux_2_31_x86_64.whl
exact_cover-1.4.0-cp37-cp37m-macosx_12_0_x86_64.whl
exact_cover-1.4.0-cp311-cp311-win_amd64.whl
exact_cover-1.4.0-cp311-cp311-manylinux_2_31_x86_64.whl
exact_cover-1.4.0-cp311-cp311-macosx_12_0_x86_64.whl
exact_cover-1.4.0-cp310-cp310-win_amd64.whl
exact_cover-1.4.0-cp310-cp310-manylinux_2_31_x86_64.whl
exact_cover-1.4.0-cp310-cp310-macosx_12_0_x86_64.whl

Wheel Details

Project: exact-cover
Version: 1.4.0
Filename: exact_cover-1.4.0-cp38-cp38-win_amd64.whl
Download: [link]
Size: 22077
MD5: f9d601a341101102560aafc51a472fa7
SHA256: 867397e767e24aca133386a711b42a2a7dfecc561fa496c30628cb2c68b1b478
Uploaded: 2024-03-31 11:52:24 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: exact_cover
Version: 1.4.0
Summary: Solve exact cover problems
Author: Moy Easwaran
Maintainer: Jack Grahl
Maintainer-Email: jack.grahl[at]gmail.com
Home-Page: https://github.com/jwg4/exact_cover
Project-Url: Repository, https://github.com/jwg4/exact_cover
License: GPL-2.0-only
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.7,<4.0
Requires-Dist: numpy (>=1.14); python_version == "3.7"
Requires-Dist: numpy (>=1.17); python_version == "3.8"
Requires-Dist: numpy (>=1.19); python_version == "3.9"
Requires-Dist: numpy (>=1.21); python_version == "3.10"
Requires-Dist: numpy (>=1.23); python_version == "3.11"
Requires-Dist: numpy (>=1.24); python_version >= "3.12"
Requires-Dist: setuptools (>=51.1.2)
Description-Content-Type: text/markdown
[Description omitted; length: 5264 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.9.0
Root-Is-Purelib: false
Tag: cp38-cp38-win_amd64

RECORD

Path Digest Size
exact_cover/__init__.py sha256=1GGXfd_yDpqgBcfNG7N0Bje5xTDO0ZItSb7nOPWZ0gg 161
exact_cover/error.py sha256=aI-RVtpQDllI5_hnrdUyF23oKqGBs_-7wSaMF2G6fLs 153
exact_cover/helpers.py sha256=PAHc3QaGb_QPQhAKOiFQizEyuFYw5G48F3xVpgOnYSY 2815
exact_cover/io.py sha256=c1y1uLDucTsNIoOcgZvuf9p07AmyZ1W3L0YuV6fp7lU 250
exact_cover/wrapper.py sha256=kOY8hoSl04CQm9z6jEHKUOuQmBgpw_Fm1P03gSzrl7U 1986
exact_cover_impl.cp38-win_amd64.pyd sha256=6GFgyVUKAhCavUtOVu1D2DUPieHiyS08o9iwY9y64hg 18432
exact_cover-1.4.0.dist-info/entry_points.txt sha256=b1MrmJXmWholZLjOKCLAUhXfHx0SkOzdrwzjxLVz2io 195
exact_cover-1.4.0.dist-info/LICENSE sha256=5Rjy4Qz5d6C6oEt02RnI1nx8cjqL6vaeQievmPilH2w 18367
exact_cover-1.4.0.dist-info/METADATA sha256=EntbQKesNZpwBSYC74StMt0Ml9Kibd9VN_hPODRrSco 6442
exact_cover-1.4.0.dist-info/WHEEL sha256=K2G7kGTWD2YcsdN35Y42w-2ri-sq6ciiHI37sKK7B8s 96
exact_cover-1.4.0.dist-info/RECORD

entry_points.txt

debug = tools.debug:run_debug
doctest = tools.run_tests:run_doctest
parse_valgrind = tools.debug:parse_valgrind_results
quicktest = tools.run_tests:quicktest
test = tools.run_tests:test