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-macosx_12_0_x86_64.whl
Download: [link]
Size: 20871
MD5: 81b503e3688dced5f4a418af42631879
SHA256: 9d9dccb4be8beb132fd98ac904e5d42769edbe8090bc6c8c91b6eb5795e1cd28
Uploaded: 2024-03-31 11:55:07 +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-macosx_12_0_x86_64

RECORD

Path Digest Size
exact_cover/__init__.py sha256=4blbBkazdwm2mP90PcoxCCu3Tgzx5crlh3OsFLLawUo 158
exact_cover/error.py sha256=x8DnQkZNGjgrL2oQGv5PboCyWdHqZyJ0BDDoO1-Ef-Y 143
exact_cover/helpers.py sha256=4axkW3IE6LeS-QN3Wr0g9ui3oHEmI_eKNc_5iRmTwAM 2710
exact_cover/io.py sha256=nCFbe_0arqrjOCxL3z3XQFS2ciea9FqwM3qUhrqwZPY 239
exact_cover/wrapper.py sha256=LRvC_ZwGJ0BdsruLkt28H_o6Lzn4kPEOCeCoN-opbHM 1924
exact_cover_impl.cpython-39-darwin.so sha256=pgZzArTnrr8SfzKUyX111oKwBx2xkbonNdlbj38EiWE 58056
exact_cover-1.4.0.dist-info/LICENSE sha256=pF0LtXLteS7TRienJiGDSzupKqtuLMTgQwHe56co11M 18027
exact_cover-1.4.0.dist-info/METADATA sha256=EntbQKesNZpwBSYC74StMt0Ml9Kibd9VN_hPODRrSco 6442
exact_cover-1.4.0.dist-info/WHEEL sha256=ixVIkF4mK_bUKTl6wA5zulTZSE1yL3lzsxkgc2_Hl6M 105
exact_cover-1.4.0.dist-info/entry_points.txt sha256=b1MrmJXmWholZLjOKCLAUhXfHx0SkOzdrwzjxLVz2io 195
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