Skip to main content

passagemath: Braid computations with libbraiding

Project description

passagemath is open source mathematical software in Python, released under the GNU General Public Licence GPLv2+.

It is a fork of SageMath, which has been developed 2005-2025 under the motto “Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, and MATLAB”.

The passagemath fork was created in October 2024 with the following goals:

Full documentation is available online.

passagemath attempts to support all major Linux distributions and recent versions of macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or virtualization.

Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x. Python 3.13.x is also supported, but some third-party packages are still missing wheels, so compilation from source is triggered for those.

About this pip-installable distribution package

This pip-installable source distribution passagemath-libbraiding provides an interface to libbraiding, a library to compute several properties of braids, including centralizer and conjugacy check.

What is included

Examples

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-libbraiding[test]" ipython

In [1]: from sage.all__sagemath_libbraiding import *

In [2]: from sage.libs.braiding import conjugatingbraid

In [3]: B = BraidGroup(3); b = B([1,2,1,-2]); c = B([1,2])

In [4]: conjugatingbraid(b,c)
Out[4]: [[0], [2]]

Development

$ git clone --origin passagemath https://github.com/passagemath/passagemath.git
$ cd passagemath
passagemath $ ./bootstrap
passagemath $ python3 -m venv libbraiding-venv
passagemath $ source libbraiding-venv/bin/activate
(libbraiding-venv) passagemath $ pip install -v -e pkgs/sagemath-libbraiding

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

passagemath_libbraiding-10.5.40.tar.gz (6.5 kB view details)

Uploaded Source

Built Distributions

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

passagemath_libbraiding-10.5.40-cp313-cp313-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_libbraiding-10.5.40-cp313-cp313-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libbraiding-10.5.40-cp313-cp313-manylinux_2_28_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

passagemath_libbraiding-10.5.40-cp313-cp313-manylinux_2_28_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

