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.3.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.3-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.3-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.1 MB view details)

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

sat_toolkit-0.6.3-cp314-cp314t-macosx_11_0_arm64.whl (654.9 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

sat_toolkit-0.6.3-cp314-cp314t-macosx_10_15_x86_64.whl (666.9 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

sat_toolkit-0.6.3-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.3-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.3-cp314-cp314-macosx_11_0_arm64.whl (629.2 kB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

sat_toolkit-0.6.3-cp314-cp314-macosx_10_15_x86_64.whl (642.0 kB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

sat_toolkit-0.6.3-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.3-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.3-cp313-cp313-macosx_11_0_arm64.whl (628.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

sat_toolkit-0.6.3-cp313-cp313-macosx_10_13_x86_64.whl (641.7 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

sat_toolkit-0.6.3-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.3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.1 MB view details)

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

sat_toolkit-0.6.3-cp312-cp312-macosx_11_0_arm64.whl (629.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

sat_toolkit-0.6.3-cp312-cp312-macosx_10_13_x86_64.whl (642.8 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

sat_toolkit-0.6.3-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.3-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.3-cp311-cp311-macosx_11_0_arm64.whl (627.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

sat_toolkit-0.6.3-cp311-cp311-macosx_10_9_x86_64.whl (641.0 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

sat_toolkit-0.6.3-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.3-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.3-cp310-cp310-macosx_11_0_arm64.whl (259.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

sat_toolkit-0.6.3-cp310-cp310-macosx_10_9_x86_64.whl (275.1 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

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

File metadata

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

File hashes

Hashes for sat_toolkit-0.6.3.tar.gz
Algorithm Hash digest
SHA256 c719173eaa55f805312de107789e442287205eb52888029527bcfacf965ce915
MD5 e5c324e00eaa9058ccc169901f41542d
BLAKE2b-256 a14302a731709ea121f8fa5971f121011ea2b8dbf272ee9062c3782867e80b53

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.3.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.3-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.3-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4caa7b7ebb7676359bf3c982926e51590ef2af76bbb652b264d3078cf38b3254
MD5 4135c9e614dcec04c650edfdb23a11ba
BLAKE2b-256 8a44f567ef7ba91800f01f73659a6ab542e0bdf3e3878655e822fa2618d9853a

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.3-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.3-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.3-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 83c81909dfd0ae692593cb1590f3db167031910ea6f34556f9b988179ce2b9fa
MD5 48eaeec50f5d14d673fc56b9b9347d43
BLAKE2b-256 bc81845bedafe610ad8561817322b7b1f30c4c1805a174aeb68ca185141e97c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.3-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.3-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.3-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 98921028973316a8df16219713ec43ef621ed8ae185c8b2b90fd416ace0d3c2c
MD5 df7536d25c563cb5d0d4c31f641adb3b
BLAKE2b-256 da8df3cb00275b898dd61341021d31e194fbb294c45038279f31d4c952436703

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.3-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.3-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.3-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 4f95d3406098dc8e956ce9d14e6c465725d0967c5906a1b9a3116dfe7140b352
MD5 232377987a5237e9e644bd7aec646d91
BLAKE2b-256 d9a72ee0d9422bc2ca0f7b6840f47bdabf69c9f7b23723b5ad3569c8361c1969

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.3-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.3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5a1c19b506eaec719a640e462523641c8a19cfecda375cc901050337d59b0a76
MD5 3a24ada91761a58851d63759ceac410a
BLAKE2b-256 1dbced33f5658b55adde67ea42dd6486e83f5d5da46b19f03de095eb08ea64ed

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.3-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.3-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.3-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 74980357ee793068e2911b85f56b56311336f91509c4d0977b332938868c7b7c
MD5 05011a07b237483e1de4ba1ed4313f27
BLAKE2b-256 553b08cc08e1e82090f25bb326c51459ddaf68bc89e80cddd39e3ff6e8a3402a

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.3-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.3-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.3-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f4e548f658a44c6c1a1ee41fa46f06edf4f37a60fd8be8e0d3ae6a864bfa2726
MD5 882275541b32e6dc4df29ea6d03f7986
BLAKE2b-256 e68458c299f55c8e089a8952fa353f7fac123e454253ec3886001e11528a54f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.3-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.3-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.3-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 c0a34fd7fff49d7934039cdb038b7e9d2b3291da0f85e8152bb608ede5bd2660
MD5 a53786e72238d10c9772085c87f1d595
BLAKE2b-256 34f44a8863a4fff38135052121c8a04a10b840c0a67fdfec94e9ab9de71ad230

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.3-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.3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a4c2b90ef65a19ffddfd7b91bc741ae4674fe57da6157c4e751b78e93889d8af
MD5 5a11a18cab79c4fe9a8c416bacdca74d
BLAKE2b-256 8ab72dab282c8de2ac428ba3a21441a72d168c0293b79b1384f99b59e544d54c

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.3-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.3-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.3-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 636a6391d68652d446c2abb9df478b8de92cb8915908384a7f4cd9857e702914
MD5 2c61f2da84ef8385139c6989de428012
BLAKE2b-256 c31f20052cae7196a417a7a4b95b6c93f632ea1ef0dc7e01f686243dfdefb8a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.3-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.3-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8884baf6d77dedc62c30706a9f633673323ab377ae1c280d272b5875b5ed7b54
MD5 e7110b760982c3d922439f2948df89a0
BLAKE2b-256 83540189f85535a1fd736f85281aaf9f734f359fa5900e2cc4f6b9ca88f6e09d

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.3-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.3-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.3-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 6a3f2fbe763f5cd17548341653f024763a9fd17a80f84c2193b4de20d7a1ee10
MD5 c577c209a27a33dfa5944c61be9f6648
BLAKE2b-256 aa90905432756065833a4a69439be21bab462a3a2e211825559829e91549e939

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.3-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.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a8c8e7391b14551bafb874c6a88b474998353d0225634bc1542e06c743543efc
MD5 a35f93d20d2e14fea23a7228d17b1b4c
BLAKE2b-256 11960131ce063cc340fcf066c69221e321390dbefa782e293554ccbbf70faf0e

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.3-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.3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 34bf025daa446b1b07c085d9c1f11d6c625b12e3f7f4b1d5b5e6fcfe09725589
MD5 239e58a4a0c673c3faba036e031cf9ed
BLAKE2b-256 58761131b233f06ef4ecdb8f888df0ccbe25c9edba22fccd05ba9af3cf206edd

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.3-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.3-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 329f2d1e67309200955f340d4ac48c32a6cfc371e85c26c47ba2335e15efabc2
MD5 efcd78dc4d86830e105c2c25187fcfda
BLAKE2b-256 8d0ce0cd23588dbb70fa878d1b5701b8809bbdb9e76f7b5dc23cacbbbbc4a286

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.3-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.3-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.3-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 6c908dd75b0b29dd6d698727732977dcfe64f31ffb76432d0a1b364edb217918
MD5 ec41d050ed19c5f930d56c5dcf46695e
BLAKE2b-256 a1daa5bc1d6fd2e62fd0ac2d920e85490c1a5c97f2ab02e70edd3158e7883e14

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.3-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.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d0e459b92e23a88ee9ee5bcc2cd905a39d2bf4b3655cf16b2312aedc6c5fe368
MD5 802398c658f0f7efd09a0a9a89cb0aeb
BLAKE2b-256 e1d14b79112a1ddabeb589e2bc32e00022aa3e68958b0fa334cf5761448ee4c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.3-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.3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 52bdc864ee0d17a1e39a9ebc3650a227c9b7aa16f7a4f5ddc3d36cc1c864bed3
MD5 b5e97f7758c7ce5bbf7cb056d32210cf
BLAKE2b-256 13b56a28c66ae400dbc9849bba8ee9b9ae46da19ff65b2abfb685090e51fe111

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.3-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.3-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7855a336425248aa1ca97502e44d964eaa4afa65e83afd05db5b3f6f1a37f86f
MD5 c92becd9d9432c440a988042117e26c6
BLAKE2b-256 1e2abb59eb0b343aa09e6d33a0dcf892a11bf7bc2b179174fb5c3e489cf7ec9c

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.3-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.3-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.3-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 db5cb3be8d67fa2f37a18ccf3efabdce73a6a30b5b3841f04ddc58b20e14ffea
MD5 6ff699dd88658228212e56eec053342d
BLAKE2b-256 917eabd709e980f95756eeb503c4c6fd83ed0489eb2b780d9820cc009b5cf840

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.3-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.3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3115183fadb0eff4aa4af9e9e75fe6782fa563afcf2dd14ac5dff6ede7310bf5
MD5 573fb4e44973910ac4f10cc9e62969a6
BLAKE2b-256 dfaf798b75170977c381efa887a594e9285d7369370ad2829be47cda6e39e257

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.3-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.3-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.3-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f31ab99632779088ae9045d635b0940dd0a22a10c9c8ffab599f4674e0096011
MD5 210f87617aebefa28a32ffbd68233a60
BLAKE2b-256 4ff06e7ca32cab2b991403d98e451814121bd7a575fe5dba0def892142fbfefa

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.3-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.3-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 42340315cc908036493f5bf1256012c229e8b9bf601320fd6958a6be6c3430b5
MD5 d7d21bc9e72bf8199fc223238f10bc4d
BLAKE2b-256 86f6f4d9ed0b3c482b50d5b8a0eb4d8d460e540df3364d7abbf2c05a43a087f0

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.3-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.3-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for sat_toolkit-0.6.3-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c97646c5a2529e8e3e18b65d46348ba477beeb4fbd0b35e3be3a72469cab196d
MD5 eca7abe5e5302d76f91030879016e46c
BLAKE2b-256 630ba97e535784190670b45b9be4fee692d361afd5993fc5a169c13af2205c51

See more details on using hashes here.

Provenance

The following attestation bundles were made for sat_toolkit-0.6.3-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