Skip to main content

Python bindings to the clingo solver.

Project description

⚡ Overview

Clingo is a cross-platform solver for Answer Set Programming (ASP), developed as part of the Potassco project. It runs on Linux, macOS, Windows, and can also be compiled to JavaScript for use in browsers and JavaScript environments.

ASP offers a simple and powerful modeling language for describing combinatorial problems as logic programs. Clingo takes such a logic program and computes answer sets representing solutions to the given problem.

To get started, check out our Getting Started page or try the Online Demo.

📝 Resources

📦 Binary Packages

💚 Conda

Binary packages are available from Anaconda:

# stable
conda install -c potassco -c conda-forge clingo
# development
conda install -c potassco/label/dev-20 -c conda-forge clingo

Packages have to be installed on top of the conda-forge channel. The Miniforge distribution ships a conda version configured to use this channel by default (see Miniforge installation instructions).

  • Supported platforms: linux_x86_64, macosx_14_0_{arm64,x86_64}, win_amd64.
  • Supported Python versions: cp312, cp313, cp314.

🐍 PyPI

Python packages are available from PyPI:

# stable
pip install clingo
# development
pip install --extra-index-url https://test.pypi.org/simple clingo

Development packages are available on the separate package index at Test PyPI.

  • Supported platforms: manylinux_2_34_{x86_64,ppc64le,aarch64}, macosx_14_0_{arm64,x86_64}, win_amd64.
  • Supported Python versions: cp312, cp313, pp311 (manylinux_2_34_x86_64 only).

☁️ Cloudsmith

Packages for Debian and Ubuntu are available on Cloudsmith:

# stable
curl -1sLf 'https://dl.cloudsmith.io/public/potassco/wip-20/setup.deb.sh' | sudo -E bash
sudo apt update
sudo apt install clingo python3-clingo
# development
curl -1sLf 'https://dl.cloudsmith.io/public/potassco/stable/setup.deb.sh' | sudo -E bash
sudo apt update
sudo apt install clingo python3-clingo

Note that only Ubuntu 24.04 (Noble Numbat) and Debian 13 (Trixie) development versions are supported at the moment. Newer distributions or additional architectures might be added later if there is demand.

  • Supported architectures: x86_64.

🐧 Ubuntu PPA

For Ubuntu users, a PPA is available for easy installation and updates:

# development
sudo add-apt-repository ppa:potassco/stable
sudo apt update
sudo apt install clingo python3-clingo
# development
sudo add-apt-repository ppa:potassco/wip-20
sudo apt update
sudo apt install clingo python3-clingo

Note that only Ubuntu 24.04 (Noble Numbat) development versions are supported for now. The packages are more or less the same as the ones for Cloudsmith but build and shipped via Ubuntu's Launchpad.

  • Supported architectures: x86_64.

🛠️ Building the Application

📋 Requirements

  • a C++20 compiler
  • re2c
  • cmake
  • ninja (recommended, optional)
  • python (recommended, optional)

🏗️ Building

The instructions below work for both single-config and multi-config generators. For faster builds, consider using the Ninja generator by adding -G Ninja to the cmake command.

mkdir -p build
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release

📥 Installation

The install target copies the built files to standard system locations, as determined by GNUInstallDirs.

cmake --build build --config Release --target install

Avoid running the install target as root or administrator; instead, set a local prefix using the CMAKE_INSTALL_PREFIX variable when running cmake. If Python support is important, installing into a virtual environment is a good idea.

🐍 Building the Python Module

It is also possible to just build a Python module for Clingo, which allows you to use Clingo from Python without needing to build the entire application.

📋 Requirements

  • a C++20 compiler
  • python
  • pipx (recommended)

🏗️ Building

Assuming pipx is installed, build the Python module with:

pipx run build .

📥 Installation

It is strongly recommended to install the package into a virtual environment to avoid potential conflicts with other packages or system-wide Python installations. To create and activate a virtual environment, you can use the following commands:

python -m venv .venv
source .venv/bin/activate # Unix-based systems
.venv/Scripts/activate    # Windows

After building, install the generated wheel file from the dist folder:

pip install dist/clingo*.whl

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

