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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.10macOS 14.0+ ARM64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_libbraiding-10.5.44-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.44.tar.gz.

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.44.tar.gz
Algorithm Hash digest
SHA256 0f453c4214e98bb77f9a61e1268d8613882f2baf78447ef822a205720119d9e0
MD5 d2545084b5c3c3bc55190e319742adc4
BLAKE2b-256 d718d3e0cfa5024d6be810b4af741faf0b12a9e512e3151d9c2ef931703f15b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.44-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 be814236bff192f9b9727c96fc793bda55bf6f889dbb1d87162369b4dca7cfe4
MD5 0f1d7deb114da33f6f43d67e92ef782e
BLAKE2b-256 de423f7b102fb94a0b5ee71034659aedcc5e9d7719c4985810fcdcb10d357cbb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.44-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 42a55b302586174b99fd42aef809354be0bc5cde75badeaafdee3ecf2a201f2e
MD5 59677464bd2bb9fba8e118f9d4d0c68e
BLAKE2b-256 b3eef604b89678c25c52385b1cba46920be97b509008e2404e434238d8371197

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.44-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2c86e20ca000ced1d71eb90f0b3a6100a3e91d5c58fc818350145248a78f6d57
MD5 7ae6de6544c3cbd219f1365b2fa4f982
BLAKE2b-256 a6d30f230fd1289290bfe12942c9ee43a972be0895eb7d62119637c805fe29ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.44-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bb1be708d22b23a6537db4edb38a92d3af831f3d994aa73e08b9338e53bb96e1
MD5 9503a5a1e2986859a66878ce0cc744dc
BLAKE2b-256 64ad4c7d81d6cbcafaa2c0fc3d3b6bf1a53c9bcfc5dc91a399476eb26e21b63c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.44-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 0a683e45d66435910faef7c238612c7c0737b33c4582be18a7c30f2136a46c48
MD5 e4f40144222aded29a36b4067b5c0a58
BLAKE2b-256 f16126b04744c6b691a1b58eec18ce18aaffa35a7fcb4ca636b7beda822278ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.44-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 252331fb1cb4113dc11b58a6c3328a4470bbf9f135bef60127e5d964a8de221e
MD5 cfe2aec35e442c7186b36171975805b3
BLAKE2b-256 459052fb7c1d770aa58a3e4b8d757c29db720257b852620fe64e0a4fed0058a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.44-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9088b412478cb0acaf5cd4c75a1ea6b762304df7a369d99744818c5c37ff7bad
MD5 15362bbc9abffbda4c090aaa9ca59cd7
BLAKE2b-256 b2b35d564b9a61c1dfb0be50ffe828e6b5d2515fb35c57afafa174649f26ead0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.44-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6dce38d4386ffabd6e0345c787ee75fe3203567fe3c2d8495daacf6d94bf1fd7
MD5 3924daad3dcc1a26f27234850f0a761d
BLAKE2b-256 b38506458a7879312c269e057d4c2e31baf4dc0c060431c122f3f56e06a71317

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.44-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 773e1c2e2e68f4efa56e359f2590c9cbce2647c4815d50d7d3765c33ee1c5d10
MD5 77a5426100169da6f5da994afc4e3a36
BLAKE2b-256 7ac27c3ab493c1f075c505e1943b2b45ab58b1e78d37453f06c459ef1dadb492

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.44-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 51f9946bbead55cd30f398322c901d6c116062c008d35c6c25410f35c01b9e16
MD5 736559e3c850dd03f06427db2584f126
BLAKE2b-256 fb3df1ededacd13aea6f27890ab4da9e8e0f7abff8e440e31cff3cebc0f45845

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.44-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 27c5b04ed5b91f9f1be14f86e255a183d267b2ce5a332794658f769f9f742997
MD5 4aebcca87424045d58b8cae4a1f81dc3
BLAKE2b-256 baae7c76292f3d28006f8cb0c84bfcd24091d4e4404fa4e82cd82a550d07d880

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.44-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5f455811b3ca8723590477f24a108ff4fc89228693eaaf3622c9b27642b122f0
MD5 2c900f81c85135ce2f0b875cd4c51408
BLAKE2b-256 2db4538699874951d64d5466fbd4ede2f17dc04b1b735291b97a24bf38246ba8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.44-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d4cf19097452c0903b1e10ce1f5608ab57aa710effc428aee6075f16448726f5
MD5 0c0cba34b2ddcee26f12e28a1c49c4a0
BLAKE2b-256 84ad6b9482a280f767953b0e914d44b5dcdb95978425558e1c95a8f3677e8726

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.44-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 21976af1657886fffd0fd79dd4b8bf7e419ab73a640e598ef7a7933e079b16d7
MD5 6cc4ba96ffa66cb7730129b75191e63b
BLAKE2b-256 c3760f8200a0d79d5d66ee6617ac4531903ee07cc53016f3a34ea8ea91d4b6cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.44-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 53fdef519c2ecfda3f7a426a5310b2213b68c701d23448804df9a715a2779139
MD5 fae3ffd976896721317abcb7ed67c3e8
BLAKE2b-256 78d9c7fd42a097ec1c5531ade7cda7d9018a513a2eac3cb32b0188b1a4dce6db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.44-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 aa1c6eb3a6cd50134acb300b38ac4276046c02cd370c5ff260d3fa1b6299d033
MD5 795d3b5f34eea9bb9f615fb4dcab3173
BLAKE2b-256 2f15c95fdebcac4ec4668eab6ec460a13f7c39e38af2ce04e9b592b2a233c7e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.44-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 42fbd29f71e56b8c0b59cf9936f93652944a9052fabc1c2be664978c8cb3f900
MD5 d51f3b711282cba80665fda20f01ba22
BLAKE2b-256 8f6857f5f2746137ef5c46e0dabe9b1d78827f388aae0cf8ef0549b7dcd54367

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.44-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 79549be461088ca9bc7da95738b7b3510349b3a9dc19544f1d071d122eaa6de7
MD5 37c84b5dcf5a4e66fc4492278aa30191
BLAKE2b-256 08f487cd7ac5c178e9cbf8db5904cae9487af19de8c62b3cb21a0450c8ded867

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.44-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b171bc457c2b90d40d9c97b7a16af85656190173d698783d5405473d09a65e2c
MD5 57598c588dddc843fd8e9a89fc1ace8f
BLAKE2b-256 f427001fb34df7aedfba5b03a0c77c27276d4cadfac017b446515513f6a1201d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.44-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e6324b41b67222a409d5f94102f63404407b3853b7abf2f65217d64e7808266a
MD5 05add532088a1a8e251e81a90120ca9a
BLAKE2b-256 b229b308bdfa5d867044931092f73a4f3af4f507cb1a0d8bbbb35fc727408c7a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.44-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1f9c31f3771e21e527dc6b3ae4b748244a064aa97aabfa5fc3abb9b54ea124c6
MD5 10684ffe896d1f4a77fbe629e8058d6e
BLAKE2b-256 19749ffa76fc17adb5cec20bebadc184d5b291ab72c4ccbcf15fb46ff9f6e8f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.44-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b18e6e140f079d789b36212c76371a5481e8474217f69ff4710a9ee51835ce0e
MD5 5eda6f1731f26f84b3960dba5c90e166
BLAKE2b-256 3b749df533cfd58bf296ae57be3cb5069e9a1f44027c27d71804066eb49d91a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.44-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 694f31bc0d1438476012ff69b8f3c16277e92caba9b8bf943aa575fd155c6eba
MD5 3095c237b406642c1579d9e6bd6fba9b
BLAKE2b-256 53b54282fc797742f1f1c90525d4f6c98a5906c80127e325c9fa3d1b7c86eaf3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.44-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 244c1df7548008edd271a0a5c0738c4ae3bd727e6fafeb2031d4fefb8e0b36aa
MD5 912ca8bba2e31eb39844943b7f5be9e6
BLAKE2b-256 e9c62a4060f1448a72d19ed996d5a59ad7fc39918a609803266cc37e4fde7c83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.44-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 634af4c441fd8fb21712ddcaa0f425e7305e4b89fecd48c8df1821379e34b48c
MD5 b094a967f794635cd2eaaa5c3c4e45d9
BLAKE2b-256 d7902af74868ba09cd8607c4a22c17d2cc356daead99b514c767c3f6a633fcc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.44-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5cae7d9884a5ada4cc053bf16db3cdf0e06f8bac30e77c905db3dbbe6ccd4279
MD5 64bef8491bf99b5a082974730ae02d5e
BLAKE2b-256 e803ad4ed83302ab68ccc8c4076eef556d206ccdb38f619b05266e83f27f318f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.44-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0972f15970c1105e9b86bda540a2ea4c96bd5f4f2ee0b0985d0d113710c8ba97
MD5 4882d6f2e7bb26b82b033175ebf11105
BLAKE2b-256 3e1277b59bd78ce64fb0fc8d81cd1aa367b1e885c68fb806841d6f403b9f398f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.44-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 138f1a55d68d41beaecb65f66ad5237b17cc369a7c4cde8aaa3a75fbc5a777d7
MD5 2e41805514414bf7abfdd5f9edaa78b0
BLAKE2b-256 44c574fe86f18a22a8b960c84119fbbdd4debc7d3b4fa3b9432a11a351b7656a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.44-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 636bb86c021c84da117ab43101e2d1849e5a973eb9b655e233aa363241a16113
MD5 9555e7d30f3e9c6d57f719d6ac9c5508
BLAKE2b-256 df69d43e4b03d21063f745df1271a11f5794f254c0ccfbde29e3bc27ec41dfb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.44-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ce523823c42411af0e057298598a4b38db07dd0fc43fac5660c38f9f19423229
MD5 337a51b939af8d7f58caf8d6b309d9bd
BLAKE2b-256 5702072449f94b73173401d0707e568f7c46db793fb9174e6a20bf106cce1065

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