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.7.dev20.tar.gz (3.6 MB view details)

Uploaded Source

Built Distributions

python_sat-0.1.7.dev20-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (999.5 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

python_sat-0.1.7.dev20-cp311-cp311-macosx_12_0_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.11 macOS 12.0+ x86-64

python_sat-0.1.7.dev20-cp310-cp310-win_amd64.whl (812.0 kB view details)

Uploaded CPython 3.10 Windows x86-64

python_sat-0.1.7.dev20-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

python_sat-0.1.7.dev20-cp310-cp310-macosx_12_0_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.10 macOS 12.0+ x86-64

python_sat-0.1.7.dev20-cp39-cp39-win_amd64.whl (812.3 kB view details)

Uploaded CPython 3.9 Windows x86-64

python_sat-0.1.7.dev20-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

python_sat-0.1.7.dev20-cp39-cp39-manylinux2010_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

python_sat-0.1.7.dev20-cp39-cp39-manylinux1_i686.whl (1.6 MB view details)

Uploaded CPython 3.9

python_sat-0.1.7.dev20-cp39-cp39-macosx_12_0_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.9 macOS 12.0+ x86-64

python_sat-0.1.7.dev20-cp38-cp38-win_amd64.whl (812.3 kB view details)

Uploaded CPython 3.8 Windows x86-64

python_sat-0.1.7.dev20-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

python_sat-0.1.7.dev20-cp38-cp38-manylinux2010_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

python_sat-0.1.7.dev20-cp38-cp38-manylinux1_i686.whl (1.6 MB view details)

Uploaded CPython 3.8

python_sat-0.1.7.dev20-cp38-cp38-macosx_12_0_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.8 macOS 12.0+ x86-64

python_sat-0.1.7.dev20-cp37-cp37m-win_amd64.whl (812.0 kB view details)

Uploaded CPython 3.7m Windows x86-64

python_sat-0.1.7.dev20-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

python_sat-0.1.7.dev20-cp37-cp37m-manylinux2010_x86_64.whl (1.8 MB view details)

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

python_sat-0.1.7.dev20-cp37-cp37m-manylinux1_i686.whl (1.6 MB view details)

Uploaded CPython 3.7m

python_sat-0.1.7.dev20-cp37-cp37m-macosx_12_0_x86_64.whl (1.0 MB view details)

Uploaded CPython 3.7m macOS 12.0+ x86-64

python_sat-0.1.7.dev20-cp36-cp36m-win_amd64.whl (872.5 kB view details)

Uploaded CPython 3.6m Windows x86-64

python_sat-0.1.7.dev20-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ ARM64

python_sat-0.1.7.dev20-cp36-cp36m-manylinux2010_x86_64.whl (1.8 MB view details)

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

python_sat-0.1.7.dev20-cp36-cp36m-manylinux1_i686.whl (1.6 MB view details)

Uploaded CPython 3.6m

python_sat-0.1.7.dev20-cp35-cp35m-manylinux2010_x86_64.whl (1.8 MB view details)

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

python_sat-0.1.7.dev20-cp35-cp35m-manylinux1_i686.whl (1.6 MB view details)

Uploaded CPython 3.5m

python_sat-0.1.7.dev20-cp27-cp27mu-manylinux1_i686.whl (1.6 MB view details)

Uploaded CPython 2.7mu

python_sat-0.1.7.dev20-cp27-cp27m-manylinux1_i686.whl (1.6 MB view details)

Uploaded CPython 2.7m

File details

Details for the file python-sat-0.1.7.dev20.tar.gz.

File metadata

  • Download URL: python-sat-0.1.7.dev20.tar.gz
  • Upload date:
  • Size: 3.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.15

File hashes

Hashes for python-sat-0.1.7.dev20.tar.gz
Algorithm Hash digest
SHA256 8a966d3a59f5ac45fad99e9861b78f7e22eda660e0ea7d2596da207c28ef0d40
MD5 309952de91c6d8d14939d3d96b77f15f
BLAKE2b-256 d9f09b4165f2ea9af03ad5df84a68e34ef7c0208e79127e71b7c07bfecef03e4

See more details on using hashes here.

File details

Details for the file python_sat-0.1.7.dev20-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for python_sat-0.1.7.dev20-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2c5e39d96ccacdfe33f7b4cef47faa76abed5cdf150f1720a4cad7fad4da64f5
MD5 e150b08fd465d5a26b5202bc2fd1cba0
BLAKE2b-256 5fbbf787627ae3b6e9230ded944712d817a8e554717dece62e57bdcedf3e3279

See more details on using hashes here.

File details

Details for the file python_sat-0.1.7.dev20-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

  • Download URL: python_sat-0.1.7.dev20-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
  • Upload date:
  • Size: 999.5 kB
  • Tags: PyPy, macOS 10.9+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.15

File hashes

Hashes for python_sat-0.1.7.dev20-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b71a82951bf9d97a5f3b5c40ce6406e344103a4e6a102d395f0c7724ea0a9837
MD5 7563bc933bc9d72e51281f3cf10e5d4d
BLAKE2b-256 b833adfebf799f213f21e26678e066f9f904f5c1678d2773755f9e8b8c8be417

See more details on using hashes here.

File details

Details for the file python_sat-0.1.7.dev20-cp311-cp311-macosx_12_0_x86_64.whl.

File metadata

  • Download URL: python_sat-0.1.7.dev20-cp311-cp311-macosx_12_0_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.11, macOS 12.0+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.15

File hashes

Hashes for python_sat-0.1.7.dev20-cp311-cp311-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 60f2c139c137d52ea59e7932cb1e5b423ef6ee8acf92e9356ec0e80b1e7e9e8d
MD5 4f50aa3c4b586ef03c6853f24d837e1c
BLAKE2b-256 b781f9debc75c8909f714b4de0df52b75cc839f21f07e785407faf73f12e25d0

See more details on using hashes here.

File details

Details for the file python_sat-0.1.7.dev20-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: python_sat-0.1.7.dev20-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 812.0 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.15

File hashes

Hashes for python_sat-0.1.7.dev20-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6eee8c8b2877aef45abdc087a742b8a114b55b1564e2bcf9cba2a898729ef53a
MD5 bcfb1df4f2c3c0c96e8c5d64d4b0aa2b
BLAKE2b-256 dd1610d9cada012918f690a46fdd3076493dca0ea681fc233fa29b793073e357

See more details on using hashes here.

File details

Details for the file python_sat-0.1.7.dev20-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for python_sat-0.1.7.dev20-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4f568dc54f58c5acbfa745983abb920bffb27c543e85812475770316be2fb3c4
MD5 047467e4f11970c3ce9f2da78291e0a6
BLAKE2b-256 bca2dec3bf51f9afba2023ee62ce90f027c4eb12aa13d9a5b179818b8c020b87

See more details on using hashes here.

File details

Details for the file python_sat-0.1.7.dev20-cp310-cp310-macosx_12_0_x86_64.whl.

File metadata

  • Download URL: python_sat-0.1.7.dev20-cp310-cp310-macosx_12_0_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.10, macOS 12.0+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.15

File hashes

Hashes for python_sat-0.1.7.dev20-cp310-cp310-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 b9e674fd485037d0cd56ec465244a2ff548b9f6169a827db03695643c9c2c84a
MD5 0e753be34ed5fa6843c67f50d2f2379c
BLAKE2b-256 3bc25e91212efe1d50fc6511a533323745b7faf3cfe78638fca407f351afe4b0

See more details on using hashes here.

File details

Details for the file python_sat-0.1.7.dev20-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: python_sat-0.1.7.dev20-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 812.3 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.15

File hashes

Hashes for python_sat-0.1.7.dev20-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 a960853d2236aeae7e0d4f52d9cc35ea824a741a58b86f6cbc9d10c30db6f3e4
MD5 ada250cd47d85eb44d44695d48685a4d
BLAKE2b-256 3e4bd1025106ce6d16b785035b68bc219473abe35f1cd50976b04f5dd15ad35f

See more details on using hashes here.

File details

Details for the file python_sat-0.1.7.dev20-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for python_sat-0.1.7.dev20-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b7820b5a84d43431b74270f114617db5ac76e93cf5ba53bd76ac73735515be88
MD5 55abc4c41c2aeca4d80fd9dcd1f8fef6
BLAKE2b-256 338d043f76b9afea08388b5b7207b291504ecdd18ddf02a962f29105d75659ea

See more details on using hashes here.

File details

Details for the file python_sat-0.1.7.dev20-cp39-cp39-manylinux2010_x86_64.whl.

File metadata

  • Download URL: python_sat-0.1.7.dev20-cp39-cp39-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.9, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.15

File hashes

Hashes for python_sat-0.1.7.dev20-cp39-cp39-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ae9e9411124f8b609090c95cd346ecdd8a058aeb7664966912e85600b9ae9eb2
MD5 548c0760fa06e7a5d4eb6abd7b2d045a
BLAKE2b-256 f3e7fbb5a37ed21cad1afebbf2ec969331438ec98fb58cd83d6eb964dcb74d58

See more details on using hashes here.

File details

Details for the file python_sat-0.1.7.dev20-cp39-cp39-manylinux1_x86_64.whl.

File metadata

  • Download URL: python_sat-0.1.7.dev20-cp39-cp39-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.15

File hashes

Hashes for python_sat-0.1.7.dev20-cp39-cp39-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4b80480360bb40ddc1cb9368323efed72037dc61481bac5902d6d7b4c1b0505d
MD5 c5d10e5934881c4b9704680eb80b3d7b
BLAKE2b-256 83c95b003a3b1c32a9bcc4e745793d930ac4bc7abf92ab0293e59ee804015b0b

See more details on using hashes here.

File details

Details for the file python_sat-0.1.7.dev20-cp39-cp39-manylinux1_i686.whl.

File metadata

  • Download URL: python_sat-0.1.7.dev20-cp39-cp39-manylinux1_i686.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.9
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.15

File hashes

Hashes for python_sat-0.1.7.dev20-cp39-cp39-manylinux1_i686.whl
Algorithm Hash digest
SHA256 14a095b429fd7698e8576c18295dbd486bb0a2e1ffcdec408641f74908f79531
MD5 cfe718b9ee988098791b092476255353
BLAKE2b-256 895725f7d353380bc8b7c8617d764f23886a95c913243652b6a26756474b8a9b

See more details on using hashes here.

File details

Details for the file python_sat-0.1.7.dev20-cp39-cp39-macosx_12_0_x86_64.whl.

File metadata

  • Download URL: python_sat-0.1.7.dev20-cp39-cp39-macosx_12_0_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.9, macOS 12.0+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.15

File hashes

Hashes for python_sat-0.1.7.dev20-cp39-cp39-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 1d96bcd308aa404761b9ebaa8009f87a837a5b6bcebee11591f0fb7df9e1f266
MD5 fbad9b42ac4b1256ab18554fd6e0b147
BLAKE2b-256 7ce29f7b476eafa4cc3b9a31b48411f180a691f682cf6fc7252246c8ff09a00e

See more details on using hashes here.

File details

Details for the file python_sat-0.1.7.dev20-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: python_sat-0.1.7.dev20-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 812.3 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.15

File hashes

Hashes for python_sat-0.1.7.dev20-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 7cf4e71f5559e838366ebac5332b432e621bedf489798ac4533aefc45438f4c8
MD5 e12332f51a4229281833678c0d48b652
BLAKE2b-256 f3c12c513e458e4a3ad6ad96914f5105503409c84f9c0fbe17886f611d61a9e3

See more details on using hashes here.

File details

Details for the file python_sat-0.1.7.dev20-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for python_sat-0.1.7.dev20-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4419b8d100d86f2126f5b3111d6e8486a598ed824d4982ad935a39726d1eff96
MD5 0886b3be7699ca926bd799c55afa1fae
BLAKE2b-256 60a0655052ca8e5b9e7e06185ed1dba7b66c7af9e415a413f30b7ad7c59845d8

See more details on using hashes here.

File details

Details for the file python_sat-0.1.7.dev20-cp38-cp38-manylinux2010_x86_64.whl.

File metadata

  • Download URL: python_sat-0.1.7.dev20-cp38-cp38-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.8, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.15

File hashes

Hashes for python_sat-0.1.7.dev20-cp38-cp38-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 3a1948581f2920042cc6955aea7c22aac2a7d888cda7e9b5bbbe9b3e41a7edcb
MD5 9d19ae72ee7ce47b58a5f10001bb39b3
BLAKE2b-256 f26da2c9b7bc3647948561141f7e553c8800e83e065c0ab2589279da70be8ae0

See more details on using hashes here.

File details

Details for the file python_sat-0.1.7.dev20-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: python_sat-0.1.7.dev20-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.15

File hashes

Hashes for python_sat-0.1.7.dev20-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 d396c6b83d5cf88b2b93362630a04633fa750191a0c2ff1e42eb0c759fea4b5a
MD5 c9a141452fdc675278433cfcc7ad430a
BLAKE2b-256 ab7343f790fa02e1c99819b440a2da9c74e9ca06cecdc160ab7076beb3f96bf9

See more details on using hashes here.

File details

Details for the file python_sat-0.1.7.dev20-cp38-cp38-manylinux1_i686.whl.

File metadata

  • Download URL: python_sat-0.1.7.dev20-cp38-cp38-manylinux1_i686.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.15

File hashes

Hashes for python_sat-0.1.7.dev20-cp38-cp38-manylinux1_i686.whl
Algorithm Hash digest
SHA256 6b2267773a5932ca07dd12674d0cb6c7fdf234ae42e25c5761f411145a88ccbd
MD5 56df477381ae3126286e0ccd5fa0e314
BLAKE2b-256 3cc5dd90b0f82338848a4e661334856033cb3b5dc529811efbc12560ebb9ff2a

See more details on using hashes here.

File details

Details for the file python_sat-0.1.7.dev20-cp38-cp38-macosx_12_0_x86_64.whl.

File metadata

  • Download URL: python_sat-0.1.7.dev20-cp38-cp38-macosx_12_0_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.8, macOS 12.0+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.15

File hashes

Hashes for python_sat-0.1.7.dev20-cp38-cp38-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 ef311ea973a7998eb21ffea5e7cf46c225c691996c0aa57d7754304028181e7e
MD5 e1c5542b1fcd61b9f26461a6f9626a47
BLAKE2b-256 9717c7f90f66eeb5b318e4b0eb16b11adaa81c805764c36056b53c5f59f2a0ce

See more details on using hashes here.

File details

Details for the file python_sat-0.1.7.dev20-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: python_sat-0.1.7.dev20-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 812.0 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.15

File hashes

Hashes for python_sat-0.1.7.dev20-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 7bb2a3957f3f929998787f2a90ae12124e21e6ec9021693360f76de0abf086b1
MD5 16f22f8e9541b6ddea82ef8443da77fd
BLAKE2b-256 1fe8c5ff4558ae0277c148e5d13f0e89ed78ff58eb0b1ffc5cadc5a1a371a1cb

See more details on using hashes here.

File details

Details for the file python_sat-0.1.7.dev20-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for python_sat-0.1.7.dev20-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3bb6eb4df702b822620fab6fb6cb709d5df45a02ff91e85cff553f06ad87a07f
MD5 2b7b33865b5e531570a0f132677670d7
BLAKE2b-256 2a62b74c8c5a94672826b05e57b601843b47c3dc6e2a592803de08de204c7df1

See more details on using hashes here.

File details

Details for the file python_sat-0.1.7.dev20-cp37-cp37m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: python_sat-0.1.7.dev20-cp37-cp37m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.7m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.15

File hashes

Hashes for python_sat-0.1.7.dev20-cp37-cp37m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 eee0759b929b6548b1a08ce3afd1494105c2c7d94c7a06e3767557a91fd44f4a
MD5 bf1e27825f0d84cb3978fae59d4e27d7
BLAKE2b-256 e980a013dffd68d17b4214b915e3f92d1f06feced5c233b6077f31f1c8f83d30

See more details on using hashes here.

File details

Details for the file python_sat-0.1.7.dev20-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: python_sat-0.1.7.dev20-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.15

File hashes

Hashes for python_sat-0.1.7.dev20-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 854b263184225d83ccab88865293e690efd17f2b0a7b07fbe51c611ddbb5d2e3
MD5 1ac94cc85152c8e10129184afbd65743
BLAKE2b-256 c6e97765b6dbacf1ed258da441dd94083f2b45ec7495e12c0a1cec361e89b07b

See more details on using hashes here.

File details

Details for the file python_sat-0.1.7.dev20-cp37-cp37m-manylinux1_i686.whl.

File metadata

  • Download URL: python_sat-0.1.7.dev20-cp37-cp37m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.15

File hashes

Hashes for python_sat-0.1.7.dev20-cp37-cp37m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 8249cd7ee5dbaa1dc192a5163a000658b9fff89129448d8794230da166ee1f27
MD5 763dbda5af58fe64f6c542ccde8ed1c4
BLAKE2b-256 12023c0917d0f8ee8b3e000874cfef910714154046374f593e3bc8f6c888712b

See more details on using hashes here.

File details

Details for the file python_sat-0.1.7.dev20-cp37-cp37m-macosx_12_0_x86_64.whl.

File metadata

  • Download URL: python_sat-0.1.7.dev20-cp37-cp37m-macosx_12_0_x86_64.whl
  • Upload date:
  • Size: 1.0 MB
  • Tags: CPython 3.7m, macOS 12.0+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.15

File hashes

Hashes for python_sat-0.1.7.dev20-cp37-cp37m-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 18a03532d3a2bd7551ae20380604779c47d04acaba1e870ef9d487c12996e2fe
MD5 87a0072dc39ab94a0c68dee8fef04ccf
BLAKE2b-256 34d6006ae7ad700dccdfb3759b4e50a5bdc33e06f5b74a6cb93ccb158adb7b11

See more details on using hashes here.

File details

Details for the file python_sat-0.1.7.dev20-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: python_sat-0.1.7.dev20-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 872.5 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.15

File hashes

Hashes for python_sat-0.1.7.dev20-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 d2b3210fff2af5450fc8a6e059cceedb69739283cd9e6a05fd0732b97d128924
MD5 802d8464144253f7a0b74d414b2cecce
BLAKE2b-256 03948b14782e34efa3a71a97762c10cdb22556507d3283adfb911877f2727625

See more details on using hashes here.

File details

Details for the file python_sat-0.1.7.dev20-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for python_sat-0.1.7.dev20-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 108f8a0ca71df3e644c470d1e30a43ebab62ac87d9b2f85439481618810476ab
MD5 2eb1ab0852a29f8a04dceeacb49c74d6
BLAKE2b-256 f66ce6e35c6e53431422f931b9694e2283107a8ac1c2c47edd5c9bdceb87a15f

See more details on using hashes here.

File details

Details for the file python_sat-0.1.7.dev20-cp36-cp36m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: python_sat-0.1.7.dev20-cp36-cp36m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.6m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.15

File hashes

Hashes for python_sat-0.1.7.dev20-cp36-cp36m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 ce34265ca480afef80955fe8a4eda399a8141a0a73d1e6fc6f5548c450ac575b
MD5 daa148d221de23875e4277b8109ceffc
BLAKE2b-256 28248a71e31b7d63f7d5ab6a2ae6c1f27d3ef37c8fcfe69835dc695d64a84a43

See more details on using hashes here.

File details

Details for the file python_sat-0.1.7.dev20-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: python_sat-0.1.7.dev20-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.15

File hashes

Hashes for python_sat-0.1.7.dev20-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c959e36dfde97c2b5f07b1e87962cb1c21b35a8b16ec66fc6397f89be5bc556d
MD5 048db0135fbad391101b061ded518ffe
BLAKE2b-256 1099995ef44a56abe7d1533b1a52ea152c9ad139e902c207afcd05b6d8648d6c

See more details on using hashes here.

File details

Details for the file python_sat-0.1.7.dev20-cp36-cp36m-manylinux1_i686.whl.

File metadata

  • Download URL: python_sat-0.1.7.dev20-cp36-cp36m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.15

File hashes

Hashes for python_sat-0.1.7.dev20-cp36-cp36m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 4ba7ebbbe88c914902b11671265de67d31e223b90244bb9b45f40df46f14f3bf
MD5 93f1204f764dd9e94db20a10d143b7f4
BLAKE2b-256 72a95af0c5310e4fc031d9a5f067f76c865196a473cea869cf81929de34d518f

See more details on using hashes here.

File details

Details for the file python_sat-0.1.7.dev20-cp35-cp35m-manylinux2010_x86_64.whl.

File metadata

  • Download URL: python_sat-0.1.7.dev20-cp35-cp35m-manylinux2010_x86_64.whl
  • Upload date:
  • Size: 1.8 MB
  • Tags: CPython 3.5m, manylinux: glibc 2.12+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.15

File hashes

Hashes for python_sat-0.1.7.dev20-cp35-cp35m-manylinux2010_x86_64.whl
Algorithm Hash digest
SHA256 a053b8787001d3b9c77b20e7a03dbbcffe63faf40b459ac63d744f138bff8c67
MD5 013c1806e8a2ed5d97d2d03c4a3ca28f
BLAKE2b-256 51e8b97233379616f4b9a6778fa50df85384cc86b1e8b526b17b408093a24571

See more details on using hashes here.

File details

Details for the file python_sat-0.1.7.dev20-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: python_sat-0.1.7.dev20-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.15

File hashes

Hashes for python_sat-0.1.7.dev20-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 7e51c4210ad001860929813b5a7176904ae5eed9cac6cb2df82b97926c98eb92
MD5 fa1a80c8a7bff05357c8d270f82c5d09
BLAKE2b-256 93a3dee99ebea7ca99dfaaf9de5fa1089640cb438be51bd1ab5065f4743389ae

See more details on using hashes here.

File details

Details for the file python_sat-0.1.7.dev20-cp35-cp35m-manylinux1_i686.whl.

File metadata

  • Download URL: python_sat-0.1.7.dev20-cp35-cp35m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.15

File hashes

Hashes for python_sat-0.1.7.dev20-cp35-cp35m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 1ce4df9790db6df42dd573c8987905a130888da063ec003e4d57cf8dde6199f7
MD5 05ece3714effc999439b4d77af3562ad
BLAKE2b-256 7aa497e57839416b63447c6a9faed39811db34a80b7cc6631b1ec4fca43bb4d5

See more details on using hashes here.

File details

Details for the file python_sat-0.1.7.dev20-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

  • Download URL: python_sat-0.1.7.dev20-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.15

File hashes

Hashes for python_sat-0.1.7.dev20-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 297cb37b7c1027a57cfcb8d08f0625f8f49dcbfebd3564f01e5019ba5d863878
MD5 cdfb8c3aaf584bb349c891231c9e7efe
BLAKE2b-256 4f823b727362889370341ee96c0fdf02616cc5aa13aff23327482692bc31fc86

See more details on using hashes here.

File details

Details for the file python_sat-0.1.7.dev20-cp27-cp27mu-manylinux1_i686.whl.

File metadata

  • Download URL: python_sat-0.1.7.dev20-cp27-cp27mu-manylinux1_i686.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.15

File hashes

Hashes for python_sat-0.1.7.dev20-cp27-cp27mu-manylinux1_i686.whl
Algorithm Hash digest
SHA256 8882eb1749fb9f3646bd65147379faa9eced11826613361632bebdc36f409273
MD5 fc1589ed6d0394b95f16cd15256719a8
BLAKE2b-256 7bcac6979d220f0728286630e1aa8e103527b596d05c8c089623e6da56f0c0da

See more details on using hashes here.

File details

Details for the file python_sat-0.1.7.dev20-cp27-cp27m-manylinux1_x86_64.whl.

File metadata

  • Download URL: python_sat-0.1.7.dev20-cp27-cp27m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.15

File hashes

Hashes for python_sat-0.1.7.dev20-cp27-cp27m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 2826a138efad29bb2ac3761a08f50de327f2e8f14d0c75b66c4e29cb95b1f0c2
MD5 84948a4ce8a00a3d21579c82d0078b7f
BLAKE2b-256 ecbcd35e8a8daf32b2961d5d6bee856587a84259c8f078337f94b90660209683

See more details on using hashes here.

File details

Details for the file python_sat-0.1.7.dev20-cp27-cp27m-manylinux1_i686.whl.

File metadata

  • Download URL: python_sat-0.1.7.dev20-cp27-cp27m-manylinux1_i686.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: CPython 2.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.15

File hashes

Hashes for python_sat-0.1.7.dev20-cp27-cp27m-manylinux1_i686.whl
Algorithm Hash digest
SHA256 a3382e6c1d7e74c1a9ea216a2119ed07481731f3ebcb94ff114b80583adcf088
MD5 dbb058ffbca0b749757205c1ea52a243
BLAKE2b-256 93c14c456a7a42ee69184faa13f2ecbda51c093d6dac2a8911cbc8e3e436c3c6

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