Skip to main content

A Python library for prototyping with SAT oracles

Project description

A Python library providing a simple interface to a number of state-of-art Boolean satisfiability (SAT) solvers and a few types of cardinality and pseudo-Boolean encodings. The purpose of PySAT is to enable researchers working on SAT and its applications and generalizations to easily prototype with SAT oracles in Python while exploiting incrementally the power of the original low-level implementations of modern SAT solvers.

With PySAT it should be easy for you to implement a MaxSAT solver, an MUS/MCS extractor/enumerator, or any tool solving an application problem with the (potentially multiple) use of a SAT oracle.

Details can be found at https://pysathq.github.io.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-sat-0.1.6.dev9.tar.gz (3.3 MB view details)

Uploaded Source

Built Distributions

python_sat-0.1.6.dev9-cp39-cp39-manylinux2010_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

python_sat-0.1.6.dev9-cp39-cp39-manylinux1_i686.whl (1.3 MB view details)

Uploaded CPython 3.9

python_sat-0.1.6.dev9-cp39-cp39-macosx_10_15_x86_64.whl (845.8 kB view details)

Uploaded CPython 3.9 macOS 10.15+ x86-64

python_sat-0.1.6.dev9-cp38-cp38-win_amd64.whl (733.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

python_sat-0.1.6.dev9-cp38-cp38-manylinux2010_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

python_sat-0.1.6.dev9-cp38-cp38-manylinux1_i686.whl (1.4 MB view details)

Uploaded CPython 3.8

python_sat-0.1.6.dev9-cp38-cp38-macosx_10_15_x86_64.whl (845.8 kB view details)

Uploaded CPython 3.8 macOS 10.15+ x86-64

python_sat-0.1.6.dev9-cp37-cp37m-win_amd64.whl (732.3 kB view details)

Uploaded CPython 3.7m Windows x86-64

python_sat-0.1.6.dev9-cp37-cp37m-manylinux2010_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

python_sat-0.1.6.dev9-cp37-cp37m-manylinux1_i686.whl (1.3 MB view details)

Uploaded CPython 3.7m

python_sat-0.1.6.dev9-cp36-cp36m-win_amd64.whl (732.3 kB view details)

Uploaded CPython 3.6m Windows x86-64

python_sat-0.1.6.dev9-cp36-cp36m-manylinux2010_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

python_sat-0.1.6.dev9-cp36-cp36m-manylinux1_i686.whl (1.3 MB view details)

Uploaded CPython 3.6m

python_sat-0.1.6.dev9-cp35-cp35m-manylinux2010_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.5m manylinux: glibc 2.12+ x86-64

python_sat-0.1.6.dev9-cp35-cp35m-manylinux1_i686.whl (1.3 MB view details)

Uploaded CPython 3.5m

python_sat-0.1.6.dev9-cp27-cp27mu-manylinux2010_x86_64.whl (1.5 MB view details)

Uploaded CPython 2.7mu manylinux: glibc 2.12+ x86-64

python_sat-0.1.6.dev9-cp27-cp27mu-manylinux1_x86_64.whl (1.4 MB view details)

Uploaded CPython 2.7mu

python_sat-0.1.6.dev9-cp27-cp27mu-manylinux1_i686.whl (1.3 MB view details)

Uploaded CPython 2.7mu

python_sat-0.1.6.dev9-cp27-cp27m-manylinux2010_x86_64.whl (1.5 MB view details)

Uploaded CPython 2.7m manylinux: glibc 2.12+ x86-64

python_sat-0.1.6.dev9-cp27-cp27m-manylinux1_i686.whl (1.3 MB view details)

Uploaded CPython 2.7m

python_sat-0.1.6.dev9-cp27-cp27m-macosx_10_15_x86_64.whl (836.1 kB view details)

Uploaded CPython 2.7m macOS 10.15+ x86-64

File details

Details for the file python-sat-0.1.6.dev9.tar.gz.

File metadata

  • Download URL: python-sat-0.1.6.dev9.tar.gz
  • Upload date:
  • Size: 3.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for python-sat-0.1.6.dev9.tar.gz
Algorithm Hash digest
SHA256 e7ab6049709262f4b2b04812ef5dd79277c9cebf78ebea5aca5cb1e51940f760
MD5 dd4740483e9a1912eb0de113f47f71ec
BLAKE2b-256 b10eb40bc277d7c7a0567219d97b020259429eec0fa274bd580494767be07193

See more details on using hashes here.

File details

Details for the file python_sat-0.1.6.dev9-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: python_sat-0.1.6.dev9-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for python_sat-0.1.6.dev9-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 1ad1e666fa7332133a86cf18fe6c1aa1948c114077bdcbdb6263fea98eafbe64
MD5 14be00a3651eac9a05c2ea771247a4cf
BLAKE2b-256 65cca65e0e2d98d483d51f2e094bcad3006770902ca6b6dd4cb766aca40987d1

See more details on using hashes here.

File details

Details for the file python_sat-0.1.6.dev9-cp39-cp39-manylinux1_x86_64.whl.

File metadata

  • Download URL: python_sat-0.1.6.dev9-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for python_sat-0.1.6.dev9-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 f42b6c4e78be8451854eed706909dbafd94a7561c74e425985648b298a620bd4
MD5 099c0c15eaea314360ccdcb11980dbd4
BLAKE2b-256 c79ccbe46782c65c9db5a50924ce7f0dbca55baf5622dadac6298ecaf28345f0

See more details on using hashes here.

File details

Details for the file python_sat-0.1.6.dev9-cp39-cp39-manylinux1_i686.whl.

File metadata

  • Download URL: python_sat-0.1.6.dev9-cp39-cp39-manylinux1_i686.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for python_sat-0.1.6.dev9-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 243aad930f09a2c4680c6187e9d3d16738113114648ca73a6d33944f2fb74af9
MD5 3f6273fcfdd6145141a8d0ee867f8fca
BLAKE2b-256 f90a6f679b90c401ad504873df357f56a435ebb7f36065fea1de1231b0e51692

See more details on using hashes here.

File details

Details for the file python_sat-0.1.6.dev9-cp39-cp39-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: python_sat-0.1.6.dev9-cp39-cp39-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 845.8 kB
  • Tags: CPython 3.9, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.0 CPython/3.8.6

File hashes

Hashes for python_sat-0.1.6.dev9-cp39-cp39-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 a7b2436153ed63f989cc3cc1c2c37f1ad4424c173ef07cb27d7be56a7c32e0bc
MD5 351de8cda81d56c47cdbdc076753d703
BLAKE2b-256 8879e9ef94a7d1348b593021142a82ae309203dee3df723c2e730e5912cdbc59

See more details on using hashes here.

File details

Details for the file python_sat-0.1.6.dev9-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: python_sat-0.1.6.dev9-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 733.1 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for python_sat-0.1.6.dev9-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 6537f0d65ce5d29a2a3e6438a02a184f2cc358f6402e9ad77b24816cefc62460
MD5 b4cbad354487fb2a2270ad89220b3461
BLAKE2b-256 1789bd0df1896ce5b1f9aa7079dea39ddfd628e1b4d5a7b82aff5601fc7aec6e

See more details on using hashes here.

File details

Details for the file python_sat-0.1.6.dev9-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: python_sat-0.1.6.dev9-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for python_sat-0.1.6.dev9-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 7ad05575a0bc8451cb81e85f29223a993625c096434fa853d3d55b72e7123dd9
MD5 5158472c75f7c3932e1932e90828726d
BLAKE2b-256 5a00d5a5c939fa8709126143b809b03a4f5df7d29f49b1abc7d6aec2ccac0076

See more details on using hashes here.

File details

Details for the file python_sat-0.1.6.dev9-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: python_sat-0.1.6.dev9-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for python_sat-0.1.6.dev9-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9b202efd490de404d8e2ad6d0a6d955982da5427d95c50648364f933fa68ad64
MD5 6f1174edacb60099f9fba4341d5a805c
BLAKE2b-256 74c73f47c0e2ec5beb4eb051754b0c4f0a4ac9455bac1818a30753c01ca67a92

See more details on using hashes here.

File details

Details for the file python_sat-0.1.6.dev9-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: python_sat-0.1.6.dev9-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for python_sat-0.1.6.dev9-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 1bd3c023e833638ff57db2214ca25c2725cbb950d062a93f5d313731d313fffa
MD5 b13ee8ea43688b31f521bc186c3f9888
BLAKE2b-256 b989c683bb1a89f5ba78abfa4fb44809ea093e2f9a0ed63bd0096648652d41e0

See more details on using hashes here.

File details

Details for the file python_sat-0.1.6.dev9-cp38-cp38-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: python_sat-0.1.6.dev9-cp38-cp38-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 845.8 kB
  • Tags: CPython 3.8, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for python_sat-0.1.6.dev9-cp38-cp38-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b61cbdb9f48b2ef7e25cc52ba55eebebedbe1c456835afb2a211d70a5019b99d
MD5 dd9d460c92690e3b887de1ee842255c8
BLAKE2b-256 b524df05db75e5d01fa0dc69de64492de2ecbad5e73e4b228a3bd2f5d947921a

See more details on using hashes here.

File details

Details for the file python_sat-0.1.6.dev9-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: python_sat-0.1.6.dev9-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 732.3 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for python_sat-0.1.6.dev9-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 d8792d9b3a25ab4473c97c091e4c8ad197b613359cb4dcd6c241b3f39524ab9c
MD5 031566a4c7f7ce2c9d2a7704901d4472
BLAKE2b-256 332a8c7b512967fb02e8ec7f145708027fec35d2aac15f7b8c4c8c70d20aa425

See more details on using hashes here.

File details

Details for the file python_sat-0.1.6.dev9-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: python_sat-0.1.6.dev9-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for python_sat-0.1.6.dev9-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 295cc6568a1e074c44d1b7a33e074b8ad93400f1486622eeeb7fb78aea02e8d8
MD5 234ed4caf24f94ed88bb57444f95052b
BLAKE2b-256 ae8f23b00de2dd0e653a6e1ba97dbde0f9e1dcc86b70862ac829651fb49e5001

See more details on using hashes here.

File details

Details for the file python_sat-0.1.6.dev9-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: python_sat-0.1.6.dev9-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for python_sat-0.1.6.dev9-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 7dfb7b2584243f99120c52f48e0ae137bc1a53cf1af69e9759387f5a9aa6bccd
MD5 617ef4171c0aef510cf434dd2723d694
BLAKE2b-256 cd0d4d701b2000590d7ad98a2a608c971f35b8622dbce04bca5f7f3d666c24fe

See more details on using hashes here.

File details

Details for the file python_sat-0.1.6.dev9-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: python_sat-0.1.6.dev9-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for python_sat-0.1.6.dev9-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 3f9f726ed9ff41b5da7cbda0b7268af3aa677fd76c666015d42fabfc0945b97f
MD5 e08e73c8fc18c82d9a0424c199e1c55b
BLAKE2b-256 d37e0dcbc282c81a0b458f774426f45ad85f4f394a6d0d3b5cd37b3e70254ae9

See more details on using hashes here.

File details

Details for the file python_sat-0.1.6.dev9-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: python_sat-0.1.6.dev9-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 732.3 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for python_sat-0.1.6.dev9-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 121f1626d743a7a64d380d542ef29a40ef537a3b1e4c8225413fa3f1be70adab
MD5 b5dc5d1e262802d3b215bd3abba7100a
BLAKE2b-256 f58d64a707e76ecd8355e2c5cc5a5d52c0a6389ba082d47ad1369bc59f51e1a3

See more details on using hashes here.

File details

Details for the file python_sat-0.1.6.dev9-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: python_sat-0.1.6.dev9-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for python_sat-0.1.6.dev9-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 69d79d827ae4d43354830ba9864acc655a21038bfca2e4f0c9ab76913f7ad46e
MD5 efd77e9e3a823aa437e75711b5b7286c
BLAKE2b-256 0bc7352de0b562f32fc24403b3e7ec7d8dde66d516feccf10e3b42536db6fac9

See more details on using hashes here.

File details

Details for the file python_sat-0.1.6.dev9-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: python_sat-0.1.6.dev9-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for python_sat-0.1.6.dev9-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 f760751e5e6322ba08d0c402c05f9695bc53ab1ee7d8a5ff6ec70816a26405fe
MD5 cea03cdec3f73e82b77b7854642e4fc1
BLAKE2b-256 88e37833a62adfb1eb69d05d2adb8911fee0fd1cee5e2d3f7191eb5a1d100b2f

See more details on using hashes here.

File details

Details for the file python_sat-0.1.6.dev9-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: python_sat-0.1.6.dev9-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for python_sat-0.1.6.dev9-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 a8b5aa9905ca3d6a05458fb426b6be00a6d164cdafb946e9797436c7e019fd58
MD5 4d92e9cfcf8a5cdbe5cd9c213f312f94
BLAKE2b-256 cae92502257e7f2cb8f3f0d182a4ab51cccba1b6c8784079db74b89d30286ae9

See more details on using hashes here.

File details

Details for the file python_sat-0.1.6.dev9-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: python_sat-0.1.6.dev9-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for python_sat-0.1.6.dev9-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 402e68fc337d6f4d8409d51c27866a054249e2733206d8c1ca5c4440f743ae56
MD5 d91fbff90c44a45f1238c5132a2b6b6b
BLAKE2b-256 d10314783f57a279f8172cf53076b55451013578d2fd17edab54fd210e1e125e

See more details on using hashes here.

File details

Details for the file python_sat-0.1.6.dev9-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: python_sat-0.1.6.dev9-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for python_sat-0.1.6.dev9-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 f3e63b3caf46e4234e04e3581918fe391d1d81b5d25a9b5526265fdb98c73a96
MD5 7a920cc5ac1b1af339526add953eb4b2
BLAKE2b-256 fb5da5897d84c3a47c7be80310295b5b462a0845497eef4893521a3b8be075e2

See more details on using hashes here.

File details

Details for the file python_sat-0.1.6.dev9-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: python_sat-0.1.6.dev9-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for python_sat-0.1.6.dev9-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 311f14e670d9aa86af5f5340a3aad32f58ab53a1040ba8a9b7371f8e42ebaf31
MD5 afb97188e417218bcd710da2e2f1de7a
BLAKE2b-256 9f8891c3e231ec3b200fb713f2c6ea7c55e5598460f0f06bc8bba0277955fb19

See more details on using hashes here.

File details

Details for the file python_sat-0.1.6.dev9-cp27-cp27mu-manylinux2010_x86_64.whl.

File metadata

  • Download URL: python_sat-0.1.6.dev9-cp27-cp27mu-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 2.7mu, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for python_sat-0.1.6.dev9-cp27-cp27mu-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ae0752155ad056e102ffe460b0e7de2b90a5ea591be54e04ffa2ab88a146a73b
MD5 483604727d37cc7f9cf16fe8790c6cd8
BLAKE2b-256 bb19be6b3cc2e461783a3a4661898950364261ac7ce6a9c7379484718a2e9f8c

See more details on using hashes here.

File details

Details for the file python_sat-0.1.6.dev9-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

  • Download URL: python_sat-0.1.6.dev9-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for python_sat-0.1.6.dev9-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 af017720a6a488e850e5d059ffde83f93e6949fd6185ee9f6e76302f56ff7d1b
MD5 9bfbc0c14cc16c8b3ebad9aa7ff5384c
BLAKE2b-256 201c1250788cc01899620fde24f107958cc8125ecdbc8a1af3c6f4033d8a9162

See more details on using hashes here.

File details

Details for the file python_sat-0.1.6.dev9-cp27-cp27mu-manylinux1_i686.whl.

File metadata

  • Download URL: python_sat-0.1.6.dev9-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for python_sat-0.1.6.dev9-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 7a31aa47ea9c1ba36f5f647dde7a7171e429ed8d30cf74b3e1bd70b1bae5a300
MD5 e4adc09ca41bd24219e88fdefae944b4
BLAKE2b-256 9036e4fff27af40bd3760a6d343dac95db21d994969200242281b220201eaed4

See more details on using hashes here.

File details

Details for the file python_sat-0.1.6.dev9-cp27-cp27m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: python_sat-0.1.6.dev9-cp27-cp27m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 2.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for python_sat-0.1.6.dev9-cp27-cp27m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 3b11e36c270d3fa2d5abc7819a092aea19ff0b7e167a208aad20cca2a6139980
MD5 2a0e4d149606203ec7565bd97a1254b1
BLAKE2b-256 68797d9673b062475d8af4290e45fffd7c4dd8a6256fb0a11fd048160dff1199

See more details on using hashes here.

File details

Details for the file python_sat-0.1.6.dev9-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

  • Download URL: python_sat-0.1.6.dev9-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for python_sat-0.1.6.dev9-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 bc8ed656c1c717090199c90646f7579d470f63800b4fdd133bf10b31cdb1f1d0
MD5 a12f0e8be2292ace77ef9eece43dbe94
BLAKE2b-256 aac3dfbafc36a1a574af2687ead504da2f0346c398cfab3ff47ee26476b515d5

See more details on using hashes here.

File details

Details for the file python_sat-0.1.6.dev9-cp27-cp27m-manylinux1_i686.whl.

File metadata

  • Download URL: python_sat-0.1.6.dev9-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for python_sat-0.1.6.dev9-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 8b1859487f46512de93628c3f5b6563ab420faffc8cf278713a51b028c7764e9
MD5 ed42c7049c8bf8be792c760c61623940
BLAKE2b-256 9c0f2e518fb9bfe22858d5456c6e264c004197e1d22dbe164d5b9d2986a25f73

See more details on using hashes here.

File details

Details for the file python_sat-0.1.6.dev9-cp27-cp27m-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: python_sat-0.1.6.dev9-cp27-cp27m-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 836.1 kB
  • Tags: CPython 2.7m, macOS 10.15+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for python_sat-0.1.6.dev9-cp27-cp27m-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 bc50c221fd4f708a814a25e93448cadc59c881da9834c2d990cea2d6adb42114
MD5 0ff8bde3dd85623d314a9816008bef46
BLAKE2b-256 7d433fc2a8406dee36c7124e660db584f1d0bc3670dad0a60aa6a5010c7a808a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page