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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

libsemigroups_pybind11-1.4.0-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.0-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.0-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.0-cp311-cp311-macosx_11_0_arm64.whl (6.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

libsemigroups_pybind11-1.4.0-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.0-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.0-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.0-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.0.tar.gz.

File metadata

  • Download URL: libsemigroups_pybind11-1.4.0.tar.gz
  • Upload date:
  • Size: 372.8 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.0.tar.gz
Algorithm Hash digest
SHA256 39ac7410b176bc31b618243b7de2fa2106b6dd97371786c672a8dc07af8e0845
MD5 9959bb06ad95afce7fc457602c25bd8f
BLAKE2b-256 3a07631facb3a8c15a2d73fddde2cd1509417513d5612053f52a9f9b7c525680

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7d17a6ada633dc7898107480f67ff40527c69372a169ea4437d878ab3366863f
MD5 2bb0d7800fc6351bbfe3306eb5646068
BLAKE2b-256 e48851c5c1078be13eca9e47f1482fef982e409f465883fd544635065d45d5a7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 91c3d629f038b427df934bb4bc26d7b9d417f2f9b2180a1e48c596034dda03c9
MD5 b284c201ad93c0a7c473f00edd907524
BLAKE2b-256 dd1825c787cc40e2b92dcac2bb06d3c4bf04034b1a877575b4859698ff1e7a4f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 717abc2272c4bea00904fb62ffbc279298867c401512b30f9d8c7ff12f4769ac
MD5 6e7a1b2812a1ac3cefa8ddeeb028b757
BLAKE2b-256 46d8462ba9a46b51617054e58e8170da43ff167eaf40b47e3ee4720ac24f677b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.0-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bfa187760be357011f13044b1cee0211819202a928305b57e6d8c499a1c82b00
MD5 de01329b13ff58e044e76a047c178fc4
BLAKE2b-256 893154cdfd01635d2adbf5ee3778d0aaf27030f45b2e73c490f385af2ca04e33

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.0-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 534ded21ba9fc1b68a987f3f725afc3690136d38f44fd5a1b049393377083fb8
MD5 f55768c7ec5fe4fec1379dad13cb740b
BLAKE2b-256 18a94e4d1bd1ee4df82167caac9f220c52da042bf205f43d5015d08dd92791b8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4e88d831fd06f00d30aaeab3fc99294b009411727dd4afd77535144e6405d764
MD5 72289712a021e4dfecd7d57cc1d4ee07
BLAKE2b-256 2c5dc35df421771a9b39d3f9e9883fe17a9a19001ec8388aa53105472617986b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 be731f055aab30dd3c69174101f82a0917e7555584c6ec849e8a574a5ddd8c01
MD5 cdb966fec7b46604bff7df6d89f933be
BLAKE2b-256 f588190f6a84c3476aa0d9785d15f25b0b36949c7a8c6880751685a20d7a785d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2a41f6febe3deb7a77d68bdda7b86f12f1bf64c45c279526a8832738cf154cdc
MD5 920d47237dcbfa6751c245d859ad622a
BLAKE2b-256 54913d2d18ba224d5b102cf6cbdd05ee7e58baf5628af56d029454d9354dfac7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 463a9a7391c82dfca1f6b19664d3f30ddef19ecfcec1e59e324f9e4a20c16d59
MD5 904ded4d35afabccd0707692be26dcc1
BLAKE2b-256 c065d148438df67571fc814771d1b2aa0f49198a187a651546484a0ea27aa55c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.0-cp313-cp313-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 623d3bb00b7d62aac509cacc729f78c9a0ab7c6ec8694b98e195f9232f0748cd
MD5 12a77e595127c3989d7c574599914904
BLAKE2b-256 7d85b561f6aaee8bc27b5171f51d12a4773f141301a5bbeba93de7c4eee9ae2a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.0-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 a1b440b6b5ebe76230c6bad09641357d847a0c164461c436e7ac7ac13d888482
MD5 9c6e3dbcbcbfbd5234cd3ade253c9b14
BLAKE2b-256 6745dff8ad5995a36bc80eaf0443b7c211a1a1c9ffe4eaf05a34f195e2a6020c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bdcf2947c2c7b0f350d6641897a67a40569a84f0f93c738e0c0168da89e0921d
MD5 d0e1f63b524ac4573a19a82734288c9e
BLAKE2b-256 d0e7bcc1fa24f5d677808b6affb50105bc72ac9ea0393e6ce9379913ff65ddbc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9d596b3a13343fd91f6ae97416fc50f4153a03ccc5a32c4c53fa633f2ccd20c7
MD5 9e71ecaa498cf08fa5a49cc18f511797
BLAKE2b-256 80372654fb8ea5661809cba6146ea74406723115e68210a55054e2f4a712171c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ba90478679d9b1a280699a8f749b6e63d37848b737316390bece72435d450f41
MD5 e98c68c0f7837f7ed8437739f501f372
BLAKE2b-256 aca196a10132e2d235d948b068de995b9aca5c88573afd5d2d6000f8196f3f2c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a3286171162cddb83cb7dcb6b2f5d3ce2ef31d4a7774273ff4e4c7ac644e8ee1
MD5 13ba605fcbaf232ed9caa56720cbd82a
BLAKE2b-256 a9eb64fdc3d0d770f3a83221dd98964adcc9a30639cd83649a1cbf154e8abb6c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.0-cp312-cp312-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 620c7d162adeb4530ff2f02ccc3483c02793b2a893374cc2f9cc2196f28c279a
MD5 b0764a08982f48b44d96158e354e12fb
BLAKE2b-256 d7d9c20167bdd5f4a2c1e413a913d1b9ad00e01cf2c7334846c937178ce38a97

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.0-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 0add22569b98089cc3363e6336c048380fad3637a20e6bccee780013737d35f3
MD5 269403f3471f01421ebf2fd997570bd8
BLAKE2b-256 ee3e53ffae35a593578b33eda4d55a5980bdd6c4eb311c51c6abb78817827aa7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 30ce084a3330fbf9b77f95dc86f6277d39802c3fe3d38dc41798fd19a39ac0b9
MD5 8baaa2826904ab41affb88e65134a9ac
BLAKE2b-256 a006e02bb250a6493c083d8570e0aa09314e82ea932fc4608bd080a2d798d0cd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4cfea8ee0315987f74ad45b1d4f620a6796213f9d256f28d89915d3bc8ed0e75
MD5 2c6e4e20f81a31148afad3c3e7ba5d5c
BLAKE2b-256 4401db2bf63df2c19eb0563e969f055b172a9600eb73077bdac51fd8765303c9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7ae29f180dc69afdd9cd57f0936d76f33a4389b720fa48a97cd5b6a22c51a706
MD5 da9dd04c3ffe1282d544c4c63f10182b
BLAKE2b-256 2eeed8710eb89fe113eafffd59a04511772646e5f93be4ddc1d0e238f6e668ba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5e9026dad4997340ce30c9970d616b81c5b6d5437de2a7360f900d7d5b3c2b34
MD5 fb6742dcaf4b51e1754726cebe32b25d
BLAKE2b-256 92e64003ad3481d02cfea25d837a3df9eda9d0162012fabbde514e249879a111

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a8e9dc1bd18a3e93abf9ca50a985a6b751da5a843f21594b7cb6ed72161b70a2
MD5 af96716f6336fb6991f409fdecce74c8
BLAKE2b-256 12607ec4944356e0f789e103114e4a64cc3c683ac82a0751cfdf8f4b1bcc7bab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.0-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 d55a553be32a2a05444c5837f52ca3e3450cd66d28e53a130f6ddd40256029fb
MD5 d4246034e06a3a900a381b3522869aa4
BLAKE2b-256 dd31d7a06c2d9193b19fcee9bbc889103953f9c912d44c6685380b3a09b259a1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2de70dc538fedc0bcfad441088451a7f884d704b8cc90b66fd54455bf4a541ea
MD5 f5be702eaedb4dc0420381306c3de351
BLAKE2b-256 e989d9dc9bb4435fa3bd6365cffd9ccdedfe92505e8274aa7e68e3633e8eee19

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 76cd84f7c8a4d2b5e5580f317a343876b52fe01ed4f87cf93e43777f8568a666
MD5 2a1c2948004a94dc085523cd758d3e7f
BLAKE2b-256 bf2a4d8d9851485f99142ce330ec01287ecd170cddc45a7342f51abc560da7fe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a0d67625af2739db40ed60c18a4b7553ee3e86599e4d417c540cc548698ad3ab
MD5 6d65f897b46bca3a236c8640333b6c35
BLAKE2b-256 16f89510b8968976b4025a5fe6dbe7915f757bd04838fc12f422da861b757762

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a708ba7e6505fe5d0c951ee88c40c3437055d775969131230d846a7e2f70713d
MD5 66bbac0e8a13637df0399a1ee5173c32
BLAKE2b-256 c037909418df3a63fa828eee1a18046d02dccd648cf8eefee58e6ac1544b1a47

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8f10dd5815485764d7d1b6577e533a4abb7465dd563e0d5c586cd51f0f4e9dc3
MD5 5889a51b86cb1a45bf71ee17888fda68
BLAKE2b-256 495c68951a519a0b365e2413314c35771884d4c677ddb455683b76c640d10430

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.0-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 9f94a82faa1507b050e267553b64a3345987e2275741b087b72b02c61fcd0d34
MD5 65ec06c3591f3e208cb1423dcdca96a1
BLAKE2b-256 21c4c61528d3e2cfe3ca0a79e6abc05f3fbe1588de99a6dbf94634d3738fd88b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for libsemigroups_pybind11-1.4.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 edab9b3e2613d4f5920895defb3991d3c123bc8701bdaaac200660003a2f3fbe
MD5 5440b2f183104e7a4a03999504da72b3
BLAKE2b-256 e7214a6f9520486be9216a2d059787fa44e9944e2d60a16cbf72aaa7f3e3a896

See more details on using hashes here.

Provenance

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