passagemath_libbraiding-10.5.40-cp313-cp313-macosx_14_0_arm64.whl (144.4 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_libbraiding-10.5.40-cp313-cp313-macosx_13_0_x86_64.whl (170.2 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_libbraiding-10.5.40-cp312-cp312-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_libbraiding-10.5.40-cp312-cp312-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libbraiding-10.5.40-cp312-cp312-manylinux_2_28_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

passagemath_libbraiding-10.5.40-cp312-cp312-manylinux_2_28_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

passagemath_libbraiding-10.5.40-cp312-cp312-macosx_14_0_arm64.whl (145.1 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

passagemath_libbraiding-10.5.40-cp312-cp312-macosx_13_0_x86_64.whl (170.9 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_libbraiding-10.5.40-cp311-cp311-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_libbraiding-10.5.40-cp311-cp311-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libbraiding-10.5.40-cp311-cp311-manylinux_2_28_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

passagemath_libbraiding-10.5.40-cp311-cp311-manylinux_2_28_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_libbraiding-10.5.40-cp311-cp311-macosx_14_0_arm64.whl (144.8 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

passagemath_libbraiding-10.5.40-cp311-cp311-macosx_13_0_x86_64.whl (170.4 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_libbraiding-10.5.40-cp310-cp310-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

passagemath_libbraiding-10.5.40-cp310-cp310-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_libbraiding-10.5.40-cp310-cp310-manylinux_2_28_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

passagemath_libbraiding-10.5.40-cp310-cp310-manylinux_2_28_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

passagemath_libbraiding-10.5.40-cp310-cp310-macosx_14_0_arm64.whl (144.7 kB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_libbraiding-10.5.40-cp310-cp310-macosx_13_0_x86_64.whl (170.1 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_libbraiding-10.5.40-cp39-cp39-musllinux_1_2_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

passagemath_libbraiding-10.5.40-cp39-cp39-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

passagemath_libbraiding-10.5.40-cp39-cp39-manylinux_2_28_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

passagemath_libbraiding-10.5.40-cp39-cp39-manylinux_2_28_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

passagemath_libbraiding-10.5.40-cp39-cp39-macosx_14_0_arm64.whl (144.7 kB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_libbraiding-10.5.40-cp39-cp39-macosx_13_0_x86_64.whl (170.1 kB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

File details

Details for the file passagemath_libbraiding-10.5.40.tar.gz.

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.40.tar.gz
Algorithm Hash digest
SHA256 c500c950412c37fbcb83c822f72c135c75f47178d40e4a20f2a7545094a03b9d
MD5 bb02844b37d82a54ae5236f0d6aff542
BLAKE2b-256 5b3494c168b523aa967e5d5ec8d36d8f61339711e1a0ef831009e92d140e952c

See more details on using hashes here.

File details

Details for the file passagemath_libbraiding-10.5.40-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.40-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 41841ba4f0550ed919ae2a3be842887ba69594df49e9e8d2338d6381d6edecf3
MD5 6d1efb44ba48e923df742c6fec136a4e
BLAKE2b-256 20b98577a91d5fdd866a0774f6b384f1b6fb927e88da787a511abb187736cad9

See more details on using hashes here.

File details

Details for the file passagemath_libbraiding-10.5.40-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.40-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4bea8ab4bcb84f070c9cef885d7b4e9817ad73cec02d8048bd2a34fe12ca8baf
MD5 b7f5794461873403c4a06d1667351401
BLAKE2b-256 193af1e71e7be26fdb30129196e6839e0c7a4e13a2ab4f67b341e1b313269d77

See more details on using hashes here.

File details

Details for the file passagemath_libbraiding-10.5.40-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.40-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f5db7cae9246a82ab82c4a8bcbfec35b290be0737d10442193208b32adb074ae
MD5 e16e937e85dfc391210d4cc9db8f7aca
BLAKE2b-256 51e748f2d11cbbfdd24194045ad979ddd78d77facb9b5ee6eb9a7934c4ad6caf

See more details on using hashes here.

File details

Details for the file passagemath_libbraiding-10.5.40-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.40-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c70272d522607ee598d5c51940c83f91ab2afcdfc2331a81477c1e49e3158ba7
MD5 306fbfd4ba5f0eac325f8bdbd26e53d5
BLAKE2b-256 1edf0a159cb4173d17e9e3b670e876fe18f47f9bca5de8e8f74abc6fc0450b18

See more details on using hashes here.

File details

Details for the file passagemath_libbraiding-10.5.40-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.40-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 0ddf27ac55908d9cc77eac8db5c9b4e7a5ffca3af7df2007771f19ee2f679596
MD5 4e1edb408c55709018b279e32f10727c
BLAKE2b-256 0e03ca4b850e6d550ef63c89b6ab9ce2f772db66c8c78122b41c24f3afd8d797

See more details on using hashes here.

File details

Details for the file passagemath_libbraiding-10.5.40-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.40-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c582ce6d966bc9ae6d1f8c8723e094c765b2c55483326eb240c295d9213e7fa3
MD5 c52c4cadcb9800783053ec76fd16ea36
BLAKE2b-256 282dc7aa8ed18c6abcf40b3e7ed989b259bb17e6f3db83e32010bcd79c679908

See more details on using hashes here.

File details

Details for the file passagemath_libbraiding-10.5.40-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.40-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 036a938441ffa2d081977791a7a8f5c9c6a8cc74f8f89960ce31d289cd1d6566
MD5 869d157cac0248be9f81596ac6e8c28d
BLAKE2b-256 1c40055a132d081c0fd833c5437ebf2c6b153afe619f6bdf7de01c5328606d0e

See more details on using hashes here.

File details

Details for the file passagemath_libbraiding-10.5.40-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.40-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 55d0c9b59ec41d63b7df1273f44c9f978b732658ea62b0aa2fda48a65be58706
MD5 c93d0df334052a9150d982cb38b38118
BLAKE2b-256 33009226294aa1388deb7bf8095abc2022baa297a3f1dd408c62a2328ec9bcca

See more details on using hashes here.

File details

Details for the file passagemath_libbraiding-10.5.40-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.40-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 81daf23acbaa27ced47dfbb75f266d1571874e9e8ee52995a23ec9f33e97db9a
MD5 e6ad57d5ddc023524868dff7680c7135
BLAKE2b-256 8c63a8503871d6f7eeb37d1fb88946fa44079a3f0e7d13b1cb310131b449fd85

See more details on using hashes here.

File details

Details for the file passagemath_libbraiding-10.5.40-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.40-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 01051b438e1691b85d1b623736f672191b1c692e2448c99518eaef741afe8a70
MD5 402f443e71599055eaa4597666258cf3
BLAKE2b-256 5c350d69d81e22697ff29ff631a5e5867deef716a263b1c420d65940126ab3e0

See more details on using hashes here.

File details

Details for the file passagemath_libbraiding-10.5.40-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.40-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 648acff73c8482ad696a2daf28dc527838126e92ac26ae9d50bb8b80e883a5a6
MD5 7226995c116e796923ad11c30cc5bb30
BLAKE2b-256 62e75347f553d92ae488b39075577736aacc420f3725658a714f628aa9619556

See more details on using hashes here.

File details

Details for the file passagemath_libbraiding-10.5.40-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.40-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7452fd7440e7e048944f82f1cb3bcd82b72168ba91dfe1ce3f2d23ca5671bd41
MD5 900e3292e4b9b029c1a3c349746f2fc4
BLAKE2b-256 95f3b1df8244bcc23ed207ce4ed59cdb9a36c6b01931f4160c97892b0c9b3fd2

See more details on using hashes here.

File details

Details for the file passagemath_libbraiding-10.5.40-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.40-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 43b6106b0c4f77fb5e92ae229d9dd7f591631228aba2d12d73ab226be49d427d
MD5 99bf1620e33c31857f29b2c6678e07d3
BLAKE2b-256 bac7b2c16735c8cbf76927030942e9f78e1d9c8a79f1d14ce9c6aa9ede74b317

See more details on using hashes here.

File details

Details for the file passagemath_libbraiding-10.5.40-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.40-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c666aa1c2b320815995f0b6494114d08b1be74502326a70562fa21613ba7e949
MD5 4de12363c7cab4eea51ab790820b5f12
BLAKE2b-256 c0da3177b7855c851ce7be74adafbfbabdeef72278b08533dea6046a52f637b1

See more details on using hashes here.

File details

Details for the file passagemath_libbraiding-10.5.40-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.40-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4dfbb12009bb89159bd722588e2c65013fcb45ee34c9bb6f2eed2a5734ce72d6
MD5 96a740c3462ae682510be92ff4499cf5
BLAKE2b-256 2630ee70841aa91052cd8a400edb4082227a982cdccb6bb84a8d7ee6a3ce6784

See more details on using hashes here.

File details

Details for the file passagemath_libbraiding-10.5.40-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.40-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7815ee54fe24d0018964e7c761930c4dc5b295eca795c6456e0e99f10a4017bf
MD5 26ec38a82160b8d94754406c0070f4d1
BLAKE2b-256 175b5d12477e5998a70dc6358f2857e9e963cc1e0869dae516bdc996fdce57ce

See more details on using hashes here.

File details

Details for the file passagemath_libbraiding-10.5.40-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.40-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 fdc5bdd706786e3bbd21eee23c0aad174a86b42a4baf4f091b9136a41de0ea78
MD5 d4358dd9fa353fc0cd68648291d50609
BLAKE2b-256 306e3297ed58b2d5b5475cd0def0b0aea0ee1d4bdfe1a212e15ae1a98f22f8db

See more details on using hashes here.

File details

Details for the file passagemath_libbraiding-10.5.40-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.40-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c88c67b9637224335d9a08e7ca0577ab37fa954d8fe17afc4e052ba4215669d0
MD5 f0c748c10298aab65c312f85afd595b1
BLAKE2b-256 99eb48abfd57df7ab1c366f32c47ba63e683fbefb5b74ed480f4166341cf1b51

See more details on using hashes here.

File details

Details for the file passagemath_libbraiding-10.5.40-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.40-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b7d5874274682f9391945d10e48aa8a9289a5487ed2cd88e9254efc3f83ffbeb
MD5 65c2d57dc10ceb497a4e871494e62e6d
BLAKE2b-256 c25b430cea0b950a246df3d2e107906e804084cf49fd9e033bf016147177fcbe

See more details on using hashes here.

File details

Details for the file passagemath_libbraiding-10.5.40-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.40-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fc381d02acb6122706ca7af19c22e38114ceeecb599e72cffacc9a555374ed3c
MD5 0338f13d98d90a8ea06d40b38d97303c
BLAKE2b-256 649b30d6e8a039b9eba70229fab948f318219850a8f14ca0fc58ded76ab2d983

See more details on using hashes here.

File details

Details for the file passagemath_libbraiding-10.5.40-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.40-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0f2c17ea48904b625d3582c447103565f6a1705b891be4672a3187be7fad7e9e
MD5 c9e4f31ed31b9eafdb2e6616a9827ca4
BLAKE2b-256 ab15b0571235375be6a964676c20d12cb52323b1daa27ae5b8fb72ef863660b6

See more details on using hashes here.

File details

Details for the file passagemath_libbraiding-10.5.40-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.40-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c2dbe3380bceb81e0069e9d797ac010350810e17e695153ba994ecf166bd0a53
MD5 248614873d19adcfc9f82d09eda2db83
BLAKE2b-256 8d51bfffd2651ac4fb74c178e5c5ff32e98098765c2bfb2d484daeeed0bad334

See more details on using hashes here.

File details

Details for the file passagemath_libbraiding-10.5.40-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.40-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 24c46fa54fbebce6f982c2500e4c0ae11b2dbbaecec2e1cf0b59e638bb5ae15b
MD5 7812ebceea712eaa1207ed4d1e09fe21
BLAKE2b-256 38ade567152a2a95f74b5721db3736018b9e17ae5b74e9c0f98d7f0006cb43de

See more details on using hashes here.

File details

Details for the file passagemath_libbraiding-10.5.40-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.40-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c90ddab2697963f449db1a1d90b20d949aa51c87c264d85a4a7b1850c89f780f
MD5 ca5699925b6f3013d71d217ab9f93c7c
BLAKE2b-256 37c7868c79731afd216a08ec1d988cc7b5583627e18434423766415310e1ed57

See more details on using hashes here.

File details

Details for the file passagemath_libbraiding-10.5.40-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.40-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 33b8879f57610e731e1eb240e7bf26bf863ebb3d3433fb0f3a83137af074bf5c
MD5 0cc917baaaa780376b36853ebb55b427
BLAKE2b-256 afcbdf0cb070a172bbe9516994c140c57ff881194ff192d48333899f12389a4e

See more details on using hashes here.

File details

Details for the file passagemath_libbraiding-10.5.40-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.40-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 11b88ad73ca02280515875fdb19622f18b7a10266aa94ca5102d6e4279033ca8
MD5 72bd6352d504e14960a9f8be99399020
BLAKE2b-256 e25687af059a8db797c8b4e95c343be6a2f0d02215c80778b38e09629cc20a36

See more details on using hashes here.

File details

Details for the file passagemath_libbraiding-10.5.40-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.40-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e675ac076a88d8845794747bedf53a9f6c75aa99660b543ef8189479e540d127
MD5 c1b3d5c9aa4aa30eb51906ba49bfe31c
BLAKE2b-256 adcc92022f01e11d20cd9d95fe6d7d06d555f7cbbfd96cbed6036f01cb73487f

See more details on using hashes here.

File details

Details for the file passagemath_libbraiding-10.5.40-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.40-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 114f159bb217cfab86c5ce6a717fc82c29cf392aba4294352a3ba401f5fe0917
MD5 8bd5ae35b8922a09272896a5febd7b9b
BLAKE2b-256 c2af5b000cb928701420f4fafcddb8346b235ce0363e0d3a36d6cfde3e7ed753

See more details on using hashes here.

File details

Details for the file passagemath_libbraiding-10.5.40-cp39-cp39-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.40-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 b5d084375f1b0cdddc9e8573e6d359e156e9ee7f79cdd26a760d0ee9b421cc0b
MD5 0a0c70a0906d95749da6f432a357cf2f
BLAKE2b-256 630ad32853bb3a0a2eb7b7c2d99846f9637a3fdf6621707ca8c6fc3e2a2332f4

See more details on using hashes here.

File details

Details for the file passagemath_libbraiding-10.5.40-cp39-cp39-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.40-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 468487406d9203b01976360e605ee8b2f46134db5232c25378ed26fb187c514f
MD5 e1bb7dfe6044b8b3f7309a98b2e2f440
BLAKE2b-256 530b1797e49960dea329c1ab2078adc445083d4c8209a86226707bcdbc01b0a4

See more details on using hashes here.

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