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.3.tar.gz
tar -xf libsemigroups_pybind11-1.4.3.tar.gz
rm -f libsemigroups_pybind11-1.4.3.tar.gz
cd libsemigroups_pybind11-1.4.3
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.3.tar.gz (373.1 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.3-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.3-cp314-cp314-musllinux_1_2_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

libsemigroups_pybind11-1.4.3-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.3-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.3-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.3-cp314-cp314-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

libsemigroups_pybind11-1.4.3-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.3-cp313-cp313-musllinux_1_2_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

libsemigroups_pybind11-1.4.3-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.3-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.3-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.3-cp313-cp313-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

libsemigroups_pybind11-1.4.3-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.3-cp312-cp312-musllinux_1_2_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

libsemigroups_pybind11-1.4.3-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.3-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.3-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.3-cp312-cp312-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

libsemigroups_pybind11-1.4.3-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.3-cp311-cp311-musllinux_1_2_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

libsemigroups_pybind11-1.4.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.7 MB view details)

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

libsemigroups_pybind11-1.4.3-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (6.1 MB view details)

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

libsemigroups_pybind11-1.4.3-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.3-cp311-cp311-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

libsemigroups_pybind11-1.4.3-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.3-cp310-cp310-musllinux_1_2_aarch64.whl (7.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

libsemigroups_pybind11-1.4.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.7 MB view details)

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

