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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

passagemath_graphs-10.8.8rc0-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.8rc0-cp311-cp311-musllinux_1_2_aarch64.whl (36.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_graphs-10.8.8rc0.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.8rc0.tar.gz
Algorithm Hash digest
SHA256 663cc38cfc4a951ee77eddc26e40663deb7fe0764c164f40d78164042dc6ec7c
MD5 2e5214c2bde407c08e091be7a348641f
BLAKE2b-256 dcb07d7c6faa4eba0e2dedc0ba02ee508567a1ebb89991c2b6309dc568e99ee2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 7b8593e859984dc123c826361c5630ff78a9cff7070260634a76f5c4edaa6da1
MD5 98dc9619275537b8c8cffab99997d0fe
BLAKE2b-256 28aa1f04d54aeabaa25db0a4909d50923387af41b0bb614e647e128e66f455f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 90c52484402c871f7ff69d51072c5df66a2ba304d94d53f5d80906a1a83761d8
MD5 3d1821902c012dad3f3906064c8260ed
BLAKE2b-256 d030969d58654a3747038eef443aae69d7e5cb8f7e526908f5167f577bef984a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 79621c42ee14ea305b4105efd605aebd72bf7d437b193352baf297c1dfade958
MD5 ef04c5901a439afc0511b860190fd5e9
BLAKE2b-256 2f0dd64bc8e49348436ed3a493a72bb658765e132cf80527e018d50cafda5f14

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 de09c4aeeb2f842e013093bac3e3477eca22daee5db96d9f0fbf97b5ca589d63
MD5 c9ed9f017385a07e3f2b773fa2e76e22
BLAKE2b-256 29b765793125ac462774d7dd9f49811d852ecddd70bd0002b4cd1e018e682990

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 62dfab516407cb3ade9ec70efdb40e03bfd11c3863eada99ba99fa9ab0a11039
MD5 002512d90e8ab63362c815728a10f275
BLAKE2b-256 3a44c2c432db5293771d48fb2b75a833aaa73588c8e70a88b87ed82fef1905f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3d6c558b9d68b6c503c7753c5fcc6b290ee967911ef06a3e1e233f0f2912915a
MD5 4c98edfd25b7db8bc69ee9eebb0adf17
BLAKE2b-256 f8f50b5c7dceca54db654b0fda4ffca99639f2bde10e0201afd09c940c36ef95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 31b5915c64e1ca64e6ecfba53ea2d003ed8a469e2e863273611a2cba4061b3f0
MD5 592b98f80e96ec9bb140274d8ad032a2
BLAKE2b-256 ba9fb668762a624f1e8a5089b27b3b7f608b5c57db87572ed3a55af91c2bcf97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 83a76ff7e3a050e1a1be10f136a80f37a030967b1da12ec9db8c37ead5e78b22
MD5 1f1b8478b9acb2fa8921a7ed57931b59
BLAKE2b-256 39403293d83b23c3a36130cc60b3796cd10b9ce1799ff788cd363f2051ebf4c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5c29f9fd27b3d0b0601ef67336d608e8a7029670587dd9559b1dd54b911e40f5
MD5 82d9a4403de99eaf54e973849417e75d
BLAKE2b-256 a717edcb80f5dca5229621995b06b62ca20b9f2bf332697027503a1bb9bf37be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 abf5db40656349797723b08c4913dd7283e0bb06702aa55c438448fd230f0b1b
MD5 6b7bde046bb3c664c57cef060fd9b671
BLAKE2b-256 cc8bc38a8601e2d3afc8b915a59111eb814f7568e928da1f1e468c26d7fff000

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 50eac4311968a84ebd230c5f0f17b8263ae2cb8a3aaa34c521c166990cedf040
MD5 db7e68ebd3c0f1682633a10a4b481a15
BLAKE2b-256 82be55bce1cdd5dedc21f8ae16420b0d0ffd2397e716dc8b0e1be4bf70f78d60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 323180f8681bfe64a3677fb4c4eac4941e3034ae295fa4ff2c4ae41e4b6fb4d8
MD5 f8e5117ceec0d15ed41831f6af9708ee
BLAKE2b-256 f02f13098d31a913d4f55ef56ae8d0db6d7fcf5e8dea40c4e7ffddd35130d0e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c94d7b9e3ddc776b3aa53bc8068d14dfc2f9d1bc94244d4a4604945f76ef00c1
MD5 e00c455d95e5497ac6300d0ad30c4ce6
BLAKE2b-256 6cadc1019a2f79015c595facd22abeca648d64159aac24ac2ae65471cbeef9bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5177fd15f04f29c67f55d865672f10fa7067aa0383d510b8faccd01f8a8ab522
MD5 6f0357df95d0c9c676171be8bc65f28b
BLAKE2b-256 576116b8bf0f1e6a29bddf93b7e1d8cd964ddda7dfd9e74ddcc3a5689f94dafa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ee79cb066fa2854247a4226733ac53c23784938f83f7782db64997a508c858d3
MD5 31ca70666f82ec25f139299d9327fcfa
BLAKE2b-256 e1b63de3f42357c69e1d47f58d953ec26b6e0316bee6210e2e1bd265bdab8bb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 35108eb3aecaa8eb929b06a03415b4f7a840881c4b04ed5fcfc09ba01c46266b
MD5 48e620b3c4bb9a84440f179cdb347e9a
BLAKE2b-256 a88ccefc2d57bc295f2d300e9898aa92ad913a76fcd96a3293da3295fca53d9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 563c2cf91373e2758601bef91392ad441233a8e5829e65a2a3c4218e1067a838
MD5 b4058f8fb61dab106b238e0186cbc654
BLAKE2b-256 9277d35bde60a4ab7aae5575c9e22a54c95a92f3c4c43b115d17b85368fe8d52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9bd8654a57c12b301e98b15d55e6285df576eacb952215b1f99d06fc40929c1e
MD5 00cec008203e20d87db329c623ad0477
BLAKE2b-256 72b7970452a7e72c419a7f38e979ff101a9ce68b958fa715032c63eda6eb1fbb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3a70f7a82fd0175fdb4f5982da84f773cc4fa1803280da19cd9a222c9af1f9d7
MD5 c14fa7c5d4f4feb43dc1d73a0fd92aea
BLAKE2b-256 eaa18ff26a6122889bc3916c78bb766b83a691fdfb4d5ef296e61d4bfd12a97f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 344f78a8acc63cf4abe3e5a52a356413adcc9d0e514f91ca93721c64fd4d3854
MD5 28bf82db445f2f5a171f604e8a6bdcd7
BLAKE2b-256 5b75683bc6363ba94d092c2347fdc3320b7154a311ec9b962f27ab919acffa39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b7f87afde04f43b1030ed19b2a3c0787cb85c891cc8539d19fb4c11fd8ed10d4
MD5 10383d5cc836059f0eb5c7fc2383af62
BLAKE2b-256 b0056c2bf68294e8b9e879b82001f62ab5b190c1c64a5f15bc64516fe5884f42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4c1723133392793450bf43c496320238a815c2c58e7a8f58e041f5e66dea0ec4
MD5 a2a3b0044dd07cc866b5d1be4f24f7bf
BLAKE2b-256 421ba11ff5479406c008246c19ce4dbebe18a508aaf9596e2c6f9389b0a98b61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ce43d9c82f3cfd0a5776ad39faeaad5d2dff82ff5fa2313e8f36d6273526dec9
MD5 2a5b6b5dbe6cef4edea6d20e960f7b90
BLAKE2b-256 2dd15c09862c2143f83fb00d6f357c8fa91db4828882e063926ac92f7f1eae82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3136a9b72ac0d4cc04013c2d8aba5d7912448a4595166b449e8eea0f7f663ea7
MD5 f1bb79118869c0af021a74cd5f1c0349
BLAKE2b-256 2c48e2ccac77051aae63cad347325b1d2b11a16d6623c933c719a466aa42f50d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8294c925a831efa0651ca785d065722f696a835626a74fbd98631d03ccb162dd
MD5 5b75c4e17fd88051ce357a69b0be1106
BLAKE2b-256 aececa0c5845bdf230645c4b5ae4d9e7aa97444e361c8c8b57e1379a06647567

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f3039d10d6fb6340caa414c2f8e0c1ff3ac967cde16765b5315294a48328fad7
MD5 d625d66389e2f34c12f106deed08b338
BLAKE2b-256 32f7c53983b5d58c45de7b831af3e5e771d84d185d19ced3727c531b3b724dee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 93076e40a8d9e57a1fe22b223a8cd9149c519cc2781b4e5de71e657dadabb42c
MD5 017fe1e68a491a120c2ca48f32c0a81b
BLAKE2b-256 c100b4e0b275baf76e3494b8cd0ea6853562337c487da32bf2e58dfa5cbf9e5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f983caf63e1b6ee88eb904ef844848e301ee7539b779e97a351d259ac7db1c36
MD5 48f081744176c433e179a9e2dd6544bd
BLAKE2b-256 e333cd74417af0ac84ee9f90c8dbd331d3c53aec9cf663c8f26a54e4e34b828e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a8660bf23d6b4a16d4e694da0ab1e8c2cdd916be5708cdab998db2a2b81f3a83
MD5 02aa7ab2c32372c2b988f2530109678b
BLAKE2b-256 f5c79ea8cee7d1935c026f0119f4a35d690e0ecc4653382591b790a0554732e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d3e97f20e6ce017e77e968093c5ec048e4dd8a7c620bc8de7306146836ebf9d6
MD5 3a0dcbf289a57b9809e170694fe98335
BLAKE2b-256 6ef291768a7e8357e97bc68798e7355cbce47e5cb8180bc905b5a4df713ac675

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 56d26f7e42578821fdcc93bc8e76476fd11324ca9fae02b365b9bc12864573fa
MD5 644d224ecad841e8ab49c57c2e0024a4
BLAKE2b-256 fe10efadcf673fabbb2b521d3888590cc546bac4d9bf35a8d84a5beeb1d08d7f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c30ce22b4659e170f6732b6682ab2dce1af0d5a3c43d6679111a0cb112d5841a
MD5 2c9a981b620d48892e5bd23f98090d29
BLAKE2b-256 be6f53cad46e26800b02ca580a43f7193b91e15150ad4415a6803506cba50c7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d020196e7cebe76ccd344288ff968db415835eb8b6c986a8056b90bec78a9238
MD5 ad86e6ddad6ea92b4dfc6571599793d4
BLAKE2b-256 86233194e51b25aa35e6c5ac436edc044474710a004e05598e1177f0ee7f7da5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8d122a52bc127375164296deab69e1cb34f5cf6a009677f99dc65bda1ddc5be1
MD5 aacb59151048f61134b9411531d49ba0
BLAKE2b-256 7ce6ae77130f8a2408239ec619c47dbde7a5abc2e7b9a4638ffccaedbb5db146

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 84a7b721f4d96108b73f263e9f7247b86e61100a97409cf89deccc60e0d6b401
MD5 4eed63c5683aa03f086ccbd82dfa6683
BLAKE2b-256 2b52a0f2257bf45dc09cdab15f64c4a57acdeef476e41b0332848c7f9cd5e812

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.8rc0 This release

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