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-cp37-cp37m-win_amd64.whl
Download: [link]
Size: 22061
MD5: 46985126e7e02f2233b46b80f8775f70
SHA256: ea77e068696fb9507c6b98ed5f2eb0e5ad1422ed2abf5a9ffc81c39c0980780d
Uploaded: 2024-03-31 11:54:54 +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
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.6.1
Root-Is-Purelib: false
Tag: cp37-cp37m-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.cp37-win_amd64.pyd sha256=LgsUyaG1wiA51MKj2m-RvNF4wmGlamXmkMDpYOLJAMU 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=G9HFHuSSu_lPvU0R5Cx_FX3gLcksDaoCXBCW10wL4YE 6391
exact_cover-1.4.0.dist-info/WHEEL sha256=aEQyaIjYoEFDwlleoSY8aLlP5ZJeSHP4fD85B1D06bQ 97
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