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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

libsemigroups_pybind11-1.4.2-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.2-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.2-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.2-cp312-cp312-macosx_11_0_arm64.whl (6.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

libsemigroups_pybind11-1.4.2-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.2-cp311-cp311-musllinux_1_2_aarch64.whl (7.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

libsemigroups_pybind11-1.4.2-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.2-cp310-cp310-musllinux_1_2_aarch64.whl (7.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

libsemigroups_pybind11-1.4.2-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.2-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (6.0 MB view details)

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

libsemigroups_pybind11-1.4.2-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.2-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.2.tar.gz.

File metadata

  • Download URL: libsemigroups_pybind11-1.4.2.tar.gz
  • Upload date:
  • Size: 373.1 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.2.tar.gz
Algorithm Hash digest
SHA256 4536dac2660d0358bc6c78f88ac574e253294446e9a3f548971c7e8314be364d
MD5 8a9504d25e53705c8ce8cb1cc88a3171
BLAKE2b-256 0cb65ea3f2949c31fa3662c2f9e5a83f575b8f2a107c2f3837c5a32ed644dd20

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 27949a84ccb6b8b4066fdcbc83fa4c06d5e777c17874fa4842f188e34b0f91a3
MD5 a97b3f5555369fc928540f04c07784a4
BLAKE2b-256 fc41559dc193844b48e6f0e0910aa50f0a5cb8c4cf5f52055890890abedbe3cf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 12c498f03c33b62942f7a1faf174d301c4a64ad8adec324127e948843d7b6b25
MD5 0feaf75ec4707df7d27c640fbe379144
BLAKE2b-256 df796a48f1bd521ae5f6727521246ec116975341aab667f393e7d44fcc700eae

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c5bfc9f90ab0a9b273acb4891eab4b90281574d6c2f56bbcf8b6a10a0b7a3226
MD5 2cbb14108de9a4b37df6a898310b0ce8
BLAKE2b-256 bb05e83c18aacced9a8607e3c141b222c294b5dde14889b08619826e64cb377c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.2-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 91790c37e988ab185b2d7b8ed55e39c26908584d2a315240f72a711558d9653e
MD5 90958d0f96365edfe93aa34b7623ec4e
BLAKE2b-256 36e1d2c22478a4bb073bc52e4a5c564a1fbd9fec0e78251714cc0349eae3eebe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.2-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 7b56531d2ef802bef6b9ec03504e137ae5cc657be533962f1b708ea08407d7a4
MD5 f2f09d2681995abe4c446345b87d3f4a
BLAKE2b-256 9b3a541f7f22196fcab9e1d5f8b32501259c5ae7ff78e2f904d9d73d58af98c6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 148b12f715479612b43f89ebd16dc9ca682e09a25d52e8b598714bb405a4c0fd
MD5 f6bfc63443be14fe1acfd96cb0bfca6a
BLAKE2b-256 2b337250bd8df3d41600eccf6d68a3dc4c8b31995429e8bad0477f7139a87b68

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8334bde5f8b6616a9f0c142c007129d8bc48e082947456eb54cdb12c1f3c64b3
MD5 de382f0937007ece22d93ef4c986421b
BLAKE2b-256 534a44fbc4ff8700b3bb389bfae8fee9935c218698d349568116b761bc0115db

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 20255f0088af0fad913429e19968bd849d221e61627311ccf9bb3305c3a3ff33
MD5 a6a8c061e6dee01e7affb01fa1261072
BLAKE2b-256 8b81dea81a08b9a8ae3870143fc654f1d3071e00e7036bef0ff6a511d9548c9a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.2-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f27e4d85f33429012f77a851955634968bf92d955d8ce58a1ced90a5b094fa20
MD5 df2f239c8826ea22ccb4b4ea2c33db36
BLAKE2b-256 01b60d092c4c9488cea9da93611b4dd22fcfe62df1d364fa6fe6ff0fdb70943f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.2-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 da15d9083a241c5ffc0a865b0489a2ac280ef6ac34c6233d0fb04987786da78d
MD5 00922551f09780470ab375dfb313b59b
BLAKE2b-256 fbf594ed405981058a511416a0bdadbee2f52a6d5b581393df00a7fa66092725

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.2-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 1f988b0151e8214afde4a7d7e81a0e6962d140f89370cb22f246b058923783ad
MD5 cc7a6272f701a516d552bd239d84efe4
BLAKE2b-256 ee2b8eefcd6e6561f23177c637ee4c7bf7bd2bc2a8b93e050d982dc81e867072

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dd360982de747b2a6a2064e483a0f8e9f4f9665a2d16f421b8a6827a34283727
MD5 8d92af9f710c4b5e1b82c1fb1209ba90
BLAKE2b-256 fe614fc742e84a62a80151a17de64a1a92ae2c3b1e8d8671dea247f6b6f1afcf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 915ebf45557f800d45814224c89f238e2d74fb3b972d4729271e04ea334312fc
MD5 8fbe3849c693c40d92845601432d9941
BLAKE2b-256 d66f3bcfec5972d67d3e4df860ad81a03b8b583ad2f97653192221b55a450e67

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ec72904ebbaa81ac63aaef3c8158702f1c2048be9497c491d16d01451119ed39
MD5 efdadaaac9ab4300ec570f5a0dfcc3f6
BLAKE2b-256 2a64a4ed6150a5b28bd1277e8d31c8cd1bc1b4cc93aa0e3820c22fc42be4aba0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.2-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7acd6b099b87f0c99215125122a447b4fe80312370d72b69687db665dba2a45e
MD5 5c28b918bb5ce4ccb30858a81b5359ec
BLAKE2b-256 8e949d31ac7586b89e75e98c3b6aab73a3b422404114698135c115819a7c1030

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.2-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9e3c8c930bb92ef300180a5db93a8e84b613f4bb67c25efc82833dd640990d4f
MD5 6d3ef79932247bb26eee2da05dbc83b3
BLAKE2b-256 e0431aa32a24e9d8236c8b8b6801a10be579f87227708a60308acb928560055f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.2-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 b9faa032ba2b26cd4f3c01cfa1d9737911f133e58a6e718b7d64c48390377020
MD5 c40e469ff1d724c6f6c0d192988bdddf
BLAKE2b-256 c11b0249a3084a5c41d648d8fe79b14088584bbfe447813f8f43af2ac766ae68

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dd6327184edd4863b3858cddbf37e4ad059e3b237da9629ea564f7548ee3ee57
MD5 427a2309f38afefa4bbb6e6b3709fe46
BLAKE2b-256 281397ecd43c6ee1038dd3c23a53cd3694ddf7b83a4e32a9a8c6de41f87aee0c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ace5aebab89a5a81f94e485fd4be5ffc409b7802fdf33af15c5c944954ebc3cc
MD5 524f28282def982610dbbf7da9e094b7
BLAKE2b-256 746a036a4c2a76271aa019067de1552868e4daa3b849aa9032efbf77060368ba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 18b32cf26488c037dcb9674bd8cce53b871259046d80d915d834f7fa80d7dd7d
MD5 de8811d249ed5c431cb54d076d7ccf96
BLAKE2b-256 d49e7c3d1b3070e3ce8c62e463675c22fde6e24128fb671f023f8735dc6ad52f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.2-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e1623b12cc3f94ba71a07d7ae8d697bed895eb47475916565bb243e195aa04a8
MD5 80e95069e284f7331c763180d3dbc5e4
BLAKE2b-256 e6cd85200f005a867ec3f28b3163adc48671b29bd9e0923203fc1d6926b2a834

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.2-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e20527cb8d641c61f9edf1f63ab110349721f2c2fa8da368df0625f041504267
MD5 eaadaed70cbd66a31162fc220b7e7f21
BLAKE2b-256 b2bd6f030ce4d1994cdffe752e8c54f709679c1b22c3d8287f88c7e2bcb0acf7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.2-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 e2ea5e1435a8f66ebcadc97a2fecaef2602e18cc5e3b8c6ab7c8040da9d37c48
MD5 d4b55668a0dae120071e94ff75670873
BLAKE2b-256 aaf5dc9b97f8f09a91cc91a6ff47a86b45bc04252ee302c2394f2bdca05aaf9e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 682666f0b3f5fe9967ea5ce83d150222af3f1ffe4675b839edee60986ee55123
MD5 defc865db9cd94917479cfb44caab6a6
BLAKE2b-256 c9e75d0dc2a34fa3501e7b17e55e9425f9a715fea9c011969e4fea17fbf7fcc1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 db86f0501d92897bc12d5412d4ec062400fd7e519884b7f47c1ec74c899db101
MD5 f97b152ff38b135c07c603bdb3cdf79f
BLAKE2b-256 7af00b1a69affc4ce14228e335bdf6fbc6f1c889fe257a4414b7970205647fb8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1e2b7b77722c69b5494593952daad74ba0b1f2082b1f35ddac5457a3f4f07d84
MD5 4a0933630b46727cf2785b07f9710dce
BLAKE2b-256 db9a7a46ce21a3fdc2d575a7341c11ff386e822258e743a5315dc75ff49043db

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.2-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 008b0d98d4537e2aa791a7e5576d79def619849ce3a946061f893f18166c510e
MD5 bd8ea521caaf3f90fb2d5a26da912aac
BLAKE2b-256 374044022ecba3c4a932b85f86b994bc9b06108d4eac9a187a59721368f8ad56

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.2-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 415e43d843b3ecb821fc83e8b235e8b030df23507a59da8b793463a1244fee6f
MD5 333592a1cf4b3a502983653f46c91301
BLAKE2b-256 3cba49b3ba670ff64d744f3174f024836914e47cbe01371a0e20c0b5e2158d63

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.2-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 64ba398927777486576ac1b8e91fdfab23008e4017f34e332e34f7b916ceac66
MD5 6239ffb5fac9ca20688b79a12c1a53bd
BLAKE2b-256 2fc324d716543bce15af0e1eaf9ee022883234ce35193d4637f66ae308d321ac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dfa82cfbcbecb26cfcfe5a237f7859f750629fafe7728c0ae5d184ce3e4080b8
MD5 5882e80b76e7ce79e226b51aeb8778a6
BLAKE2b-256 79fe5db75b34cd1af175a63cd3c462f62f3cfab671f4a4d525dad8b31d550832

See more details on using hashes here.

Provenance

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