Skip to main content

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

Uploaded CPython 3.14tWindows x86-64

passagemath_graphs-10.8.7-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.7-cp314-cp314t-musllinux_1_2_aarch64.whl (37.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

passagemath_graphs-10.8.7-cp313-cp313-musllinux_1_2_x86_64.whl (37.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

passagemath_graphs-10.8.7-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.7-cp311-cp311-musllinux_1_2_aarch64.whl (36.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_graphs-10.8.7-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.7-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.7-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.7-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.7.tar.gz.

File metadata

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

File hashes

Hashes for passagemath_graphs-10.8.7.tar.gz
Algorithm Hash digest
SHA256 03a8c9c5fdbbe042b16298c1c4d7308db4ddfe9c8b3dfcee9997e704690d58af
MD5 fde973e046353adcbd7cd4c58ad8f23d
BLAKE2b-256 0b83d2357459cc15fcbe3275a85ec6543f589705cde2f03336c4dada27715f22

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 d3f52f73b30bd05f206dc57caf740a38752072e2abb64e9298e15889de96b1bb
MD5 cf4a9f689e1a319a0bc6e89b3e7beb5c
BLAKE2b-256 d08d8d03d11186c9bd0238481ff80760277040929e11793dd2baccde631e0fff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cbb5186bf086abdb917e3d7f627cceaa041125478060080046808128f4980ae1
MD5 592bd8a887b1306113e4f01b1c4cc1a4
BLAKE2b-256 a374e29435a139a9ba30554778a2c4ce635abadf2484de5b9ece363f728fd16d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1e419b5a4f1377027f5cdb88a767139519a0d566de163c2852e2f3b5b4ca2306
MD5 2ba599f2dfd7eedd8f2164daccdb8f41
BLAKE2b-256 80361c5b813dabddf5e155e4505d506411e50d41c5a8b0b2053706422afe46e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1d399d0434ebf5c25629fc3559e024bf79c57aa73b6505252c1293222891d164
MD5 071753a519b648c855b498248b3d3189
BLAKE2b-256 9ae65fc662b27eec838864bda069fdd6f7fbd01a6fbc6f1049398710f5a359d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7622da6eba533c6637fbf616a3f2aa95d52044870769aafa424b82e8c841cad8
MD5 21027b207ac89d459566e1652053d5af
BLAKE2b-256 8e1f29abdae8f1f3be687e9488dfb7093f603815ad81a4699d5c4f1d61cf74d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 43d50b80a5a863e2fce6070e9dd6ae752e6ef9aa2c8d5d87b2ae23d3dc044959
MD5 4ced82af1b61b6fb5ef4282f9664bba6
BLAKE2b-256 7fa31eff31fd37f89731417982b4a2c669fe2853b3627d76fb27b9a6053282d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4de22ffa5cce49489eb40511d7143d4d9b9d5be1177baa21c4bfcbc439444a3b
MD5 8abc87481f15e75aad0cfbbe942d70d9
BLAKE2b-256 74e89307a74f0a4d8b95e6d983a51b28600172d8095bfb9796e16547c4ea68a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 4737e41bb43082ae46f2572152c097fb13abcc287aeadc4d883b76f9d8b738b5
MD5 b247b627e0224917dbb160f7d4b4edf4
BLAKE2b-256 70108b218a69ea736307af3dfed71f6099c4f45476bcca780b7301a2ecf08f13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5180245d2ad39313f6bb6aaceff938a8668355d3349710596ae91d85c2537114
MD5 f81db7d2bcf4275104bd704e8e3281f8
BLAKE2b-256 eda98218714a95bf516366a78c49d429d3e178f41fb9cbb335dd56dc856c842d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 72d33f01865c7fa88680ac225f91109a2e94bb458de15ea285b65b5255a598ef
MD5 6c5dc23d9e52a29dd0b193db9c934f95
BLAKE2b-256 d874de51b8a5029d6e74761e04d99c107e14106c85ee0b8ce92f5b44f8ddd785

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 63007f81ff66b7cbd4595bca540b6c88f097554b4ccb607c83d24967c551a5da
MD5 6b52f8770a9d1b572722dc412607a278
BLAKE2b-256 6f3db8a934960734023450d074f919392afa6b1add5c2ab9053dbdf5073ed307

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e9ae98ef38534f47625a74b311b7c72e8f94e6ec7ce3b3e326dd506863e9991e
MD5 b96ee59a77bfeff5f9fc94a50e65756b
BLAKE2b-256 1316e43a78b90c3fd8459ede4f2b740503d3a5eac8a1caad54574ebb6e2ab0e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d9743dbf4b0be8947afbb37fa001cceb02f09730982a673c460c5de8984bde1b
MD5 d7f02b34b0793d0e035975c021275001
BLAKE2b-256 196257f1d67ca5ec6e22f5ad3fc9367f192655e96dd1c9e028468ae346c0c5e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 bce977427b3726cc27b4bceee7305b97f9478a2490cb43fa81c4b29c98c42d71
MD5 212b28e95ada7477c36c935a9a3a27ad
BLAKE2b-256 d53b98b8096ea4eb9de3c710a5d58f346bafb5b4328d6d5ee076600e037e5874

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7fbd9c038a788f835c31ec68f4d4005f04560d458ffb330b63338a9dc9ab4d23
MD5 ba648afe6c75cda3e86a2732a2db25ae
BLAKE2b-256 6155dbd56a5d0c052cda1c8af497cbace64627559aad3327779ed1233d9adaa4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0dab3d0d8b609209e4cd414484b705bfaa25a4c16cc747be8ef26c94c3c1f98c
MD5 491c29e6621eb68df0ac31d8f139b7af
BLAKE2b-256 3961a1ec83c8bff365be7d218c367c3a9b712234a2de2b5c7e5dd7ae7b7aeb4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e53ab9ff4db71fe1ff719621610d3a93db82ce56e686b94c45338b32f5ea5ccc
MD5 5b413c75d3afa6d93239e322be5f2978
BLAKE2b-256 9068e684ef745dccdd884af0be38d530f629d91f1c05220e226e3d910c08eaf4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3ad674b4792976fe40e6b1a4d61a9e1f4561d2a5f8bd959125d74de8e62bac21
MD5 46610e1d6a9871046efeccee18df0483
BLAKE2b-256 bbb3191e8f9f4bd89b252877adcf69e0d1ef45469309e4fbca88e3bb82ffc0ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 63367dba96464331d086704f21af5244af75e131748f4f974d9820005c2404d8
MD5 19a5f76093670ca5eee71540502af98e
BLAKE2b-256 200919e9f29ae54d3ddc5ecd1b1bbf353df8b67781ccd18b489ab1b61d32ff49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2935481ebb0a6cda4cfb6f190f6a4b55010dd4bf5dbbbc3ef7ac3a25f33249b3
MD5 6a924d29072470ef7fc75df47f897939
BLAKE2b-256 cbce39da846403cd230da4b126d547725f9e2fafc993cce99844b097785a1f16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4f4e9af4258bd953dcdafd3e510818de84f090f568c2032f830e5a426eefee4c
MD5 a70423296a18cc0c192c84a15c226c3c
BLAKE2b-256 bc62fb27eee549b6590f4365054d041f3d8a49fa3f354bedc1d29e652ad6edd7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 db48b04a6803584cd12e6687d7c39ba503c350580acb25c973358944abbb542d
MD5 434cdf3be24be421e7bbe4768ab1c75b
BLAKE2b-256 6adb37ef5fa0f99684824e77983ece1fe2fbaec6b20a73a6a00e535183bb38d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3caabdc68ecf067656272b0856377deaf9eb3586fffa1e08772714562a6cf872
MD5 4fd701dfacf5051359ca4a98e15ae935
BLAKE2b-256 6f72b7baa6c789738c40a5a436cdafde56d7c91dbdd8621709aa2f1f4dd1468f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 100978be223fd50e7bcdbe81e18a540c1a12ffe1e5104a8359795b39a1680c2e
MD5 b90dd9d33b1fd643a25c8fdd1536aa0d
BLAKE2b-256 85752f901b44c159dca04fd3ea94b707696a30b6dc3990652dc1d10757c0705d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a214c2ae789c61614b5f0c564caece05cc885fe123e7fafd014c9bd18a7fa264
MD5 3e6d8750202f3c9730c16eac01a23b33
BLAKE2b-256 39706c20a8631832bfaae22983a9e3cbd49a976ca188469bdd2e0ff30e2f0918

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 685d4c9d7a03c78e1967301783e6bbf646b2aeb4e1a24d9382960ed5ca515e12
MD5 c267a08ce1ed8ffb627ec02564b6a7ad
BLAKE2b-256 2e9ab24cd917551dddee7861e21ce510ff715a34eb9645766d1ea9a7a4a5e908

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1dec60d28e3f7f14e693c38ebd68a62b6389911340ce8f2f9df79ec09f328957
MD5 6811fd216b5995d96f4b439de2a8c175
BLAKE2b-256 45f0841d6b66a80446ced4c8da96521976ea5bfe91d0da151dfacbcd09ffdf47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 33347d0b727dfd016a4551bc4238e9484e57a21c455ee4a4833afa136bb3c9b9
MD5 825c5189de460e8e095ab46953c0bf37
BLAKE2b-256 83f0bbb4a7ea59ebb98a86118b5ce3c1e6421de05f6d8c9d63564e737ff8bc07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9ce72bd931e9873bf09a0852b9224e39d5246aa0b3188856409311ef782a4e6e
MD5 c09b344d15fb0894841fe7b722e36eee
BLAKE2b-256 d3ac4558471ffbfbad5b37cd5391e220da81ed5c9a938f453a2224cb83b7ed8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c682d381fa055e9288d7d27c49ee9021770562404e2dd55d5c5f2f9674018ce2
MD5 75c7014061a3494bb92728bfb10a3140
BLAKE2b-256 94f7dc0d1e2848c4ca9c66ff149092ad564c3ec5b2cf8553d9968205f521f8f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 26aa7e0d6545e953e666910fa72a3becfa3554907f2aba4774857b518e217c5c
MD5 da3b00ae2eaff860c3fd6c548f7312a0
BLAKE2b-256 9a1e56f54adcd3fd4289e323ce1fc7b694dd4f7a1344960c018c366141b258b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6ec39d7bc9936fa88c92a1afb0d1f81dd016fd4e9091cc5c532e00de0adee389
MD5 701239a7ff42b8a3dcabf5401c74026f
BLAKE2b-256 691c2351335409b816347ed9ed0ef78db946eb21f2f6cd4e4ec95f9dbe71ae90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d8e3bd63983257f4ec869ae49641b60c0727ba39c2a4c6b18f23f83c17d326d6
MD5 b25d79b68fa691a9f212375df0ea6d28
BLAKE2b-256 8694e4067c46277dbec13fc9491166b93948cdb18b16bb1bd6ef3e6989ae743d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f6121c597bc817ecf94444db126edc6726aaafeabe943122b85ccd94ce76efd2
MD5 730131eee069e217cb817f7c3204be07
BLAKE2b-256 fbcdead6e66713fbdf56ec93abf4b43478a519763d8921a0e3344672f12f99fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e44a1f82372867d1dc1d1239f429a87d7a08e9e1cf2f99c711ebb8c3d481c408
MD5 a478d9b2c66d7ec402910b625afa413f
BLAKE2b-256 476404e60b11fe17f7419a3bfbcedb173a6bb37d6bb1e31130ce40ce4f76eee8

See more details on using hashes here.

Release history Release notifications | RSS feed

10.8.9

36 files

10.8.8

36 files

This release

10.8.7 This release

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