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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

passagemath_libbraiding-10.5.33-cp313-cp313-macosx_14_0_arm64.whl (144.5 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

passagemath_libbraiding-10.5.33-cp311-cp311-macosx_14_0_arm64.whl (144.9 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_libbraiding-10.5.33-cp310-cp310-macosx_13_0_x86_64.whl (170.2 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_libbraiding-10.5.33-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.33.tar.gz.

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.33.tar.gz
Algorithm Hash digest
SHA256 b056cda8c2ef231439d1c3a62d353491708f23172d83cf220df407e4fa14452f
MD5 244d59cd74f999df56d69f2de1acf4c1
BLAKE2b-256 4ec48257b4c30932367e51b5ff6a2d0bf27f0a492547dff4dd23d68bd8667a38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.33-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eaf096719da69cd490ddc272e87a4d97303ad3d6e31f4e008b094e41125a3ba8
MD5 9f6fcce88c654835e5ea6f6446abeb28
BLAKE2b-256 cae8416f525a9d0167a928c93481f91477b54c9708a28b8c669d9fa4a3683626

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.33-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 edbcda5531ac57b17c5f8fb58d5847f41daff4d147be4939e28de0a4607e85df
MD5 9494f67f00d9b6fbefdf4c422584f840
BLAKE2b-256 dd24de74532699651f486fb97279dbb65ff0b0b3ce675622bdfe62f10c36cdef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.33-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d2a23d23bfe7f22352f4c5c60ed77fb19bb94ac9c6a63ef8cdb650ae537a341a
MD5 272e4bd180d69649304d6ac86bc16bce
BLAKE2b-256 fd9a4b3d80c8187ceb1ec26604435d41bd0db8d7bfef16fa282c1bf4b57f4d26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.33-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6947ac8104f354faefe9b44a3f476cc10bc6fc3de28e4bdba6fd838566cb0781
MD5 1e129bec9c24f4f80904763a485ced4f
BLAKE2b-256 a38c5d3c34ff6578fe79e0fed449853d9b3b4f32de11f821b6597d56297321e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.33-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 cb4dbc037a6ad743ca6b9e5c993e8f671b44eca1932f03789143da05edff7e72
MD5 61fd17dbb7cb4a2a94d334b865cfed5b
BLAKE2b-256 3d4328d6a64f345412a0a666637dae2e919ef9f4b2e9ee8627c7f7d6c719bf11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.33-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 86e7d2f68af11d7df873be4b36e3e59568a06c24194738f45d9d6308da34e035
MD5 e55a12ec489eca4779a095619e5e95c5
BLAKE2b-256 d7d0ffdf54e5a81f51e8aead31950e364d8b09b004975fc787b8b6e0ce91875a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.33-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ae19ecc90198db43b719a8cdc48afb64f86e2701cf16b476a2988a06023eed24
MD5 0b71b0540729e2e6da688f2bc1d20484
BLAKE2b-256 644b0f2524c0063d60f57dd5dc788792536f5f8f1697309f8cceb094102cd2b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.33-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5c9ad98a61180b0600f3ebc1e3c2fa53539df751c2ac881a53dde7bc7cdc436a
MD5 07e5add21acb1e9d66c9daf24d2363ef
BLAKE2b-256 0f6adc94190d1225d830a087a8295dd39b2d49f58f27222cc3775d285adf4544

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.33-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bee88143e7a24b00a725af0406c56ff4332ddf5c1ed1bf3a33c9af863d3c0a0f
MD5 36ab126720fcfdc8cb3ffc36b181e381
BLAKE2b-256 4c321fa9b9086a756cda406ce23ddd1a2335bef902371798729be5c614f00c51

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.33-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b87daef2841da2c700178d97b7448e5bc415fc01bf3de2558328b70ae2a96e6d
MD5 0d1a9c80d91b9a2b9a6fc4bcba80f0d7
BLAKE2b-256 bb7fe59b0289949fb079bdf6ac399da9927da706ed0a7f73d3489387e2bb9ea6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.33-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 f36acade24fcb8c60dd0610434cf3eb3f138b760c89adcd1e5a273e51bec52c4
MD5 d02c10dcd0d19c9573dc6cf364f13c9e
BLAKE2b-256 84b99a7fe9a797a9acebe05d32d98c430845334dfe9e66420684f81a4f04fac0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.33-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c0d327e0ba962f26dfe7af249249a212fc15de9b6c1d308a4ff699dc59b4ff1f
MD5 45115ebe9905999c7ce10a60abcc315a
BLAKE2b-256 8ba828dddcb58d54d199d98720e448c1a3f228947295e2b7acf8c5294faaf12c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.33-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 820e4b2dddfc52ab8831960e8ce5e7ef7e9330792a6ac1a35f6c7f176796a989
MD5 df9c0b31833994d5e9aef854e3afda76
BLAKE2b-256 4149bd5d2ce204656d3c388e7ef7d6b586f6c66862af3e9c1392e04c79cd3895

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.33-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6f39f142eecebe3a185aae8edb19db8dff0271fddbf78880ead0bac75118c6f4
MD5 e1518a0f787211668da60f0ff05db16f
BLAKE2b-256 606f9700c1607af9f1a397cde527b1cd6e0be473f303e8212f6a9aa2401df8d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.33-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 068eb524211e66c4628a520eb6d78c84d0a07ab21ab747ae1d4dd43891268b41
MD5 4e9d01ec33bffe8fe24740d90f83346d
BLAKE2b-256 b9ab61e2a08db932024a1c0f0e46f54a9c198e0e2a13aa7e08fea2851b2d8016

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.33-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f6a6797517138e3c092c75445d13c8fcd0a98d08a70b1702135956b213a46619
MD5 7399bf0dc5e5a7146044a6494def8430
BLAKE2b-256 ebf18c46f3ad352077ab2f6626697de89e8bcb9d0cad8d85fd5630b83dab7b6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.33-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 ae9b5f430db4fbcf448dba4eb71ed5407ef888f1b772159a13557b836b89b4bd
MD5 191a4e2a0ef8a3fb02f55d9070f5f081
BLAKE2b-256 cee871ed8b66981410af0e217335533b4808e57099cd5e74b507865fd6b25898

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.33-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e4237e3757ec28b4416b964fd4a42ba948714b392e92eb757cc805c32d6bfb73
MD5 0dc35b2d7e693763e3f50dd4c33b474d
BLAKE2b-256 c7b2020100a8e18e7cc3b93c6d2b97adca0eca6e104980f52bfaefe6d542c790

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.33-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8ffbb153e7a77402e1f5d2b925c69211db2ccbc82eb7a05f05b00d53efffece7
MD5 b92a8a35b21a9e47deb555299245ee05
BLAKE2b-256 cc6a24b28e2d859a5b7beac730f98e3fc058b0ce7dc967a1ec53187e2f4f53aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.33-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0ec3cca118c2da36f23f995a6222e6cc7cb92e8553aac4d2d9569df5cb4ea919
MD5 9494776997e899ef7cd18f346ede556d
BLAKE2b-256 32c8feb946b3a56e09e1f6959611f0f3ee9d674cb7bc529b75c0cf608d52eed8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.33-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e7562101e682af89eaefec41327698dc0403517f9cc8d418e54327f74977657b
MD5 4e04c1cac99774073b16f7a4bb0732fe
BLAKE2b-256 817673f06e141432cf411b6257898fd5326a5d1b9f8d279130aaa6a1ee579bfc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.33-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e76adc685f7444d521e1521638dfde074abfacf35c3c98c6afa924d12dd22530
MD5 6eae78c08aae3cdf220dfabfe1c886f4
BLAKE2b-256 213e851096a9524624ca64ebfc7ff04dafb2b14efabe1e6a423aa03cb8b2fd4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.33-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 f623766cdd58abd4b87f63a7d4a18eef89d6100c4db110d71cc9bf47b22a60ca
MD5 e023743303aacbb020a0fd1418cce8ae
BLAKE2b-256 3a8b3f0a6985fadcdac21ef2ed5c521f0ae117b650b93f1354e83b5ef84ff899

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.33-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9a15b50be4d7e106e153b8d09404138ebbb96a93b4b33c197d79d0eb14b90be7
MD5 f2f6cc655c143bf727238205035b43be
BLAKE2b-256 d49e9952980391228a18827fd8fe9941887658f39a63f718885df563c1b157de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.33-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 76ff1642fb3d02b81d8816f07ab9b318a65110ec4e0a0233461ab582e8a98087
MD5 a0d64f7b6120aa7e355e63364e31ebab
BLAKE2b-256 92aca14f59eaf12f74ca3f73239efe5058710b6a7c2ec791e521b7d667939cef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.33-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7b9b060375a4960b13a22781520ddd561c2a1e4368edf0a664f9a1168af52ad6
MD5 631ddf95aa8870bf2174fb80c98f9765
BLAKE2b-256 4713c6dc3b96d7e93b786f1b0bf044ba40beb3f4e16e153eedba04676e2b936a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.33-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fb4c53a7641750796d32c70f862eb0032dfaf92bc39d227b34ebebb60fb8ba55
MD5 57ea07c7ef79c7c519d520bf16f7cc0d
BLAKE2b-256 d86e2fd74c9297a2f8e087d772e796272298a3443e42c5a14e473c87488bee66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.33-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 97114ba7ca3224e36967275c9167fb082667b29f87c4df854fb6e8ce7ff06d52
MD5 572f975b3e91c818227520dae696bdcb
BLAKE2b-256 6a5abe0b0faa5e4721b02bed506324d4ea217b9324b914916f36e0bb0f5d0d29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.33-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 9b587477bc669be021efe8853426103d757813bd6e7b672f5f7c3e5abe0ed3f8
MD5 f5948ce6dee4c4661928e4f16b2dc1f0
BLAKE2b-256 4553feda627833c0b3e13cd974c47df849d0142ebcdd134120771cf0b158d4e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.33-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5d91284d46552753c709d22c78ac95ecf2f7ac5452f50d45aca2dd9eb539abb5
MD5 01a1d641e14f2abd3540f4a6d376e012
BLAKE2b-256 cbe0270059ca3edd792e64014f065bcc6693f43a264614e555c406948d0971f1

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