Skip to main content

A python package for the libsemigroups C++ library.

Project description

DOI

What is libsemigroups?

Before explaining what libsmigroups_pybind11 is, it is first necessary to explain libsemigroups. libsemigroups is a C++17 library containing implementations of several algorithms for computing finite, and finitely presented, semigroups and monoids. The main algorithms implemented in libsemigroups are:

libsemigroups is partly based on Algorithms for computing finite semigroups, Expository Slides, and Semigroupe 2.01 by Jean-Eric Pin.

What is libsemigroups_pybind11?

libsemigroups_pybind11 is a package for Python 3.9+ exposing much (but not all) of the functionality of libsemigroups. It is built with the help of the excellent library pybind11, for which we are very grateful.

How to install libsemigroups_pybind11

Installing with pip

It's possible to install libsemigroups_pybind11 using pip by doing one of the following (depending on your system and setup):

pip install libsemigroups_pybind11
pip3 install libsemigroups_pybind11
python -m pip install libsemigroups_pybind11

Installing with mamba

This installation method assumes that you have anaconda or miniconda installed. See the getting started and [miniconda download page][] on the conda website.

[miniconda]: download page: https://conda.io/miniconda.html

It might be a good idea to create and activate a conda/mamba environment to contain the installation of the libsemigroups_pybind11:

mamba create --name myenv_name libsemigroups_pybind11
mamba activate myenv_name

Adding libsemigroups as a dependency to your project using uv

If you manage a Python project with uv, you can add libsemigroups as a dependency as follows:

uv add libsemigroups_pybind11

For more information, see uv's guide on managing dependencies.

From the sources

Before installing libsemigroups_pybind11 from its sources, you should first perform a system install of libsemigroups. For information about how to do this, see the libsemigroups installation guide.

Assuming that you have libsemigroups installed, you can install libsemigroups_pybind11 with pip:

git clone https://github.com/libsemigroups/libsemigroups_pybind11
cd libsemigroups_pybind11
pip install .

or with the uv pip-compatible interface:

git clone https://github.com/libsemigroups/libsemigroups_pybind11
cd libsemigroups_pybind11
uv pip install .

From a release archive

To build libsemigroups_pybind11 from a release archive:

curl -L -O https://github.com/libsemigroups/libsemigroups_pybind11/releases/latest/download/libsemigroups_pybind11-1.4.1.tar.gz
tar -xf libsemigroups_pybind11-1.4.1.tar.gz
rm -f libsemigroups_pybind11-1.4.1.tar.gz
cd libsemigroups_pybind11-1.4.1
pip install .

Building the documentation

Assuming you have python3 and make installed, you can build the doc by using:

python3 -m pip3 install -r requirements.txt
make doc

If you don't have make, you can run the script ./etc/make-doc.sh instead of running make doc (which is precisely what make doc does).

Issues

If you find any problems with libsemigroups_pybind11, or have any suggestions for features that you'd like to see, please use the issue tracker.

Acknowledgements

In addition to libsemigroups, there are several excellent projects that are utilised in the development of libsemigroups_pybind11, specifically:

We would like to thank the authors and contributors of these projects!


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

libsemigroups_pybind11-1.4.1.tar.gz (373.0 kB view details)

Uploaded Source

Built Distributions

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

libsemigroups_pybind11-1.4.1-cp314-cp314-musllinux_1_2_x86_64.whl (7.9 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

libsemigroups_pybind11-1.4.1-cp314-cp314-musllinux_1_2_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

libsemigroups_pybind11-1.4.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.7 MB view details)

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

libsemigroups_pybind11-1.4.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (6.1 MB view details)

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

libsemigroups_pybind11-1.4.1-cp314-cp314-macosx_11_0_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.14macOS 11.0+ x86-64

libsemigroups_pybind11-1.4.1-cp314-cp314-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

libsemigroups_pybind11-1.4.1-cp313-cp313-musllinux_1_2_x86_64.whl (7.9 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

libsemigroups_pybind11-1.4.1-cp313-cp313-musllinux_1_2_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

libsemigroups_pybind11-1.4.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.7 MB view details)

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

