Skip to main content

passagemath: Graphs, posets, hypergraphs, designs, abstract complexes, combinatorial polyhedra, abelian sandpiles, quivers

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-2026 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:

Moreover, the passagemath project:

  • provides a stable, frequently updated version of the Sage distribution,

  • integrates additional mathematical software, notably Macaulay2, a full set of GAP packages, and the Combinatorial Matrix Recognition library,

  • curates a library of Sage user packages.

Full documentation is available online.

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

Binary wheels for native Windows (x86_64, ARM) 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.8.x series are 3.11.x-3.14.x; the passagemath-10.6.x series (EOL 2026-10) still supports Python 3.10.x.

About this pip-installable distribution package

This pip-installable package passagemath-graphs is a distribution of a part of the Sage Library. It provides a small subset of the modules of the Sage library (“sagelib”, passagemath-standard) for computations with graphs, posets, complexes, etc.

It consists of over 170 first-party Python and Cython modules and uses the Boost Graph Library, with additional functionality from NetworkX and several other libraries.

What is included

Examples

A quick way to try it out interactively:

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-graphs[test]" ipython
In [1]: from passagemath_graphs import *

In [6]: g = Graph([(1, 3), (3, 8), (5, 2)]); g
Out[6]: Graph on 5 vertices

In [7]: g.is_connected()
Out[7]: False

Available as extras, from other distributions

Libraries

pip install passagemath-graphs[benzene,buckygen,plantri] additionally make various graph generators available via passagemath-benzene, passagemath-buckygen, and passagemath-plantri.

pip install passagemath-graphs[bliss] additionally installs passagemath-bliss for the purpose of computing graph (iso/auto)morphisms.

pip install passagemath-graphs[cliquer] additionally installs passagemath-cliquer

pip install passagemath-graphs[cmr] additionally installs passagemath-cmr for recognition and decomposition algorithms for network matrices, totally unimodular matrices and regular matroids, series-parallel matroids, etc.

pip install passagemath-graphs[gap] additionally installs passagemath-gap for group-theoretic functionality.

pip install passagemath-graphs[igraph] additionally installs igraph:

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-graphs[igraph,test]" ipython
In [1]: from passagemath_graphs import *

In [2]: ## Example depending on igraph goes here

pip install passagemath-graphs[mcqd] additionally installs passagemath-mcqd

pip install passagemath-graphs[nauty] additionally installs passagemath-nauty for computing automorphism groups of graphs and digraphs.

pip install passagemath-graphs[networkx] additionally installs NetworkX:

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-graphs[networkx,test]" ipython
In [1]: from passagemath_graphs import *

In [2]: ## Example depending on networkx goes here

pip install passagemath-graphs[pari] additionally installs passagemath-pari

pip install passagemath-graphs[planarity] additionally installs passagemath-planarity for planarity testing.

pip install passagemath-graphs[rankwidth] additionally installs passagemath-rankwidth for rank width and rank decompositions.

pip install passagemath-graphs[tdlib] additionally installs passagemath-tdlib for computing tree decompositions.

Features

pip install passagemath-graphs[combinat] additionally installs passagemath-combinat

pip install passagemath-graphs[editor] additionally installs the interactive graph editor phitigra.

pip install passagemath-graphs[groups] additionally makes group-theoretic features available via passagemath-gap, passagemath-groups, and passagemath-nauty:

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-graphs[groups,test]" ipython
In [1]: from passagemath_graphs import *

In [2]: g = Graph({
            0: [1, 2],
            1: [0, 2],
            2: [0, 1, 3],
            3: [2]
        })

In [3]: aut = g.automorphism_group()

In [4]: print(aut.order())

pip install passagemath-graphs[homology] provides homological computations for abstract complexes via passagemath-modules.

pip install passagemath-graphs[mip] additionally makes the mixed-integer programming solver GLPK available via passagemath-glpk and passagemath-polyhedra (see there for other available solvers).:

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-graphs[mip,test]" ipython
In [1]: from passagemath_graphs import *

In [2]: ## Example depending on MIP goes here

