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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.10macOS 14.0+ ARM64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_libbraiding-10.5.37-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.37.tar.gz.

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.37.tar.gz
Algorithm Hash digest
SHA256 c852997cbe92b7077db4403d0ba13c7c42a8ef8e900d822b0ec65273313d48d0
MD5 0f5e984c90f064a9ae5b6a287d0aef20
BLAKE2b-256 ce59dd45b7e3554d182b7c432f980827271b16f192e525bde2e4588a6833eadc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.37-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e618ad0824eacaf09d149c8797c47dc5285e25caef1605438a8802bb77b67db0
MD5 e99ead5f1a7edef6d8f25d0698829142
BLAKE2b-256 4a2de93acb5060c42139091c6ebab4bb84b74b06fa24d27059922b5519832fbf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.37-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 294e20097b460aed643ab4873829d939a9e5018c267af2e9555c39511226462b
MD5 c33008f7fcd0c35748a018f18a83d9fa
BLAKE2b-256 5194200fb17b29f92c0906726f5526ae35c7fcbbcd904a334a65519f6c9b5be2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.37-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cbad9fa2910e377effce2844634645916f0c10bcc46277ee3ea7f9cc2e945100
MD5 a7f6569ce4b4fee810885eadb727ee75
BLAKE2b-256 d94466e04d5e817f52aa0d2d06f5ece49ea29ef842a17464bf97aaf0c0f2c144

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.37-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2ccc9b53ed7725a469dcb2028add8dbe0f48d8036c1d42486f83f1a9f97a5911
MD5 a5a7e8facd18d449da67bd9cb2c1c9e6
BLAKE2b-256 b2bb300709aa4306959ef9b422459ad84cc97c70f9780e39715525f3ad7dce1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.37-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 266cafeea50b41fda730e2cbd2fc0ee238e1b474aeecf75e11d19f1748046435
MD5 6e0b7bf37e8d9b979b176ac9693aae3e
BLAKE2b-256 76215131f3b100f3b6fe65ba07ffc4c7687cff61147dbb28fcfd9f1502daa009

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.37-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 57fa1d5c7587a6edf53f8f7882cadac41068f7e58a15e88aa7b62323e76f366a
MD5 8fb9d455719515f07a755cea90966234
BLAKE2b-256 03249c7695770d0d4d365abcc7dcbc06ace2fcada3235e683fbdbea9957691c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.37-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0a7544bc755a869c9e97e7298a49236c92fa3a439b2b216481a22a327689314a
MD5 7437ac5e1a61d92984389d738e662786
BLAKE2b-256 2a3f8e03788cb106dbbf358270e7980cb0cafe0197dc35314c29173334665d88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.37-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1ea9d2e2d179ca7382fdc5f367b5ca5773cc57379f5a466c5bc16a21e92de8a9
MD5 e23c56e00459c6cf4687abaaff0f0de2
BLAKE2b-256 7cdaa928d87b895aacfdf60c651150b924ad916020bc834a92282b752b074541

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.37-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8b64ce964e2fd790a8583fe0b9d8fae1ea20e7298e8897fe5bf8ce38584a565d
MD5 61492a02f82d17b64100153490002449
BLAKE2b-256 85104396ac64586d6bda0e8a8be8d3c63d9d29f5f0ebeb85a5a24271a54c8a01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.37-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5baf052afbc7082530c4d23b4ffe763793da5b0ddff25a55c885f115f4766cff
MD5 705854e8c07a26a9d4f89ac50e3a17bc
BLAKE2b-256 19165f76b6625579fccd3bf443c5098240c78ee6ed63c79896bbf22c9d765799

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.37-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 7d4e86bc516f40aec5cc0fc659e4f6b079bf427d49cc81c238ab91253b012bb6
MD5 389652f0110f0f6a620ecec51e6eb589
BLAKE2b-256 74aab971c52255dc98131af9dea725c2c4cbd4af7acfd623664193d234203716

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.37-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 96fe8c63be13490fe31cd7a9149b1f9d8d2f02c185726e4d740146579f47136f
MD5 da910c2b606fb1525409e843ac2eb9fa
BLAKE2b-256 6b47858963f3a828126521fae9857b60a74afbfbdd708555f52640bc583b059b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.37-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e5e7a0c9aeaad48b3b9d8ca160e7183cbe2f07a6c93ec5938601b04956013018
MD5 4ee13cd0e9fb316a1b6056fad32b440d
BLAKE2b-256 ee42dec704048c787246112bb0a04c7e70ee68d6a81a44fbc66bff7ae323428a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.37-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f57cad52c0b44495d9b69e44655cd243530e84d50219b002a597f9e6ec929eac
MD5 708be6c01bb57c58118036ee23fcdd60
BLAKE2b-256 ab330055272a3fcdf3da0ac98ffeae3836f8645517acbd6fe75ff98642f40bac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.37-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6825b9014541cf8a8bd36a488aa82ca86d5893534f26e36105e43e3935dfb5a5
MD5 d9d22292ebcb20415ee1a6e6cd696ed3
BLAKE2b-256 dba54c34140600a12a1ab4437b792ddb8db4a619ddc8e723299b79f926f73643

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.37-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c071bd2da8ae23a86230c2fd9c7a65576c716f4b4346467fab6461ddcb9b05c5
MD5 bdbaaf9bebcf99043ad86cabebf126be
BLAKE2b-256 304698a6e0f22d57d4e8f4bab323ebe82396763651d57dad83f2c2fb5162d506

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.37-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 d6de77afbf10ecb9b0a2cdd6ec8eaab50d7d984cfb2be864291bad9cff4bed1e
MD5 c45718713cebc150621ac64c0cfec37c
BLAKE2b-256 e1f5fe726cb2e366f011ccde1dfe5bb117db5dd4dd1cb3d7be509d362a1497c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.37-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 304a3bf41e6c30c2000087624c42a3e5a5797929c0b8581e2af6edaec229f95e
MD5 42d0d839e1a892bb7eb9edb508072519
BLAKE2b-256 28c02875a5d6336fe4f7db47ff7423824b94d00875bb6ad32da394f36a59a32e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.37-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 61a4a493ce48b19b65ed760d43dc4e4547a8d9c3d213e561083b78620a001cc9
MD5 30563a12aa8f1a9d7439fc03348b637d
BLAKE2b-256 e1f87ec9cba0809bcfeb2debc23c53574a0ca470b52cc52ecee57b0d8f3bfb83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.37-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 11f3fe34dbafa2730f05e44c737ce80208c60c47a03caa48b4f77f6377ca7591
MD5 5ed966a0820b72145462cccfef0e8cfe
BLAKE2b-256 5bc6696a0ba994cde8b2b9b81fb99378462b80c3ddb63fa6ca790c0fbe486f78

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.37-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 645bd458e194eae9b839dfb9ec3fcb2b2ced9c72c74992c0dff7b588eac37118
MD5 013c52295966e6ae0f66907580e7138f
BLAKE2b-256 1008934d2bdb87b00c32fd128303cc6241d8606eea4b47108985514dcf3f969f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.37-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8f0928d09b01f8c3d0fcf078f5ac4b58cab77b61edf8d90e22c2fcdbf6561c8c
MD5 e133ac953ee0ce05816078e2c357161d
BLAKE2b-256 540518b11a819a5ed69a484c23f02c5a63095cc271721fe07434deb390c72c7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.37-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 de0caebe3c31189c20658e5dbb1961d49f210d1ca413306c50a1fa2f52e5d180
MD5 fe384c34e83dd64b0b4a540fec8b48c0
BLAKE2b-256 d46d68779fdce608f03ae998a797e08236b458f1cdc4f70433a34f61223b4c4b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.37-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 395d1169bcd688d9a2786aedb55dff195f9a7f0ef24d08322a30ecfdc768fbd0
MD5 e54df0163367a6a942dd3b1a25b7b6a5
BLAKE2b-256 1d283d0b13eb89ab34e4790f6208677394773922c1faf523a45dfa7341e2e40c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.37-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8ea751c1adc354c2b7809aad5f1db50dc9923c93cbacbb5240d43e28baa04df8
MD5 0a2dd2eb06ef5012366d4cda5f31a912
BLAKE2b-256 e04f1234fb50b74a45b1427ad6d5229f9a66b00bbc06da3846fd098ca9cdaa2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.37-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bd6f07530d7bb75352b2fdd02d1539de183c72a8b78b8f4797bd0ae7b1872892
MD5 e69ba1e3a8975f0992d0e7720c5b4d38
BLAKE2b-256 c7a53149e528f34b90d1311dfbb8c1331eb315c8b7e48f4908afca6f5175edf8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.37-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 29757776407aefe9af45605c9a2a8fb44c6f8dce53a652cd1a776dc70c78a1c6
MD5 ee0a54a4e7f09b90c061a42792019938
BLAKE2b-256 28c410c3d0d971634d450b430f530c860912115a99a674be3635982e63b3c33e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.37-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7d1a4567fc6dabfa4c2340d3caeaecf96d337eb7cd731150ead5548ca60b8a3b
MD5 c830bbeabe33e282d5610d59079cf9f6
BLAKE2b-256 ae6a5396c7fcd028c6e3c3f39e20f68091b237a746d218e418dedefcbf0a42c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.37-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 119bd32cc92dc33388634363895ce81de03e5fb8563874ad02c6fbc77fa94edf
MD5 df3048d288b47c72726da224957e7f7e
BLAKE2b-256 6b51b1acef2bfe611de2e9da541ce9f9d7da14fe52b1d8983e2c9efe0f9f55c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.37-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 358993d9e53b836f09cb7def686f2c7382c4a4713f0b51af3a1cbcffd3f5269a
MD5 a3047e1008328098bbada45b836ddee6
BLAKE2b-256 e84c58c242ed2e80d9de99207ee840f1e500b04995a55b05c7eaf95e8a8a5ebd

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