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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.10macOS 14.0+ ARM64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_libbraiding-10.5.35-cp39-cp39-macosx_13_0_x86_64.whl (170.2 kB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

File details

Details for the file passagemath_libbraiding-10.5.35.tar.gz.

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.35.tar.gz
Algorithm Hash digest
SHA256 e99a5fe2bfbfee7c4cb3fb08015f69466935d505c312d763354c934bfbc5d3b3
MD5 3743e5029978662b9d40f7f27c027eb2
BLAKE2b-256 46ddb036177dea69b3c8de0c36a200b749b1e52d4473436d3b20c818d7620473

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.35-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e1caa5137834870d7373945958341752181f6997bb8ad4ced3883570c1210500
MD5 e3d0c801d72c7fd9f9024220a7138240
BLAKE2b-256 8cbe70fc0c49e2d62bacb08c5e5e57eeea3690988c212a58e5aec407962be07f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.35-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b4d7fbee2c9467b9ab617cf92c50801ea5785b38208e85f4098c9cfa091810bd
MD5 f67b86ca843ccefe36ae6379344c080f
BLAKE2b-256 09c0cfad4ec727fd30c04cbd4252a85cff6259475079bcd66dbb7f5e9f692a5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.35-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 06da27ec15526a33cca26c661890ef61fa53fadaabdadb724e2039687e4bde3c
MD5 ec3c5ee339eb4fdefe9375d2741218a8
BLAKE2b-256 5115864970e9d83d25ceb0aeaa2eee39bf2a68674b80f64eea10794989b62b55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.35-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2a3b355fb89380cb9ee43ac4b579d567a10f7e66e2be957363e58779fdb59e2c
MD5 a9df12dfb0482b308b3f599b2e876b97
BLAKE2b-256 676ac526939a6e12d82b7b804697438d3137af1ea71ec9e533d9245d76e6357e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.35-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 775485411e604d7099e48292d63aa22a81e1693a262bf7d9b0d7de2e6fa61307
MD5 6a26a62c8ee61b560d497d7b18e7c2f5
BLAKE2b-256 3fb8548c7094a7134f11f12e3f93efefd629d36de7b41f4d9f9977248609742a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.35-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ef20ef1cf0d552e4966a076ca93574516a19cb67dbf681616ff255d4ed16c778
MD5 6193f077d7d2ed9237181dcc368d5f3c
BLAKE2b-256 bb0cce11946fd139f503400ca31a891e5b38aed02cf223fff5bba90ff4b7ec20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.35-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 55e715baf83adfe6e3c6f4c2065439c62f133882ceb9aeb21f842642a6cdb859
MD5 98eb8449067d382041242df1355cf111
BLAKE2b-256 c16c33befa19278d8b375f8edd4288d86cd3a8e4e5be1696e509e94054e3b2ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.35-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aa76fcf207a0de644bc395597514434bd78d4299ca364825edbeeba109c3c1e6
MD5 adb04a126570d6009ce57ef5f2be30b1
BLAKE2b-256 97e20c52c91c9f73c2d055d3f7aaf7abc1fb7693cd188d17578f23ce79c47578

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.35-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 298658da7c974c39c0dc3b118d812c48615ccfde66059e0135c09c429b3f32a7
MD5 b68f2a4ac34df843bb0cac576ca02fd8
BLAKE2b-256 71f8231960829e02ba4e913c593083779f739b7bb83dfa12e1398a3af7e0d60e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.35-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 458fb7d0944b700eb0a07aa8aed3bade883bff0b2c523df1b24809db25b1522e
MD5 541898911ee0090ae2c8766024b96460
BLAKE2b-256 77783f543347e0a547e6a89126e619856c23b52e9c99070d2fd35e215559d586

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.35-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 7dbbaca418f4e41b410cd85b410d4d5e3e6cee6ba0a0e7348ac465fae31b3f4a
MD5 7f6f0a7dc78f83b3405ab3939d9ac98f
BLAKE2b-256 e360bfc546ae28e6bb03daa036dc503efbcba27e7badd0fbddaac607a8367ef4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.35-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 dbcb3aec956dae2dd7bf2750bb803130a5ad46c470b427c706792fca7032c57b
MD5 0947252045dde34cfc796375578ef11a
BLAKE2b-256 f02f40bb656936bfe3bc58ec1158213c9e19edbdecbe33ddbeaef0384e79e6f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.35-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bda0d47df2742f13a00a780b4d2e03a78744e3ff15b6f659645d736e3ea7629d
MD5 cbb3ad867a9ed1db246aa55f1f0b3853
BLAKE2b-256 09fae9f5851491fefb65b108c5060ea9388bc47892663ab783454261b1497683

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.35-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fd1951e4789eb3ab9185e388b09be5efba09c5e73d65709786699fd75d82036e
MD5 c9752ae9206becf1d0a6d62cb5db3037
BLAKE2b-256 e06b7608a50deb2fe9fcd9dce57e7ef71f2aad82b9cb1a5d09e15a83070dcfa9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.35-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 74620f4e4ee82ebf8599f59bd8df825634c2fccf04de5ebf1892a83265057f3d
MD5 12401ab506cf56747732fbb005da754b
BLAKE2b-256 7d7491a78273b10f58997ad13a2f5f5ba39f7b11c8a411585a58c95f436ac76f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.35-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 51c3f9553af8a1751d4e775557146983bc2adf92a118973ac48860b504bcbeda
MD5 9ecf2bda89427df2c370f369c3ae6ca0
BLAKE2b-256 bb45078ab7ea63062e1976cfc187aa9c058b0f6671bb0d15e8808ec28f843352

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.35-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 005a7b12487a7b22676c57e0a90d2a82e0e201c2d296e96b118c29f41df07131
MD5 98d91f25dc835171e835c34afa67fa6c
BLAKE2b-256 d5675b09a09199649aab16733e7e3cf84a8cc1035e7458eb543478134d7dcbc0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.35-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 eb9dd2464975e0be5210192efce802b645a0391f81bd75362546aa83170a1d2e
MD5 57d6c5c85cea2e4392d3db9231ff6cf6
BLAKE2b-256 66e34c5e33fa93080ec1cd3dd650cd8cee779026451324964569e19d98339396

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.35-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ab91d3dd411a005f5c95b99459cdeb98c58c8daf68492101a923359ba2c2cd19
MD5 06ba4cb6b3ec6963a2466d4d770bf174
BLAKE2b-256 7075f4c5d3ad46555cddbcb79d1b5e352f91cd8f914d7646d381c2f04d05a56f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.35-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 24fceec6be61037dac6172f32f5bd26f93f66c04c25163a60f899f502fbaaab9
MD5 7b70711066bb85f6ce260942e6d2eabb
BLAKE2b-256 513bc16f0613a8067f2686543c2dd131e26317209da227547f8c7e038981b26b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.35-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 98ddad0320b8bf29a1a3d925fbb9b02e9558422e23c9def366f1954b9b616941
MD5 ebf935252604f4b58a9bc4c3aa34473d
BLAKE2b-256 d360f7bad645b37754b685917664de525a2c6f6d1e819224bf5ad0765c1424bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.35-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c490adc804a2d9658ff3f4e1f51474d48ac9917211a1047a5e1df6a9fc7d70bd
MD5 f107870ca7242122647aee03c0ce65cc
BLAKE2b-256 bed2b7a27b89b6f0f9596eeb5abcd2ab816b115ec2201219dbd81a97f8abe678

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.35-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 ca3128621e6c1fcc86c1d2766db956af126e221add610d46dc1872d5c2747354
MD5 c6357ec0446efb293a9249a3a5a06857
BLAKE2b-256 7a4121346a83e49b198ed088b55551906fd8b3dd0925d4bdba21c3e6b7d9dbb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.35-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 43b3bafa2743199bfefeec74c2ea253d24995dac7a784d07e6a3f8e5eadadc03
MD5 6e26724f7254439224401f0ba4ad4a28
BLAKE2b-256 f4da5112e0ea55b5cfd56e0cbc0daac19f61d7919bcd79be336c7647dcd5a0ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.35-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ec48a4c72db06d0724e117c5887e5fc9331aaf939bc1f5d888e636c66c76f815
MD5 3838177f29d8fe4a584c103234091392
BLAKE2b-256 f7c0aad0b8c565280332062c0541566c85210a312ea17d89af8945751c79bd99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.35-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f00bf6588e1a639373b347100a40b44cb0ee57f031f8907256343b39e08027ee
MD5 797fd5a3582c2fa98ae81c02b8e0d2b0
BLAKE2b-256 8d616f574512c450b9cd6562bd05d7ead295505ad7290df0a4d0ae94f34e1df5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.35-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f72ea2955d0e052f80a3605cc259b847bc8e6f48fdedc7ba06c40e10ab108668
MD5 d68863deec5b5fbecc1ab43c5c47a439
BLAKE2b-256 39a60f2152635c48f1dcb8d51e17a05a12ce5673b36dc302a1fb8368d403e626

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.35-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c1c26b2d21a41e7df3084037f1ea298a17a1fa93646ef894f13fdd7a7fc98094
MD5 67fafa9bd98a9d44c4e820d9c57cd8ea
BLAKE2b-256 7cbda3afe8ea65d6b95fecf4d71e1583d30494a0ffa599f62084771ddc7f41c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.35-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 95d62d2845bf50d576dc9218f0fc6980e683fd827e5b0d8fb93479271c2dd0c7
MD5 5b8117c7c2c77a7758d3f906188eadab
BLAKE2b-256 8f4c73b1ddce59d0dd79c97c832598b31bf502fed4c91443be62148c2099aff7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.35-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 934f1d5c7bf13867e8d70b2326c0d2d71118876ecfb64724d9de8f3e4b34f278
MD5 6d2d3509faaa8ffd487c0de1cfce5fb7
BLAKE2b-256 ecc7176aeb613c3ed92150077ef4f4d5897922622c2fe44e4632f8597d8cce48

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