pip install passagemath-graphs[modules] additionally makes linear algebra features available via passagemath-modules.

pip install passagemath-graphs[plot] additionally installs passagemath-plot.

pip install passagemath-graphs[polyhedra] additionally installs passagemath-polyhedra.

pip install passagemath-graphs[sat] additionally provides SAT features via passagemath-combinat.

pip install passagemath-graphs[standard] installs all libraries and features related to graphs that are available in a standard installation of Sage.

Development

$ git clone --origin passagemath https://github.com/passagemath/passagemath.git
$ cd passagemath
passagemath $ ./bootstrap
passagemath $ python3 -m venv graphs-venv
passagemath $ source graphs-venv/bin/activate
(graphs-venv) passagemath $ pip install -v -e pkgs/sagemath-graphs

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

passagemath_graphs-10.8.5.tar.gz (2.3 MB view details)

Uploaded Source

Built Distributions

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

passagemath_graphs-10.8.5-cp314-cp314t-win_amd64.whl (8.3 MB view details)

Uploaded CPython 3.14tWindows x86-64

passagemath_graphs-10.8.5-cp314-cp314t-musllinux_1_2_x86_64.whl (37.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_graphs-10.8.5-cp314-cp314t-musllinux_1_2_aarch64.whl (37.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_graphs-10.8.5-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (37.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_graphs-10.8.5-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (37.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_graphs-10.8.5-cp314-cp314t-macosx_13_0_x86_64.whl (8.1 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_graphs-10.8.5-cp314-cp314t-macosx_13_0_arm64.whl (8.1 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_graphs-10.8.5-cp314-cp314-win_amd64.whl (7.5 MB view details)

Uploaded CPython 3.14Windows x86-64

passagemath_graphs-10.8.5-cp314-cp314-musllinux_1_2_x86_64.whl (37.1 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_graphs-10.8.5-cp314-cp314-musllinux_1_2_aarch64.whl (35.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_graphs-10.8.5-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (36.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_graphs-10.8.5-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (35.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_graphs-10.8.5-cp314-cp314-macosx_13_0_x86_64.whl (7.8 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_graphs-10.8.5-cp314-cp314-macosx_13_0_arm64.whl (7.7 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_graphs-10.8.5-cp313-cp313-win_amd64.whl (7.4 MB view details)

Uploaded CPython 3.13Windows x86-64

passagemath_graphs-10.8.5-cp313-cp313-musllinux_1_2_x86_64.whl (37.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_graphs-10.8.5-cp313-cp313-musllinux_1_2_aarch64.whl (35.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_graphs-10.8.5-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (36.6 MB view details)

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

passagemath_graphs-10.8.5-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (35.4 MB view details)

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

passagemath_graphs-10.8.5-cp313-cp313-macosx_13_0_x86_64.whl (7.8 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_graphs-10.8.5-cp313-cp313-macosx_13_0_arm64.whl (7.7 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_graphs-10.8.5-cp312-cp312-win_amd64.whl (7.4 MB view details)

Uploaded CPython 3.12Windows x86-64

passagemath_graphs-10.8.5-cp312-cp312-musllinux_1_2_x86_64.whl (37.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_graphs-10.8.5-cp312-cp312-musllinux_1_2_aarch64.whl (36.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_graphs-10.8.5-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (36.8 MB view details)

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

passagemath_graphs-10.8.5-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (35.7 MB view details)

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

passagemath_graphs-10.8.5-cp312-cp312-macosx_13_0_x86_64.whl (7.8 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_graphs-10.8.5-cp312-cp312-macosx_13_0_arm64.whl (7.7 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_graphs-10.8.5-cp311-cp311-win_amd64.whl (7.4 MB view details)

Uploaded CPython 3.11Windows x86-64

passagemath_graphs-10.8.5-cp311-cp311-musllinux_1_2_x86_64.whl (37.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_graphs-10.8.5-cp311-cp311-musllinux_1_2_aarch64.whl (36.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_graphs-10.8.5-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (36.5 MB view details)

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

passagemath_graphs-10.8.5-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (35.8 MB view details)

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

passagemath_graphs-10.8.5-cp311-cp311-macosx_13_0_x86_64.whl (7.7 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_graphs-10.8.5-cp311-cp311-macosx_13_0_arm64.whl (7.7 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

File details

Details for the file passagemath_graphs-10.8.5.tar.gz.

File metadata

  • Download URL: passagemath_graphs-10.8.5.tar.gz
  • Upload date:
  • Size: 2.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for passagemath_graphs-10.8.5.tar.gz
Algorithm Hash digest
SHA256 5b21471c62d4affecc396631292ceda94a568471b521fa01afd249601e3b1848
MD5 b68308136f493b7ea82ddb0763087146
BLAKE2b-256 32556e6a21ff97a64a3bb6497763c3ff0fe23408c6176f7d40199c8e633abd31

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.5-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.5-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 7ec18ad212b1f4d512af29a389f02c94ab0c5e4070cdd7ae48c93741ab97628f
MD5 717e060361b15cb40969efae95cd9b9d
BLAKE2b-256 18c3e87b073f55d9c71c7406355b7fe41ee3c6c6058ffeec4b00677819ed951e

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.5-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.5-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 73943d3c944200f2db133a106299215cf7c57e81898cea8b33922f04b721a04f
MD5 429080043bea2d7c5b0120ce01830acb
BLAKE2b-256 79c0270dcb35d5f08369305edaf31de214feddcbcbc2cf3095951201b7e0aa9d

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.5-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.5-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9e207766a6a4b9fccecea134a798e6bb5d46b59457c291cd0a648144f30b5da5
MD5 68ebbf1e7b9ef2041e25da3a619c5758
BLAKE2b-256 21e599b2f039a98d29cc6d458d5b295066df1e00b62f9ebb6f46d58e86eebb2b

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.5-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.5-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4c458d0212a6f7b38ea011113be92828d19867678f0b5ee26fb2e2c87e4d4283
MD5 3d6e140273b2c900a0da77bc7ca8f37f
BLAKE2b-256 c017eced21195f4523ed3211b0178bffb5f659af0bac48aae1fc1b7e9926733c

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.5-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.5-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 be7802e7c0c747715562a566c026a749ae6852e897911eb729c3637ae4ffad2e
MD5 fccec32650657ccaa44e0672e0557634
BLAKE2b-256 3bc104bd42dc3850661e20f713d377c453307a15771acf5dd2eceedb4a9fac73

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.5-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.5-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2c8cc3594c151a1c26436c09e604e4a6ecf9a40c2e06a5639baa2efb3151866e
MD5 1de2dc2e908f841d9d34457392d3483b
BLAKE2b-256 f52bb2cffd475ac6abfac79cb8ddd66802f87454c5ff4ec67844718fab7c20dd

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.5-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.5-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e8de47b61439edefa6269b177e610b5d82351ea7447b239c67153177cfbd3896
MD5 461caf9b923eee57ffdbf525279024b7
BLAKE2b-256 59f464cbf96d3c4af95478d05a6bd53234381498c5640967eed4eea8e1f352b4

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.5-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.5-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a3b1b261124137155494fd8ab49121f22fc2f074877ae20fb8d91d64119fd683
MD5 035e43a58198ba1f94e4d73e9c9649b5
BLAKE2b-256 fdfabe97e93492818b895845a4e4f1269785f08152fba997edf98ef7a1aa7a8a

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.5-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.5-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 52f4d3772b8baa7078dc77dd6541ab70e51d80991e2d100645ac579dd727ca9d
MD5 81545ae56c51c6edcbe0035e0be6ba03
BLAKE2b-256 035cc02dd369e331c765cce6bdf6800317a02c7256c594115f6f8db296163ddb

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.5-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.5-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d630b6fbc754f3e7ed54e0aaede1128baacb3d7c5da50421abf986684013a7b3
MD5 688a2ce950a429c38732626497f3db93
BLAKE2b-256 94006568a93c8401c9ea16ad8fcce838953ddc53e9d7c89f2177bc0c7f3dd84f

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.5-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.5-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1786bcea5abb09b7afa3211ca24c0e9655c077ffa4b34d80c3fb41cf3c7173d2
MD5 f39de9d8a976d70ac09815c82e71f78a
BLAKE2b-256 d4fbd030e1a8b1954798127dc5e5a5e69def835b87ffc7fb569b451416ce648a

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.5-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.5-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c6bb02f25e2846d89feabdef07edb4980fda736a48a09c00e8575770738e7ef9
MD5 9c522384f0bbb39a27c3295a8619fbc5
BLAKE2b-256 d49dbc3c28a723be3edc1fcc20709be820e749b981254365561494711b511fb5

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.5-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.5-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7133cf9fcd25e865191787d18f3263ec60df5ebc32e63f0360d13c3d93cf2f19
MD5 68a15717be94584006954e25f6311c24
BLAKE2b-256 f79ffc731758da03ef591b9504625f11a2fc74385865874d81a156aacd20cfb8

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.5-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.5-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 242bbc536700e4b4ee2e366d23132cf4fb5ccfb979a5e87e848b323b0b49cf3a
MD5 67879553ecc2ef8bf67cafeb45943a8a
BLAKE2b-256 5bf5d4300f92fca89f28c68ca2700398fdf5691d73eedf941c49dc9e2017842c

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.5-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a986f8ab8687dcaebdb18ec5a8a756ddcd73bf71da8e16486ea8649526f4dcc9
MD5 de350b379e748100866bf027c756b805
BLAKE2b-256 72c8fd8e86a2b2bb1ce34353fa9e5c6769f1dd44d2ed95dc1bb156ae4bb73c56

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.5-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9561330dc5b837b97092a489152d9b61eb84d4fd23d7bb15f1348c0c6d5c4bba
MD5 59e9f18f3a4af5461efa6d6abc1908a4
BLAKE2b-256 8a689cc83dff5697d4de3f7cff5a602b68252fbb198954272b723c2b7a3f737d

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.5-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.5-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e8bd1190dbd00433a1dd6956522d71e74f70be7be35c73757044c9e3d6c4c994
MD5 54ae459ae50bf92d4757a716a5fe3f80
BLAKE2b-256 36c4ce805af38a7c385f27a218cd74dc91bb034eeb9b66d217eba0fc6d64a729

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.5-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.5-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 51243ef8eddd0feb4044a4b32e59630fae9f9e816170b117da9553de47d33f41
MD5 5d19b3ba198c184a4183dc8ac884de0a
BLAKE2b-256 a35f0e85929b53656a9eb355c93aa260bfa1585580377aa4643620c9cf2be43f

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.5-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.5-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2f541ac3b7fae49601b8f37dd6b67cd60c82a5ff17e4184e44abb5c1ad96347d
MD5 7333702e01066c486acd7c19e7b3b41d
BLAKE2b-256 d823b36650bd48216c9d4e14725d47de00787f2e86ba6a4a3a704b43c0f31305

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.5-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.5-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 700e835d1a5eaf1206b20398cdfebff89c6f3dd8b23de5c0bfe62b07785c4cac
MD5 16ec137ab76001d0815110d68430efe3
BLAKE2b-256 421ea8b8bde8111d99334fd293582f4ef4efcaa040566357dc5c7d2422f0c1b5

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.5-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.5-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8ffc6cd58f9763de874ef5f062a8d644b161926c1f09ebc3919b3eac2e01586a
MD5 a6f441b13027909f787601b27c8a1c73
BLAKE2b-256 cc970840651824d753b1e39b0af1ffbc7bc58803b2db556c4aae846b330016bf

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.5-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 6404b56fb3449c23bd8c67551098208f5eb67babc90f91709d1b049198159682
MD5 c0568ba2679ab55f63d4e6fb156efdb8
BLAKE2b-256 2d9e887da6bea84b69f70df76df28e48a3f18d792758361dcdf90a0a4ca96bce

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.5-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6aec031cb3a96b2d4da3378bcc791c5c727afd4cafa672fc9f064d84e9ae7268
MD5 b3b283f1d48f8ebeb42c926b9972aefb
BLAKE2b-256 3a5c455a2a1f11966fb45532d769aa74c3f7eef27fa59adeedb19966abb128ac

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.5-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.5-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ea8d0e462979577fef11621c79be8de20da97599894cffdfdfd0cbb6c6ff06ef
MD5 978a190f60d607e50eaf8b1cc1f24592
BLAKE2b-256 5fb7a039e529407aaa81c6131fe119683af2a2f26f82a2a35825a85e3dcae927

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.5-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.5-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f2e69e0d10f01259597b25a7c259d37265202b94c3d9dfebda3dd66d52f57d9c
MD5 545bb8a0a5ad339b3a0383cefc930d7e
BLAKE2b-256 c83ad25b58e6a61253d6986a81a5bb898926ced3c808c8970b646ff96ab144a9

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.5-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.5-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0cadcedf655e5f47cfc0f332a8016c1b95e158894258b05ad801029f87da3658
MD5 082d65ef4f50a07ab565786806699465
BLAKE2b-256 67838b36f53c4c4c218337cd408e8b4ff2846eb148d334986dacf01ebde5ac02

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.5-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.5-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b6d8027a1b5296ca38c188321cc6cccedc5639844e02310bf247f75957cf7a50
MD5 3c12af44a0f286d3714e97412f61aff9
BLAKE2b-256 c8341346244931978766abffba371af05347d248a6f6d345fd3742f1e2c0c8ec

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.5-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.5-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 85d95bbb7bc7ba0818c7cfa3db266a156fd09d69e1e91cb7a1f3ff68b685c1b6
MD5 6d30b47aabec1778716d98ffea8426cb
BLAKE2b-256 57e46b365ff4e4c857a28f9a16a187ca161ebcd1639d521faf39f00a4c2e833d

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.5-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c43b339830871f9a4b34895897cefa6d484d5d2ed2506fb769cf9b7832bcbe28
MD5 80e770c5d598761e9d1006fea5d04112
BLAKE2b-256 d56cf4d45a7781669d07db018495fb459c50616282189976c48d17e8e774e7d9

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.5-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 05d0a048474df355630d12b131217c3c42807b1f32446ece38cd68fa10fab1ab
MD5 cca41059f046d4b97aa0a37a95a45684
BLAKE2b-256 df6a0203deac578102eda4b87065202bb96af9026eb4267cf71e30bf70580bd7

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.5-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.5-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dcd9d82cb1c1eb30ab901e58abbd0595761aa5a22e1b4f6dd100d023825fce9a
MD5 1c4bf439f93341bc4a458fcc70302a79
BLAKE2b-256 43eafc5258dcccdbcc95f73dd90930b6d4a567c3f734898f788c7285471b44c0

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.5-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.5-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 857060f5ec57e3360d3f8856e7a05b57ebbf3beb67173736a85f8d34a8bf2973
MD5 d0fbe3ada0de1fb26975a2bbdc00f180
BLAKE2b-256 6eff5f439b9df5c36c54505a24a060182164100eaae5e759ee9a2f0a500c8226

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.5-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.5-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c40442eb8a6ac91a713159a93bf8e28f0699ff443d731fafb789e513109c337b
MD5 c0f02874b26cab909da13ad4883e5262
BLAKE2b-256 41967a345bc60053904debb87a5c1e610254f196e3ad1dabb5f5297c8144b94a

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.5-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.5-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bd0ac32d4ae8175922abbcd4b4b91a31cf94c4c4faa546c7dd07b43c561c017b
MD5 5195f22db80aa7abc32caafdb1468117
BLAKE2b-256 226dae7f97a5d48a552ca6511d7802a3f447e84d9bf325445eb9b5cfa16d91ae

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.5-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.5-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d349513d67a5ee7386a1414d4fe6b24c168b03e802d797d7c14821fa07bbe749
MD5 db3ecf73f4132f697e68c9fed664f1e6
BLAKE2b-256 18c65b09db8806d1d48f67ec9a58cc61bbf60672b784501ed9deafdc4ef81997

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