Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

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

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.9rc0.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.9rc0-cp314-cp314t-win_amd64.whl (8.3 MB view details)

Uploaded CPython 3.14tWindows x86-64

passagemath_graphs-10.8.9rc0-cp314-cp314t-musllinux_1_2_x86_64.whl (37.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_graphs-10.8.9rc0-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.9rc0-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.9rc0-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.9rc0-cp314-cp314t-macosx_13_0_arm64.whl (8.1 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows x86-64

passagemath_graphs-10.8.9rc0-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.9rc0-cp314-cp314-musllinux_1_2_aarch64.whl (35.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_graphs-10.8.9rc0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (36.2 MB view details)

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

passagemath_graphs-10.8.9rc0-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.9rc0-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.9rc0-cp314-cp314-macosx_13_0_arm64.whl (7.7 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

passagemath_graphs-10.8.9rc0-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.9rc0-cp313-cp313-musllinux_1_2_aarch64.whl (35.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_graphs-10.8.9rc0-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.9rc0-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.9rc0-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.9rc0-cp313-cp313-macosx_13_0_arm64.whl (7.7 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

passagemath_graphs-10.8.9rc0-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.9rc0-cp312-cp312-musllinux_1_2_aarch64.whl (36.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_graphs-10.8.9rc0-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.9rc0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (35.8 MB view details)

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

passagemath_graphs-10.8.9rc0-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.9rc0-cp312-cp312-macosx_13_0_arm64.whl (7.7 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

passagemath_graphs-10.8.9rc0-cp311-cp311-musllinux_1_2_x86_64.whl (37.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_graphs-10.8.9rc0-cp311-cp311-musllinux_1_2_aarch64.whl (36.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_graphs-10.8.9rc0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (36.6 MB view details)

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

passagemath_graphs-10.8.9rc0-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.9rc0-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.9rc0-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.9rc0.tar.gz.

File metadata

  • Download URL: passagemath_graphs-10.8.9rc0.tar.gz
  • Upload date:
  • Size: 2.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for passagemath_graphs-10.8.9rc0.tar.gz
Algorithm Hash digest
SHA256 904dcf234f11b951cd8ddbd91e1620f023a4bce3d32ef630c7c12d3d96bb4341
MD5 8cf8e89509840d104d31744392bd2229
BLAKE2b-256 8d0d1eec3fe52e4935eba118613049b90d2414234067a7ee2fc6855fd607866b

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.9rc0-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9rc0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 764bc0c82ea32cd54bbe06484d7a2d5494859ff3c29a724eb44ee0567098a1ba
MD5 1b5d3010b7d17b348f1ff427ede0fa2d
BLAKE2b-256 b42201e55e3d6bad5b4d9dfaf9ffe8d4ef1d709e09e78cc009d432545527ae99

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.9rc0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 be23a3959a0f2581c9afbeda7bd237e1b673e3b4a8fdfa6eb3d14da87ef8bc92
MD5 7cd5d76b17169a238c013e51b647011c
BLAKE2b-256 4a92d716f021e2c9bfba1beb5c7e50b8e52fa5762abc760a6e8ba6b78a114af9

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.9rc0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f9ca3325104b1b0ad0791a0831d80514e8e6138dcaad62eccfc9d53c0bfae5f1
MD5 143add4c2890bc95a255f86eb7ca5bdb
BLAKE2b-256 ffec1569bb694ec8721992f31bac316f13c11fd49a1a6b2a6098bcf6a875a328

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9rc0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a107d1e9d8a2110f6b5982b9db72ee5248d7bbf7081170fc2f4c4a2584357411
MD5 0280fe9cbee5493b2d126349f1ca0e88
BLAKE2b-256 a36f94bfedb4ec8fba72729c9d350ff8e523561261cb3da14161ab9843a66b5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9rc0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0f606dfb3440fed8d2b3ac6ae1cdcc2de40babb2f31fab71717acef7640bfff3
MD5 d6e302426141b3993e9685fe5aff6829
BLAKE2b-256 05ee9c883a8a1f0a2795df0a617959bb81121183ee882b91a8a19840b2609d8d

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.9rc0-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bb0ce6de4555cde93f9c14a1fef944601f74854711055f3df656494ca18b4545
MD5 6113496afa0ef0a33b320826578bfbf6
BLAKE2b-256 350b4635f3fd73711e58f0ed79883468712e2c3b4381bdb1ccf50d7ad40445a8

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.9rc0-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c3f46953f31b1f325eb5c1862622082b1952fdbd93618c14f44103f634a8c93a
MD5 c20cc8adf06ba6c1d0627598c1abdcd8
BLAKE2b-256 0e037021c77cf8fc147d8f348bb1dcc6b50d6c1a9392f6742f59b30ef7ff08bb

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.9rc0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9rc0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 2c6cd1528025d0e8136460bf34d9341b9208246a00a37735b39345b4e239ce9d
MD5 807e34686e8789ca7e6071b8e585ff73
BLAKE2b-256 a55cec45dcead16e840e89e1a7d4f4b43254e4d5aa5b5e341933bdb41dc87d35

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.9rc0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 53ab71c028ecd0521b0ef850b4ca72b58cef1e03a033dac6a589efd7e918eba8
MD5 7b120fb6d10d65d70c5f8483d35ebf66
BLAKE2b-256 a62716823a0bc7708fe058c4e564aca925f8c599050e66931c1c2d4884a541c9

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.9rc0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dc22696a66f39767929a58f9e42bd73d84c6001be26470ac3e2c6022e4966e14
MD5 634762c556aa81fbc909af32a38a00e9
BLAKE2b-256 9870047957cb0a35e1612505bece00f0908a73d3f2188b3e6493dadb74913bc8

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.9rc0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9rc0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2ab6456a547c2e3ccf4ea7bea3bf81a26255d4089289109f2def0b4d971a7de3
MD5 f431a8bdd8b80a8f4f7a7f8d6695ffc9
BLAKE2b-256 b8ee4c2e378412579e174fa204876f154b7a5c59c2af1e7beaa8f9d6548f79fb

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.9rc0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9rc0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 70b5c2554ef0d1632dc9255e31dc89a10d22f160509aa3bf7edf189b04186bfe
MD5 0d5157a59eaf097672881bd62eb5c960
BLAKE2b-256 2a6d2374c74213479c01dfc2702a5eee1fc9a3564de85fdc8c4b888c122d7c54

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.9rc0-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a647bdfe0a04828f83705cd86bc6410aff7b8a54fa586717e891feafd650ca5f
MD5 70a9a2061f7b241fdbc8cdfe27f45568
BLAKE2b-256 333597484778e49fbfd13b2a016d624b9890b11ed225bf0f9f7437d5aa1d8586

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.9rc0-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b31a30a3234ce71a09b05bb27da6a4c2b7f9911519dc3ba35f554564525b74cf
MD5 4c3cfa6cf08250fc8b22e21f415fb2ac
BLAKE2b-256 7ffede203b13c236a7aa6892da0c094fa8585147723d24e228ff71b5bc1226ec

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.9rc0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9rc0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 b6f5dac7462bf2fc0f4e8de537dcea6ef5e340966a0cf6e486479616f2b0267c
MD5 1fd84c69d32721fd5746f32158f2f663
BLAKE2b-256 74e2735b249d64998f6538b147de328892555d14182c06ba9d7f0bba484317aa

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.9rc0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 076b96c6f9b694b3e35647a6fda912a533acee8d5aa7c4dfadaf92b2f0f06150
MD5 02f5291859dd6445e2ae59f363123ef8
BLAKE2b-256 3c4bd1cfb0d8762128891f3a33eda1e68ce794b721f7188b9ffa61f451b56f50

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.9rc0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cbbd60207ea5fa09cb9f7fec3f3f75a874e8b5e43b7836e45e8331cd814b3471
MD5 3ee718dca4a436578226ada37b197b0e
BLAKE2b-256 d0913cd3cf32e95f12a07015ee33341a14f0abae2b523308779abc2412b98113

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.9rc0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9rc0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8b17153dafb31abd3b9e44bad17117f66bcc72023d8e6973bcf3c64e55070f91
MD5 7616b29a89c74ab193d259388d66bc6d
BLAKE2b-256 6ded4fa9c18fbef5aa289686e62a90b1251f94614c13e9a4917edc53be97cde1

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.9rc0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9rc0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b775bdc12d9cf33e3bc4b223205997c14462127583367436bddbcc25e2fd1ff9
MD5 80af998e4cd6f01a7059e4ded4a6c5b5
BLAKE2b-256 fbce9eab606c75495fffc68cfdb4ccde861a6feaa50a33bd8ddd7a28f0723a2c

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.9rc0-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 aaa74195e27bc0750b12f9e0fc926918004b2e01bcf8b6f40132965fd0cc3487
MD5 a87ac5db091a3d8ce6c99bd39ecfe140
BLAKE2b-256 aeda591f16b1f9863729b2bae9b791e6bc2b7f4c7cca1b59db7154538c772a41

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.9rc0-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d6601a1ed3c224f0cadd94602fdfb877f85d8632c80ecc5a90507395bc1410f5
MD5 5ff4ac22aec61a857fb16badd4db27fe
BLAKE2b-256 f32fcbc1423da78894d716f145a98ff2679b5275defb4eaa7b4d2c84b910d7ed

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.9rc0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9rc0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8fbf096a5345c4bb4543eb27d2cdc2508df783e4bbc004447a5bf51feb1af9bb
MD5 3536b30bc461503c7cfc3997488deb56
BLAKE2b-256 91cb123d3eac300e8ba976ec24f8e0c6a1ce04d9c1e8a5bac5b7272fa0f4da56

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.9rc0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 653dea66bbfac2e690c5e0b1a93df01d5e72563d1161e7c9e2b29ae7bc3cadff
MD5 b685b0b58e3c5d3cf721a80bfce193b4
BLAKE2b-256 388e878826e35454f3dc7b53e49386c0652762e0d2098fdd2adaf9acb3146306

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.9rc0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b684fb9b9e50a03e60cb15bc255336c780bd8412c6bbc0690430110278ef8079
MD5 887b46e6967a0d14fc9a0bd5639c6ba0
BLAKE2b-256 23f6fd82ce36137d90de5923189d30119c0112148526a5d20bf1c1a7898866ac

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.9rc0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9rc0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b792b1e2f2c1f184f3f9ddad761fbf89151e69507a87f11cb8518a1daab82d78
MD5 394c1d6358fd5b7e661b3544071547f4
BLAKE2b-256 8a5b666f2ff69b13b19f37b27b89d702e5a42b377e9f684815e7e765eee1ce84

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.9rc0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9rc0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0f54c986c7637db9c82a5e9feff6331b605556bffa6cac38641cc9183bf56086
MD5 36153597d7eda363ae16a02f759782af
BLAKE2b-256 ab2ef0939d3c5281049e9bd38f6361b79eb08cd3db41f3c88ae14347dbb71891

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.9rc0-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b5eb0c7830593c192adc27612b0ac530261068bcfb7cd94471f84ad7a8c8b076
MD5 0d3e840acda6f7dd516de9b8ee2215a2
BLAKE2b-256 8ec000d78c105dfd8866f5b6a23fe88446ef33ed7cc4f0b526a2f9edbb26dce3

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.9rc0-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a17f1b5f6b183a4d7fa409b696bb681c7d1ae0f9e1bdcecdc9f7fe1cbf166dc2
MD5 56e56d1982b8cdcbf228642f9371ddd9
BLAKE2b-256 22f104e03c0b84b81b5cc6272599dbe90589f4df3e2ea55d2b778ca39c6aa571

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.9rc0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9rc0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 75b5a14f96459884d87b997758f97422ff15c0d03bc5fb3c694ed00a8df626d9
MD5 f08bdc430bf7775aa0991c4beb2c7592
BLAKE2b-256 07b420ffccee2a39035fd862db921da305e4f8ed8ebfd0dc081e0a4f1e7f66ab

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.9rc0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b65b3f97912c813113de35416730ae44ee04be8f57abaf2e4423d3c511e299ab
MD5 4eb2f7e575e4581509584824daaf48d7
BLAKE2b-256 be5653c93ec4e230488e4ecf09bc244ef19ad1fc43c28c1208ab837c1cae15cb

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.9rc0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 733ca645d7075de68d19b0dbc7784eaf3cea8d767ad90141e8d395bce734af4f
MD5 e49fbea31672f9d9a30fdfa600b1155a
BLAKE2b-256 897d3ae9c08759699a955f65100073e8db6f9cdc6d5f8fd1878c8d57d0c3ff3e

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.9rc0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9rc0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8495b131b08df0d0d56bfcb5209fa5b0e9e9d6b97a466621b6c03ae1236984cf
MD5 46dcf70925364b25d00f6171c89187cc
BLAKE2b-256 ed11b087abd741e973a0f64808f97c0136e9c92e7a939b13afb57d4ca14cd9bd

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.9rc0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9rc0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f72f3ed88a503e6a8b9dd0f4953ed0bb38e865bf7835ab12150dbc08dfa820e9
MD5 78b598ef2fc5486afa88dca53e344127
BLAKE2b-256 f36fe4787c56297ed255d6fd94abf4aa4850f4bb36cdf275ee7f2b74ba932dd6

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.9rc0-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8037dc5a541442dadcddf4f887d4bba6d2493f71418c6a55b721b8babf2385e2
MD5 c9fe3e8dae2cf5f6e12fb08cb0502e48
BLAKE2b-256 3f02e4c7d9f7836e7a27876321ca36925d555cf978087e06047f80f1c1d647c4

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.9rc0-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ba7591ae4dc03d6ef14636d045f99f97ebe7e70e6736df6674f67c26396d9d89
MD5 26161822478e67ab46f7cdfffef24838
BLAKE2b-256 e8ede2a1470ee1f1a55ee53e0230ef2d0b43100de835cee1c8e44061ebd9f0fa

See more details on using hashes here.

Release history Release notifications | RSS feed

10.8.9

36 files

This release

10.8.9rc0 This release

36 files

10.8.8

36 files

10.8.7

36 files

10.8.6

36 files

10.8.5

36 files

10.8.4

41 files

10.8.3

41 files

10.8.2

41 files

10.8.1

41 files

10.6.48

49 files

10.6.28

29 files

10.5.49

31 files

10.5.29

21 files

10.4.68

21 files

10.4.36

1 file

10.4.11

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page