Skip to main content

passagemath: Rankwidth and rank decompositions of graphs with rw

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 uses the motto “Creating a Free Passage Between the Scientific Python Ecosystem and Mathematical Software Communities.” It was created in October 2024 with the following goals:

Full documentation is available online.

passagemath attempts to support and provides binary wheels suitable for all major Linux distributions and recent versions of macOS.

For the Linux aarch64 (ARM) platform, some third-party packages are still missing wheels; see the instructions for building them from source.

Binary wheels for native Windows (x86_64) are are available for a subset of the passagemath distributions. Use of the full functionality of passagemath on Windows currently requires the use of Windows Subsystem for Linux (WSL) or virtualization.

The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.

About this pip-installable distribution package

This pip-installable distribution passagemath-rankwidth is a small optional distribution for use with passagemath-graphs.

It provides a Cython interface to rw by Philipp Klaus Krause, which calculates rank width and rank decompositions.

What is included

Examples

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-rankwidth[test]" ipython

In [1]: from sage.all__sagemath_rankwidth import *

In [2]: g = graphs.PetersenGraph()

In [3]: g.rank_decomposition()
Out[3]: (3, Graph on 19 vertices)

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_rankwidth-10.6.2.tar.gz (8.0 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

passagemath_rankwidth-10.6.2-cp313-cp313-win_amd64.whl (77.5 kB view details)

Uploaded CPython 3.13Windows x86-64

passagemath_rankwidth-10.6.2-cp313-cp313-musllinux_1_2_x86_64.whl (238.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_rankwidth-10.6.2-cp313-cp313-musllinux_1_2_aarch64.whl (231.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_rankwidth-10.6.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (237.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_rankwidth-10.6.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (235.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_rankwidth-10.6.2-cp313-cp313-macosx_14_0_arm64.whl (44.9 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_rankwidth-10.6.2-cp313-cp313-macosx_13_0_x86_64.whl (46.5 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_rankwidth-10.6.2-cp312-cp312-win_amd64.whl (78.0 kB view details)

Uploaded CPython 3.12Windows x86-64

passagemath_rankwidth-10.6.2-cp312-cp312-musllinux_1_2_x86_64.whl (241.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_rankwidth-10.6.2-cp312-cp312-musllinux_1_2_aarch64.whl (233.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_rankwidth-10.6.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (240.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_rankwidth-10.6.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (238.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_rankwidth-10.6.2-cp312-cp312-macosx_14_0_arm64.whl (45.6 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

passagemath_rankwidth-10.6.2-cp312-cp312-macosx_13_0_x86_64.whl (47.2 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_rankwidth-10.6.2-cp311-cp311-win_amd64.whl (77.6 kB view details)

Uploaded CPython 3.11Windows x86-64

passagemath_rankwidth-10.6.2-cp311-cp311-musllinux_1_2_x86_64.whl (230.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_rankwidth-10.6.2-cp311-cp311-musllinux_1_2_aarch64.whl (227.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_rankwidth-10.6.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (227.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_rankwidth-10.6.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (228.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_rankwidth-10.6.2-cp311-cp311-macosx_14_0_arm64.whl (45.1 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

passagemath_rankwidth-10.6.2-cp311-cp311-macosx_13_0_x86_64.whl (46.4 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_rankwidth-10.6.2-cp310-cp310-win_amd64.whl (77.5 kB view details)

Uploaded CPython 3.10Windows x86-64

passagemath_rankwidth-10.6.2-cp310-cp310-musllinux_1_2_x86_64.whl (201.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

passagemath_rankwidth-10.6.2-cp310-cp310-musllinux_1_2_aarch64.whl (202.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_rankwidth-10.6.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (203.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_rankwidth-10.6.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (204.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_rankwidth-10.6.2-cp310-cp310-macosx_14_0_arm64.whl (45.1 kB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_rankwidth-10.6.2-cp310-cp310-macosx_13_0_x86_64.whl (46.5 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

File details

Details for the file passagemath_rankwidth-10.6.2.tar.gz.

File metadata

  • Download URL: passagemath_rankwidth-10.6.2.tar.gz
  • Upload date:
  • Size: 8.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for passagemath_rankwidth-10.6.2.tar.gz
Algorithm Hash digest
SHA256 14dee7f94ade82b590c5ddbd5efe2d02e53207a3cfd4e415e5ffef8f895524f2
MD5 a80a5d98ee2d95a209c052495f9ec292
BLAKE2b-256 755856f1c054a6c4c95964e11a5365fc56790b54b3f717b36c813ff236d04a69

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.2-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1b31f860d5b87761de8ed376a6c6d96f96b8c22c842c03303bb2e5b5deac44ae
MD5 126d5ef88696680f405a73eec885af1a
BLAKE2b-256 1b82d6080b117f2f4823b019bace6a8adc864aa44ac090af769fd2efd6b4425b

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fb0806088dc73bf0379f1d438e7fcbb9a019b3ec73a46c609d666c0fee3f4710
MD5 3c383c6403449adc2cbb97ff746546a9
BLAKE2b-256 8d04270ad0760d03be8ce250b7d2ebc24535abf41235ad69a20c356d1baf7476

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ed112eebc89c35dd302e98dcc456044c9820ca6792e1611a5d85e6932fc35700
MD5 d527a9cf3d491f9beb32a843cfb058c9
BLAKE2b-256 5ed210df9b4affef714df35d4b6b1374661e550d8832dba59277e4972a8ee336

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 88dcc4cf342f43ddd1d3b342390a024c1cb20d0fc7f2fc06b1ada9a22b90b085
MD5 a8e3e96e23f851c96c2e7d195a7a04ff
BLAKE2b-256 83913b61b194836854d98538651d13989aac3181c73e93286bd1f1e720300f93

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6e44a5bf14728e06edb95988ccef833c30db693510808da380504f7d0bc4bf20
MD5 ddd32a0ced2f61c6fb4fec287c109d05
BLAKE2b-256 ea12c95eac9dc423b0269842db3e2c6f07dd5de124f993eb0492164a9b6e5390

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.2-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.2-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 f5e295683a9d79442f53b7e276581d0158b55134699236b5d48823502faa2ee9
MD5 fd73e47df825c5a9f0b7f2f5678e5cc6
BLAKE2b-256 1b4101c55c8e0c775344d9b9cbc6d068e630cc762fcff5bfecc996bf2d265e65

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.2-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.2-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d7421acb3a19653f9b457434a8671429a8ec83d9528d461188de16383bde93df
MD5 2faa4567794ab9262b22c5a13557d29e
BLAKE2b-256 11c4bf415a7a8f5b87e57464c5fe94011bd1589abea650b660b72596ffbb2a24

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.2-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1a902ba54283b22087b948da743c09eaf69fbe0548c04a0a776b4a0256169ff4
MD5 c87816ece8fb60f11bfa90552eb1b020
BLAKE2b-256 fbef6d8af3b468f80f7f6a6f7b07fe63eec50673bcf7ef737272961ca11c7581

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aef3574c1e818e18fcb25810d24d841dce7e15c5373eb61dde291bb85d789a42
MD5 ede655abfe975e83cda8078b2a45df6b
BLAKE2b-256 1048d840cc90676b10d8a4572ba43181f9acdcd701ad6f9aa866ef8d6dabe696

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5e8c10936c207470a57f3eef68937dd8e69f980a7e03adb4c34ca47bd60d449a
MD5 7812dc741f156b8eeb2d73fed2124fb5
BLAKE2b-256 1abb16fd11291975f474bf423dc382ffe064bcff91588db5ea10459099c84fbe

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9bc99b0b5e8b32b1d3d7336377bed35ff043acddd60465fa536a9db0ccdb7c1e
MD5 e56c2c29846a3e9f149f5a12cc6c5b1c
BLAKE2b-256 c9d21c9d0dd735819796633c806362e40805213ca0ec3659099705adf6fe99fd

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.2-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 297597a4dde004703e0746d4dc3505847bb55b474e18189182dce8b3b5840349
MD5 908046efd971f5e41d4837dcedf95c3b
BLAKE2b-256 e146afdf9cc77ce57477f56f089a7568db118aa26c8553de9658155d50f41027

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.2-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.2-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 c0de9bba111411525fed6cd504eb882d2a2f0815093f9defc84fe093fc45ec4b
MD5 ee219c3910aa65f0ce4e33c8d50c8810
BLAKE2b-256 ec8c26fc06e1c3211d8ea7e5e1480cdb9644505f2b8179e2fe1f79e2c5007c07

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.2-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.2-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f577f03b0fdbb336b1947c0a9a7fd39edfca62d2c5546e713d3d9f980e69d227
MD5 15cc7f031022adcd4c4523d345c952bc
BLAKE2b-256 912ea8b5d3d011ed9aacee6d9df13e1dd04b05820f7f1793d1c0a2a009a19abc

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a3549c03142dfd9ba4a6e96f622938fa91e3799e64f209f54b01c6809f601c12
MD5 1008807d4d51113e0f7daab1c65f6ba6
BLAKE2b-256 b43629ff82cd3d1b062a1676fa995cca0618947cb358f4041e5a0fe40e9d5960

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b5074447800df4ca6c6930b95eeb04701266de00dc7fd90a131211f0b6997e48
MD5 54dca1858620523f5342d4f6c4871251
BLAKE2b-256 8da9296c94491da6279bbd1059c11b5f9121f2bb21b13b537b454ee4e4181e58

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 11aae0bb50500339ac3b15dba29e3318ccbdc05118c0d139badd0668d5682cb9
MD5 e3825a4db482e40802258f8a5e21248a
BLAKE2b-256 50ebb7d7cc5898b25fa62b71c3e462ea9b5be0ef0071fb1497216d58fd58552b

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6cfd8a417d6564663105d89a2687cf59fa196481450704af71da2388cfda710c
MD5 35b1c68655d228f03bb2d7fc21f8cd83
BLAKE2b-256 46849305594f6040e206d4145a1f30860e36602037ab04fedf08035e1c288f51

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.2-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 292132c13460d23d59fcbd72fef7170e3d68baa0ecae980749702fb035a777ae
MD5 27e5735f6a9850b123f4e5880e9c1a1a
BLAKE2b-256 01fab04f0ab2adfb66267c2397819fd95b1d859682f18b37bf653d191cb7ba76

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.2-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.2-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 6eeaaf7b92a7e55da1f7f6d3f417a1623fa7d14bb2d4871c0310c3aaf1dd999d
MD5 aea443b9ec6d34fbc3e0588873b12255
BLAKE2b-256 59884324e46e645a67e2a1991220af22eea690be2dd0382dc8d176b8c552fe97

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.2-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.2-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9c6f53ca23f45835cfd6ca867d6b29450c8585c237c839a40396eaad0097fe64
MD5 53e722d10721c50b97ebc6a7b063c188
BLAKE2b-256 41b5d7f6c56e218770f6b54a7f6514a24dd8e6216ad327b27037ed8be8614b33

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ce7ea18952d6ca89161cdd3f8cb966101f0c31a98b56c92ff6a531ebacefe09c
MD5 6374907a23496baee878a7ad6e539ff1
BLAKE2b-256 8d95625c834b2c2f08ef79edfb3f3088b0a70a9f603a6d214de33313f55b8d07

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3c69fd416a9ee2e050e600b4e776da5a077e52d069311159c7b4745c6987bf59
MD5 b64c8d332a9ff058d4e2b86ff9a07c70
BLAKE2b-256 ef25ce73af97f75eead00f825e85bba1af55e38a5cdf0a555e792860b17f8620

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.2-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fd986773167d7b9eed6ce566081dde3ccc7258bd5f7b832e0fcf9d0bcd0a91af
MD5 44f451838cfc80de36e952c39d385165
BLAKE2b-256 a33523d70e2bd36918b4cdc4157a739a4ce4efcbf066978eff0f5949e25fe4fa

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 91c5f998bf996991f951096dac56eae4183e0ca363f711bdf96bebd4209aa748
MD5 37ad69caaa55f1855456329d93e19759
BLAKE2b-256 7cc9fa199e567ba3b4e897d77e205410d6fa67df71ee3b5c94654bfdff7cc5f0

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.2-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d4cc593cb9134fd3f06246f3326d4f70fb2e82717c8c1e113a9e3e80e51ee0da
MD5 9373cde0ea20ff6801329009cd96f354
BLAKE2b-256 fdb91c6e6e51129475e93503e9c71651ef08d9b0b4ac7668278a6d15ba18eb79

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.2-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.2-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 90c8a591cf02c955144cfda8d7dbe5edd4349f9a2811b15ce71e6994fa9b24bd
MD5 ec9a002007c075ef84cce282f5c1be58
BLAKE2b-256 4f6a27fedc14636e1cc1f14fba0a111b9137436a3e99d7ccc4a58d84088c9258

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.2-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.2-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6aac0a6e12f8a0d845769dc7ab0b46ab819cb8df0bbf222e1da5c23b37592d23
MD5 4f2dcee5c4f1f3c48c4cc9a984b5483c
BLAKE2b-256 0f984e4ca8ed1041b752a1a679e67cc4e23e166d0fb5818eca8e00ed3e2d4fbf

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