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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.10macOS 14.0+ ARM64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_libbraiding-10.5.38-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.38.tar.gz.

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.38.tar.gz
Algorithm Hash digest
SHA256 849978617fb2b7b608be20f697f9d97c381c6bfa23bbc65e4434703578e17908
MD5 02be890dfb9604d5da2e31259e4b4044
BLAKE2b-256 408d0af08fe791fb58dc4bae9e5ff3dd54196779ab506fc32a3551c498b624f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.38-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1faa2425b351235b81beaf6aa5779260c63d968af2482a7ebb98321cf13ceacf
MD5 394ccbb43351671ab9598c7b831fe75d
BLAKE2b-256 901ae57b4e68b0d024efe633bcd4603b7e375df209f6f6996c0c59717b6579af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.38-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 941d380682cc291742a86070d327dd758d802861b14c14fce1324c2a4f67a0ac
MD5 525b799cd72051dda1ac4dfe56c47044
BLAKE2b-256 bff0273b93363fc718251741f72196f10bc05844eb6342c790eb3e9acd8b37b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.38-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0d3e11dce946ea89ced492920500f7733f0dd2b39fafbaca4488741b497d7b52
MD5 ea3951a76727999ca57ea5a3bf3ef14d
BLAKE2b-256 f10a9244b40a647941705853dc0ff2a79ec5328e404737e7ce9bbd151abf200f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.38-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 43624dc251922cc95fe0ef9661d3bbbd012062bfffa7cdf9d53d55daa90d740a
MD5 bd57880971c7f839bc25507f4d3c8c5f
BLAKE2b-256 ac56eaf8353b478b882e213ac4cb83d506d4a1f98e9b13883aafc61441c50909

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.38-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 6f8de1935240d5a587323e1824ce2ec3607bdbea3bc03ba8923b483a806a5504
MD5 475eefd81ca9d62805c0853b19315526
BLAKE2b-256 60063efdaade19945fdb443e5be411e2a97ff33ac57b4822f2cd6c1aea32ab8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.38-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a40d2adf4450941f2405c305bfc9a323a72ac8e67bf0c1a121c8f9f9a154c181
MD5 716860bcd2bcc96177978701434d6f19
BLAKE2b-256 4f4212bbc7898d157add18293312f41cd9f989f99f088464dc3926bfdc81095d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.38-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dc4c87434c29ad01a16c6fd8e5cb71d9a4d57f53a6d81c6eb0199379c6086508
MD5 37676b4cb94dccde6a0cfd4c039fed6e
BLAKE2b-256 b10f0bd58843d8dd36a28ff31ec1df87277e53b43316860f457e6df590d30252

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.38-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f6b60cfb71c444b6c37c08ef9400595e841a80930c42738361ca1a9014c0b3ba
MD5 21e9747bd28235c478185119316ecf25
BLAKE2b-256 cd8438a5983f616dfb7e78e9e0900694fa29f061722bc3ea2a92eafbe8588302

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.38-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d092c697cb9f9b34f26fd21d97ae16809eda17beaec0ed3c2a64c9fd6c889705
MD5 0f0e2fa5d00e93ebc09890d77a320393
BLAKE2b-256 91e0137ab8dd48c127257eef06b4a30eaa825be3eb2ad2de07a48cc36eff79f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.38-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 786bcd3eb154670a74edc01fd99fc6b30ab775fef86221022648a4d056debbb2
MD5 e27854509dbb8b3e5731e94c7691e0aa
BLAKE2b-256 54d27336beb37572ac8c907989dc09d869ffe8a8f0955e098ff48e100610044d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.38-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 33636246e9791ac7604c5203d9895f2becf0e6916cde608053c4e392a8766283
MD5 2e5eb79e51ce669a067ebb0edf58182b
BLAKE2b-256 7d667211ebaafd9f5f6f31bc822aa0b5ac5a933ef1c2f7129a0af17b9faf187c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.38-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 649ea4b3f69221e5b6ba91a46e6cdbdc984dbabbe993a5a6f10fd791c4801cc0
MD5 7970ebf747e60c1b7666e2142ea147db
BLAKE2b-256 a6286bf5d3c7de66ea47f933006d60dddbb2df650034e4f0abbf2354e982be98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.38-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b30c4ce2c670d7a6bc769a90253dbaa16d90a28d48789f1ba1cda5934951d799
MD5 83ef95018c06b637640eb7971835d3d4
BLAKE2b-256 fdb894bec996a1adde93b2d39d5f7b7024ea1cbb61e56a22305c3bd0f586fcf9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.38-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e7dd211af315f3dd0e25e030132664def391c2826169f30d6b92a4b2bc177efb
MD5 e98382677d49cce71990059321ea62df
BLAKE2b-256 aecb29e0e272ecee38f7850a4d405866fb48675858511259dfe8a430b5e21c21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.38-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8ffc84d79b9fb34f6ed889626d062567ed5cb42fe9e46543f4037a9dd5698122
MD5 2206553471d9e2f9304c8d0d7363242b
BLAKE2b-256 3b010812a393d81f7fefdf9dec42b10a9ff77eeab8b71c82eb45a1163e14d7f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.38-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 54489caecc446f3c119f5b99501d6fa20120cc5a1cb3f1f8f9163c937e4748ef
MD5 79e6a56c8792f4629235b6c8cb443420
BLAKE2b-256 e7038f05910d6a2ddc9a238b59920e87e2acc1e11a32fb5f54ce925c744cefed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.38-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 c4fd34c88f4d56cc6061d435c53a5c32adc905bbd7bfd2ff16d5d2d10e6e530d
MD5 854c10d153d41348c6c8dac2f59c448a
BLAKE2b-256 59612e548568f69ca2964abeda81086841b073b5e6a20cf2cfce6fab3cd9c91c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.38-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a0c41e219b50e356c812e7fe617e2436d895dd9d97ce0a5979fb69177000b3fc
MD5 2fffc11d4988668b9eabc939ef5438c1
BLAKE2b-256 704cd8d1f7d58dfc55207bb43a39c781e88ae62841b49caeea55a4d35a58138a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.38-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ffbcf289657871aa18f4d4ba7bc35b57c49ef233a39155edc568205407eba03c
MD5 0426c742df5a83982b58a608ba7c74cf
BLAKE2b-256 0af98bc3f5846cbc72413f34a916629e781e216e5205c8564734243dc6308d2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.38-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 de923617eacff9c6e5a50ce9e2052ada104e738e9bca7154943341141fa14b72
MD5 53505ed2f0502140373b91ad4dbd81b4
BLAKE2b-256 63339107026cc77e90b34badf7282c7e709f10b92d9237e035c4858e6ee92b70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.38-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1ac65167384c5ea71b4d9b050c443634552606b7163524ff46ba3f7712eeacb0
MD5 2381f58304545e2140eb79339ac04f32
BLAKE2b-256 6c430cbfce1346ccfe75864ac12fbd9e50109e7b581d2f4524e2123858370926

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.38-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 97aa39c98c368cb65804e02ac0bac3c19b61a297944e27d12338ac4f3c540426
MD5 ffcaac9e1b21f94bdf74c2810cb5aab6
BLAKE2b-256 170ece38cee7d2be31a08986ad3fcca6ea54bd2a7f7fddad7d62040f411f9452

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.38-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 ff0e409d7da9a3da4577e1596e05c08b6d8e8e4b49f45ff2ae3df5e34be302bb
MD5 04a6956a0dbda1b938e54e0903ae3e35
BLAKE2b-256 01360e255e2c427fbeae5369ba44579b4c223f768722dda329ce448cde3f6b5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.38-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d37f9e189ffa88fefa5bb32b8497e077be7d84db452352cd68868d118cc32617
MD5 61146b2c17dd5d542c883d57353383ba
BLAKE2b-256 1b7f1ededf05cc23d5f0fce06b98a70e814e50c2a83046fbad8cd2cbbd721ea9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.38-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 658be2f8a63477282a49faa55f2457246a9cb768f72be6ae7b1e01e81a4cf045
MD5 633264ace7693126a019579bb75ad814
BLAKE2b-256 6ee85b664008c2570cb05e4091062468b3c4ba7dbd5e1b84b74bb3f48f06522b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.38-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0631ce1af28dc86d5fa8ea8dacde499d63975e29eeb31d876f513279163fae06
MD5 83c07fedbdbe1ca237ed0801a10f7699
BLAKE2b-256 a895fef4f2c4b54bb1e66019620f0f5456d9242b04f7822443a79cb8cd45b9c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.38-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9d5d55e59c4752f49799e39671dd74bbcfb3b2eef8c18d127befc1aef205f887
MD5 431b8cc823d769981b452b4f9c7cf535
BLAKE2b-256 899cd98d083388dfbc5a82ba0cab14b904baf9c891f3e7abc4710563e4dd9d3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.38-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1b44959d69d3617f5874ecda4f07a22a3e94c5f609b7be9b86124d07d36ca534
MD5 3bca86dfd57a5b12e2aa4210df2b49b4
BLAKE2b-256 c244df1e759de1db74cbd06456025f39db55b78111def6e7e2f1a44d11d7d1bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.38-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 ef3d4e5f6bff095cb970930ad8f34e09511beb32c0918f49b8ff11bfc26bb3f5
MD5 35c39d25be4d3ffeec32dbcff31ad040
BLAKE2b-256 db4cc6d30b6f921a02bce99fa98fe5274c1e2a0997d4f1c45aa8ac32b25959d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.38-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 11fe9f2eb2c86db479c06c50b5febae626c8fda7f2a3bbd4108b25392c5706ac
MD5 f28ab2cf209d33776e35ac523e4e6d82
BLAKE2b-256 12c875fc33859e8cb727099fa633f6c5ce7068e79cbc0e721ecebe44877e39e4

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