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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_graphs-10.8.7rc0.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.7rc0.tar.gz
Algorithm Hash digest
SHA256 5085d1748038c61d1f4ed06e925d2b124ee35fc9a88b315f2772b0b545832837
MD5 46f3aa58ba61787547edccfdc32c5480
BLAKE2b-256 fe983f226b9af69f3773a0fc9b63fa5db935dbe336e85edbbfcdf9adb5b9598c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7rc0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 05760a4abb94631e123f088490ed62f1039584bfdae26a32ccb1dbed2f7f483f
MD5 4af0b1242e1cbde1c255c552cd0a0e1c
BLAKE2b-256 2439bc69ad44ee917ddcdaa04c499e2d5cec0b95103d801016b3ebb0cfb4414b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0e83347ab3b50c5d4ff56c053cc764563dcdb650767695843e8035124a200667
MD5 56c07a6f7a4e2d09a43bd1bbf8084b2d
BLAKE2b-256 92d176be9a0f20239b3a4bfd9af432174f372b616e499f7bd7e5765662402a89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d1e563b53f7f4c9d00272198571d3018db2b7c79b44af8a18629ac13e7c6a4f8
MD5 f476d8d723c75cde2d30f61072e51e8f
BLAKE2b-256 cabf34acf2451ad9c796e056dede9f56b2e5decb2f10e67d1b0202537b64e317

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7rc0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9bb9ed7f1477b7a02b05e43fd5d2f26d336097ff8843fd60f6cb9909db6065ae
MD5 8df3f94651e06328a5794490c4c9b4b7
BLAKE2b-256 6b0948fd939e9ac317cb5f53de528f5a07fd005911b640097972d1f051759b8f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7rc0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 71a8b397b5652978a06a3ba38082a1058fa3ded7f01ef1635b86201b234961af
MD5 265adf594a5dadf6ee0890595d2a0d47
BLAKE2b-256 af1e37530648191db229fd0803474b669cb3f07e2d68e16c799a80cff4f74d63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 cd0dc8abb222a6ac6d8d6302040eb88ec226814dacb868f5bb6d152cc8c789dd
MD5 b0aac5a43d03da0695370656ff6acc5a
BLAKE2b-256 2c1f41838e545fbe949ede5821793ecfe75278afc5acd5242080e955e03382c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6aec33cc3a92cebcc39e8b6869ddbc298fcb5a6e89695ab1e5ef0ee763bed188
MD5 b9daa41d8a0ffc839ccb2073e13f5ba4
BLAKE2b-256 77dd29296bb9a00fa745c7bccefb2aa904806933ca36ee85652ec4759be0ee83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7rc0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 1a4a2d3c44c3fc331c28ccb1bd1bf681f53e45941ecd632290f942dc60f87f54
MD5 bbc62c3975a3742bc9fa19cff0e9f846
BLAKE2b-256 78f29872c370df7b0343c3111e1a9c4a1ea4b2c203d050ec2aaa4cbe2989c7ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fc965cc5a4fd1f257398ba77fed7d6c9a0c5bd1f580eb67457398f930a169ec2
MD5 37cc24fd848bf4243265701e134b134b
BLAKE2b-256 88b73c4c782d3a3289b7149a145a179d612fcab89de599d775b58329bcfdf80e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 65383735b9cb6ee2b50d96735d9c81ae7f53d6e75ec5d528ac34bbb2af146619
MD5 4067e1665a19e9676bf48b09f3214cbf
BLAKE2b-256 ce80e0e966edc0bf3a61a7159c1da2c8ee93ec1d9a2a35dd60f7a376aa5d6843

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7rc0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bef591474ce979b80b7272bd11c7db892ffcdc0058c47df5789a4759985b45c7
MD5 a583fd14ecbf00c225dde4ff2bfa0fe3
BLAKE2b-256 80f26f15c0b42b3fd73b8435a756833edc98ab3ed2980fc7562c81c2e7aabdc7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7rc0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 413cf4a41370f1afb7c41ffde3195df4eeacba50086f2b79e9f7e32244ffc23d
MD5 2dadf4ee02fdbb59654e5b661a5f9001
BLAKE2b-256 b1c53ca8d0ca192aef3180d4d12ae5958f4062b0e8456122cc29702549335960

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2edfe1a6ba116f62b44afc68ff5b52a00b378b4212bc4eca7d90c44ff84f0250
MD5 6786a68faa742653b3422d0aa76fea22
BLAKE2b-256 f25922357b6f5dccfbd63d2832b9ea5f6cc1824bd7600373cec21db1af38c0d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b26ba316cbbbde0ab3e96345ad27ee6d89f12945405e4305225082d0eb9c008a
MD5 5e3ab389a0c7f25d05e8ccaa10e4d4d0
BLAKE2b-256 5d44e6353ba78bc9ca4613ee9fa645dc5c781ceea75d57bc620dc2f670b917b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7rc0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 221a508b1cca1a65288d93b848e41a851004ea462ade0238cb1cc2cccfc18483
MD5 4bc8a1574cc59593102f8a77b06f9cd2
BLAKE2b-256 397e812092f7e13923c8c5c7c32407c438254d38c99cf45b2e3d1e0a8256d261

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aa8d364dba66c2fd01ddfec68688211b3ff12157655d5a39fec270d98d4bb0f8
MD5 75a66dc3335422811eb5cb978d95ebad
BLAKE2b-256 f102a469029159d1c9803c5cf098db6f9d68a7672d7316e267268199cc3a4c98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ad1f38bac343d904760f5c02bc8ac469d9aa20058734cf59145f2501e6456479
MD5 27c79fcb2b2f82611a987a5d9584ee47
BLAKE2b-256 6c85c8633529581d1f0504fa212b07c402bfb15ced15f89b81f749342ced2d2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7rc0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 24125e25af518b85455bdd0c96183b63486f08215dd2d6a98e88aaf58ab11cee
MD5 f3b4f7723197b59f48dd5c2318727768
BLAKE2b-256 5c0a2748bfb37395083bce7d035b24dec69a9246fd3adeb703933a8830950fad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7rc0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 37884b62b2859a279ac50c05479477b7aa44bdd097b938663e7e4e2c245b41c6
MD5 633b9dde40709613b65a6b2968c6237a
BLAKE2b-256 d2b79907728efbf0adbb65d9da2ede8445bacf5449a20e27d0b1eac65751955b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a873ebc353c150a9f1ceabaee73de737c41a2c5b46b74a1cbdbd8d5d5ff428f8
MD5 2cb8e0b20d000ed7adf7504d569d65d7
BLAKE2b-256 e621320ed560be1c5ced9001eb56bc03b8a47534603645e5eb8c90f39c2b6331

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 1d3befd7a9cb33021ddd50d523fd50f709210c8e1b54c9df0692ae2ec7c85022
MD5 6322f65db508580b6390a28a00061577
BLAKE2b-256 b5f04202f4775c83e30a6ec5465904ca88a9c341fc2507fd3ae4bfd8cc116359

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7rc0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 082172cfbb05e4dfb1607a1f09c9f0b0c0cb96c17fc5d737c931fe3809d9ed94
MD5 b075ac039a6a61167ad2fde69d050f50
BLAKE2b-256 c57b21abc4511b1778e033be00d1f4d1e6fbfc5401b3d1e1cc9d29aa2c87a46d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 531add2312050895eccbbf1f63b5c72ff055a3c18eac5d1ecde40fe880e57bc7
MD5 a2d6058f980b58089ef15872fa8d2399
BLAKE2b-256 1e910ad82f858e999e880932b9dcfa0071cdf3be93be2bfef6d5c5d2de59f377

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d4ae03dca80387002734b53b37232ee51f90b5eb417e17a37187626b1298af55
MD5 a5b6d3f0af0cffa8a351ae567c2ac035
BLAKE2b-256 21edc51bfb2f2d9fa9fd9efd9f3498084d3b66710c87a0549ee33817c5bf0e18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7rc0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7032802f8106c6d7db31e4cde80a060c16dc60df2d7f4dfc2b7de96db522a568
MD5 3335d9817969fe3c91b227c48daf7672
BLAKE2b-256 5ce881cf8b9fa5587cdf3bcab9652f5767f85f25f99131448658e96900822588

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7rc0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 aa90e46d0aa0df1bc508276fca10ffe61543f95861326187f65f4172a8cf1368
MD5 23b0317709c37d1750bb4f7dad72c38c
BLAKE2b-256 92a99811f01af935fe5b7df535fd2ba98b94fe837e3639f54ff8d0dffe97deea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1c723b13b11ff7265e5b5bddee8d3aec3686ab91e78d4a7603eae2fba6e12835
MD5 d7defb896ebbc129a5f07932e7295be1
BLAKE2b-256 f44923079e77d7031953acd9414dc362bd4e6659c106a252a5077b6d413016c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 39bf6c10d50d081386e229a9f3eea7bc11be9ecc5f6fe0371521390af463d5c5
MD5 1a5ab9db5ffbe68faa0a1c2ebe538e71
BLAKE2b-256 0a4d1eb6a89f07901fa89d58fcaed55dc3d904dd32039bd4a1505fad47be367d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7rc0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 399ca55ee31c0d575e772745ab6de3189457f31a099ede74cf2d6e43c6ccf946
MD5 f7568eac77c29d87bf6a2a79eab53d82
BLAKE2b-256 78d1723ddaf37999b9cd87614d6d46aae9dca068a92d195bac06536642588e7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1e903cb1c8830b8c686ef33120dbaa5936e0fb44edc270a84abbed5fe38980ea
MD5 d7a0d4261c6fe82232a5ec225f92b800
BLAKE2b-256 e4eab4c5ee1b2acec6ac1c9abb1bd608c4a630a468233835caa1c57d817af745

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1d497dc157f7bffcea68babe1719a18ba47994d710399504bbaedf156a6bd579
MD5 4ea5bc864929e08ffb34052eda2bc060
BLAKE2b-256 2b39c1b218f016d4483553179cea5ebf631aad86d36060974b6d23a69bd44b45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7rc0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 52a3e6b3730a36d3f7cd93e6626cf35d36f7d17873473bdeb03e5db07d2c0871
MD5 6364605e8add18c9e2fc4bfc6fc8e312
BLAKE2b-256 cc975fe8ca120c9ac1fb869ea9d4dcd90b249eeeb0fda5cf74ed330486ffbd03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7rc0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 82bf0d8c4862aaf451672791f9c57e655b41816c22561983c23b9514f1ca4b44
MD5 5a19e766dd7d04d36f31e866fb2420a7
BLAKE2b-256 bd17992f74ac23bad8e989108c9c364bb11943023557a3f0b48285bcb586e622

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7f9a4ce53412808bd918290badeead88e1823cd4bf2bce11810b68479b6689f0
MD5 ee81867bddd4ded60713537d36ef1e15
BLAKE2b-256 d068ab6c5aa101a54f18b6689ef9d95388cf4436ae9ce992b00fe8ea322d9625

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.7rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4d916d2c2b325f93c1b1f0d58bfc044f5c36bb7ed86056cf40221593165d8202
MD5 cfa5410190982aa105d112c5cbb672f0
BLAKE2b-256 4fd840fa334540ca6042622a4709e44531a704cfdb3ad9a13b9a573c7e1f9587

See more details on using hashes here.

Release history Release notifications | RSS feed

10.8.9

36 files

10.8.8

36 files

10.8.7

36 files

This release

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