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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_libbraiding-10.5.49-cp313-cp313-macosx_13_0_x86_64.whl (170.3 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

passagemath_libbraiding-10.5.49-cp312-cp312-macosx_14_0_arm64.whl (145.3 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.10macOS 14.0+ ARM64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_libbraiding-10.5.49-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.49.tar.gz.

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.49.tar.gz
Algorithm Hash digest
SHA256 361c84165949ed3e020c1ab6790cfbda47be47944a9b9c662a4b8e70de5cdb8b
MD5 b563c41e41e99ab4c308e8ff09d54459
BLAKE2b-256 0eb2a207b7d52ea376defd8f0eca8180f3c38a6ca13a7fe7f43bec7995c86f24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.49-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0a1b664cbf4d801fba120e8190b8fb428f5b503b7a82c0e3ba288d0da5a429f7
MD5 4b09fe27a94a9f2d18559481b6b1d043
BLAKE2b-256 27ece0771187df86659c9e8a59c94e667550cf24ff2fa0938e4948b896eb2544

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.49-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f47912d2986dbd5d0872a7cba608658649185a1d7b4bde24e449481d233f1164
MD5 7a74e9cebaee38f70a910d607623edfd
BLAKE2b-256 337ff3c0a047c8e54678e45f1d20d306ab7002e02aa7d814a8580e32a6e7cc6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.49-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c4b13003f8bd7b2b1eebba1a37977442e988303a6850e8d55251609384711403
MD5 498867f56a32b743b7dd959a4570bfca
BLAKE2b-256 d97bc930840c9bc192ed511e71270bfc35fd3440d288b5bc318bacac12f4ee11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.49-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f337fcb666ca56be82b4c05457b63d5bef30aa287491b7bf6f363a66b60948a1
MD5 c9e4f5e4da1e36aeb02c045286e361c4
BLAKE2b-256 a2f0d8ba35093afcf28360ae3516e13f48f69ddd8c8025f7bd9611cc0b2329bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.49-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 382be206fd5387885d31c12e34537991663d860ae2fd11ec90d1a5fb8156eca2
MD5 83256a8ec1a5588287cf075fc91d8e61
BLAKE2b-256 458dbd10bd368f9964695dac50ab723da22c613348c6c0571d73d97d66ecb5a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.49-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6ec862b509b21d694c03f9b46fd57fe8c40d8bd2183fa9f9879ff31552d47c5a
MD5 2ef46e60ea151b3d9a6ecca635678170
BLAKE2b-256 b487a70de40db5570eb0f3daae0b1a02f5f9a27239bf7acc00ab7329e5342cda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.49-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 861a445260f3ece12b0f6f792937019c0cd50a2412249155d009aa68a7f62d48
MD5 73e61e38a0835159310f73e03d94a254
BLAKE2b-256 872806faf57341b0a53400a594174bd5c477ccf0db5a3bacff33b3b2729356e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.49-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 da6d04d30c2a2b911061c389fdec1980c7a69821dc31c86754af44bb5330e8b0
MD5 989550be9752b0342dd5b9bfadbcb17a
BLAKE2b-256 82ae2a910abde5834996685abf0645e0bc5a19c79e43b15b6024df77f483dd34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.49-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4a4ce347c42f3c972c68c93104897ff38ea9d7411260153af913a1065df85edf
MD5 74761fecc3d42b2bc1007c6af5c44f1f
BLAKE2b-256 1d3c3f8ea88e779b0fc400193c3c8ee9e049772d7a202fd8ba87f77555a64b95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.49-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3f2d263a6f29d50d394bf82eb8fb6c3dc11cca5144c503fd9596082a227d5459
MD5 05e8e0f18ee7e6106ae94efecf22f876
BLAKE2b-256 639d7a0cbda7bc69b8937fa59946bcc1908585944f83af71edf4113cbdf0d713

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.49-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 bb1d22bdad87f0ce7ebceca680554fdd1d27f337aff3df6a643372baf87e2fa2
MD5 e40508a5da6c7fa8987eb802e6c3b8cc
BLAKE2b-256 312209530b462f44404efdfe42eb56bd8cf432c4a3640aea460d951fbe732510

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.49-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f4ca53fe6c86065c6b0889228938972d705a240ea6e8e864ed8c13b67f868b1d
MD5 df9673aab869aca1bd0a043fc94ed3ae
BLAKE2b-256 8954036661d542783119f6cb6ae8dc4a90f5e107a13542ba35cf20511da8478c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.49-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 306139f88ca7baf456438f91683835d9f400ed16d29e8e9e98d59885baf0ee5e
MD5 5ca0b0d214c82eaca6bce998e0c412ac
BLAKE2b-256 7a76f0375ed0c906c172787c27243692c09781984a57bb88cd7787956a67fbd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.49-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7d4cbd78a9fd7648638fa6f4434421f2a7cc1b8a2a8d130451b6e9971300ee65
MD5 007f63622927028bb9c92cce2e3575f1
BLAKE2b-256 ab895c60a59674ad6e6c63237f06b3863c79f877138ec8bc81f335da83756868

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.49-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 109b477ff735ed7bbcb510f17a1f1287fb60ae12ad7b4b96b1dce993d0b7a2d9
MD5 de2cee6d7e43ec33692d5e94005cdab7
BLAKE2b-256 a0652811d612e0d663dfcfe30ea6d27b08a66f9399098f7ccd87459290ee0262

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.49-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8c5415e9bc53799f22c65f37004dbe8365db50a90b59c9170147b16e4b150d50
MD5 b6206ad37e1c9d11d2f6e6757091bd41
BLAKE2b-256 133e7757dfdbdd180f5e4d7f1f004cacf6ca0cd15452b9921d4dd432200779a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.49-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 15d8965bc68ebbcb23f29ee61e7eacc7f0bc61b4e62824475da679f928578262
MD5 f3d8e3ed0de343e1dd67d8ad59e1df14
BLAKE2b-256 7240a6910ac840ece9970d74a2035bd8c4c2a3d09993324b0384da1dc2276778

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.49-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b49786038f700343260fd6d0b7dea0dd1590ac7b248ed3ae706a607889025c60
MD5 b51352579aa3f0c6aa8108cbc7da7a3e
BLAKE2b-256 a2fdc5dcf74ddb70f98a7cbc974be0cb56958444009b7fc34f3cf2bf39897463

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.49-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2d40b204021818e9216f0649b1d1e4f64101d365be5bcac10dc3b76a1be4ceaf
MD5 0ab6ac051d9a4ba45b1dd7b5601b69e1
BLAKE2b-256 ff47b1297c62ef4fe8b783676f575badda931a3bbcb2626cf0d238b2b72482a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.49-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2c83b64ca23f5be4eab24a79462d6fcba8c6b837d0d796199ccee969086734b1
MD5 654a4123beefd4ff20dae341d924cba4
BLAKE2b-256 414e90cfd6a207a2481cb8508c45b6d06c994836c0f6625ab6af4042787a05ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.49-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c0cba59fc675141d1850bd9be7f74f893dc0d65a79af33830ef09e42024d07ab
MD5 4fa74f2a7f7a9101c299b37d5921fb02
BLAKE2b-256 530ed8ae4209212984bb3fdd9469aa8fc149a482f4dcb80246b64dc520d30095

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.49-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fc34c651c09c6ba6b2061773f0c0a1d04c0a89e76d08363ddc0ffa12708b72ff
MD5 73e7642ccde5721d7d161e643d25cd63
BLAKE2b-256 4388ca34739377b4be9a46bfd43d8a99816be32360e770fd19b2261f48c85e43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.49-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 3f5a9d0e018fbe1080af9433ea8f177b9bfafd3ada69d78aa507333a37f4615b
MD5 5d844fe855dad8a5f6e0b11dc7aabc93
BLAKE2b-256 b2de1192de22ace7fa012c6d95f3e84b0fc6bb8b0b4bbde4c2191c7050730b45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.49-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1a90497eb5e6a06a2bdd288cc9bd6a781178ee96a79eb11deb54b5628c2ed26b
MD5 e1be9843beadc93c5e9e6fa997b600d3
BLAKE2b-256 1e610ce1ab2dca12ba9472ed05ebe71188e811a54a554df0333f119cdfc8ec0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.49-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 da4f7bd90163e182e51d95027437b7f4bcd85b9996914795d2d6fd577b2c46c1
MD5 e6b9f9de8c5f2db6d47de40e21c43193
BLAKE2b-256 10477f22886a5a5de7726fe58bbab12ccb7f96a767fd414886fd744784598376

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.49-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 418d98fe7b05e15f94f809c486652eb94fef2b8cdd5d2f1aa475ac1fbb9c0f75
MD5 13003051c8b65ada79a510c493e61ab2
BLAKE2b-256 1a3e4142c652c2950ad37e2e921f9de787450b456422fd7c56ce6eab0a95ef98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.49-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 18fb6c572330f4ed1531844ff935ff2ec98a5257e66a463a64586018ef057882
MD5 e46d9c6022a362ff2536eca27ffec98e
BLAKE2b-256 308de38dcae850e671b54cace14525ff8eedaf969a9f1631e602ac95b488d423

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.49-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c603f7e5d3556d48ad7b9f8bae9bb62a8083841b16cb19c4fcc4ad9699c0e755
MD5 93656ec16d4b4e9189cc9d8befc701eb
BLAKE2b-256 0a7ca23c0f10200815be92729d098cedf448f2d86bb11745cc1e589a9789a901

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.49-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 a0dc091575f564c5d8b51248e33c7d71c34c73a6dcff8f3b2bc953f860e5898e
MD5 c82ef8c41847b9a510d3bd18fde98420
BLAKE2b-256 bcf154b7335601625684aeae44b4e350c714434bd791701183e2aa3a099ec738

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.49-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 47ee828d27b5d32e68aa66108ca61a678750d49cb6c01dc5153d90968fe8aa4f
MD5 8d8bb3f4fc792419b53c42ea56082fab
BLAKE2b-256 f740cd2b141218f287ba9f32325a542d4f300cb608f99898c5e8db9012399c9d

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