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-cp39-cp39-win_amd64.whl
Download: [link]
Size: 22082
MD5: f1c0a4fe3fca2ffc20ba73baa16dcb75
SHA256: 091254a47753001f2f3821c098655e638301c3221b37826590e61528078fd3ee
Uploaded: 2024-03-31 11:52:05 +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: cp39-cp39-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.cp39-win_amd64.pyd sha256=U6QZ7ETdRPtXs4Lx7V0TQxWZ_OeVb5B8fJSjLg2esrU 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=1IyMrlk0wO7UertYm7pyjf3m1sV0KDb8wW6mQlBtUog 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