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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.10macOS 14.0+ ARM64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_libbraiding-10.5.45-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.45.tar.gz.

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.45.tar.gz
Algorithm Hash digest
SHA256 782ea439db6f527e83aeada644adcf9c8e190775338b8a720874151fa89d7bb9
MD5 3613b4b24f3ebb814666df43ba9b7bf6
BLAKE2b-256 a2786579e7900bf17cb5c24b4469103fe8db759a168ddfa79b5cc0a4c8fb0532

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.45-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 67f185490a5f76ac73a3b1dc739c049d064a6cfafbd5d117911cf4d37457c41e
MD5 260473157af796748483436f484dd03c
BLAKE2b-256 c8f2230fac00ba36f0cc2d7d9f0bd594586fa5ca6ec8eb8a26fa911a8e752f8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.45-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f0ce73705914145dbd16b087bfb2af46192632e015249bb3445a531b61715e77
MD5 cb2804db412b666c321efd14209524ec
BLAKE2b-256 0ba75fa7148e63148fca3aee0850b955174c7cfd0f493e0e6c4e08ab7b4ae879

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.45-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f24a9e03a9b0854b3893cc0dea207ce72b1ed52e1727b05b38f6a5e4e69d28fa
MD5 09ec48acacc6834d5170c233e5640e27
BLAKE2b-256 92cbb284c0fb9154f6610b98d6025f6649b05bdfb264e13808fd0ba009ccb3b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.45-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f73017a56f1b9f344cc4d598d1e32d59bb65a84be9a6b3fafc41fb5c7eed808b
MD5 d17fd0e34de2211a3d1143eaecdf9797
BLAKE2b-256 a1d8ad4c5d2880362f04e5e4eb9b26fce853ddea337ca58b35eb137a19eb0ce7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.45-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 3075b055aa2a1521631ca4f030b5a04ef31e3b6937e6f9766a4ce715de31b12d
MD5 a00be58bb2c99c429e2206db25f678d2
BLAKE2b-256 74d3b90789c766b83f6de60ca33f144a348f3c78093f82e5c492f500f216fe39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.45-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f99fc9daeb3200586da5511c54e591228edb6bf8718514b32e6a533deedee89b
MD5 fb78a5ff221ebad993da896017fb60db
BLAKE2b-256 1851cd782dcf387e40144afff61452cdfc338f519d913e25909c33a915e34a88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.45-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b2d1ce13e13cba12e7604178c49cafd13e38c7ec4f461de87784a76e95ac3cc4
MD5 a77dcbad40fec2e86545106fe9906745
BLAKE2b-256 8208606eb0137c5509910e93390d65ab249d27bb14296da7b4ab180dd35b60e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.45-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 57e3a5b7896c9be32b65bb25ac4f712b3256601b8b1e104ca9d201e56647586f
MD5 4a9a103e7a89f16ceaff44c40039fba0
BLAKE2b-256 6915237ef439dee3715fc84504c97d585a0ef1004b7786ed2ba483d2d0ce72b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.45-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 665a4440d8c09726de69bfd4faae054ae042890517cedb185cbb518eaa1a0fcd
MD5 3ae6981a336d5e4c8f0fbc68296fa2ef
BLAKE2b-256 80f9feb65413395a3ac75e5d7a8ce68cc5a0f5b8d240b49e2727f12760727209

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.45-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 20dcb4125a19cc9e2aafe4df83dcc269a36134bd2340e9e0129abac4ad2a1113
MD5 fd9de4706374e0204b1d7ff28ebca2fe
BLAKE2b-256 852567790af3f2778e59df7d19bcdf76c47be8f86be6a3fb999864f358847d18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.45-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 71a17bc3ef6218be30d83733bd83085a809bfb0b39714a44816c8d97f738e174
MD5 60c037448f94b0b5e89deaa71f3155c8
BLAKE2b-256 e3ab39e4b12cddeafab8f325953e7a30a10cdd14a6af84dd6ca6a4b635fbf925

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.45-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 32c81548844ff910eeb445e1712614eda79acdc8709ce9c8390af0fcca666fe3
MD5 f52cdfac3787922ee5fd686201ffe0af
BLAKE2b-256 f1c458dc6e987aa4bd0fe9977fd7b7b0ee567199d39eb891bc6b3897c0b19f1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.45-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f2c08feff3b68c7c3e86ff26dd84ea37c7bfe67881ff77c479d9551e5b144c72
MD5 d4851bb245f93c473b2ddd7cfe76e245
BLAKE2b-256 979be8c55925284f48ea1a41fb65145b147449e7787fc1fa3eedb5abe58a1319

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.45-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f3aea96acc9a33977a3b35477baef8b4c88e7b145ae15ac6b00992a559c9f1cd
MD5 f7079b41e53063a627e5ba61cdb8c95d
BLAKE2b-256 c62d2d7422ed2875f1582728ccb5597556a6fc7275695e978112235a9b4b61f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.45-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b23515bba1167da14344aa2a3e3b10f152c31581e54e13b8ff298d5b9ce23bb0
MD5 7def64a7ccbad96af8902836b21ca81c
BLAKE2b-256 912ab5c391d2404b9c80fac28d9e2b49ce03095ac7827b6d9404901915847227

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.45-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8f8c91fb9fcb6b6fb4f342290033fdbc603e5e9de97386ec334de74eac2942b0
MD5 0d1a439d1f6c4f6c1948e53401759a4d
BLAKE2b-256 96d1438657d7510585dc312ebc33541b11cd106427f80a133a3101bf814ed5c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.45-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 4472ec5eadb3867ec45c370fb85dbcf77f6d1ba2649fcdaa2dd7a1560ba0c1d0
MD5 e1733324c568766217e533982b928a08
BLAKE2b-256 a6f35f9cb56d1c100b32298458ab7403d1df32dbc7a5d03b17af8ab3fac8e6e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.45-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 eed59fd9781632b972a13e9c741676c706b3d7aba678448a6fd0a5a1acce8a2a
MD5 c9d585b98dca8cc0eaff5846eeaf52b2
BLAKE2b-256 22898232c6a36969cc7a6230935d00f555f2e873bcbfb4602036a10c096b24a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.45-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6e28d9caf2e4dd2baf9021fae075f42dfa252a53848a8cc90b7fc182773c3e8f
MD5 997ca6eda8896aa537f3c6634ad7e5be
BLAKE2b-256 f3f033bc9a651ac2f8bb798816c19f24c11f46ceb18a2f0d743706bcc95e277c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.45-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b88113fde63883f45bfd6c53706a7ed3bf021768e02356f03d5ab6b9b0b6b9c9
MD5 107442b5fce90f0bc8bf0d0e94f254ec
BLAKE2b-256 32cf0f032f8bee6a7804349f77c5835a3b132ab29e730e3c3b66ab0cf403eacb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.45-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 90a40ea1477151154b4a1aedf4e2106be70cf73174583fb1f942da634d6f8f5a
MD5 d737e13c1b803bca5fb067dc3c3f71e4
BLAKE2b-256 4d7b966b1e46dc4883b2dd396071ebb247f81e92f37c1bdf980ea34372949210

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.45-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 86ec839df040578d89628bda6270ad30a66c005a0da1a289825d6a8756afcda4
MD5 f0da14d7720eb0bfbb167914696c82c4
BLAKE2b-256 4673be68183c78d68ba0cbdaad288ebe23775305ab7e1bd4cac551f031ff8d66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.45-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 5966267ccdf03d565885de4fd1e4298540214a464602ab94a71863c082320c13
MD5 37c871bbe3e58ed89e6016ac88d3d2ce
BLAKE2b-256 3b9514ce64e6bef11de8ead76f591e5cb916cacce6580df9006e1b00c7fab99a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.45-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 81cda0424f198b2aaf35ab206ef1b24531af7e717aa5ff35af2f44c0717dc58e
MD5 d3450d9dc6cf6fb8045dd9e94a85bc8b
BLAKE2b-256 22f887d3ecdc0cb1a60b863469fe68600a9ab8f4ebb2efad265e7679958be0de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.45-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 24b8611e6ef2fdbb6ac6af63dea9a2671bd698f9f311482165b6160c8a56ec92
MD5 cb886baff386df52af1059ba44f6d275
BLAKE2b-256 1f6b68ab04ffa1979df3986e493b7e016664670bbc9094d23118a87142ca6b32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.45-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9a63f4898c74a002d44e5374670c2106a59a3fe709b3008cff39baf9a97c5d4e
MD5 d44ebe50fec0594753b5b7e8ed0c801a
BLAKE2b-256 23a4a345a870afe2c04e288a9c3428e8f300b623c2eec109897ce976b3d2ae59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.45-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1960423ce5057b864110e836fea0b6e3d83b27c627c7a35fa9da95209a98e765
MD5 0d14997b19322f160fac65309cf9ab54
BLAKE2b-256 5c24ca967d67f22579f6f266432dac96935550c106399b245d8042bf56f990cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.45-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b2b662225640d6f9719ddb7bfbdab1847fc5a169d5b2b64f38bf321d6323a35d
MD5 7b9e2422b14d86c276308526e528030a
BLAKE2b-256 f3417917704948902c1bf95339698f733e429aee3bd5f17ea3a1c23923d14e2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.45-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 ff9ffe3157f3b541e9ea5e9a520e115c926bc9655884706aa44f6789dc7d1f47
MD5 4ab9b10d6ac6a4850c275764d593ab94
BLAKE2b-256 7d3b2b668bbb92365a4967cf7141e764fce1ea515c37aedfebadce673460bcae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.45-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e84a89280caec0aefb8f0f7f2b1dba3dd589dda8308e3bd7d72dd8b549aa6bbe
MD5 a14e45ddbf86a7b20125dc3ac14356d8
BLAKE2b-256 d8b48671ed9aa1012a3de150ec45bf70cd598a046c86a40e30e2cf633048c399

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