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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.10macOS 14.0+ ARM64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_libbraiding-10.5.42-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.42.tar.gz.

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.42.tar.gz
Algorithm Hash digest
SHA256 f4687f0b715826f80ff457109442dd99f68efb7d2a6febd916cab24551719309
MD5 59fa7b9838eeba8f7c9cfaa58ead6f21
BLAKE2b-256 0488aaccf62fac3631264eb99e94fe479438ef5e4b74f504e0448b9f8a7e8602

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.42-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f011bcb7a06936429bd5a7a0c8ac1e4c2d02d2de24549afc0376041dea99c057
MD5 309db050fad78bd05c229bf2cfac2f2d
BLAKE2b-256 2a745e5f2eb35229c3227f7aa5824d15b972f6f9eccc4a2c10fbb61626b6eabe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.42-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aea455b4e68e02d7267324d81ae164313d6de35ad42c3a26ff6574cc46a5f629
MD5 4bbe5bc94d10a388ba2553750944ba80
BLAKE2b-256 e6a5e90015d8335a550dbde421ab10460cbbce531dbf667f1d6a534996183201

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.42-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 70086a3b03c31fd072823998a2203f565bd47908cbbb51a3b9db5e5b1583a962
MD5 d5d2598003e1a3bfc9eeb0551802d0a4
BLAKE2b-256 33532829a9d6e50d8eee150f0cac2caa807e3195b51ab16ca6594794e06188d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.42-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5b66b88b7974183dafd17c9bb9ee804ff86522fb56eebf1c68eb76cfcd3193db
MD5 99fd450e59385671f5c00affc3b09365
BLAKE2b-256 fcc29ab6ebcd251fd18171676224fe6a011c1153aff8cd9b9b690c69bfc74c03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.42-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 3087f1f9ed90e9e79f59b7729e9d5546ec2cfda3b644bcd87ad0235c68df9d74
MD5 7bbe12b3d1f830833637d6202533aace
BLAKE2b-256 c919af6ac124011585c2488a45e6515b9430a42cc83a5b4abeba00174e8bd7c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.42-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f710a7874991513e07c31d58d7d9a4675eb002a6fb258f78452498badadb6e90
MD5 84799031acec88757a8e18acc38fb249
BLAKE2b-256 7dd82da9063facb06f1b4c59365c4999734a49fd2ed62016d650482ee69793f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.42-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a96d2ae1579b91e6114bfa477adacbe0d250c2cf85263b4e95d0e2f34910f67c
MD5 fbd9542a74d1967409c20e9f6e986efb
BLAKE2b-256 30d4b7a9616768ef8cc5676fc8627d96325d1cce793ed463cec4ba045cb5d5dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.42-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5b788054e86836956e581cde6674c4d93326093a38444ac6ee342bc9a46a0efb
MD5 30086724455fdcb6ce99c9657d3117cd
BLAKE2b-256 91f54f6cd8d7aa34d77b35111be380a4551a24f6ae7fe5c168dc5b23b39ca075

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.42-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 faf0d3f8bea9654929bcb4817acd80c7e3367b223974c06303f5382bb74273f4
MD5 b20f621de47df5a156d4169c421d87dd
BLAKE2b-256 6867285c779b2eecc66091db1e89b920afdb2911664dc43e896f2d4fa915e3ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.42-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a6234f5d244cc8de00e54af6e7a622bd3bf30b6d1dd7321234426feabf6ccc70
MD5 71ba3b9be3dff3f3b7feddf607b4161d
BLAKE2b-256 b88e778ebdeb267c1bf55e95678b6ae611b2af8848c12036efb49dce22bd6988

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.42-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 71a1490af4b91e46d9d2e9754a46133f26d650f862739a3cbe59457972809f95
MD5 d2201a6f153f107a60449e7e28297959
BLAKE2b-256 cb3a8f99750123e76037835a1489b6b20b49ed60ef03a6105818563989f0e38d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.42-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a537ac03515489c10e4dc0acbb13b8e9c31e4f1cbd38c9985dd51098446235e8
MD5 4b247567d16571456032fc6c61a3c78f
BLAKE2b-256 4e9bc7f541c2e21d3207a354a18967e22dc9bb1b714d27ee67f1caa5a9ac969a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.42-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 db3866a435e2f9bfa08f6ab4781efa4fd46b721b4fd703b881aa01150fcab91c
MD5 7fa5047e015a537576de611469414a1e
BLAKE2b-256 8ea5815c3b93df5c3e3864b900387470058d4147436a54a213e0c91eaa134457

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.42-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 01f5e599fad3fbfd3214b61d3dcafa26424096d0eb289e8ffac2b4b0136aec69
MD5 862d51575a8a2437c06a3056271ba6b3
BLAKE2b-256 ffd3154a092c3239ada5b92e63f226e5e64ba1c41be98b7691c967ac9c7106ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.42-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b8272d4082ad8577dc3e212679ec7a00d6e7d99fed71fd843b9683c007a564ea
MD5 5555abcc732371daca554afd902c6012
BLAKE2b-256 f86ee57993add904fb92f301b3fec3a8688b61d81931645518785391e3731f8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.42-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 acfb8f265da862945c6632858e77a646ba671a4f83f7095b48f31cc1abd312c9
MD5 d668e104d904b9d53ae3baa4b6de87ff
BLAKE2b-256 5c5a11a26825e5ecb5c7f651f5fdf715047c33bfd922e1de95437afd76d2cd67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.42-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 8f577e864ba15d17ce38fd7ea1338cb6df4aeaebcd5a8d52cec71cd1da53db5c
MD5 15e6b221037c7490e194564dd679edd2
BLAKE2b-256 e5cdc6bf8ee74bccdd179b78fc26434c2055582a643cc7341ae8e325bc3f7bfe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.42-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8f6d121c2a568c5a3ab528c9bea846192d87b5b32479aa9c2f7416096b6d94ac
MD5 36839f85fdb52202ff45aecd278563e0
BLAKE2b-256 213321620d1913d49e6896d5189716277f5b26212a64c93f0314312efa6dfb26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.42-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 040f6688d31d0d9cead7938f40440ddaf2491d5b831ddf9ff105c772773fd827
MD5 cf8c0bc6cd3520cbfe085331c8f62543
BLAKE2b-256 6c50baec467e37a28842fa4cc10295bbb1a308e59c4e1e8f9e5f65a4e1380ad4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.42-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 10b59482cc1ec2dfb8232bace7d3eaae1b8e1b28d36cf9dbea7f368232bc86c3
MD5 24a94d2970a65e1bb67e852f1510cfad
BLAKE2b-256 760c25761fb887a821a5cdab0ab8f125c49481502dc01d98f840d662b429fb91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.42-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 22a97f76bb27a1ec811630943572a636a3571f9882749a760c105f3045ea04de
MD5 9cf868fedf90a4def70cfb2c699380d5
BLAKE2b-256 89faa3be52337fcb06a13c802dee43b4e6bea283cb7f99aa79fab04721bce8d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.42-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e76a209fb3ada95216f00617db63eb6a99c7f75cefcc25e8a6457a8411f119c9
MD5 29616bc9df1d6edf634cdf232f1f69e4
BLAKE2b-256 e3c3a89b5f84d9abbe1c3764ff1e49831fe8d7a4081d7172056dc0321becacb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.42-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 eed3e279b3e7f34f920c8865c1092210aa4af2448cb5ff07ea97bf55c565b985
MD5 4b08f97a27d4197222b134b80ea19693
BLAKE2b-256 73fbc248128b8261e5df868771120172ef30e1974a462bca9a6aacd548984daa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.42-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7dfebc19b392cfe19cf3c87b3abd04ee8067d0ab4e9095691ab9f6710291f895
MD5 43d16718e8675d17dbded47178e76120
BLAKE2b-256 bb4752a670ba5f288490ef1df9e5dd0449a483a19974ae6139eda3ce929ecf2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.42-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 92b123e4d5a89e49dbc66b3bbc1e54e1a3d010922a8a1d07ad97ff2df8e61e92
MD5 abf9e5aae3308a0c13654ca014f61e1c
BLAKE2b-256 3ba42c5001630f289828bdcde9bf19763fe2425368fe41212e71002677f47a34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.42-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e035e879c12ded238926187216624d114712e4d2015e7b5e979467075f8a9482
MD5 458c5c3f3dc91d8f044faa96c14b8afd
BLAKE2b-256 4c7637762647636a4ce00809faae07360e5313def4cb92a36304d4b4722d895b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.42-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e1f402bdc436340bfe0aa59daaae207e6b2ac0537ba8bf20db857a9dc979e0a6
MD5 44e8aef503e517583fc515444ed3f839
BLAKE2b-256 76aae4cad77039982c6a0c538c59074af43d8649b46797c21a72f87c2d5c931d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.42-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c882588135af2844a38fc364cc7c0a9e27c79e39adbcfe423e55e186d3b3f772
MD5 ccae0007296457fd3e35f179837b9d00
BLAKE2b-256 3a91a020a7a7f40186f2c7a49b53afee45f7c1a06c0c5a3abfdb1dfcac062582

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.42-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 6fd4680178d24604805cea44d61ba0f06563668586ad576ad7ad8506f2b00225
MD5 a1f9afaeeec82dc331e5577b1e80925c
BLAKE2b-256 7dedf8449aa23c84bea12741abec9a772fe2f9f982abcada46b774cc2df12317

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.42-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e7a84303cea0d718e771ba1af7f533eac7129bd7a46411bcf81e6ac34a48129b
MD5 c2adbafa0d10fb03b1d0f098a366f518
BLAKE2b-256 14f88846971fcfb1cef0931079e841fc9d6198064a157e25e03c25d15b9f920e

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