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.41.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.41-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.41-cp313-cp313-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_libbraiding-10.5.41-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.41-cp313-cp313-manylinux_2_28_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

passagemath_libbraiding-10.5.41-cp313-cp313-macosx_14_0_arm64.whl (144.2 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_libbraiding-10.5.41-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.41-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.41-cp312-cp312-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_libbraiding-10.5.41-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.41-cp312-cp312-manylinux_2_28_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

passagemath_libbraiding-10.5.41-cp312-cp312-macosx_14_0_arm64.whl (144.9 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

passagemath_libbraiding-10.5.41-cp312-cp312-macosx_13_0_x86_64.whl (170.8 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_libbraiding-10.5.41-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.41-cp311-cp311-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_libbraiding-10.5.41-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.41-cp311-cp311-manylinux_2_28_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

passagemath_libbraiding-10.5.41-cp311-cp311-macosx_13_0_x86_64.whl (170.2 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_libbraiding-10.5.41-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.41-cp310-cp310-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_libbraiding-10.5.41-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.41-cp310-cp310-manylinux_2_28_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

passagemath_libbraiding-10.5.41-cp310-cp310-macosx_14_0_arm64.whl (144.6 kB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_libbraiding-10.5.41-cp310-cp310-macosx_13_0_x86_64.whl (170.0 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_libbraiding-10.5.41-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.41-cp39-cp39-musllinux_1_2_aarch64.whl (2.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

passagemath_libbraiding-10.5.41-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.41-cp39-cp39-manylinux_2_28_aarch64.whl (1.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

passagemath_libbraiding-10.5.41-cp39-cp39-macosx_14_0_arm64.whl (144.6 kB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_libbraiding-10.5.41-cp39-cp39-macosx_13_0_x86_64.whl (170.0 kB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.41.tar.gz
Algorithm Hash digest
SHA256 d63a57826973df01bc6baa90ce39601a6c8bb7e911544beeb07c1d5775472dd8
MD5 c49e3274293af271cec83109fcdb2f73
BLAKE2b-256 bac0af0e2bbe578b898fca3bb555e02fb3c7eeba861971e8b6f3a86eafe628d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.41-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bf50d58a755797ac07902ea95499070fc690af74d5a1045da0e0894cb5cae44a
MD5 64724dcdcc3f7670aba404361c64bd38
BLAKE2b-256 4f6bb48887ca05d8ecbf859b08b52c92581d2609b75b240547ddfa1f0065a454

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.41-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 16c9943950042220cafc8860a437673901877193691f153d6a776865570c0275
MD5 46da07404fdc2fc3973c0a730aaddfc2
BLAKE2b-256 70ad1aa4684b1f2f6f80700a3c2d7891c01fc14edbb3c2236dbb1bac738a2c07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.41-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e2bc5bbfb8c7a21213698ba7805633acbd65b111a79fc502b8ec3e1839b8468e
MD5 b72625d6391db52c4080e0559959de07
BLAKE2b-256 39b2e398c51e388f1b145e65bae5706bcac1501e45810eed61475160a9b99f76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.41-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 41f0f9a1eb97bd495b75c28cc96f610cfd2e09f8be36acab4690c3a0808faf83
MD5 c850399256feb10c3a0587f6a52eaf9c
BLAKE2b-256 b664eef5a9d7e14a6d36896ae5f637c548a75d93e3ef08e03857303c635c81c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.41-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 20ac05417d7f1d2f4e15c51b2717d951ea9f3cb60ae43bb1fd89659dba6e4947
MD5 ae87ea26c3893fad6e41ac937e05b946
BLAKE2b-256 24320506ed9712de682a1b76bf19883726dc209fd65cc7461a0ad3ba0aca451e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.41-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 637c2300242a6ef198e42c1be25b0b8bdff0b7dd15ccfb8643682e8f5bc67ed3
MD5 fc8c91a27e51c644f77484d0a066bb28
BLAKE2b-256 6828f6c96d56489b961c242ee5b68cdf3216749543e4cfb2577e49aa83e24334

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.41-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a005e397b93ca99f51196aaf720c5fd168d7e2dbf0419eea447c1aa460eccfbf
MD5 c45ab895f6ad316deaee6d4d5364b5a6
BLAKE2b-256 b167f9bf7e61c9243920d16405da0f89d395cab24ff2536b02beefea59ab4da8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.41-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8dc6654876e36648e56e7ece3968f79eed6e839f99165f7cf43ce72f921c6f37
MD5 b05affcf3c456b4954953043fce5be11
BLAKE2b-256 846437ca1ebab08cfe264443139cccf6c69e65e6cf9a9641ac9ba68099f86a5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.41-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 15bbe7e31ce2ec9f3121f596efb26dc620e1942af1a5ab7e3d03919a5065f937
MD5 053b2c6f1a62acf45e26cd34dfc35dba
BLAKE2b-256 03d62e37c9bdce0a89974af2863648bd638c45e23899b028c79d4ed88fa0c77e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.41-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d6a8b7256ec4ef7e5e93971ee5798a6d58d39662bd473c4fb3c80c562b0aee12
MD5 4898a6c0910d35c31631d3d063ddefc0
BLAKE2b-256 ff1dcc8a4db2f4b28f027a1eff5a09588939e46d1753519ee50dbc73d9a0a8e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.41-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 318e7c9c103b40938bd07edde5dda1bfde5f7d4635140aa5e1a6468319c88e0d
MD5 537808eed85fbb2fcb3b86a943db2399
BLAKE2b-256 cdfd022fde3b2d6604a5e361da72850de685abb1ef7ccb4ce1de00a3a12cd38b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.41-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5bc3ba3882b381886d80ae11c613d955af8cbb2c11de45656f7c06c7145ffe2a
MD5 e41b72208604250e8919ba036fa1d365
BLAKE2b-256 33cf90dfd6ab5a4382f54b693f5a3d6a01615182a8ad7ab5c83333e2e803e8f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.41-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4b19f0fcdf761c00e6bca34f1e7bd98ca070507b9e8c96ec8c00565491ad2d3e
MD5 0ed9a116f1d1b514c1f50640cc1e94f7
BLAKE2b-256 3014554d0df6f62dfc6a897d694ff84f55b7c9d30a6ced59da8894216a6f08f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.41-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 092cd328651bf69863433c7a7a7e061452182155702b06fdc2183ef6b16d9c45
MD5 98708853c35fb645c2a94db12f5b0b85
BLAKE2b-256 d19c63ac11fd3f6defb09001799cfd1f261db272fc912f8713b76b37d360d904

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.41-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 42babe57d21c2967d398f751ab92f98c5cc5b078d5a9bf75ce4e4b9fa5fb2bdb
MD5 f6efb753442d5b960dd3a4cbd67bcef0
BLAKE2b-256 bb16d99db443369e223caca70d512e0eba9c301388a6f77cd9483019f8ecb3d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.41-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0594d8ae563cc8c35639d92e4aae36d950c2c902dbb3540e4f88e8b67f968150
MD5 8d102b9ea9e326d8b309172a632bac23
BLAKE2b-256 336aaa606ac33beb36854312c9d27f0133c0715fa98076027c44d2ec9e6d2dc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.41-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 138912d51dba2d0d4745752f7444fcb1047e85c24c588970e6f9972a383ca692
MD5 815f293834e708bdce01a54c3f6e4b50
BLAKE2b-256 e3f96ea38ba678586244b2fb7160d0771453b0b10b4610407d6b19087edd02ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.41-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1ecbe8a01f2bc4708c6be03cc4ebf42a407993faf4d2dab4711b3eeabedbe851
MD5 3926c560275d515ec938ee8a6bfbc04d
BLAKE2b-256 b96f5a12f87b3b457065d4e0f1ef31f96db987da1eebcb35a06e3842b157a962

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.41-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2aad3ddb4ab27bf548277eb8a4d291a0f229c369513ab3e20932092dbf863038
MD5 1cb42ad9ffba69dc75668013f54ad627
BLAKE2b-256 e55f7798a966c7eb3acd5ec4d10238a3f79d283c17c7a172c2afa15caab62065

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.41-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 73662f5e324c271292349a48ee5985c428be0b96cee4c31cf9a11f80c48590f8
MD5 63a6dc92e9d54ba720fc1680446db30f
BLAKE2b-256 5b316892d7ede272127b94b6d1424e9bc835568876a740589b1fefa9027e543e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.41-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f8ed98a96feafa48509743f261ab740fdcfd84f5636848ab8917a40ff677a7c9
MD5 e1f03ef02ae196f10f9712be57b34fd7
BLAKE2b-256 0da7d38648d2f385c916193fffd188d15146283173b5750647770a2c0a7a69d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.41-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b725d600c716b7df3f813af3fe67ad1f49572943f87eb80cacca802e8559e885
MD5 3f0d0a029ca0066bc3834ca679f07efd
BLAKE2b-256 bdbcd6ac4128d31a2c646e43357f947f0c234efcb894eee806e9fb8c02c573e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.41-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 250d6e3dd2d7f94e59eae7f1dd7e202a66153bd9e81bbbf0c366411269bbd101
MD5 5b219ca4e64668929f95c764908ef706
BLAKE2b-256 90fb9b85aa9fb8f7586720f9790df9dee6c2e2f1d48054d7d2477a6a1e51be4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.41-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4b79ff94aa01df162861dc41105f180f38e64010f8973ad5e0bac1451bd086e1
MD5 072084faa8615ebdae4fe7eabe8d3911
BLAKE2b-256 b90c81b0d98c78de2622df4e0fa3cddaf36bead82ded5262160fcddd083d1339

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.41-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 63c86a0a6cfd18b2d6798c8953a05ae2418c57dc0c3858f14f3d25fe0299d732
MD5 c9230cb2ef3f00d07eb8cf1f912983d2
BLAKE2b-256 4fb0d953b2c736ee8c7694027d9e64b0b2e26e73f7962ed04cfaf9c856fcdbcc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.41-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 129b201bee42cf8cf5983834f5c53d055b5ed194941a5e1d0a323c3073fecdb7
MD5 2b6cbd19a63420c488124170dc2bcc73
BLAKE2b-256 f16ec774d4bd9a089feaa8f70adcaa1274fce5b35c30e50c87893e530c39cdf0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.41-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5da649026e48f66eb86dd9d9b1f144e906b2723f6a3cc673290136b3d6726973
MD5 1d3e5e2594fcc174f3e6d7786bcdf4ad
BLAKE2b-256 f2e91ff3cb2128f1bfb279f641b3da56ddd8508943f4fe17317d7428f0aebc37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.41-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4c173908d0a482e05b3786c46ca64e01f201d7d8afd7e1144c3521d51188f7e8
MD5 a7f0701f5177c196c510059d293e5ef1
BLAKE2b-256 d0ab6bebd6977aa2257e3c539031040d7290238a9a5c664eef7614ef045fedbd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.41-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 0d67dc17d8795bb708382af124dea51f44547046ade7595f2d4d7775c1ec04a8
MD5 35a350c3fc2d08852456faa2382f7794
BLAKE2b-256 ea2e67d61016198db6b3bf0e21c0407c4a8cbd8a2cb767c93a91d300725c0626

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.41-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 17fafa5fd85a6130121f50e937238b40fc5c2ec8484413f7cb669c2d1e71e9d9
MD5 f4fd3d9eaab21b112e977b3fda652e2c
BLAKE2b-256 7929b801e3b02dc916a55abd640965cee2737a555591b87d553401af4d16df94

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