Skip to main content

Tool for manipulating CNF formulas

Project description

SAT-toolkit

A tool for efficiently handling CNF and DNF formulas in Python

Installation

To install from pypi use:

pip install sat-toolkit

To simplify CNFs and convert DNFs to CNFs, you need to compile espresso and make it available on inside your $PATH.

Usage Example

The following example shows how to create a minified CNF for a boolean function that is true at values 0, 6, 9, and 15.

from sat_toolkit.formula import CNF, Truthtable
import numpy as np

table = np.zeros(16, int)
table[[0, 6, 9, 15]] = 1

tt = Truthtable.from_lut(table)
cnf = tt.to_cnf()
print(cnf)

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

sat_toolkit-0.6.2.tar.gz (26.4 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

sat_toolkit-0.6.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

sat_toolkit-0.6.2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

sat_toolkit-0.6.2-cp314-cp314t-macosx_11_0_arm64.whl (656.2 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

sat_toolkit-0.6.2-cp314-cp314t-macosx_10_15_x86_64.whl (668.3 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

sat_toolkit-0.6.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

sat_toolkit-0.6.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

sat_toolkit-0.6.2-cp314-cp314-macosx_11_0_arm64.whl (630.6 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

sat_toolkit-0.6.2-cp314-cp314-macosx_10_15_x86_64.whl (643.8 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

sat_toolkit-0.6.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

sat_toolkit-0.6.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

sat_toolkit-0.6.2-cp313-cp313-macosx_11_0_arm64.whl (629.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

sat_toolkit-0.6.2-cp313-cp313-macosx_10_13_x86_64.whl (643.2 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

sat_toolkit-0.6.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

sat_toolkit-0.6.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

sat_toolkit-0.6.2-cp312-cp312-macosx_11_0_arm64.whl (630.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

sat_toolkit-0.6.2-cp312-cp312-macosx_10_13_x86_64.whl (644.2 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

sat_toolkit-0.6.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

sat_toolkit-0.6.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

sat_toolkit-0.6.2-cp311-cp311-macosx_11_0_arm64.whl (628.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

sat_toolkit-0.6.2-cp311-cp311-macosx_10_9_x86_64.whl (642.9 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

sat_toolkit-0.6.2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

sat_toolkit-0.6.2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

sat_toolkit-0.6.2-cp310-cp310-macosx_11_0_arm64.whl (259.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

sat_toolkit-0.6.2-cp310-cp310-macosx_10_9_x86_64.whl (275.0 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file sat_toolkit-0.6.2.tar.gz.

File metadata

  • Download URL: sat_toolkit-0.6.2.tar.gz
  • Upload date:
  • Size: 26.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for sat_toolkit-0.6.2.tar.gz
Algorithm Hash digest
SHA256 8845ddbc7019cbb917a4866006fce3fbd3620d1126061ff60c9012817f31284c
MD5 7e4f8a6b606539825c041d23d5293eed
BLAKE2b-256 8f10c992064d3aadf8b74853ada80c9adcaf3bf89dd2bbce11328a1f4713332d

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.2.tar.gz:

Publisher: publish.yml on fanosta/sat_toolkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sat_toolkit-0.6.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 78c94056a2acaf339e702315c7cf4a973c7dcd05ee561d83fc3526bbcec998ad
MD5 a9af4d9a66a8f9b2fffe2b4437e2f2fd
BLAKE2b-256 3df5133f686ede59ea3020494d96cad2fd2a25766c50b13b8130e7ce0c5bd5a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on fanosta/sat_toolkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sat_toolkit-0.6.2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8cc6054cc07cd141bbe089dc1b0e302cbcb1a88b8b4d19e4715a52d71af264ee
MD5 e0f1dbd5c0de2cf6963808c60042d540
BLAKE2b-256 516653a14fc04954bcf995c757c474549ba15cb3e67ba9224b76c24fd005733f

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on fanosta/sat_toolkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sat_toolkit-0.6.2-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.2-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 21fc1bcc2b24575ec89d37fea5e2bd352133a399b4f10adf713365a7f2de51f9
MD5 6d8b80243f1c332be69db6b783ba3d98
BLAKE2b-256 61ce1ec47a7da7f3fb6d478b3e143562fa6735a3eb454b40988d671be198ed1e

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.2-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: publish.yml on fanosta/sat_toolkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sat_toolkit-0.6.2-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.2-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 46537020c9e35551240503c5319e9679418636428bb2ba7c1bda06eca2d00432
MD5 b3ee4dffa6ef0245facaefc47739a7a6
BLAKE2b-256 1d9cc8a618e5b29840706f5fe450682b146e44db5a7aabc5fe4ffdbf0cb6d4f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.2-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: publish.yml on fanosta/sat_toolkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sat_toolkit-0.6.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c382402cd218cd5b4d6ff5d08389382d0b0011ea0d4156c31b88e364e829210d
MD5 b5f2bb18b1be4005796d5e15eac34f32
BLAKE2b-256 18a614c6fd2a4ef84f7b777438106607ce073a0ff367ccf6b329cc2ed0bc817c

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on fanosta/sat_toolkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sat_toolkit-0.6.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8b17ac1945d6852cab27ef1951d42fb00a52ad81e0b41b38d67e46d9ac56c232
MD5 39ccb5490b0018422f8142f2b50f8404
BLAKE2b-256 9893a4e957aa4bb56fd2debf3cf456b880fc5034d9d9d320797b0f4353d5ccde

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on fanosta/sat_toolkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sat_toolkit-0.6.2-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a204a9389a622ad734215879762b3d70428a43ebfcc1ba2dea7cade22aa224d9
MD5 f900a9044607cceee80786c286d64c8c
BLAKE2b-256 e9e0a457a2107d7fc45eaa085a3eab0f015d7f5009d3e3a9bcb5184a5427a228

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.2-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish.yml on fanosta/sat_toolkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sat_toolkit-0.6.2-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.2-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 0a0ca66600216d411dd1b17b6d473f35b78520ab7cc330d266de0a491294c70d
MD5 5d8d416cf7eb491934161bf9b0cb544e
BLAKE2b-256 9a5c79c178b940c1294ba8bd428cacf115246082249022d7266e466c6d38e232

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.2-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: publish.yml on fanosta/sat_toolkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sat_toolkit-0.6.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 da0c9ac0595b83ae0cc2e4f8fba957c1807b566159268e0cd0f1a8325f139eb3
MD5 0615d74384dd175fc78fd584fb63b3a1
BLAKE2b-256 e0274f08e0a5222f1e89a9ca4d63c42d989744581cfe95d20026ae7519564fd9

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on fanosta/sat_toolkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sat_toolkit-0.6.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ede4bd6acaff90cb4e0bd146cb6df0eb66c90e91ff6c98e5a76a76f4ea5ac619
MD5 fd40f147cda3d0487d710ae28cf8c118
BLAKE2b-256 ef76194c6e6cc90f6afb6787a90af088f84a0ae373afdf5f4ef20381d0308b3d

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on fanosta/sat_toolkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sat_toolkit-0.6.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 71354f5ba6e805a16d53b5e3e1055411160c196ab7c97199f3443e5ff0e8f983
MD5 b4536f21ec8fd8f8cfe3a031e36b66cf
BLAKE2b-256 659ed93e79b5e029c51fc4b8d9a8172460fa8d2275983af9f1d99864e2c962b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.2-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish.yml on fanosta/sat_toolkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sat_toolkit-0.6.2-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 dfc1ac2b21e3d2f071639cf5e8cde798d92d57d42740e1a3fb36e13587e7705a
MD5 0027587827347fdb9d8f0ff4c42de282
BLAKE2b-256 dbae5b8ff514b686b4d09d6ce4204d48205cfd2bb7f6ecdbe169c320e83c054e

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.2-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: publish.yml on fanosta/sat_toolkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sat_toolkit-0.6.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 76020c68a678f84312a266732d087a1dbe2143b7d37044b2a143d89fc067c62b
MD5 b0b54b2cd417808d4c68d176fefeea78
BLAKE2b-256 94705fcdd92a3a7ca584c361b90cc06099fb60a75aae7bc6e75a80224704f45e

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on fanosta/sat_toolkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sat_toolkit-0.6.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 686f4d3862022a8848b4fcfae675a0a3dd320251670a90fabaf308910dd329f9
MD5 7af9b928601c2fc890656b3bb1636151
BLAKE2b-256 01e20aca84a169da0e1ed13b590acedc7b9732fc760a5d51c532753dfa8f0e73

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on fanosta/sat_toolkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sat_toolkit-0.6.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eff803264ed282732a9d82e658adf52b915569375ebf143be826ba83c08f043d
MD5 24b394d57b4bf8572b1c1ba0c86c7d26
BLAKE2b-256 011409f3e437cdb50d612239052b7a6f27db0ea11efb6a36bffd43a2ecebb425

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.2-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish.yml on fanosta/sat_toolkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sat_toolkit-0.6.2-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 20bdb8107d0f276e43da4f65e4fd577a6703156a33a11866bb7af76e08502b54
MD5 cd9c4394a0e2731958bc3c3ec38925f0
BLAKE2b-256 c9563e521c78544ae4c00cdd7892057f28a606f1b31f2087eba336249ecb7bf9

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.2-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: publish.yml on fanosta/sat_toolkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sat_toolkit-0.6.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c3802f9b6fe49191c83ab3dd2bafc40d923775788c756142440d2bfb9c8eb6f7
MD5 3aafec8496acb7156ef269eae2a830c6
BLAKE2b-256 f9b185eeb706db9521998e6f5692bec293e8cd456344a420248d9c2c3e0a9df0

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on fanosta/sat_toolkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sat_toolkit-0.6.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9cea1ced61b7125d04c2e879441f8fd5b0896f1e6eed4cee4bd4d0a9f32c8c4e
MD5 dba9cc8119210ee689bfacdfb0ffe38e
BLAKE2b-256 4e8a8e07e2bd5f05ba8bc077c88b275a5d9ba58e84e3b4b02833015dd4c635a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on fanosta/sat_toolkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sat_toolkit-0.6.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 65f5c1d6b8e1723e4a1df24550dbdf137f568743ddf1bfd626b5253adc9a33a8
MD5 a7f5c09e17d43b5044e79b4150568a63
BLAKE2b-256 99e01554bdbc02df64d1f5233274efa4681fceafb9476178c2b4b741454478e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.2-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish.yml on fanosta/sat_toolkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sat_toolkit-0.6.2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 825f565c427a4867ead0b861b2ac300442e21aa972086a0e82b0465eec7cb367
MD5 bc94f045962d0b1dd9680ce62e568874
BLAKE2b-256 0f80ace75e4fcee81ba4de469b8ad4faa7a5a2009e68ecd5b867b4cb4831aefc

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.2-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: publish.yml on fanosta/sat_toolkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sat_toolkit-0.6.2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0a3df783c186f987197b3ebac2dec624e3e60c830b72456cc7da6b93f0de6250
MD5 887177764dd05b2e0fac4c34dedc14b1
BLAKE2b-256 2f4aea565ff3f061fdd52a637d015b35e2600d2c2b9af75298db2307b11612ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.2-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish.yml on fanosta/sat_toolkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sat_toolkit-0.6.2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 82f10874edd3beb0f37f34691daadd4e07f7e31282b6bf347a6814c246f801bb
MD5 b9c9faf25319d86b0fb1b5484c71a6f9
BLAKE2b-256 e64fb8d209d89059d26606ea10045a00fbeb3752f397e143bc5483e199094fc5

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.2-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on fanosta/sat_toolkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sat_toolkit-0.6.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 126c8775ebb75925ad6d4287d2c2ed74793aaac2e1cd1ae9dc1cd64776561442
MD5 113c2852363d4044bc26d655be1c017f
BLAKE2b-256 26a1bb6c491a68857f41bfdf8332865371601746a830a5bbbd80667fa04d9c04

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.2-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish.yml on fanosta/sat_toolkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file sat_toolkit-0.6.2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6484c9f73fda4038061f1010c4891be9f34585fd775cdf959fd00bada87efbb5
MD5 9ad9b91db6a6d72e11120b6d08422bcf
BLAKE2b-256 cbf258e2281b7ac18f18c2fbfab8dd3a6dc37f588e542b25ef1d04633e7913bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.2-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: publish.yml on fanosta/sat_toolkit

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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