libsemigroups_pybind11-1.4.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (6.1 MB view details)

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

libsemigroups_pybind11-1.4.1-cp313-cp313-macosx_11_0_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

libsemigroups_pybind11-1.4.1-cp313-cp313-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

libsemigroups_pybind11-1.4.1-cp312-cp312-musllinux_1_2_x86_64.whl (7.9 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

libsemigroups_pybind11-1.4.1-cp312-cp312-musllinux_1_2_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

libsemigroups_pybind11-1.4.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.7 MB view details)

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

libsemigroups_pybind11-1.4.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (6.1 MB view details)

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

libsemigroups_pybind11-1.4.1-cp312-cp312-macosx_11_0_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

libsemigroups_pybind11-1.4.1-cp312-cp312-macosx_11_0_arm64.whl (6.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

libsemigroups_pybind11-1.4.1-cp311-cp311-musllinux_1_2_x86_64.whl (7.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

libsemigroups_pybind11-1.4.1-cp311-cp311-musllinux_1_2_aarch64.whl (7.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

libsemigroups_pybind11-1.4.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.6 MB view details)

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

libsemigroups_pybind11-1.4.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (6.0 MB view details)

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

libsemigroups_pybind11-1.4.1-cp311-cp311-macosx_11_0_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

libsemigroups_pybind11-1.4.1-cp311-cp311-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

libsemigroups_pybind11-1.4.1-cp310-cp310-musllinux_1_2_x86_64.whl (7.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

libsemigroups_pybind11-1.4.1-cp310-cp310-musllinux_1_2_aarch64.whl (7.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

libsemigroups_pybind11-1.4.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.6 MB view details)

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

libsemigroups_pybind11-1.4.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (6.1 MB view details)

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

libsemigroups_pybind11-1.4.1-cp310-cp310-macosx_11_0_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

libsemigroups_pybind11-1.4.1-cp310-cp310-macosx_11_0_arm64.whl (6.1 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

Details for the file libsemigroups_pybind11-1.4.1.tar.gz.

File metadata

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

File hashes

Hashes for libsemigroups_pybind11-1.4.1.tar.gz
Algorithm Hash digest
SHA256 cb4a699a0a7b0cad86d66e67ce9fad9d03fd67f9ce9b059c7f6e5cd382fcb262
MD5 c5320a21bc2739c07ec7ad8435e887e1
BLAKE2b-256 ea2becbdc79dfdf1afbf61ff67e5029ab144225669650f5feccf097db4141ef5

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.1.tar.gz:

Publisher: wheels.yml on libsemigroups/libsemigroups_pybind11

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

File details

Details for the file libsemigroups_pybind11-1.4.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 08749d01c0822355d784ebb41ac66e61326554deb905b7a2fdc9111a27809a7e
MD5 0903a34a5bcbea1577f2d15e811c4453
BLAKE2b-256 924914c5858dcd36ce37325e1c67b972da69e141d34d407c308197231b16eff8

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.1-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on libsemigroups/libsemigroups_pybind11

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

File details

Details for the file libsemigroups_pybind11-1.4.1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 446c356d85d089005c1db675d37a388050463a5196622bd7b3d9b6f0471b5312
MD5 fa6cb113df0915133da3879714a06a40
BLAKE2b-256 04424eba2042d560f2bb742fb377c4b9c72aaa5ea678f476cec153057b60d068

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.1-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on libsemigroups/libsemigroups_pybind11

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

File details

Details for the file libsemigroups_pybind11-1.4.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fe9264a610ff2d9161247ab3111079ff6a9e166cb9c9db1673009c106985dfe8
MD5 5836d490290a056aec687a077a152d94
BLAKE2b-256 2887c33038bf2ac957f17311203bd336471690424da3c678494c47feb4f7849f

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on libsemigroups/libsemigroups_pybind11

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

File details

Details for the file libsemigroups_pybind11-1.4.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8be61a957fe4bfc7031e1f5164767f88ff4aa5356d9ff6f67627e5304a65077d
MD5 73815c333b5defb689d6abbaaebbcbd8
BLAKE2b-256 7b7f2ee2f977ea8b89a9a89da918fbd295a72889a21bd1d4c723260d1b28aed4

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.1-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on libsemigroups/libsemigroups_pybind11

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

File details

Details for the file libsemigroups_pybind11-1.4.1-cp314-cp314-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.1-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 be430108493ebaca7f3aef8f92ae6099b9d25bf2d56edfe3fce1fd111d020321
MD5 54b299d68f5253d8e7e5d71f48c1f608
BLAKE2b-256 392bb2c0f2cd469bb49d05eb0c11d00987cbacc28a65c59703f4b2abbdbd893b

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.1-cp314-cp314-macosx_11_0_x86_64.whl:

Publisher: wheels.yml on libsemigroups/libsemigroups_pybind11

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

File details

Details for the file libsemigroups_pybind11-1.4.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6c120fba3d1ba86f4c60980057ab8048aa96090f0ad5b530d31f9965e5ded97d
MD5 5b47e435d8c9765e45a06db7db35be95
BLAKE2b-256 71a0ed70858a89c2292dfbe98269bec772f648c99f338f2041e09e7cb0cec741

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.1-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: wheels.yml on libsemigroups/libsemigroups_pybind11

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

File details

Details for the file libsemigroups_pybind11-1.4.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6e9ba5ab66ce5777e65753732b84eb1c2f635d64780fa9dfbbe0aa687ae6a055
MD5 fce784d9ff9e4e9a26ed0ffc7c634b5a
BLAKE2b-256 4b3dd6be80efd28c7f7fb4a259f1824fd5e291fd5dfa5fe6eebf2a9a9da0ccf8

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.1-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on libsemigroups/libsemigroups_pybind11

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

File details

Details for the file libsemigroups_pybind11-1.4.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b518072107ad1411d9d903563dc3e092eee9ebf17cf0027938ac3b2373ce589b
MD5 6386e36bd88a8fb4ada6f6fa741f7151
BLAKE2b-256 dadaefb015d56fb1e2b8df83c00730b9d4546b8b58c4223ae85b39e84400a76c

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.1-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on libsemigroups/libsemigroups_pybind11

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

File details

Details for the file libsemigroups_pybind11-1.4.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dd43a6f3dd807d92af724079fa1e18ced64768e5272e92fb454ffd698928ed5a
MD5 ecb8038f31516fd0ea48b606f7b4d623
BLAKE2b-256 d2e392e184f1c3fe629901028dfd86bc5fc20f1435ceffdf265a1fecf506f464

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on libsemigroups/libsemigroups_pybind11

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

File details

Details for the file libsemigroups_pybind11-1.4.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6a5d8bdc0dffdae70df4524de5aa6e89483ea077dcccbcbe32e2291f829799e4
MD5 e1194e02ab0c3ae658bb38036ca20f65
BLAKE2b-256 d652d1fa3f6409a74f1ba52e518309a27ad6fa688f7b008f08123a3a9259363c

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.1-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on libsemigroups/libsemigroups_pybind11

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

File details

Details for the file libsemigroups_pybind11-1.4.1-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.1-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 0e147cbbb0c30b57327914646b83ba0dd223f31bd2bac6319c92853f768791ce
MD5 1732ce21add9599169dd57140ca0ecc5
BLAKE2b-256 0ece2edf2ffaaa6bac7da45595fbb01496cb91f1d49d72e001d881b910da945f

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.1-cp313-cp313-macosx_11_0_x86_64.whl:

Publisher: wheels.yml on libsemigroups/libsemigroups_pybind11

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

File details

Details for the file libsemigroups_pybind11-1.4.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6e3b69bc794297e18847753a355dc1f8c8e44c770cfd56847bb814281b22fa2c
MD5 b8530f4a586ddb8f9e2c098c05272742
BLAKE2b-256 a691c90fe22f7003b956d8429c4544ab8f6c7fb45980eb2377feb920e2f1361f

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: wheels.yml on libsemigroups/libsemigroups_pybind11

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

File details

Details for the file libsemigroups_pybind11-1.4.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0d6ca71dfe1f40b41be59f48e55b58769130f5b67799b0a168cc4799bf3fb990
MD5 be349cae2100105cfc18cbea95ab5336
BLAKE2b-256 1f5cd7f585d6f0116e13094a4096fa903142aee439b30baba353905b7a4d1027

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.1-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on libsemigroups/libsemigroups_pybind11

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

File details

Details for the file libsemigroups_pybind11-1.4.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e28a1c7acd5edf2c097886749b783e66b9196c23cae9969d73676f30c7a531d6
MD5 6d35bf11ad7f39331172285eff46e772
BLAKE2b-256 e120dd2f1a8a26c3afe6ecbed2cb40239d8a2543566ff1c3b705fe8cc79246c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.1-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on libsemigroups/libsemigroups_pybind11

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

File details

Details for the file libsemigroups_pybind11-1.4.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 33d33453a83c3225e84440031a3f814e1d6317b8c6787f9926e820a002c00378
MD5 8c96df201db0bffd10ec2a3d4d362db7
BLAKE2b-256 391a7dba8161eb0f3b5e2626825c09a6aa906f53b4301098eeffbafcb9d1ee51

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on libsemigroups/libsemigroups_pybind11

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

File details

Details for the file libsemigroups_pybind11-1.4.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 669a81f16c2a8705f066539ec3faa5338c0f1ef0592b805bc03c90aa53f5fa1e
MD5 377e9a699972ce754e3ed1a1e0c060c1
BLAKE2b-256 d206e482ceb44f62dceff2aa281887df37bb274d47f075aa100690040092521a

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.1-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on libsemigroups/libsemigroups_pybind11

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

File details

Details for the file libsemigroups_pybind11-1.4.1-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.1-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 104855191f6b2d894e674c145f0748338a35121b8f98b46f111de0c308b89ce6
MD5 c61d7d6a4436b53dd6e61df65e93da9f
BLAKE2b-256 cca5ebece4a97a4a639c55e7963652adf6039ef355bf129e620848a322c746ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.1-cp312-cp312-macosx_11_0_x86_64.whl:

Publisher: wheels.yml on libsemigroups/libsemigroups_pybind11

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

File details

Details for the file libsemigroups_pybind11-1.4.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 03b1f42543f4ee16b7c95e4033a23ea391c76cf8c052dbffdba282d19dde5f00
MD5 591bbcb6500431501c6f0c0f9dfad45d
BLAKE2b-256 5dc684a3e4ef6053087d212a678365de0f2eaf38d74046ca036640b50c18ef7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: wheels.yml on libsemigroups/libsemigroups_pybind11

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

File details

Details for the file libsemigroups_pybind11-1.4.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d917dbab430b02297e1f673a2650053725851b7f7339b14f1cf47532243e941e
MD5 73602054cf46cc95d744d8c3316f3dda
BLAKE2b-256 05eec88847fca45e24b3483bcd74bba5642afc6daf6d0ae055230875c9784887

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.1-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on libsemigroups/libsemigroups_pybind11

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

File details

Details for the file libsemigroups_pybind11-1.4.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 76d80fd0317102d0b94cd396494b39e650446266ca7a6feea2a2f64bae1e5631
MD5 72aa722c7173acb58d00f6924bb5844c
BLAKE2b-256 5467b52e985e0b41d77d0ecf3654f1e5f265c014aece7a1b54b5461cce44f295

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.1-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on libsemigroups/libsemigroups_pybind11

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

File details

Details for the file libsemigroups_pybind11-1.4.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 12280be8a4ea276b9ffbf3b391a2cfed7aff4be489d3c4a28a8fc1b50bbe42e9
MD5 a4384b89809171d697deb598877a7b89
BLAKE2b-256 86caaac5f8e7d07e52bff46b289c3d1165f8b944ee72374a2c641e7a90704aa5

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on libsemigroups/libsemigroups_pybind11

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

File details

Details for the file libsemigroups_pybind11-1.4.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f4de1d238aa398aee52e51fa0d83c7fdf3398ead5eddc4abb43fa83b713886b8
MD5 bc75a5f7c4a415f10d05f342315e7fe7
BLAKE2b-256 95169452a9c7e23580cd5f47d436930e296fd7ae41acdbac80f043eb677ccad3

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on libsemigroups/libsemigroups_pybind11

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

File details

Details for the file libsemigroups_pybind11-1.4.1-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.1-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 d0a17b16fa0049868e71c8efcb23ba3c10afc9643bb9ee3e2f61eb16ef42b5fe
MD5 f690b5ebdf9997fe7988a1d1b4b85ac9
BLAKE2b-256 d4fe37010b83519838e01aff03fcb1b66992fabed8b5a0fb7814a472e441bc6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.1-cp311-cp311-macosx_11_0_x86_64.whl:

Publisher: wheels.yml on libsemigroups/libsemigroups_pybind11

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

File details

Details for the file libsemigroups_pybind11-1.4.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f9147329849edaf7ada46605b92fea55855a1f6c43dd3f815f6455bb665845d5
MD5 e76f3962aff074a3277ca03164a7aaae
BLAKE2b-256 cbc04537d1bb81878082939327afc52f4d86114c2f62971b5f7eaf3dbeddebe8

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: wheels.yml on libsemigroups/libsemigroups_pybind11

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

File details

Details for the file libsemigroups_pybind11-1.4.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 09bdddb89692d439c6196bf997717d634a1cee5444a1f6b775084f98f226cac4
MD5 acee0f411d6dd7fa198e5cfe0bdceff7
BLAKE2b-256 a8052d9adbca14c85dca36895a24fe410063dfa77b6e32568d4fe669ac600d1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.1-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on libsemigroups/libsemigroups_pybind11

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

File details

Details for the file libsemigroups_pybind11-1.4.1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 47db87d32eedce2341e96092ed0a203e81ab8747720f4f7ea0aa71874206a8fd
MD5 15237d84030d2d267463315906ea8213
BLAKE2b-256 b05ef74469ab9fdd1381e85c6fb37cbc112e082a49a01fbfa4ef280aa45700af

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.1-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: wheels.yml on libsemigroups/libsemigroups_pybind11

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

File details

Details for the file libsemigroups_pybind11-1.4.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 284f50cdf4d4d31c1d99a1be21a6009d28c90b06e789cc0bad4a1bdfbbbd90c0
MD5 c595e379778ef76243ecdb27dfb33c22
BLAKE2b-256 fa752223249ccb3cf6e7c0f935b7c948db471ed0338ff8a8e9b3c3486c9ce04c

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on libsemigroups/libsemigroups_pybind11

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

File details

Details for the file libsemigroups_pybind11-1.4.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 da2a27754e5d98613c8ed09429e6d01c558797188bb72505d2a65f4820039cbc
MD5 9bdf65bf446ef375d0e8d252b1e380ad
BLAKE2b-256 c721b532273056b1b6dafd927c10f2583f1c42b04d0aeea5e845716043f68108

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: wheels.yml on libsemigroups/libsemigroups_pybind11

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

File details

Details for the file libsemigroups_pybind11-1.4.1-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.1-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 2e140abaaa8280452a66afbdcdeeb2f29e05d982e3c5e0e16f381eafb89e904f
MD5 36c62366fba0571589777f22fea43f62
BLAKE2b-256 0e2e00638b3124107d71992f932d05255009de35df9cf570fab99dfd0016d498

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.1-cp310-cp310-macosx_11_0_x86_64.whl:

Publisher: wheels.yml on libsemigroups/libsemigroups_pybind11

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

File details

Details for the file libsemigroups_pybind11-1.4.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c947c70655ab452cb6a7c4825e6cfdd9cb23d1f76f09d47b1bebfdd47b881ca5
MD5 826a75a1d3297fcd287ba847a9c9eee1
BLAKE2b-256 b8b6b8e46b9c86d27f1e3ad68cfbd2de880812a4466d16e939b248828a4b1fdb

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: wheels.yml on libsemigroups/libsemigroups_pybind11

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