clingo_funasp-6.0.0.post16.tar.gz (11.0 MB view details)

Uploaded Source

Built Distributions

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

clingo_funasp-6.0.0.post16-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl (5.0 MB view details)

Uploaded PyPymanylinux: glibc 2.34+ x86-64

clingo_funasp-6.0.0.post16-cp314-cp314-win_amd64.whl (3.3 MB view details)

Uploaded CPython 3.14Windows x86-64

clingo_funasp-6.0.0.post16-cp314-cp314-manylinux_2_34_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ x86-64

clingo_funasp-6.0.0.post16-cp314-cp314-manylinux_2_34_ppc64le.whl (5.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ppc64le

clingo_funasp-6.0.0.post16-cp314-cp314-manylinux_2_34_aarch64.whl (4.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

clingo_funasp-6.0.0.post16-cp314-cp314-macosx_14_0_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.14macOS 14.0+ x86-64

clingo_funasp-6.0.0.post16-cp314-cp314-macosx_14_0_arm64.whl (3.5 MB view details)

Uploaded CPython 3.14macOS 14.0+ ARM64

clingo_funasp-6.0.0.post16-cp313-cp313-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.13Windows x86-64

clingo_funasp-6.0.0.post16-cp313-cp313-manylinux_2_34_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64

clingo_funasp-6.0.0.post16-cp313-cp313-manylinux_2_34_ppc64le.whl (5.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ppc64le

clingo_funasp-6.0.0.post16-cp313-cp313-manylinux_2_34_aarch64.whl (4.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

clingo_funasp-6.0.0.post16-cp313-cp313-macosx_14_0_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.13macOS 14.0+ x86-64

clingo_funasp-6.0.0.post16-cp313-cp313-macosx_14_0_arm64.whl (3.5 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

clingo_funasp-6.0.0.post16-cp312-cp312-win_amd64.whl (3.2 MB view details)

Uploaded CPython 3.12Windows x86-64

clingo_funasp-6.0.0.post16-cp312-cp312-manylinux_2_34_x86_64.whl (5.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

clingo_funasp-6.0.0.post16-cp312-cp312-manylinux_2_34_ppc64le.whl (5.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ppc64le

clingo_funasp-6.0.0.post16-cp312-cp312-manylinux_2_34_aarch64.whl (4.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

clingo_funasp-6.0.0.post16-cp312-cp312-macosx_14_0_x86_64.whl (3.8 MB view details)

Uploaded CPython 3.12macOS 14.0+ x86-64

clingo_funasp-6.0.0.post16-cp312-cp312-macosx_14_0_arm64.whl (3.5 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

File details

Details for the file clingo_funasp-6.0.0.post16.tar.gz.

File metadata

  • Download URL: clingo_funasp-6.0.0.post16.tar.gz
  • Upload date:
  • Size: 11.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for clingo_funasp-6.0.0.post16.tar.gz
Algorithm Hash digest
SHA256 e743cf4d6ac13b7c04c6537d61691bce2ca902899c731718bbc0fbceef6977da
MD5 2dff17c688b71cdf3a9cd4bbac51a1d0
BLAKE2b-256 9e19fd3ffec31d97ce9bb617759727074730c913f6aa77ca97a2026be199adbe

See more details on using hashes here.

Provenance

The following attestation bundles were made for clingo_funasp-6.0.0.post16.tar.gz:

Publisher: cibw.yml on jorgefandinno/clingo-funasp

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

File details

Details for the file clingo_funasp-6.0.0.post16-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for clingo_funasp-6.0.0.post16-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 6de63127386997075cf386f391dade0c0b9db67283113cb93c6eece8da79960d
MD5 e6b52683ac35621ca8d27b8f2b70126e
BLAKE2b-256 090d82ec321eb5727300ab483c5095ec9150e964b3fa9dec4d182cdae22bf548

See more details on using hashes here.

Provenance

The following attestation bundles were made for clingo_funasp-6.0.0.post16-pp311-pypy311_pp73-manylinux_2_34_x86_64.whl:

Publisher: cibw.yml on jorgefandinno/clingo-funasp

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

File details

Details for the file clingo_funasp-6.0.0.post16-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for clingo_funasp-6.0.0.post16-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 3ff757537d27d963c025ffcc036dda6c1634db98807bb1894ce1a1946b21bcd9
MD5 2445570a41bfaa244d2d30f2be8fa085
BLAKE2b-256 d439339ef8def1d4a7aba73e18b73ac321a8b42237d457851df82e36d620673f

See more details on using hashes here.

Provenance

The following attestation bundles were made for clingo_funasp-6.0.0.post16-cp314-cp314-win_amd64.whl:

Publisher: cibw.yml on jorgefandinno/clingo-funasp

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

File details

Details for the file clingo_funasp-6.0.0.post16-cp314-cp314-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for clingo_funasp-6.0.0.post16-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 e08fdc59c18674e48b5aba8953d2ae9b84670d0dacd6bac589feca2c5af367d5
MD5 854eccb1b3bbe88620e7e4a75dd7617c
BLAKE2b-256 29ccfff4db7c98e7298e178d7e6c4892985c65755da7b1c57e881ade4c9d909c

See more details on using hashes here.

Provenance

The following attestation bundles were made for clingo_funasp-6.0.0.post16-cp314-cp314-manylinux_2_34_x86_64.whl:

Publisher: cibw.yml on jorgefandinno/clingo-funasp

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

File details

Details for the file clingo_funasp-6.0.0.post16-cp314-cp314-manylinux_2_34_ppc64le.whl.

File metadata

File hashes

Hashes for clingo_funasp-6.0.0.post16-cp314-cp314-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 5e36539ed2f25befaf60408c85ddd94ef4160c73b0a9cbad8d539b8b884fda3c
MD5 94e1f1f3c963a300f21f3daf7bcb3cac
BLAKE2b-256 f69e3b0a7da3f1658ba9ee80b79d1d6a0a6188b0df2010ab183d10b7bb18ec73

See more details on using hashes here.

Provenance

The following attestation bundles were made for clingo_funasp-6.0.0.post16-cp314-cp314-manylinux_2_34_ppc64le.whl:

Publisher: cibw.yml on jorgefandinno/clingo-funasp

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

File details

Details for the file clingo_funasp-6.0.0.post16-cp314-cp314-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for clingo_funasp-6.0.0.post16-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 daf364121cd70c1243dd15a2a6b520eec79264a49437b4c4ca99d4f65ad32b15
MD5 6900c977c7fab3d90fe4b2bf3cb0e556
BLAKE2b-256 7a28b67c7251c3a4722d2da2a9bcb62a40b32f057ef24b3cd120a6f33b220f4f

See more details on using hashes here.

Provenance

The following attestation bundles were made for clingo_funasp-6.0.0.post16-cp314-cp314-manylinux_2_34_aarch64.whl:

Publisher: cibw.yml on jorgefandinno/clingo-funasp

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

File details

Details for the file clingo_funasp-6.0.0.post16-cp314-cp314-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for clingo_funasp-6.0.0.post16-cp314-cp314-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 1dd30f5116728fa60facafb7e5ea7fd83c6952f1cea0a042ddf45cbd113e0477
MD5 ba662c494ec7e47f272cddf2b0517570
BLAKE2b-256 cfc03071a5e7930df225d84d98b1e8a289726190c13430bd9039b50d3c75eb3d

See more details on using hashes here.

Provenance

The following attestation bundles were made for clingo_funasp-6.0.0.post16-cp314-cp314-macosx_14_0_x86_64.whl:

Publisher: cibw.yml on jorgefandinno/clingo-funasp

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

File details

Details for the file clingo_funasp-6.0.0.post16-cp314-cp314-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for clingo_funasp-6.0.0.post16-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 ef24d64813697e89029d6d1af39425b4e1025e471629007e77295709ec974a9d
MD5 a5f9502361483e2bbef7b2278f7e76a2
BLAKE2b-256 0516e7bdf332976a9bfce45463a57da4a72ade14d8a8ecec4bc6974548f17bbf

See more details on using hashes here.

Provenance

The following attestation bundles were made for clingo_funasp-6.0.0.post16-cp314-cp314-macosx_14_0_arm64.whl:

Publisher: cibw.yml on jorgefandinno/clingo-funasp

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

File details

Details for the file clingo_funasp-6.0.0.post16-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for clingo_funasp-6.0.0.post16-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8452ccd56bc04fda2fdf95c54b753768d329c8c6880134bf20ce68fe31a47180
MD5 0e77ecff3a16018a0efba54ae8dcfd12
BLAKE2b-256 f7b4ce0accfdb384cf723931bff7251b34efae83500e631bc2804bb6a4bb2286

See more details on using hashes here.

Provenance

The following attestation bundles were made for clingo_funasp-6.0.0.post16-cp313-cp313-win_amd64.whl:

Publisher: cibw.yml on jorgefandinno/clingo-funasp

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

File details

Details for the file clingo_funasp-6.0.0.post16-cp313-cp313-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for clingo_funasp-6.0.0.post16-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 3dd1534b1986c8f6e4bdc7986fda102dafe1308fa3b79a511130089a476429ae
MD5 c4667ebbb60643f0d24cc124cd0368f2
BLAKE2b-256 1445b7335c545225222d34c265aaa2f09b7b0f22f216757bce43dc298835c096

See more details on using hashes here.

Provenance

The following attestation bundles were made for clingo_funasp-6.0.0.post16-cp313-cp313-manylinux_2_34_x86_64.whl:

Publisher: cibw.yml on jorgefandinno/clingo-funasp

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

File details

Details for the file clingo_funasp-6.0.0.post16-cp313-cp313-manylinux_2_34_ppc64le.whl.

File metadata

File hashes

Hashes for clingo_funasp-6.0.0.post16-cp313-cp313-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 188cc6f75a088a7be44f2c94934fca217b85bad0096be47c0e6b6a685a654200
MD5 5bf5a38a2c3c6adcf71ee71d403ec1c5
BLAKE2b-256 b6ab578d4078f898c072ccaf408cba976a8b1a4cd9fa19273aeae0ac0ab43905

See more details on using hashes here.

Provenance

The following attestation bundles were made for clingo_funasp-6.0.0.post16-cp313-cp313-manylinux_2_34_ppc64le.whl:

Publisher: cibw.yml on jorgefandinno/clingo-funasp

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

File details

Details for the file clingo_funasp-6.0.0.post16-cp313-cp313-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for clingo_funasp-6.0.0.post16-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 ccfe2262632b15ab4d51dcb0e1c3f2831dfc3e1d13f109eb6f8c8d40e052b766
MD5 7b04d386aa15227adb1b5e32ffbf059b
BLAKE2b-256 297c62fabd83275ff6ae28ba248c59ae40fa5e4db38f509deca7105184473667

See more details on using hashes here.

Provenance

The following attestation bundles were made for clingo_funasp-6.0.0.post16-cp313-cp313-manylinux_2_34_aarch64.whl:

Publisher: cibw.yml on jorgefandinno/clingo-funasp

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

File details

Details for the file clingo_funasp-6.0.0.post16-cp313-cp313-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for clingo_funasp-6.0.0.post16-cp313-cp313-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 2c2ec2c33d20dc623091f3c51a4adc45bade5e461b70f153f1b21ffc8739575a
MD5 c682e5770c73e28dfb4369f62936fbd2
BLAKE2b-256 b451f7697a50dd013cad8b7da2d17ec5ebaed6d5cf196309b52f1541bd7549a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for clingo_funasp-6.0.0.post16-cp313-cp313-macosx_14_0_x86_64.whl:

Publisher: cibw.yml on jorgefandinno/clingo-funasp

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

File details

Details for the file clingo_funasp-6.0.0.post16-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for clingo_funasp-6.0.0.post16-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 2b572ded699a1ee8fa7d8b9b78cf2db3ec112e70be3372877f600f921cd68ad0
MD5 d1e6b57e96b9526ddfc6a265b35e158a
BLAKE2b-256 8b131f090a3c324ef304989a5d667c0fa68948ddac121a83b155031e6a6360e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for clingo_funasp-6.0.0.post16-cp313-cp313-macosx_14_0_arm64.whl:

Publisher: cibw.yml on jorgefandinno/clingo-funasp

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

File details

Details for the file clingo_funasp-6.0.0.post16-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for clingo_funasp-6.0.0.post16-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 48c1dfe3784d508dd31b0ad0d919022fde61aad55af83dd1b830337272d6f22a
MD5 39689b23226a47301820c4c53da5fc94
BLAKE2b-256 f69302a2d5e2e4d349e4cb78f642eaee30f2c5ca10e5bf660809c1a6dc559178

See more details on using hashes here.

Provenance

The following attestation bundles were made for clingo_funasp-6.0.0.post16-cp312-cp312-win_amd64.whl:

Publisher: cibw.yml on jorgefandinno/clingo-funasp

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

File details

Details for the file clingo_funasp-6.0.0.post16-cp312-cp312-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for clingo_funasp-6.0.0.post16-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 7f460f935aa5d460ca85819f76081c4a4b8208c3b5c317ad7a7e5e78561a0be4
MD5 8c63147162e706446711f464022536a6
BLAKE2b-256 b8848a1889c602af1a3eb72ccd46f83f217f247988e692e22e8c9ad81a96262f

See more details on using hashes here.

Provenance

The following attestation bundles were made for clingo_funasp-6.0.0.post16-cp312-cp312-manylinux_2_34_x86_64.whl:

Publisher: cibw.yml on jorgefandinno/clingo-funasp

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

File details

Details for the file clingo_funasp-6.0.0.post16-cp312-cp312-manylinux_2_34_ppc64le.whl.

File metadata

File hashes

Hashes for clingo_funasp-6.0.0.post16-cp312-cp312-manylinux_2_34_ppc64le.whl
Algorithm Hash digest
SHA256 609193d147392f8bcd5a796c8eed5f709418a0b7f2ed74ac47d157b96dab7a7f
MD5 a33e87bf80681aed2e2b38a2f0651a36
BLAKE2b-256 77399bda8483b48de0133aef1e6cbf47675256e95aa536f2f9c390b18b4f4689

See more details on using hashes here.

Provenance

The following attestation bundles were made for clingo_funasp-6.0.0.post16-cp312-cp312-manylinux_2_34_ppc64le.whl:

Publisher: cibw.yml on jorgefandinno/clingo-funasp

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

File details

Details for the file clingo_funasp-6.0.0.post16-cp312-cp312-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for clingo_funasp-6.0.0.post16-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 ba8155893f825002f2014c51e5b90433c0d956053fab352e2138ac87840942ff
MD5 fdfb74946a2d93e0f9903dc033d58574
BLAKE2b-256 27cb64d8912ee8847cb2644f9ec75365feded95edbcf9982238748d23a934433

See more details on using hashes here.

Provenance

The following attestation bundles were made for clingo_funasp-6.0.0.post16-cp312-cp312-manylinux_2_34_aarch64.whl:

Publisher: cibw.yml on jorgefandinno/clingo-funasp

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

File details

Details for the file clingo_funasp-6.0.0.post16-cp312-cp312-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for clingo_funasp-6.0.0.post16-cp312-cp312-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 779b0bf5485a45f9996cbca928715cfdf55b035e3f5a128506e03d6521db7098
MD5 079a3aba3f9b521048d81e32db452217
BLAKE2b-256 3e0d06a5998fccdc2193bbcc34ee66377e946825a72c3c92e14a38afe035628f

See more details on using hashes here.

Provenance

The following attestation bundles were made for clingo_funasp-6.0.0.post16-cp312-cp312-macosx_14_0_x86_64.whl:

Publisher: cibw.yml on jorgefandinno/clingo-funasp

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

File details

Details for the file clingo_funasp-6.0.0.post16-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for clingo_funasp-6.0.0.post16-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 58b3d904acd25605c4e74d1a8e8b9b5c990595c9f04de2a695b0aec285228035
MD5 a6bc6eda12f56094258b8d538d6018e1
BLAKE2b-256 e48bc9890867e3cecef95512ed562425822874e6f99d83dd07c042de2d62b467

See more details on using hashes here.

Provenance

The following attestation bundles were made for clingo_funasp-6.0.0.post16-cp312-cp312-macosx_14_0_arm64.whl:

Publisher: cibw.yml on jorgefandinno/clingo-funasp

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