An implementation of the Quine-McCluskey algorithm
Project description
qm.py
A Python implementation of the Quine McCluskey algorithm.
This implementation of the Quine McCluskey algorithm has no inherent limits (other than the calculation time) on the size of the inputs.
Also, in the limited tests of the author of this module, this implementation is considerably faster than other public Python implementations for non-trivial inputs.
Another unique feature of this implementation is the possibility to use the XOR and XNOR operators, in addition to the normal AND operator, to minimise the terms. This slows down the algorithm, but in some cases the result can be much more compact than a sum of product.
Installation
The recommanded way of installing this package is by using pip
python3 -m pip install quine-mccluskey-tomas789
Note that on Windows you might need to use the py command instead.
py -m pip install quine-mccluskey-tomas789
There are some othere means of installing the package which are recommanded only in specific cases.
Development build
python3 -m pip install -e .
Build wheel files locally
Make sure you have the latest version of PyPA's build installed:
python3 -m pip install --upgrade build
Now run this command from the same directory where pyproject.toml is located:
python3 -m build
This command should output a lot of text and once completed should generate two files in the dist directory:
dist/
├── quine_mccluskey_tomas789-1.0-py2.py3-none-any.whl
└── quine_mccluskey_tomas789-1.0.tar.gz
Wheel file can then be distributed via your own means and installed using pip
python3 -m pip install dist/quine_mccluskey_tomas789-1.0-py2.py3-none-any.whl
Running tests
Unit tests
The library comes with a basic set of unit tests. They can be executed using pytest
pytest
Fuzz testing
We also have a fuzz testing. It generates random formulas, simplifies them and checks that the result is correct.
➜ quine-mccluskey-tomas789 git:(main) python fuzz.py
Checked 24300 formulas and found 0 errors.
Checked 48400 formulas and found 0 errors.
Checked 72300 formulas and found 0 errors.
Checked 96300 formulas and found 0 errors.
Testing formulas ... ⠋ 0:00:44
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file quine_mccluskey_tomas789-0.2.5.tar.gz.
File metadata
- Download URL: quine_mccluskey_tomas789-0.2.5.tar.gz
- Upload date:
- Size: 21.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c288d2e5bc48d1a5d0eff1836df376c0a4ab6ed9f84a057bd6f070b5b86d941e
|
|
| MD5 |
24ec47588b37b603339944dcb64bc484
|
|
| BLAKE2b-256 |
d8678f2bf0c147312691ed5d3bdf0e5043eb96009e549e829ff6d6389b5ed6a5
|
File details
Details for the file quine_mccluskey_tomas789-0.2.5-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: quine_mccluskey_tomas789-0.2.5-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 290.4 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3918146f1dd4e560afee12daa8d3b0cb596be63cee0083e334e902c8531a5f59
|
|
| MD5 |
9474da7741eec50e50b4e71e9257c58f
|
|
| BLAKE2b-256 |
3160a80f2a5a4c4bf5f3261a3fa1c5fd3078202afe5c08f0e128c49a8933ebc6
|
File details
Details for the file quine_mccluskey_tomas789-0.2.5-cp311-cp311-win32.whl.
File metadata
- Download URL: quine_mccluskey_tomas789-0.2.5-cp311-cp311-win32.whl
- Upload date:
- Size: 242.2 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6c1dea8349761d04bb5cc9470e2accb1e292dd8e53e6c6c241b03fcfd23180a
|
|
| MD5 |
89644f23d7feab4469dc7ac3fc8067b9
|
|
| BLAKE2b-256 |
ddbdab444e120432fcd7cdba460e9a855335f336b59aaf4ecc4d02c7eb52c4ac
|
File details
Details for the file quine_mccluskey_tomas789-0.2.5-cp311-cp311-musllinux_1_1_x86_64.whl.
File metadata
- Download URL: quine_mccluskey_tomas789-0.2.5-cp311-cp311-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 650.5 kB
- Tags: CPython 3.11, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf8384610511daed6dac9f1626b433baf19b36882e7aa796764a903e46ce5760
|
|
| MD5 |
66c504324d84b0aef1a82666c0227a0b
|
|
| BLAKE2b-256 |
3ac6583eda264275a4164b81803ad51704f8f7a0b0138fd047f9c25338dfc963
|
File details
Details for the file quine_mccluskey_tomas789-0.2.5-cp311-cp311-musllinux_1_1_i686.whl.
File metadata
- Download URL: quine_mccluskey_tomas789-0.2.5-cp311-cp311-musllinux_1_1_i686.whl
- Upload date:
- Size: 710.9 kB
- Tags: CPython 3.11, musllinux: musl 1.1+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cdc791930cc462faf6f8714781d856b176444318389baaf448c530c6d156ef0d
|
|
| MD5 |
10e6cdb78a84dfa165237ec96ed62ad1
|
|
| BLAKE2b-256 |
17061d0b9c6e6f4d81122f263502c3203576fd78d933f2792ea74a2b6cc79b21
|
File details
Details for the file quine_mccluskey_tomas789-0.2.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: quine_mccluskey_tomas789-0.2.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 136.5 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4bc9387ee4dfbd844ffbceb2ba031c78658c02cad44a0300245830c3c4746a6b
|
|
| MD5 |
fcf58ecff658e7847f52d574337e25ef
|
|
| BLAKE2b-256 |
9e87b68e4da2c314367c469b87cc0fa4e110b12959be4a20b82583aa090ffa6e
|
File details
Details for the file quine_mccluskey_tomas789-0.2.5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: quine_mccluskey_tomas789-0.2.5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 145.7 kB
- Tags: CPython 3.11, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
857c551343e8e39670234686905e5a2e72ebafee42590c382312464dcb8c8ffe
|
|
| MD5 |
59fda93bd3c6232e615210975315d443
|
|
| BLAKE2b-256 |
dc0cebd033d09eac6ab0e3410add0839733a310e12b8ac0a187e2d858edf4a47
|
File details
Details for the file quine_mccluskey_tomas789-0.2.5-cp311-cp311-macosx_10_9_universal2.whl.
File metadata
- Download URL: quine_mccluskey_tomas789-0.2.5-cp311-cp311-macosx_10_9_universal2.whl
- Upload date:
- Size: 174.6 kB
- Tags: CPython 3.11, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22d17aafff39e4d08c9375e7d319685564ad2a0c7bbe5b6b2f162aba747b2f8b
|
|
| MD5 |
ca5479c9096dc81463429121242cda77
|
|
| BLAKE2b-256 |
bc58429f792232b52192fe02ae8df75facb4b4fcdc636bd63be6cd6a299ecf3b
|
File details
Details for the file quine_mccluskey_tomas789-0.2.5-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: quine_mccluskey_tomas789-0.2.5-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 290.6 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03c5c59bb3864f57988846ed22c62f485b98659229b001d0bb8480a163882949
|
|
| MD5 |
d91fabb0f4914007e6ac8770d3e350fc
|
|
| BLAKE2b-256 |
c08e47ac3328f3f0e8104e69aebd65e87bbf9f0edf242031063954b7283a8606
|
File details
Details for the file quine_mccluskey_tomas789-0.2.5-cp310-cp310-win32.whl.
File metadata
- Download URL: quine_mccluskey_tomas789-0.2.5-cp310-cp310-win32.whl
- Upload date:
- Size: 242.3 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
317ba04180dc5f81d6a0564c378f6b4942a3204474ae5d424d39305e564daebb
|
|
| MD5 |
9a21a06626ab8dcbfd29b5b5944efbe0
|
|
| BLAKE2b-256 |
f5207e3bc755b00e5fffc0be4d5e8c88fe245684c94430d8489ede1028ad1440
|
File details
Details for the file quine_mccluskey_tomas789-0.2.5-cp310-cp310-musllinux_1_1_x86_64.whl.
File metadata
- Download URL: quine_mccluskey_tomas789-0.2.5-cp310-cp310-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 650.5 kB
- Tags: CPython 3.10, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
440faba61250c8626e43e084e58d340f1a89775e9c99e4000df111557531dde8
|
|
| MD5 |
7b4a931103178095372c658952c2831c
|
|
| BLAKE2b-256 |
bc648c7c8bc3a87d653b153140761dbcb5d88120e8f3ad08a0de2d1b52ece522
|
File details
Details for the file quine_mccluskey_tomas789-0.2.5-cp310-cp310-musllinux_1_1_i686.whl.
File metadata
- Download URL: quine_mccluskey_tomas789-0.2.5-cp310-cp310-musllinux_1_1_i686.whl
- Upload date:
- Size: 711.2 kB
- Tags: CPython 3.10, musllinux: musl 1.1+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe03f75a55ae77abaa89c239b8cb7704bce48af0390c08105cdc7ee92449f826
|
|
| MD5 |
7ff24281ca2e3fee820c957a83c95841
|
|
| BLAKE2b-256 |
b5a95163e8206265d043a9ba64731deed49a5430e411dec6bff992d68f1c6485
|
File details
Details for the file quine_mccluskey_tomas789-0.2.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: quine_mccluskey_tomas789-0.2.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 136.5 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e888698ca7fde20af15fedb8c6f6f772926e3fd08b4a8a21784e67791d77ac4e
|
|
| MD5 |
4e1e28c0564c338a245237d7dcc0bfa9
|
|
| BLAKE2b-256 |
0172e56e42ce53dab95b9c37a51680c11c29337c7073aa7618c1bb32d892c094
|
File details
Details for the file quine_mccluskey_tomas789-0.2.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: quine_mccluskey_tomas789-0.2.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 145.8 kB
- Tags: CPython 3.10, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d74b40892780fb8e3a4027a99b1c182f40db1ec2ca9e711de0c38b04507307d
|
|
| MD5 |
ec359dc7a24a014d22fb9121eb8b8773
|
|
| BLAKE2b-256 |
0ef811cbd0268290c47652245edfc65b43d23276c297410f1ae8bacdacb9d57d
|
File details
Details for the file quine_mccluskey_tomas789-0.2.5-cp310-cp310-macosx_10_9_universal2.whl.
File metadata
- Download URL: quine_mccluskey_tomas789-0.2.5-cp310-cp310-macosx_10_9_universal2.whl
- Upload date:
- Size: 174.6 kB
- Tags: CPython 3.10, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79de6e7452de4211f675e81c04df9105d5b4ab58a0cfbf79c86fe3e95ba4732e
|
|
| MD5 |
54f72ea8ce7c400f440e0521de65da7c
|
|
| BLAKE2b-256 |
3db14bbc445dbff7f5a678a780f0285313527a5f120f4d70f61b0ad6dfc2ed77
|
File details
Details for the file quine_mccluskey_tomas789-0.2.5-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: quine_mccluskey_tomas789-0.2.5-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 290.8 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f9c2a0f5cfc4b3b07ac79fe9a02ecf1ad53874d22b2fa6b47b71ef42aa87226
|
|
| MD5 |
c5b04471cb12f3d0526a40879b6c9532
|
|
| BLAKE2b-256 |
bcb8b7b7470b005a97c1bfbe48961d3ca8749051bb9c15b73a5eda39c51ad9a6
|
File details
Details for the file quine_mccluskey_tomas789-0.2.5-cp39-cp39-win32.whl.
File metadata
- Download URL: quine_mccluskey_tomas789-0.2.5-cp39-cp39-win32.whl
- Upload date:
- Size: 243.3 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0548e2d4dd728e63c3fddb6871e1c88efcdb57d6cdec221f00ad2cac7f31d227
|
|
| MD5 |
2dbfa250b7ab53e2bdfb0a897f22d294
|
|
| BLAKE2b-256 |
b7c7398334bfba296d5dc68389f8c302ce63d0ab7f95cb96fad949e901161a66
|
File details
Details for the file quine_mccluskey_tomas789-0.2.5-cp39-cp39-musllinux_1_1_x86_64.whl.
File metadata
- Download URL: quine_mccluskey_tomas789-0.2.5-cp39-cp39-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 650.7 kB
- Tags: CPython 3.9, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff53c82a047b748d3864e4d56cabb407cc5535484b7853a1fa1dc77c3dac6ed2
|
|
| MD5 |
00c7b5307119b3ce79b36c4bece632da
|
|
| BLAKE2b-256 |
3911a8eda1f6eba80678379913b84317663d23b6aff855fa383c0737626f31a3
|
File details
Details for the file quine_mccluskey_tomas789-0.2.5-cp39-cp39-musllinux_1_1_i686.whl.
File metadata
- Download URL: quine_mccluskey_tomas789-0.2.5-cp39-cp39-musllinux_1_1_i686.whl
- Upload date:
- Size: 711.5 kB
- Tags: CPython 3.9, musllinux: musl 1.1+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e03f0172ab6131a25f22d5c4883e628e57e740a10851a73379666d50e4585568
|
|
| MD5 |
9d72505f43b0424c8eb5fde122208f70
|
|
| BLAKE2b-256 |
e9bdadb55e165db27b7bd94af4fe15d2a19ee6ab9b8e20c47bd3ae5aa7125cfa
|
File details
Details for the file quine_mccluskey_tomas789-0.2.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: quine_mccluskey_tomas789-0.2.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 136.9 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65ddc19037b348528d16bc74b2b17226f8e4d5c70d21b3f029fc27d09ed17445
|
|
| MD5 |
1470fa0ec526794e10657ad711797fa4
|
|
| BLAKE2b-256 |
968dc5197ddd6c34d8c68d1a40cacaf1a5813b4664a5253d511bf1df61e0f3c9
|
File details
Details for the file quine_mccluskey_tomas789-0.2.5-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: quine_mccluskey_tomas789-0.2.5-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 146.0 kB
- Tags: CPython 3.9, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
784a4089d5cec8537626d63080356d282677f5ed4165a40188e6c33a7650040a
|
|
| MD5 |
5125665eba9789679acd07d1fbd25863
|
|
| BLAKE2b-256 |
5e1a6e4d6ac74a3620b65f2914932d15abc37a1ad6435ccd679c72ec8dbbac8e
|
File details
Details for the file quine_mccluskey_tomas789-0.2.5-cp39-cp39-macosx_10_9_universal2.whl.
File metadata
- Download URL: quine_mccluskey_tomas789-0.2.5-cp39-cp39-macosx_10_9_universal2.whl
- Upload date:
- Size: 175.0 kB
- Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f9ee7370a22d45183e2c64f9ecb59da642a77518b23730e0b1f43813611ce0ca
|
|
| MD5 |
068276c30767569661acd4cc7f2411b5
|
|
| BLAKE2b-256 |
eb14732e3cf712a1b36361313ba597031b7d97d7effb2bd1fc604eed65056a68
|
File details
Details for the file quine_mccluskey_tomas789-0.2.5-cp38-cp38-win_amd64.whl.
File metadata
- Download URL: quine_mccluskey_tomas789-0.2.5-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 312.8 kB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a7b2a2494857b8e07a2319ae172599572642dabe60c68103b7f48e88a7c3c167
|
|
| MD5 |
07ecfc3ae81e11cb63021fd433231b8e
|
|
| BLAKE2b-256 |
8ed5bf00d69de9dcb52c30c29a5beca97ed8c89144d1196079d8c9654dded314
|
File details
Details for the file quine_mccluskey_tomas789-0.2.5-cp38-cp38-win32.whl.
File metadata
- Download URL: quine_mccluskey_tomas789-0.2.5-cp38-cp38-win32.whl
- Upload date:
- Size: 243.1 kB
- Tags: CPython 3.8, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f88cc09c962d49b4ca020dfa47e896f00812ed59d63bc31bb8bca6e2f936a837
|
|
| MD5 |
912b6e7b8f57521983a342664cfd7d7a
|
|
| BLAKE2b-256 |
8437b01ede2df3e328d89b6cec9516525aab8cabd499613f51b8fd6bb8c14ca3
|
File details
Details for the file quine_mccluskey_tomas789-0.2.5-cp38-cp38-musllinux_1_1_x86_64.whl.
File metadata
- Download URL: quine_mccluskey_tomas789-0.2.5-cp38-cp38-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 650.5 kB
- Tags: CPython 3.8, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b35d2f13fe1f63673149261c9a8d6742206f34ac403692b329ef5457ba2c8b9
|
|
| MD5 |
d5192df5f1c65a2f1190b9e9251567f4
|
|
| BLAKE2b-256 |
e126dac3b21949022a4262791cef9f0aba69060521032012421ecd629ffa7716
|
File details
Details for the file quine_mccluskey_tomas789-0.2.5-cp38-cp38-musllinux_1_1_i686.whl.
File metadata
- Download URL: quine_mccluskey_tomas789-0.2.5-cp38-cp38-musllinux_1_1_i686.whl
- Upload date:
- Size: 711.0 kB
- Tags: CPython 3.8, musllinux: musl 1.1+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe6da0542b5ad3cd8e9ba5a49f58f56a990dbb073211cce96445f2078a498fb9
|
|
| MD5 |
a61211028736142ee505f66703e70873
|
|
| BLAKE2b-256 |
527de97a2a49bf24a6202e86185ab7798aa3cb9a7ff1280a7c1404a7837eb52f
|
File details
Details for the file quine_mccluskey_tomas789-0.2.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: quine_mccluskey_tomas789-0.2.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 136.5 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51f78468e846c56a25a41ad71cbde84171c66e8a6c6428af32fd6daa56bc5327
|
|
| MD5 |
09d301c93ebe6e01af36b2309532708b
|
|
| BLAKE2b-256 |
b41c57e460baabfcf98b02913eda10d38b438210dff76d515497f56113768071
|
File details
Details for the file quine_mccluskey_tomas789-0.2.5-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: quine_mccluskey_tomas789-0.2.5-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 145.7 kB
- Tags: CPython 3.8, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
efce711fc6484598879e5ecaa3db71f62c8f1d4132f922b330a7d6e7933dbb18
|
|
| MD5 |
8e2ed31d3362fcb25512bc674ce9c49d
|
|
| BLAKE2b-256 |
2629f487cac5092e5983f24e3a0f4f3e925de520ae64b7a22a288c87233a44c8
|
File details
Details for the file quine_mccluskey_tomas789-0.2.5-cp38-cp38-macosx_10_9_universal2.whl.
File metadata
- Download URL: quine_mccluskey_tomas789-0.2.5-cp38-cp38-macosx_10_9_universal2.whl
- Upload date:
- Size: 174.8 kB
- Tags: CPython 3.8, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d5441855de2debd4f05e34a1962d1ef03f34f77db56de55fa5721dd9337e4c7
|
|
| MD5 |
57fa758f3143fe57b8be91a45f6b7c5a
|
|
| BLAKE2b-256 |
49fb52f1021cc7c30898857428b61e8f66be255a38bb39168d899b1eaa195618
|
File details
Details for the file quine_mccluskey_tomas789-0.2.5-cp37-cp37m-win_amd64.whl.
File metadata
- Download URL: quine_mccluskey_tomas789-0.2.5-cp37-cp37m-win_amd64.whl
- Upload date:
- Size: 312.7 kB
- Tags: CPython 3.7m, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75919237d4e162a3d31182c9d1f500a22ba0157efbac0f4fe374bf6ce4c578a1
|
|
| MD5 |
a229def990d7d24a7e98b974f8e20314
|
|
| BLAKE2b-256 |
64f5d855ff74a1e8c62d28b8db2d18aee42f1e98a1c7bedf7012f5c622ec29ca
|
File details
Details for the file quine_mccluskey_tomas789-0.2.5-cp37-cp37m-win32.whl.
File metadata
- Download URL: quine_mccluskey_tomas789-0.2.5-cp37-cp37m-win32.whl
- Upload date:
- Size: 243.6 kB
- Tags: CPython 3.7m, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c547f099ccbb4f682cc30587280fc1716642a4d12c0490cc6d19ab3358a5328
|
|
| MD5 |
157c3309b03c964c3cbc6435f9e3bf8d
|
|
| BLAKE2b-256 |
693965a75b8bf0a5efcdf81f752716d675876704cc0e95b3c9d7a47b5ced9ac8
|
File details
Details for the file quine_mccluskey_tomas789-0.2.5-cp37-cp37m-musllinux_1_1_x86_64.whl.
File metadata
- Download URL: quine_mccluskey_tomas789-0.2.5-cp37-cp37m-musllinux_1_1_x86_64.whl
- Upload date:
- Size: 654.3 kB
- Tags: CPython 3.7m, musllinux: musl 1.1+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96bfb5f4389a080e75230c45a78485564bb4fd87466e45e82769b983145fe91e
|
|
| MD5 |
22f99ce3fcd59ca297a389651eca3c93
|
|
| BLAKE2b-256 |
9d2c2e62823d124a0dba04d7fca95f49c09d5e43f697300682b6bc40d5424250
|
File details
Details for the file quine_mccluskey_tomas789-0.2.5-cp37-cp37m-musllinux_1_1_i686.whl.
File metadata
- Download URL: quine_mccluskey_tomas789-0.2.5-cp37-cp37m-musllinux_1_1_i686.whl
- Upload date:
- Size: 716.0 kB
- Tags: CPython 3.7m, musllinux: musl 1.1+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1adabfd9b619592d244971d8e7d6bc66ea4905b05290ac564f4c10171dea2b5f
|
|
| MD5 |
ca56b34b99bdcd480c74b6bebbef9c55
|
|
| BLAKE2b-256 |
1d669f130357c8079bd08020b0149a638f07166ee4cc2241821f62c6ad9ca6bf
|
File details
Details for the file quine_mccluskey_tomas789-0.2.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: quine_mccluskey_tomas789-0.2.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 138.0 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69bc6b4395f4107a00d7d9d7a01ccaea9774e83a9bc378a73a8e252e41e34444
|
|
| MD5 |
245fd036f91254a9b3c38ef71791e973
|
|
| BLAKE2b-256 |
bb0837662f162835505fa13b83858c2c7249732eac95ccff66ad54a89acc420e
|
File details
Details for the file quine_mccluskey_tomas789-0.2.5-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.
File metadata
- Download URL: quine_mccluskey_tomas789-0.2.5-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
- Upload date:
- Size: 148.4 kB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b029e2de8468b34980b8b8cfab3d77a5b8181ad632e4de0eeb3d5ccad25e88b
|
|
| MD5 |
7d4db43312f445aac9ab30ba1888ce08
|
|
| BLAKE2b-256 |
fb156a86ec88cf8c1b04665800a575249cc91d7dd9716d1ed14225f8f2a6bb9e
|