libsemigroups_pybind11-1.4.3-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.3-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.3-cp310-cp310-macosx_11_0_arm64.whl (6.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for libsemigroups_pybind11-1.4.3.tar.gz
Algorithm Hash digest
SHA256 54d22b1fde16c7667906bc689b2dbab8b849fcdb0516db2cb43ad3ada9691d4d
MD5 1b922dcc5bb4b79b89951497cb3f0833
BLAKE2b-256 9c4ab567a0c9c7dca475ed2eaf4d79c5af031877b143350e62f86e74a56ce951

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.3.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.3-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 efbc8d5595c13c23b12286b75adf8e931255a73564dcd06d49fbad1b3b18554a
MD5 5f8e67866c59e5419b44aadaa05e05e6
BLAKE2b-256 bf30df0e2061dfd11f4bd4b94639f44f3e7a2aaa0e4458ed6bbce81df647640b

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.3-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.3-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 69534b6d2ce26ffe868deeb80a23452572f8c31e2d90ab9d32469671305d575e
MD5 c36117ae878b948a0b0130e5dd33078a
BLAKE2b-256 07ff69b91f955c042bec49171c157ab61794de3169e4fbd2fcb50b3f04b2d4c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.3-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.3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e76a129c355e109d1a0ab01323119ec9d35b2b31fd1b5c9e8a9f1875e01cc3d1
MD5 576e6ec61d88f72511d9bea62e430270
BLAKE2b-256 6c01e883208a8ade3400d34c75e87bbd9e09ce144276b72756a04d52ee535b45

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.3-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.3-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.3-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d620bf4291474c344ae7d30842af84eb3460d2f0e5147129f7e79f7ded1ad05a
MD5 5f72f01eb2c18cc389fac8a7a7cba858
BLAKE2b-256 060fb8e45b27ed460761fd5c05ea7860404ef698391be976f61298f6d8c43823

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.3-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.3-cp314-cp314-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.3-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 e84cef2683217e210e39d12ac816ed15b7b1418b62ce0353fa7113a1917e12ec
MD5 5ebd9c9239e84b930c2aa4f32f30b199
BLAKE2b-256 a7f4b55cc7c4675b0e61e8698de6632ef154f4525b046561d9b7526e1780c4f3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.3-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 be3d6bf6fee4e027260b6c0542d574b594f1a4bc0520a3799d3b61782fef62c2
MD5 2e02ba7d79b00737faf117f26c329b5b
BLAKE2b-256 296d19cc65190471530535b5e6b30b99e8e85a0b45fa874cb8b649671b928537

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.3-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.3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 beb2367b1a1533295595743fb9f323bc741cbedd65af2bce8bb2bbd4e847217a
MD5 a3d458aeb8385514ac8cb41aead2676f
BLAKE2b-256 da37e363989e2ad1e73eaf95b02596c37190606aeeb57ae5b4816879c9780346

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.3-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.3-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0203ab077959d2cd3f14eac9632ca38d2cb91dfbd06bd20c0d918939ae690064
MD5 457708cf1c56d9d1644d4440c82f3a1a
BLAKE2b-256 1e51309973684038a93293a7fe32acac50bcb580094cab0b5cb50736505beb89

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.3-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.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.3-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8eb53d50ecb76e1af35849ab98c56c22df55fe9b62b7fe15efbfd0ffc31469ed
MD5 746bc76d8b7d5277e2083f95bfb453d0
BLAKE2b-256 95dbd6a910c1fdc23c1eefa3fad3bd1bfa6496e4977d21c6830e45810e0d6b5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.3-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.3-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.3-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5009df8af01154df066e00cb2d9eb1c0e46e93a3d1331537eaa16a04d47ba213
MD5 511937ccede5e68dc8be7503c71e23b0
BLAKE2b-256 4e31cb0b305edf775a686f74f02f72a23494a1666eee067c5a7797555250c973

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.3-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.3-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.3-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 48e2ba4b35641e3080aa1d622a3d76198aca69de68bdc8f963f85d95356ea720
MD5 68f8e40ccc9205b40ca06f53b586f7b4
BLAKE2b-256 0f60c9c29421892338b2031b8128ccd1dbcdd5f8ed08ac219631528c8868ffa1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.3-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8fd147436629529d79bc797980f3a82d15910ecd550a70d6db4d3c41f0940652
MD5 fe0d2e6f648c76cbccba6382c004c43e
BLAKE2b-256 a62eb09e8f301981ca83374542ed7aeea2310acdc8d6f4621cf6c0497b44d6fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.3-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.3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4fa30dcb31d253a60da4497819c3fd106fc0665957ffce66558913cdbf8fc8d2
MD5 a9abd9a06b9560babf041ed2728ce4c5
BLAKE2b-256 5889bf58772b45c97243cc3f6db7a9e55073b43b0a5a7af3e9b8554752cab992

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.3-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.3-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6f7df55532fd4ab9832661d1231a83aad86c9872dc30a2d500852252237af11e
MD5 49d14f9eeb91cf626aa506c57369d51e
BLAKE2b-256 f71b56b4a1c8ed04d146b487f504e10532a434d524bc8b829067973ed3dac414

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.3-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.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c3e3a562808162c455264695d28fc7c747bdf646ebeaa7c4f2617afd63818100
MD5 922633c68a48f741ca90a013c7570867
BLAKE2b-256 68ae5c06122ba5c0797c0f8b0148448b9f6e51e9163e6bc2e416a778374507ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.3-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.3-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.3-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 139331bc57353eb2eb5bf98d72515d361d552f89b25420095b6db7117f59a54e
MD5 720d45f5017ef053e34b101831a7c58f
BLAKE2b-256 45d7d2cd31d3f5e64100834173b0db1289ec5e2a726c2b4e48f111045cdb81c1

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.3-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.3-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.3-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 368da2923f2c30a5259f85ab04cb4beb9d8e24d7cf234b05ec0458b6d8651dcf
MD5 48b0c8bab2c89faec19bdc72e09c1761
BLAKE2b-256 b892ac5c5deca04d4a4da5cffda7db2a19a076be2e0ddd2f142cac70b0016ad0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fcdc2cb75bdc64cb579d9e41da6f628c79335e4ee4d1418a260557ff311afdd7
MD5 821a213ed13ff68b75079b0ba0e02c85
BLAKE2b-256 ecada5f072c99f16b548782259eaa650a1b4226345fe76d7c5a19c280ed83ab0

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.3-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.3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7a6f71c593dd8a8816b3ac2b99a768eaf9e2106cba210f9091b171641aff3c8c
MD5 e57d3c71c4fcfa73fcd160723df37b82
BLAKE2b-256 d7e532fa9244f681032affb24651a32af1f1ef337c46a2f6f69eadf5c77a328b

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.3-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.3-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 929a23338ea6e35cf27d5a91ac7afd2154df24d2123d9ca36f057143377e81e1
MD5 143c973e7500899b4ef8a23886c78eaa
BLAKE2b-256 791f13e4c946c4338d280c8783e22197685650395420010e1d783283aaaa84c5

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.3-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.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.3-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4ffef5b83ea874c54b3cc41eaa8ea71bf71773c1e02f0074858c1346b78c264d
MD5 d98afdfdf39c4043a6889c67c85fe4c2
BLAKE2b-256 3bb4e06182deb85c1bbc643d62568607a60f3c761aeb3841091dcc960eb73160

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.3-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.3-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.3-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a9f523f239250297d7877c7b5b1f0f9dae8f4d61bf5206b0aaafef6e95d92f8f
MD5 22bbe73dbe9b990b1f371307d4d18b05
BLAKE2b-256 4ee7f5224aa989388b568f8ff33a26bc95b721a82c1ce07cee03f5a80ff03f95

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.3-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.3-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.3-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 6db839b6d4a6b7e3b10272d0d1cd115b1da4052d9d569908e66a739f771e6f56
MD5 919ae79cb2352ccc9ece2207760e7de7
BLAKE2b-256 72839070c3df22fb73dd1b3e23848944688b5d9202e885cd805e7071f3590541

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cbd30ce58b9f602c0d0dead64b13ac350a443988c4ef32f40f6e1a9b2cd72645
MD5 4dabc1c2bea7f937584dd1a20bf5b344
BLAKE2b-256 86a6fc4b57b9ed0a3f6cdc2b4aaba0ba12b7aa49362f1c33c7a951933fab9331

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.3-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.3-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.3-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2f42e273756e447e5012b9980e156624c6f2a8f370aa8d60ea135ebc262f0dda
MD5 0f62f1e7a9115a289f7ec82d79ae7c89
BLAKE2b-256 b2c74479e6b1beb243d45737cea867b60c3b83218dc33227909a7adf17085229

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.3-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.3-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.3-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0e7d79981e71bd651c1d020f0d19393f1f6193455a6801c7a9f1c00cdb72f95e
MD5 1d914d7b73683af99f2255c33f9ee4d8
BLAKE2b-256 1c530d51f9ad2320765ae731716001cd389f084a14dc9d018e931b29fc843c14

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.3-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.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.3-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5a5ed62b796ab422e970e26eacaa6752aa033cb74b5b8ac11109454545c9e0c9
MD5 c827ba8bfae2e74e35ab702d4d364511
BLAKE2b-256 e120305aa49e53a475c54206900322c40137e88d090ca4a45a2fb7189fc05a88

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.3-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.3-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.3-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f6b3f09701e8a09b7ecce2b769df27acdd06e11d031dc944777a34aeb30eef0a
MD5 ba5468cea316195a8a2ebd8022e77119
BLAKE2b-256 fc3bae5adcc147f7c134a625dfce682e640bad4fb049a5d89379ac5c3b155785

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.3-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.3-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.3-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 63b69e8d09e0a649954a19edb4450137171364324da9125f6f9f9205487bb2c5
MD5 aecb0a47abd8a0a4cdca372b9dadda8a
BLAKE2b-256 2a6483a4a61141fec1618987b9823195d345cd985c07dcbc957dd39838cc0df8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4063430b59eca007162d35018cde0ff147f64fe1f179ec78a64613a22a4bb347
MD5 d133530b4e94c9cae014b2c1334e5767
BLAKE2b-256 8ab7fc216b68a3572c2c8740a41059b6f71990e9905fa453cdfe158388b6f9a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for libsemigroups_pybind11-1.4.3-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