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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.10macOS 14.0+ ARM64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_libbraiding-10.5.46-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.46.tar.gz.

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.46.tar.gz
Algorithm Hash digest
SHA256 23824096fcaa8613b637642a38b32c2fd2e6d1096daab9bedb6fdbed4d7ea60f
MD5 9ac19a1613a0114ae2c8232e65e8a3f1
BLAKE2b-256 4b69e644648e96c18ffe65f76913824e0fd0d4c0256c2f1f83e1fe3d91618825

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.46-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e7469d27ea5e67211d4484503173fd10df31b1c42e32b7786ac7fef5cfc2883e
MD5 c385c21f53534cda26e1e4ce2f618b12
BLAKE2b-256 58b83913de762b0f2b9992e4988fff7a0e6a8f5ce1e8946fadb221f9f4df2591

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.46-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8b117ff185d1035d5333b4ab45ab4a470825044066717d608cb00d7b3d013053
MD5 7b97be0b6d285449a5ac92cea20e93e8
BLAKE2b-256 aea9e1512999067a5695fc0238b698684ea82d0e3dc93bb166cccf3b4f5e9d82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.46-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a23bee4441589d05698d626deec474aaa56d261d0c69e4c9c500f25297e49aa6
MD5 3ed0f272dc2fe02c903a0d58e239bde7
BLAKE2b-256 9fc69ddbd4959ce7af44cb7df55b5327e26455b2ab5ce79ad2ff1b4ad2686cde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.46-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 322ea8ac8f430dfb3b97647f858fc630791315e23f3ead9028d46c4044a298dd
MD5 cbbe360d8d96f8d9f051d6e144407959
BLAKE2b-256 8445713dc1569e4290138e24e6416f1c46903b71a08d11926d552f7e9247a459

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.46-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 85c9c131ebe62da8b5bf18669c979c6890b1692051b880bd5cd3bd0a8132438e
MD5 3562fb4e2bb86d98c9014b7f4b4ef6c2
BLAKE2b-256 b7e4c9729ec4ec6db7b5d49c65d4dfa69b631fbecf7b3d640af0f6734919dd73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.46-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bb3dba363a942cd5839d8c530a85665f17283da31cd902a73f919f0a9c2e814e
MD5 5a94f73a73a152f4e43fe2e852907404
BLAKE2b-256 02c30d963c62f78978c2bf946198dbcf1a1ff2ed41afe2231c66f820db4d9f58

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.46-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ebbd5494e095ab69df18746da1aad75a5b95e0bd4ba69926525569f0e593e023
MD5 076143ed89ef159f7e4e8c5e1bea7d5a
BLAKE2b-256 50f125f2ae30c715aa354a7c0860ff39a0bc134b68de66cb995d494e03a0203b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.46-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bb844e590c2b20a25d0085c06427d5ba7577ad8e35f5fefe75255700a4f3fc57
MD5 ac7f326c74a7694b8c690ac3dfb1f17b
BLAKE2b-256 993adc3cda2349d81743f663f1c6881dd46fb2d289b420e2db0896591a30deb4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.46-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 694f66193dff3a5ab405af34db82d3c464abde9184fa7302febaeb183b50ae34
MD5 77d1dec8df546142f3f10dbd70c52305
BLAKE2b-256 4369dd1792e43abe2ff1f9b7453303c353cc2a20d3d1470b825845845d71a837

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.46-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fe1504ba041492c4e26c44356c005eb24c484d633e5bb337a47030bcac0f1040
MD5 e44c6e8af59751ae560f11e86afc584c
BLAKE2b-256 325b462380c365aececa77cb20f1a04bff172d9b66cf55536d6437f31923f681

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.46-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 bf30397d645ff077bc8ac0c5100824d71c371c939aea851d67f11ff855f8221e
MD5 89293b0e1fba0e0787d43463be88756b
BLAKE2b-256 42700ddde1e98fa67366a4dddfccc143accfc869035a63c1b581c62b39d4e3db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.46-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 243016d921c2132d46f6b77e3200d242ab2ab5fbd8ca0eb1cd9b656fa1661f1a
MD5 483b1ab724f5db79a29c235369ba9a82
BLAKE2b-256 af5bd5196e08be261d20f6459c11c27848ad7ace5f2f9aa86ba4886b9c866496

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.46-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 64e78b989c62b27f231c70670ab231e051d992ee33611ac2a633b559987d53de
MD5 4948ab552dd77869de98e8a7390ae126
BLAKE2b-256 f02d9c505d0ee965c745f565f30c759f6e813b7a7f02820dcabbad8112baa9c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.46-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 023c7ac81e8b84a08fac99cccf711a4c35562b3a6fca247f8b4c3a75a5b81a2f
MD5 c01bcc0b8b359f03d11d75894c20289d
BLAKE2b-256 f0cdbb80bf648c8ccd61706e188a2c7005090e86fa86f5d4bee448670afb353f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.46-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8c89e0185c9b1b57b5ba7fa5e5197ff25f9397c71dd9b45ca4278bab54f01309
MD5 9fd1994ffb35f10a8d3cb1d686f9873d
BLAKE2b-256 a9fdd5ab458083c0f9bd15a3ab46697e985bddac604563bcc808ac0bd28a9804

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.46-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7a5ad9d0cd546436848a8284ebeb2615babb8d312bd7b62659d6b44ea3b4f6c8
MD5 4b8d3573a4861b257657e272cb59c3a4
BLAKE2b-256 f158abd18d9ad7599f439661ef307e13baa3506fbee17995d76662f132f1d5fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.46-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 0220484b8c90cfd79cf18c995f54cf5bbb6784b3a42a2c310abc6c3644ddf90e
MD5 552942e221a06635d894a86b8a068afe
BLAKE2b-256 a03d37328ee07bcf730d1d13119109574cc86880d21a195ef16719e9b737b3e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.46-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f59844bfa5d6eaa1fc418e02bde9ea2185dace3017da16a3a08d5859371e12c4
MD5 5e5ede257e4de6a3058e6a1e3ce1ad3a
BLAKE2b-256 e6829a70d2d26ac2471a0c12b6a90345ee795f48aa240dbc307f435149a43c8b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.46-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 53d1c23d17ce51455f1bfa882770a2d60bba3a340d22b0de5b84d8aa7a38b22f
MD5 072e95e589b973041152a288ccc49585
BLAKE2b-256 f8202e0d830259bddd541ba9e4d11e5a27c02b699204ff30cfd70de2f830ab3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.46-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e32d95e1cf8f84c6bef9b22b97d2241f0a667b9bd72952d8af2d976c92b5e09e
MD5 1a9b417988184bffa07cdb2279621bbf
BLAKE2b-256 704c8b3c42dad9ff6457fc2b5b2121e632253fe9eea5cac7bb395f8037c5a2e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.46-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1d1da27e49ec872ed41b6e30af6d3b92b37936031321a67ac712429e00bf664a
MD5 f55b8ba0e9884237aac7126687f30317
BLAKE2b-256 f42316565bed9dade433a4407d401c8d01de562a80f618621e50078e48045544

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.46-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e299ebe0f8bc3b4fa7f684db453594b83c2baebeada91ab0799149c81dcfe882
MD5 6fa66c61412f3b5ff679826f068f0eb4
BLAKE2b-256 7dace03f7692d951552011e5d553fe4f59476c930557b51465dbdb71238260c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.46-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 f843292481b2106e2130c2eb66558ae21dec9a4f2c996060183173cbea84cbf5
MD5 9887535af01449fd32347434de85d686
BLAKE2b-256 d6ca01ee775ee35804a76166f4489b98c477ebbf4fd426c85de2f6abad5ecefa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.46-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8406720ebffa453a48eeb1f15904b4cb152ec5fe87212d74ff8313a1a1c517e0
MD5 8fa80c14f9a139c81b1a97890f1cd186
BLAKE2b-256 de96ab648eab826f0b7f45b282dc8cab593b7c00f4f8981ca55c510396b5eb4f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.46-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c3eb5e3de05f593c8abede5e8062faaaaf801d09b0996e0e4e12eee15cddee0a
MD5 5a80d66726249c2d0a4eb3b28e58f790
BLAKE2b-256 47e3f59dfdaa87e107121cdeab92f3e3eaf907ac9068aa77d06d3028944cf639

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.46-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 334c601f89a2db23ceff89b1837edae794c53f74c95dbf04e51dafeb5091fef9
MD5 bf96f2c942aa83cdae73527371dc57c9
BLAKE2b-256 ccd57b298137cd2414c46c08d1dff5a88574cfdd2c746bcc58fd4976e9ff1102

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.46-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 960f2069815ae7c808b9f1de25417546496c344e3562299759351bd34ee804d8
MD5 e808dddbcdec9d99a90986b5da752c61
BLAKE2b-256 04ed38fad0ace63c5be0afa11cd2c19e1eecd91405fe17cfee6fc5712ce8f6c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.46-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 36008928a8cfdb7baec81373e065b92a3dcb6c6e1516d531d9cebe9008301895
MD5 2f742a3f6c7600f93bdcf37bb369e9c0
BLAKE2b-256 f528b1c718511306d17f87c01846e284b58e99554bfca960a0fc7df183d65325

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.46-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 7b0630c2be20565b213cdc8abacda22697f08b20ad7ea000f366fa226fa1290f
MD5 1ae31b67928012f366763645872105fd
BLAKE2b-256 9837bfda5b026b4df560f508d48b1492fa26a74cd9ca2b8d8073cf2c9c7751e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_libbraiding-10.5.46-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3b4bd5b5aa6a6b41379d09eae05bd2066c8ef26c4de643213ae0185efafad584
MD5 75e6ea18d5bedf7f6fee30c95f13fd67
BLAKE2b-256 3f5997f81a9d48f4609b00e3983696bbd1face1d2932958731977742043deaa3

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