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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.10macOS 14.0+ ARM64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_libbraiding-10.5.43-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.43.tar.gz.

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.43.tar.gz
Algorithm Hash digest
SHA256 50e48c3b00b0a9cf45c4805e377fa32d61cafefe4c765ba0650db046e94383d7
MD5 11f19c5206546b1923d4752b5fe04ab8
BLAKE2b-256 0e29980dd739939453c8e696feb3ff9480c4e0a0c586a654d4fbd319c1e81f98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.43-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9f4ddda3d135bb82ff1ef0f7e17bf7f826c2fdff10bbe9dd6f2dfc557af273fb
MD5 1d2e60da16c81849442f9cfc661a3ecc
BLAKE2b-256 cc61e44319d1d5c8abbeab4e9930754e370a66508a350b2946a2e3de4af5b620

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.43-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dfa5dc9b2118750f37399236db96a3e8b3fe2b609da0e392e176b69e54b5d527
MD5 7a54c649b965342212548f251ac7b304
BLAKE2b-256 be5ec997073e6391edbb14d8d6f04a1e41124a41c7b9ea52d6afb93cd1fe8140

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.43-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 604ac41b1a25630393f871c66e4a69380147223a6934b3fef2b20d03d7c83c77
MD5 fbf5a00b057bd1400d70779954918fc1
BLAKE2b-256 8bb12bb3fe4b65676c6ac4b36cb2cf831d5199c968b27a7c6cfc03eeefa0a066

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.43-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 25e7260cf38fc9b4dc230ddf26aee2c30b3cc1c39e77d4aa9bae66dc29fdd68a
MD5 77ade60a1228990fb16d29767c2a816a
BLAKE2b-256 a6c476a8aa9b1adae220d5384aa7724ec62be6ee59551356fced0671c2d02474

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.43-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 ec28ff5825e4877682744176300a9397a5f49d41c39d1010496678024b4a2e6d
MD5 decabba5b081776a6bcb37d13a7981ff
BLAKE2b-256 802ed20f109028bb6bbadc8a824b5e697ce69a42390c5e9279780fd850919919

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.43-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8ffc07a67a7618e53b789884e29abfcfe8c24dd2d01d0f82466a62f0f7a1b965
MD5 8e391af249e5443172c0b0d1b23c827f
BLAKE2b-256 6309b43bc024173a2f6d9eb645acc1916b379b0ed7a34ed5535950e9a98f754a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.43-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 807709026104405e2f5f7eb321661ec70df1c6aabd496f18815d8cbc44325b03
MD5 64a608c5bf75f4301ec9d109d17f160b
BLAKE2b-256 4e01240a7205a951eb21c588c6882a40d74153e7560ad150b91a698063cf9f9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.43-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 498cd4a5194fa8f6c3e8241cc988d750cf23508b6f7048479d5e0ac03b532010
MD5 a3305e48bda462f1fd12d8208343a9a4
BLAKE2b-256 814d333d2fba2d815e946ed0f760fd487e20e4e7eb1cc7cc8e89a9c473eef6b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.43-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5d7d6c698d1537c230a9cd0f777252b6477bee76ae6df324c2a1d819cad5f5d8
MD5 2640c97d31eb6d993c776fbfe2764475
BLAKE2b-256 4e2e99a105b35ec625cb50bdbab9fd89c479fd8dbc31347a41e041718d5e7f3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.43-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2da601f1ca45377f820cae1a92192beddd41fc399576afc452d5c0dff3060b74
MD5 6db02fb2801b1357383629a2d314e60a
BLAKE2b-256 00d61aeb91b5f498fc828e9bf1e27ebdb6ab769ff51c20a1acfde11e5715fc01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.43-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 ed30c3d34a837216965ae1b0c6cd49189033d3c693ee590a6036858102dc1603
MD5 f5c9c299fc79563090c86ea7e1a6e6cf
BLAKE2b-256 c6f7325d07553f36cf002b32772e17dde7a76654dd5919950c0e9d1cc80798b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.43-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 744c4eec9c7094ed2b3eba1e71755fd84af6fb583a418ac2b1e8c5f9a40c12bd
MD5 db4707e1abc9d26832947583728bb589
BLAKE2b-256 1b138dd19b7d6714b6cbcea22f865d3f8b15ec79688c7796c247dcddf680c8a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.43-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 81222569e82fcf3def6b8a4fcdc9d0235bd553242fb785544d23b0a00bf4be87
MD5 3b31d17f6598c74acd3fe7d682c588dd
BLAKE2b-256 80ab5eb57c23e581c967c6b109e3017a659e07370cba75348ff1139a8a37fb94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.43-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dbe140f4acf7c06b7bf79c99b3b687c79adf29add35945d3d6f27a00855f84ef
MD5 9ae3dcb86d8067329f3605c1a251efff
BLAKE2b-256 fc93e201cd4cba210ed7d888075ca585e0f208c9c4d59469970798543fb3aa97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.43-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 82896437f2d69088b467351b23152cf9fa4081292da3669b6f57847ac7d1f2db
MD5 3568fdb0560fcce500cf74c374ee49e2
BLAKE2b-256 95b3e84ff59cf0aa779ef1eaf231bb027ed5cfc3d1258e11d1be3c8f46e3dc90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.43-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e26f46fcbfb551765fb61fedda4664e23b80c869f77a483295d6f6100477ede7
MD5 d582b4027dd13cc529ac99f24fcf887a
BLAKE2b-256 12e07bb3ca313b2c36e537c5bfd1d881bc03d3961d0112368a64ea482d9ea113

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.43-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 45e3feecdc423d9a00bda4fd7e9633fe10a27c116e62808d9cb4fc49f470ee2e
MD5 4c8f519ccb4e0c5ac69947ab5e27b49f
BLAKE2b-256 52b52e6fb958a5de72cce16768be25bc691b8ad35cc3d81592fce9dccd9f6960

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.43-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d8227f70b7d129150361dfdd2e47f7fbc5f29c814dbf997a7a74ac987f98e4f3
MD5 d0831f24d5c2a7d30838e761db562bac
BLAKE2b-256 4eb0e8b11f5ded10d257af538f450cf5795649a89eab2966ddb1994dab365381

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.43-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 47118747abef4934dd1e415c57dc99d5e3e500d3b7b37c36a80cf7a73dda33c4
MD5 6e6ff304dd7d29e27aa3d2ca5f28a897
BLAKE2b-256 cc17cacb0a2946b4e4ba31676f1b16a38559c9d919411686aa2759a2b904ea6c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.43-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 17a0bd8bcd7c8a8197664347430e315104c1e9f9b72ed5c0690928094015691a
MD5 0c9f9bf1d8552dded131e0bb819bf12a
BLAKE2b-256 57049baa374c89dced99ce2557b24854b064da29695baeed8683d6ea453ceb7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.43-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7dcf58ef2c44297e341dd63180972e29dd509bd58c194b98ef716f8dd886438f
MD5 83a24d0238665f088c3afcac14da521b
BLAKE2b-256 99f2844a06540ce8bee8628bf79677fd655f038512c5f3eeee56b128de3e6b6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.43-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b333dcd59a561e42a8706e0b185faa9d72cf23344dcde3a6895e3b3df7fb9b05
MD5 1443f82739175939c7c02b8de3a1c83a
BLAKE2b-256 20a18233c0ab1d31fb30bd6c3d3c46bdb9327d78b8069a010f1740638c780f32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.43-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 0f40654dbf6a5ea1a7bad4dc7c3f8efaf1072dba4fa8966f7fb0fd6861faaed7
MD5 adc147e41c4f3681eef7b6fc353eb522
BLAKE2b-256 90f0436b878f7de26a24f52471eb16670b19a4763eed6f24e6222568422cc449

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.43-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0838f2bd1b7128f4178f0481e4fbbcfe0a1ebdf2d440f8f09073457add9bbcf4
MD5 cec1224ddaea508d860b1ec622e23f17
BLAKE2b-256 3e709496defdc52314f16ea86efce9427d1e90b32ba0b160329554cd07d95680

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.43-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f2f18055004a7305fb7cd6c8e26e2b171011c148d4afceb177c64602c9681947
MD5 fdf9fbd40519e23dab3f4b4239940e39
BLAKE2b-256 35c5a0529ce036ad6063d0369e31876ba885ff2a33457e89158bf95f72f593b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.43-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 094064e30b7792f36675ad84f327fb45910ca3aef352037186e936cd4cd427ef
MD5 cdb74146ea9990a8d6012425b509bf91
BLAKE2b-256 46c6b06f8262d926091e37c96b3a57598a7cfa89bcf07558b4f37a9153906411

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.43-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d8a420a3eb02aff6e5cc1fba66285db7c4d2ae474ed25a2c9f59d83acb7f5b9a
MD5 8c0ad2fdb6b6e188927c071d3b154d21
BLAKE2b-256 5f7b4aa18846cf1ea99f147f9a7e0cd9a5b785e7d2d5963b98865f7e77f2357b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.43-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9bb8335d35c78de376a74955f947faaadb684919787268f2e0fca351555e97a5
MD5 d27f106bb0dc6a28ca94e4b866a448ee
BLAKE2b-256 369b384abdda9bb2ab10390f186ac0569a9efe80bfdaa892fed02b1c2b430f93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.43-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 216794334183364527c9143e4b0aa56af7a3d571a17ea5cc4a5f931bdec39b3d
MD5 5283b3e9867fad45a3262026f9f32ff9
BLAKE2b-256 23415045ea08bf4925fce97db81ab23ee047642481d80d72f9000adcf1455911

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.43-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5c02788ac2f0ebb13c9d0acc0549f6f5e3da386ce935c0a5586c4b84d9b49c2e
MD5 1c29a7bba0698e5460337c1ecbff2376
BLAKE2b-256 e355f0a5909446852733b36b351ccb252ec1b88b698efe6d2d0ad561c4e4c53d

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