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-macosx_12_0_x86_64.whl
Download: [link]
Size: 20849
MD5: 3dec63838b122101c24f2a3d85afd5b9
SHA256: e2945d951b6ac8c4873451d0c6f4957af9480829b517a68b429d2f1edf61c549
Uploaded: 2024-03-31 11:56:50 +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-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-37m-darwin.so sha256=7yJyLEvoBFS7xzhobvTPU_guyHxXs_PQehuh4mSZFRU 58000
exact_cover-1.4.0.dist-info/LICENSE sha256=pF0LtXLteS7TRienJiGDSzupKqtuLMTgQwHe56co11M 18027
exact_cover-1.4.0.dist-info/METADATA sha256=G9HFHuSSu_lPvU0R5Cx_FX3gLcksDaoCXBCW10wL4YE 6391
exact_cover-1.4.0.dist-info/WHEEL sha256=c3jlzO-wyQnwiFtUdXk8WX2LPP6uDzxZ7EVm2h3XJ18 106
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