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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_graphs-10.8.10rc0-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.10rc0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (35.3 MB view details)

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

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

passagemath_graphs-10.8.10rc0-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.10rc0-cp313-cp313-musllinux_1_2_aarch64.whl (35.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_graphs-10.8.10rc0.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.10rc0.tar.gz
Algorithm Hash digest
SHA256 e003ade246d3b8fa33465913a4ba6cb1955ea6d277bef18b086ecdd01c4ef373
MD5 5ad81a188d62b604afc66281078de098
BLAKE2b-256 ced69e979ce18e0f9ad91a827775708e8d5fcf20adc79d1c50fd3b2407188602

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 810ddda2d5698c2cd2276cb8dfb0462735b8b9dd4e392c3c6f63e633ded70f04
MD5 fa4d1d1ea57b7d549643ea8cc9c48a60
BLAKE2b-256 b90d01e8a14245a2ff60fa2131b73a28d7ee590e5b1417d7030f1009ce8a515a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 43e0396bbc1857b860ce3c0cf8037f12d181f7c1ed55dcd1be8cb15e19247187
MD5 e102249e54cffdf45ea02c806db9eedf
BLAKE2b-256 7b1c624a9c8c73f81eb970fd28c49ef246c4c0f06d111bdd5915f43f08cbfa57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f3db7d363d1d4d3c4c0a087649a217efd6e8e452c253e284d311a07635471060
MD5 0c182a5c6ce80a97bf1f0903ea7c6263
BLAKE2b-256 08ae349e07ab2088cf53a410c82866d327cdecaf6ba70014038b8ebf28630fdc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f946c20cf48663669c0e97848f9770163d9dd5b2075710b24d86b4f62bf4b794
MD5 50386d5e76e13be466b3a64440c1fec8
BLAKE2b-256 32a21922bd9f614cec29e12ddaa6eb0711b221b51a97613bb6516544d3c02676

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1128fb2d3aceb28f5a1740c0b581954818c3891f9a01cf4f05f9a845ba80999c
MD5 7bfb25275c945efac4ea4af62658e435
BLAKE2b-256 5c72087328f476b02c96bdcb0fa0df3b19875e2bec4d7a96a835915018ba9311

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 935bb1e0654051daabf4da5ad19c39b0c31a95fde03489d4709d535268eca65d
MD5 ff3457fc7936f134b7958286f4331227
BLAKE2b-256 4317e46e2e81200ba31d49d7d8fff6e7737e3f91d94899753cd921d9b4da72e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 abf138b92316928065d7ba34dc37a8c12f6276a1967e035dc827903a28722d64
MD5 3b18652b9dc7ba7b40c88683c93f24e8
BLAKE2b-256 80459ef9de38ecec7857d0c257045f00eccea4e0ebbccb0d6c0cb3ff846c1814

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 02fe8073ad84d7872e8be4169e360ccbaa042ae98df1259cb58ec4705c09c6f8
MD5 85734773817bc491071f0ac2fbc227e3
BLAKE2b-256 36c387e8c31f2841f709f8de45b11d49d8c8049175e48f9690562d66135b9f06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 dd2e78a24b607601d5831c3635cca8ae7f5b490789cb3552e007118f5b2b9d80
MD5 effa8aa745abc752928e96bf473b7316
BLAKE2b-256 f97804c354b57e486d7cfb62b3813dabc7e68c1bf8d4b611da576ec302e5a5f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ddebef13462f1d82194525d1307fb45d782e885160a6b5c5f0490736662e066e
MD5 4da1b2aa31cc29bfbe70149fcf5db44a
BLAKE2b-256 c23c9a6fb1637b3c006b47c4a4a71174702d95467343efc8824feeb405e2676e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ac34e9ca7b2764a803de4fb08e283627f4a86a83d1c3e2ffd51a1ef1de9c30e0
MD5 aea997b498c504332d448c25536721ff
BLAKE2b-256 aa9ec5ea648ea7e604f9bc11e39433596c6bcfe9a85a9ff48d5258cebf096d1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 441c1c7a7a1246dc403e93996eaca0c6537ce0682fc602dc6391e9de879bc1d1
MD5 6062404254e0455c9163030a50f0e992
BLAKE2b-256 cf796c5e1dd0257f206e60efb91222e6b99be84d13234120dc1d66259a2a2c01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 acc293ddd924a924e3b6f6b16304b466a4b65afbc1034be908a291367f9d79f3
MD5 1a2330ca5979dfbb4b2961aa42a0a210
BLAKE2b-256 ab305aa93bb9002c1dd7366cd81417027b67964c397a8d628d07ff40e0fcfb68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 95cf812c827844be1c640ad4f4ecd3d0da2ca39f7b55b573796d00eedac7a01d
MD5 f6173945e53cd4d78e8c6b2fe622ea7a
BLAKE2b-256 a7e5471d615e46c344bb76f020989bc9bc26978101307d8d8d6108b733a961db

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 18810aca968c76154b4cf9252547de66264caacd2cca01023d1384d79aa96193
MD5 be6efbee7ac45293fe245ce75b1d2db2
BLAKE2b-256 849d598c5b4a71323881001ad2f54957ef43c81e2eabf01f74c8caf6ee165819

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c425ffc871aa07e092f194c2433735f09800cfd3d7e41bb60989aa65a40eb99b
MD5 1b2c12e934caebca8aa9f92202d139c9
BLAKE2b-256 8f57994d1674406d6b973110ca656017d674c2b1838f4bb261c1b7bebe1b8ee1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6faafda626e3329006b6fbdaed6d79683e8d776a1b941d7c08fe1faa8b7d025f
MD5 e658e185601e4eef13e6e5cdbde2d10b
BLAKE2b-256 715ff71d2a04261fd9be86e852dc182bd12c15f001592142a8ae22a7171fa1dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f84a0616613ba3a61a6a7755043f7b0357485dfd92f095db10c5f0eeb9208910
MD5 a2787d53220434d44862d745695a0bd1
BLAKE2b-256 faa1c627d273ed0080a89dbfe91b93de38af1b8c789ce45dc7c80325fca20e39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6ae95bc879b53858473dfd10dca72cf3e9632ed5aeca4c39cf46453a7c543aef
MD5 eb8fe308e5a3347dc606cb6f5866236c
BLAKE2b-256 6253e9cb248428d298c907eac09efff9e801fd29231012d4ff169264d2edf584

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 75950851ceb9dca4b6c4b5cb676749210a2668f48805b08617886d93cba9a72e
MD5 50a83690c283c3d19edea05f8fa795e1
BLAKE2b-256 3bb683b8a330ffde4633da6fd2d829374ceff158a80d22a1520684ca9f0c2509

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c08dc6507be41ffcee7fa9a3eeb6cc20d9a0de3ae90ce861973d546520fc4610
MD5 f720606bdef5d675d4235be053ba6d47
BLAKE2b-256 948d5ac7d45765c8032ebaa659ecece699f0684ac0b36dc81e7a6eaa8226ad9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 732c23daacc15c49fa74eda79b87c56310aa63d98b2553b9118f208135a8d122
MD5 53e2cef66f66cbf7566989e311e1fa05
BLAKE2b-256 dba37695f2cecbb8a937a55f68b43c286a2644eea96b59b81105d80fa66ddb33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4e1a8c1495d31cd7d3631f2e393e9df73c121e33aaa72353c0a949f72babe035
MD5 74d5880ac2d9d56cdf685c9968d6fd08
BLAKE2b-256 ad68c9d9800d2634aa9b74931947bdbb163139921bb2db66e459b11b7d757e9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2f871d8ebaca827a9ce326b4a06789fb0c6dd5f897a465caef4951b1ca49d379
MD5 f33469720e51e02b6f93163ea42a0c69
BLAKE2b-256 ba3cd1cc5d14995545215e77de4d915430b2adb402959d5daca480d447eb5e7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b0e2c5eda20bf043c439b2aee4f8e717539ff31c337f05c2641e47217bbaef85
MD5 2da92016aa41dd30bd1cfdab8d69aae7
BLAKE2b-256 9fa94d1b803eec135359d798e899be890667432bb8dffa4bc420357a11d1da8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6df0630856feb5b90241839ac9542bcb4f5a4592544d36590ba178f163d22b96
MD5 f085589c6bace6eeb456b69eb88dfcb4
BLAKE2b-256 7ca7814b058dc25937369e2ddb791674038b85266e53af23bcb6bb9fe567eb38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8d292497519693f1cf7ef529ba478372e2d505600793608e076cd66733d5e5d3
MD5 95259f77f8230a321acd1afe6ff63995
BLAKE2b-256 815e465ea40861e880e2eb50ccbdebb6220d7f3718acdc5278b634f4722c1803

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 21444d73cb732bf697a23daddddf22a315b4d0173efd9c2b6b4c634d95739a2d
MD5 b7d15e5c3fe486cacc76f8ce513cfe20
BLAKE2b-256 3396e9a08cbeceed91d4ab95f07c279cedaab4ad2481fa6765aadc457ba33736

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8cb46478dcce6178791a18ca4511cae56f33dcf60838a3ff8097a1c4a1c08d52
MD5 5a5d7a38da7aba8cc36afe7ab7ce03c6
BLAKE2b-256 fe439ae9a0e30885a57211730b3f3f80d006bd507cb6029178663f3508aa64d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 83ced8507ca213479408aeefe1fd0607345e97b591171144776e034c33f310ba
MD5 cabe222e04a6732451d09cfd00bb1ffe
BLAKE2b-256 bcc0adfd4c6f1d198955cf6f71437e026a797cea5225eef288c9f741fc1ae600

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8f4d98b86e08d3a847057b10f0f9cad5991cd9c535aaf32d419fe9fe3e952f33
MD5 9f328453efaa2fa47a7fa6020fa1b6af
BLAKE2b-256 005ecfd4bc83961703dc326360a3ff1635209df4ff2a74ae06bc58e1bd86180f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cc2df859af145412585a2bf35282a9209e1f75b87e1f7f0e2c827ce480280058
MD5 474f1d564259273af85998e0e7475048
BLAKE2b-256 59b36aa25e13881ff8dda181540d2a17dce0a53496ce245195fc49ebe66200ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8e32f27066403fb75976416414469f4a5dc22640da7498f71b2f468d93772105
MD5 86b9164ae155185c2d915947f9a11427
BLAKE2b-256 3f65f4068a57b65754134a17d17443444002e22084ea7ea3aea754fd35878c85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 861d977dd4314d2f9445c87c90abfd2dcc246cc3bc9f0084bb9b6ff9eb2e5436
MD5 c66c7775c7826be55d09cfb425519f88
BLAKE2b-256 5cb222cc58bcadb1b9adf35bd05177aab55ac7d473e34be986026e472ec39792

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 00bb1e974f6254d8868fd2fe63eda3cdf1f79206bd9ce4306a2a4e51386d4062
MD5 88f83645add6ca68de24624072df2496
BLAKE2b-256 bcc9e32a016a8575d3e529ef73c7b3a8abd9cd8d63dece820f309e317db5635c

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

10.8.10rc0 This release

36 files

10.8.9

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