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.5.tar.gz (7.9 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.5-cp313-cp313-win_amd64.whl (77.5 kB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

passagemath_rankwidth-10.6.5-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.5-cp312-cp312-musllinux_1_2_aarch64.whl (233.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_rankwidth-10.6.5-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.5.tar.gz.

File metadata

  • Download URL: passagemath_rankwidth-10.6.5.tar.gz
  • Upload date:
  • Size: 7.9 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.5.tar.gz
Algorithm Hash digest
SHA256 31f0431d9d92e281f7885e67ff470a4de6da556daf16394b71be9b369b7de2af
MD5 204275f931bc6de1f24d06a112e31548
BLAKE2b-256 ae504c299e2c7193d6aaca31c62bf0093839e8a031dc24f74fa9cdd632a2bac5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 13cc2a9152ed2c30000cf379fc5b6d06a7663fa2d817d1a14358ef8f52ecfc6f
MD5 0417360400b4256feff3fa18e252dad2
BLAKE2b-256 7e92a2095e7d19e39027866e6ac32c7a17d5218220243e01921971c60d6e59ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fe8ed44b5b3723ca135429bad05dca33721c94c4081910c263d0590eb2babfc2
MD5 3d9ec76dfe23f5c1c83e2c07036bd74d
BLAKE2b-256 696f71b06efb61a332982a065cd0a288f0f4c121b9cd61ff42eecd87f2845ed4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.5-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8d0cc79496f123d2b5ce0df8d7e9fe57b24663f536d653e4f1e22ff23d159f39
MD5 87c200dc6e54f19a6228af2b7c6f3c81
BLAKE2b-256 363abc848732e5381d429b2c8e9f6e6b951e8d115b80236208ef637a9d23413f

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.5-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.5-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 de36a53dea56bb03d84fec112587ba855a9b8a0b111590430f81bb59aa1bbe33
MD5 d6a7a66afe064ae61afe266bd5ca2500
BLAKE2b-256 0af9f99a548f218705ae26bd147e39e85162cfa88d80efcf53437aa3acb45ffa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.5-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fa3e1748470b302af2cab79bd0d5317e4dc42c89abe43538131a9efe30a55476
MD5 70c251da0ac97d9decb46e596de71e90
BLAKE2b-256 32f2cbdb67034764ae2e0c7db2f03cb4e3e61b2d522a52fd8ae79a341925e6f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.5-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 e624efaed236ee810c333f66995731d8ae6e7ab05ee0ab13536e7c0789f7f302
MD5 f300fc44dc3eefbf618998ba3eb443dd
BLAKE2b-256 b6a0e5ea4c17f404bb798785b40f59649ffad08308b46b5f2d5f3e9e6b9e42e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.5-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 647bf01abc8d90b8341d5345a94816ad1b46fca9047756ad0f3cee4bb0a06fa0
MD5 74d1a196ed0675c9564698e6078a3969
BLAKE2b-256 afb8723d3777070161b557535aed80c5273bc78b2692dc7c083411932c25e873

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 adaa7189e1d3efe2e9169f05253cffa6059c86b8d836d605c242d0185c1fef55
MD5 be3a81552230645f6957b603b3868c4e
BLAKE2b-256 604b34bd332e0b4028ab6d77289b35000d8088fca8a292b3b4d7a4df1d7f92ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8a14ada1f76f493087295f13315373553204559d5bbb2c2ae5f1695d4bbdb2c3
MD5 c56b08adcd4229a8e6f0ec19db6a98b4
BLAKE2b-256 1c744788b112a96e0326ba5326cd50e98494d3db6d4dadae0f7ce2734d8d757f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7424b2879923fcd8d77b99850e42f0dfa26efd4e91082727522061925e1b89f9
MD5 7b0a3a46dafe291eb76e333ac9a8ffd6
BLAKE2b-256 67ed26870b94ca7a74eaf06c6c33e33bc3cbab6f5888992c885518c44a10bb0e

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.5-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.5-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0bc0ea531313ed25d2c8a4feba1b00ea77708ee772654b54153b66a733e6669b
MD5 9d9de5f1cd93c314b77e6e0303b32b99
BLAKE2b-256 32b652ada1dc73b422d980fa0e101bc25d51de7121368004eacc4477e5866b79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.5-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 15e729322d60e7d02d15d98554125df28dd5e17f8a21e6cb4904628a7a79865c
MD5 2c89674bba2db8fc20adab5a1329b746
BLAKE2b-256 d8e9a16f4e52ae69e074a503af4a37afdebd83ec6a326cc48f056874234b2770

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.5-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 8c84945d139c8af65c165611e647bffec994c17616f2bef3b17d035124a107fe
MD5 8138fb7d988a9493c9e6f18d1a6a54c0
BLAKE2b-256 aa2f28dc4f2cb8dab711c7bc8f7f14d832c90256cd4be86d1dd4aa07948b774a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.5-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 974da59e9f354533bfa32ccc4bd70d8f06b63199067988b892746dad028f6a04
MD5 d3b4e874391beb5020721f1b3b9c2d80
BLAKE2b-256 69445d60f72c2275285ff317ddbde0577096560e4095cc1a74dcb318f6a8f4b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 dadf431acef391222f5f84bd52c444a4358734d20a542f3bf01dac091d552fd6
MD5 4f7b8c8778f9c53c2962a63a0f11dc69
BLAKE2b-256 552c16bfa17395f058786b86e7ebc3ab62de57b15b2c169d0f1b5506091fcb7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9b0d7d28fc29a222c9e14139d78dd91ab6c32c50cddbbc29a3d4b19cdaa82ea5
MD5 675a0a6e1942814c3be8063ed3175d4f
BLAKE2b-256 8d866e1a5d71cf0c991e5a9d6d16c02e98e1125d19a1290267f147e61600a496

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9af2603e5c05b00334dc92c3fc5fd2de6cb157a84db1ec66437347becd8c6cc1
MD5 0ef85b076ff9d4df776b4a0009192831
BLAKE2b-256 b00d53d5c3faed0ae978e15c3437b1019156aa188e48a7d81f7e7cc416bcf304

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.5-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.5-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2a3de829a84084ca9be4ce5c41c4416b383e238af9874ab13be776106e446df7
MD5 e55495ec4fd5ef9ade549b9b4d1fe992
BLAKE2b-256 9ee465fe7a49684fb054bc41efe8adc41cec583c021350fe46bc04ccb488fac3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.5-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 211bbf05c86f1a3a47f3aa8f47a9be765d54f9f4732a59c81612f1c4bc1cb3b6
MD5 4cff9c071e783e1a2bd2fc6388be7fd0
BLAKE2b-256 db3f666b7865ff36c3f3a174d5eb78aaf5eb65ff872622e11b731edfbc4154ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.5-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 5313ccd853e63f6c4a2b4d39dea30004b379cd4a540b0842f5964cd776f470b4
MD5 fc946ed1280958e228cf13e9a9a403d0
BLAKE2b-256 b8e7339998b616a1e1f0eb164d7529f57e7f31798c3132888a51797cde1ae746

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.5-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d14bae6581c46c16337605b443fa91ab7ed4139a641be6d7b9555d4a795710f1
MD5 4109fa441b3575aedb6c0e5ff7bb444d
BLAKE2b-256 b59e8e50263f1d9ba02a3fdd15154cf7e14fd0b614fb676c084d457642cb606d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 02d04c1e68484f7ee74e9bf99905c3c4337ad8bcacce2e620bfe45fa1a8c7329
MD5 63a0ae2d5e719b068594b91e15da408f
BLAKE2b-256 5ed9e7148b4053f2161aa2502a81eb99633021d3f43c953b3c3d3965dffefad1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a2a5cd8e1f4c15d2705a888fbc484aa0417eea2251fef206f22a22faaa18c673
MD5 463cbf5d164aa4735a43d132afa46b30
BLAKE2b-256 5b240241baa46537410a95386084dd75368c1faacb4ff837d03c75d9a6c40e4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.5-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2f2b7c9c0ffacea2525d87ca4370bb0a9a00faf6213665ed46bf401bf9574ced
MD5 60044a1f9906b7b9ad86577eb3806a13
BLAKE2b-256 923d1806f1e844c6da8f6d0e4f44afb3792b9727290511cdb7028b4b5d07e119

See more details on using hashes here.

File details

Details for the file passagemath_rankwidth-10.6.5-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.5-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0f8e809131a88dde20fbee24c707c46d4d5c3e572329a0b737e6d55a82ff89ee
MD5 7f9c5171c5f4e202c6361c00a0f0ed35
BLAKE2b-256 d32802cdd45f6e1844b2ae096ebef0cbc186b5e05f5e9fe1e4c1714c09a03018

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.5-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6d86afa6c230e58aa58f877234d58fd5ed0b1fa42d9b640ae09d0a83fca0a961
MD5 76910ccdb1317f9d5b7788c40e7b0f91
BLAKE2b-256 5b01e03b090f2707dbe1fb785ca6786fe861f05736d88d488b0debdcf400e4a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.5-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 9d671e6d425fdd98aaeb8bee6b465eb2a7f11f8884b327ae25722c0620f6ba84
MD5 23a414c8b4b07b6534687d8bee160df1
BLAKE2b-256 e44c1e92da42750049e35364d0a91bb948ece4bad2fd1167da9d070262e6ee22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_rankwidth-10.6.5-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 52228595357f2a557c92b5b4ea7e6dae1b214c650160ca973946e0f62aa40514
MD5 ebf7b86f0970a968f7ace760498d10fc
BLAKE2b-256 feaf1a2803acafb4810c29a25f340b144ffda080e2af26de210d2473e2e0e25d

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