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.6.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.6-cp313-cp313-win_amd64.whl (77.5 kB view details)

Uploaded CPython 3.13Windows x86-64

passagemath_rankwidth-10.6.6-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.6-cp313-cp313-musllinux_1_2_aarch64.whl (231.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_rankwidth-10.6.6-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.6-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.6-cp313-cp313-macosx_14_0_arm64.whl (44.9 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_rankwidth-10.6.6-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.6-cp312-cp312-win_amd64.whl (78.0 kB view details)

Uploaded CPython 3.12Windows x86-64

passagemath_rankwidth-10.6.6-cp312-cp312-musllinux_1_2_x86_64.whl (241.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_rankwidth-10.6.6-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.6-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.6-cp312-cp312-macosx_14_0_arm64.whl (45.6 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

passagemath_rankwidth-10.6.6-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.6-cp311-cp311-win_amd64.whl (77.6 kB view details)

Uploaded CPython 3.11Windows x86-64

passagemath_rankwidth-10.6.6-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.6-cp311-cp311-musllinux_1_2_aarch64.whl (227.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_rankwidth-10.6.6-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.6-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.6-cp311-cp311-macosx_14_0_arm64.whl (45.1 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

passagemath_rankwidth-10.6.6-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.6-cp310-cp310-win_amd64.whl (77.5 kB view details)

Uploaded CPython 3.10Windows x86-64

passagemath_rankwidth-10.6.6-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.6-cp310-cp310-musllinux_1_2_aarch64.whl (202.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_rankwidth-10.6.6-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.6-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.6-cp310-cp310-macosx_14_0_arm64.whl (45.1 kB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_rankwidth-10.6.6-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.6.tar.gz.

File metadata

  • Download URL: passagemath_rankwidth-10.6.6.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.6.tar.gz
Algorithm Hash digest
SHA256 3addc37919d101ff28bfe612d5aa991fb4b598541a7c22206a35f6839dc6c780
MD5 94f03cfc29236010cfe6f78baf02aa21
BLAKE2b-256 80775591a43bc95a20662cc218ba429742d3316283343c3bddaf6b5e9e59f5f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 af83a95e075b969856f4a7ed55dc88dd2677aa5dd88d5ebe5c141d9213c8fbae
MD5 7a07937fc0977706e82b6aeea6f969da
BLAKE2b-256 677faf0e229ab7853fe55678885debb34259733e52de01be945365571930abbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.6-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 535b83e944c7c58a4ec752fe2f0044490c0c89ed81a7dee67afa8686524e9731
MD5 9ddb98a176e78f3083d29d152b70cab0
BLAKE2b-256 007eaf6f0c9e7b5a36e9f77a7632f95ec5cd927bd0331a0c5be9a9e2e0387183

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.6-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c1cd1288bd25b25d3802985a5a04c82b12f4b029edacfcfc510f74e75a144fd9
MD5 14aa7e2e1837db1d8cb277264e033a08
BLAKE2b-256 ae9f6fa7a79d14d337c2b23570f109203283a13e4d3d3a675ea1e4c4c165e86e

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.6-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.6-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c9b38537b2355923b358c2df05ac6021ae51a44700eeaed4789dad56bd1e35a5
MD5 2c79e049c9579482fe23670603321c86
BLAKE2b-256 a0ffd43d49c271f8fc0f72dee0c510064cc259a62510d5217b3d40057c0ce5cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.6-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d84412e764604ea8645ca6f6dd141536b2da1a7aaff565f4460f46c8738c24e0
MD5 a3dddac9e22cd55e86a445a699f94f25
BLAKE2b-256 845e7a8432d90511e64af9b14dc75da8df67aac5354cb7475fc529939ff3f0f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.6-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 d57ee98f248e194e04fc7cee95b6590849d7d0b565fb1ec933dc71a5d61857c2
MD5 e24e90c0469041e666d475df1a9f494c
BLAKE2b-256 0e05167533b08509661e748f532a8f7d74d4f5f07e1679f8ab54b84f949f9dfa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.6-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 21e2873fa9598a4d1aebf9b1b02903996cc9bf3edb35063f0165550dbfee03d0
MD5 a5d41c204b16e6e5554e0a230bee0a9e
BLAKE2b-256 2ce26f59688bc68c546ccc3cf5a2f3649fa915851d4ed8a7406661e58b4755ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 03016a963106fd45fb28d9f6b74292599eae4de92956143f509d2ba8e92a0862
MD5 b58112f58f0e7060417c374a89cf598e
BLAKE2b-256 e6e633705c4438f53a36abb1098f0d795d3c9089c298fbfa02fc0bcd5b32a0a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b21198fd1a1ade1a28b5a236ffa38a94736253f1bda796fcc6e54b9fbe36cf15
MD5 979282537f3b94c1f7571ee7f1a912f8
BLAKE2b-256 248d7db9cced6818b1fd59eeaa93db5ac0f614c3a8aed8f4cab5317fc7699062

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.6-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 54e96c03d68a09291fb8a152ed02088b94404aae5ac17bee4123b9a9ccc6f335
MD5 40ad58e7f06746e03b03912bd3a03c45
BLAKE2b-256 125aaeae6b9aed33f11909f533f71390540b9d83a0608222ed5ee9da407a7653

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.6-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.6-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 852efc8d5b44671f387b9b4a51e6d6193aa2903184734c2aba00e95cbe3e1a93
MD5 a36de186401e0b404c1aabd5a6fc27dc
BLAKE2b-256 3212ea69f8515bfc7616c812496a8cf9f11e3bde99a1e047ce879f8c22854cf7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.6-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4ba07613535b7875911c5f123cf137441a0579b7a85c42e2e09dcbf342600c2a
MD5 2ef3dd3271c3bd701a524262684a3b04
BLAKE2b-256 b55b07fab50ae102224edb973526ef655c495394a0ce0a3a16d083c109060ea6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.6-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 b46de61f8be826d605c0c2a599557776265f61c0ff110e4eb41cf15a97791d38
MD5 bb6005d4ac2f714777729a74da547dc9
BLAKE2b-256 d981b3e1509a4b775c8672c96c65a5b323ff9740f09af231b2b6aefef5f3c60c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.6-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 42e96a7d90c07c7f2e26e7159eb1dc8a694db477fc36c606ac087a79db71c673
MD5 da5ddf525938eb30c26142de5fc7d407
BLAKE2b-256 e81b1deadfe145aa403450cc4e949d1d054a51800cee82c45cee768b673edeb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 02511f00dad4136eb9b9d18e0b3f383e790fc900898e1aa45434d51384be6c18
MD5 0d5ab24a1328ddff68b91650ade1e769
BLAKE2b-256 628b90ea7a1f44a77237e1564f1313371629e74312bcd091a497c2111cab8fd5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 138cd1d2ae73bd5f492755e434c7703e6bf3a2ac2370fe4ef51da0184248e011
MD5 320669f301cc43e5a1b4863d3519bc16
BLAKE2b-256 11192a9f7e19f58c18f85c100f03181f01f534b497e3e5df9cecf6fedfb01df2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.6-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8e165b891ae7d5b00faa273b16435778afb863a113c0aa9ca71f1002930795a9
MD5 e7e313337f86f9f26a5b6cdc2342020c
BLAKE2b-256 21d8682550905be9781ba97a67015e199168e89df145110ed2a17033bb795026

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.6-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.6-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2a41edf5bebbac7c8a3bb733f23a40b17c3082030241f4224f6773c06dbd8a72
MD5 5152515859b26e959c28ae6a91442afd
BLAKE2b-256 83169e10cd96c5820d7db72553ac156e4834f22587a618f95f8f8a0d77e52869

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.6-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0f24b1d61203d2ec926d31ff7c7d208fd2a1c64d646e24cdb8de01b2554c908d
MD5 eabe4d9bb77cd52b67027307390a1dad
BLAKE2b-256 1c5775fe0efea8cf6843490a65d6e966e5ce5653f3d8f859b49d040e30bbf1bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.6-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 b7267e1d35d68f23ac223ffc948522a8335c50471eba8a5609285f5b68736f23
MD5 db9bbc7f68378609401629f2e31a21b8
BLAKE2b-256 f3de053c90da9646b22a8140b778947b5c7af926d4247623d9f9a244b3ff9a80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.6-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c8e4adf95c655ca6e9524bd5e693644e308afd6083bec011205aacc16d8ee182
MD5 71458bfeb251b89423628e9b75fca949
BLAKE2b-256 361914a62f31667b0a2ab20b09ef10d8a7faa74da5d61fd73fb2c44ecff51660

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a8591d1feab86f354a47b75981e1a84788d594eac2412feb044335607f75058f
MD5 7959d82582b5f839d5a154be253564e8
BLAKE2b-256 567052c3a822e5b00729c2ee980e47d8f36238e17bfa8a0b87a8f7f0efcb0e5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.6-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a544c7690fef8c6f8331b0ddd9d74cb524b8701dec2605d3bbe1f03b2036ea1c
MD5 c51a69fdb909c1cf65d49508967c55e7
BLAKE2b-256 d4d529517ea2640e1562aafb5c9b7f7322092a18c79127d99c57e75296942e87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.6-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fee06460602b908040f9afbcc978fbb2493059067a76af00a37caf20bdc61380
MD5 f74e75b893d19abc2d318b79bf63b1f1
BLAKE2b-256 8ef1943dda3a7935fbdd97b70c3a72cf7f38062fb7f01fd5c494c72b4fe4cde1

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.6-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.6-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 27a40a6c31fae5b89995910e642892576c9bc85b0b57350fd2d85562a7b2f789
MD5 7d2ef979bde0072b7b64bc45db520a74
BLAKE2b-256 6a057f6fda458323d8de902f34343df13fe13f02258d6f29dfcc747705200ffe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.6-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 88a89e0ef1838582cfe1ae944d06e6a306a9df7b0511764b3fea2ee54cfe6a84
MD5 27f254f750cfa9735bc310286db93d4b
BLAKE2b-256 0e2da48b399c395bbd20c090321fdf681c018df577ec7c88ea9ba44c3a2f5758

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.6-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 1f9c525d79e0c408011ae3895d8c6a21fe702046ee2314ffac21723826870e20
MD5 a32022958504f1807346eba16360275f
BLAKE2b-256 73e0b5976f20717bce29a1cd69faf25a4599b54a44d5dbd2167195fdc63680fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.6-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 66a6ca5b8118c436a51b4ef1f42195550d71e971a6940230cb7ea8df74c174e8
MD5 3b68e93d9e13f68063e9316ac018f294
BLAKE2b-256 23c1442408c3c049269995dd855d9fffb29502ba34fd6741dfffaedc9ffa4f3e

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