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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_graphs-10.8.11rc0.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.11rc0.tar.gz
Algorithm Hash digest
SHA256 ddf680683ac06af2aa36ca5d8666c457b9d57b3ff3abf2380a751439f9cf10f0
MD5 ace46a0bcf79890d9ecaf45fd6e02614
BLAKE2b-256 f64c2769f06f1674abff16ac6d4c8fe1a7dffbcafbc479251261192cee376595

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 6aa14ab07bcd9a6c05a79b3c691f1e26a6c1841412a87815cc8b396374dccb42
MD5 888ca2a280cf922cfb90c4f849a1e1d7
BLAKE2b-256 07ee86d1da858678454480a97687a8cb63e9043714e90cf29ce810d25b111fb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5423afa9cfafa5ecedeb1c6feb1ec5e2db8727135c7aa4a89a373a8834f57b67
MD5 3a182140e2a6af196d72c61f17293dfc
BLAKE2b-256 1590b1f91a6c74131663a4c8b82f0e6ef4925c45256ace1bada77941112f84f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 148579beb3cb078156b435c1463b03963f2357b519d3de27a91eee184d9f372d
MD5 01d27995a2c01094cc384c9b8b990b3c
BLAKE2b-256 0100b54a98e3f749316a5ba79ac611e1790c025fa63609d5772d28f641208072

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc0-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8d0fb58535e4557abca1b48568b01f3f4776c4b9483a2f8c6f70eec3817adb70
MD5 3a0b73401d93d8c2b10661857266271e
BLAKE2b-256 4759bd4b1867f06deba056c5c211e5d9577c8c356ebfbe71897262a6132dd0ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc0-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8cc5cb93654126b9c6474a87182e0ad43d8216dbfdd4bdc456348e5401df387e
MD5 6e18ba1c393105cef0bb8bd392d10656
BLAKE2b-256 ee70d3d92c0b6cf7ddafe3c2f2590c2b3a36b6b751a07f43e6652934f9f3a939

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc0-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 323fdb06c4e0e475d397bf1c3ddb15225eab53f010becefa1f927fedccb54b56
MD5 e94f2d96f72029f4e71347ebf23ec079
BLAKE2b-256 a55a82c5fe6197e0587b01d4b50c1482860b61724a512b9f8e852baf0f68062c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc0-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f814ced1c1dfa1076522cab536397d0acd6446b3c6134219ab4498ed7b049935
MD5 6d6c2c83e0ed85bfc033b51f9c9952d0
BLAKE2b-256 e5ce06fe37dd3ac0f7c3169649ba1914537d81ee7accb656e6000a68d89c3f5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 7584055f6c8689aec6a17bb6bb7e90755d7873b5208906d4e78c68fac0b5a850
MD5 aff323ab42499db0dc25d901047648f0
BLAKE2b-256 902e59581d3cbf98901f4114d157841f7f164c736821e72b5c68a9528ba88f92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b3efacc3fe2a7491ff92a5a17a0add8b9d66f8a46101831d4904997f8d7504a9
MD5 b9f428876c87f21044447ba6f378ea97
BLAKE2b-256 28c0109b6b48697727c6bd07e7106f6126bfbf75923d305043a9829e21548cb7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fb27beae26382fb9852309e9e880963d77c0360b910e7dc607b5253313eac22b
MD5 dfafcba57115657e5db0b39a98cb5e92
BLAKE2b-256 e4cfdb6fdbeed0f30e92971802ac2d765fb1b75f4bde89d11d1f9c94de5e32f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc0-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d68284f65e06c212da512ab994a1a57703762747ef11dd386c0fbe4eac69a863
MD5 42b517989ba6fc7281bf59177041776b
BLAKE2b-256 6976ddd0668ea7b1659e898326820d692e92ae44c12a8fd860482ded8ead6831

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc0-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a4c3735f8e89f7369d8443920894d0c515ba7015b3a9c1b2adecde9cccda9cd9
MD5 824c2b76bb64371156d2eb6b8f604ef2
BLAKE2b-256 56eb377815063f1176e632b562d5d3599d6f90b3c23c5b78f1c8ae1131736c5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc0-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0cedd930a879ed5524a59818b33f38daf8eeb7b564223038ab6e79d5a7fdc937
MD5 3fec3470c8d649e90db79de2dc9b0acd
BLAKE2b-256 f9eac860fb611e8ddd4157a091631539977e6e5e6843281436e487f6e1049201

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc0-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 7bd19a45a7598993a0eaa1ea0c328cdd8daf0d0d2ac9e98534ef3e02be6ec3e8
MD5 36ab1894216ca41fabf28e98c4c6246d
BLAKE2b-256 4768fcc3fe364e8211a8e14d83411becd1625cc10d5c12037ad74919930d03cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 1c01c8b5415a2205dcd78177ea1311e4ceaa6971da7bc0bb86cbbbe40c3c7017
MD5 2ce1e54ebae2811e4cf6b4f2e0fd6166
BLAKE2b-256 844af5e640eb1d57d88ccf2c9dea192b35971eae2c272b371f5fe85fcd0d1eda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1e2ff766870c21c04dab9a473ff7048ddb987d6d96bd564e9daa8914c7f8332f
MD5 ba95c1b05c42fe6a803e3309b49e08fb
BLAKE2b-256 96af48ef0a0c676c40ead3a2e7943b8819440864b9e932ca12eae3050a1d5048

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b075ee6c38708dff93a5cfad6ca4e302d1afb8d81f0164eeb3f3c2775a19b462
MD5 e0698c1b362990e774e3f8f0e766fd44
BLAKE2b-256 ada591d4405c0098664229e00cb79b0e95f480f2c6080c222477edcbffc6da55

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e7e415bbff2bc73c82fd2223fac19b654f274c07db25b30e1a78f01c3515bf30
MD5 c85616b8eec107f532266f6a7e8e5dc2
BLAKE2b-256 320d0a3ec71f653c37761ed802a44ff701308c1de175b76e9446375b58a13ba8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 935205cf16d0e379b42f9d08fc729d0626c6c909bf84377977e0f6e082735e1c
MD5 bf8fa29b30cca7126b3993b9a6a794b9
BLAKE2b-256 fce8f57705ef3570c6e2f29e2c97e6317211da047bfd711c709e08afb142a132

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc0-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8b1247104cf7de0d55201450183e969423245e2b4d563a19c99118bcaaa076b4
MD5 1f01f3e10ea68ddfa4c50997e9703405
BLAKE2b-256 edde9291ec63bd332003238383162da5235b4144149c20acf3b065b4bcf8eeb8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc0-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5fc23f660e59ce70015d4dd25541def5155dd7095a3320cb75ca666eeb679f33
MD5 baf4f445f1c8b358a7f3b1f3c5c5bfbd
BLAKE2b-256 8f89c1022aa4059f998858117b9c1a46aea1ba221a3ab645039b275afb760fdc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 225b59921a2be0531a91c51a58b2f973403872283f8fd0d82ab2566400345cd6
MD5 a90a0e71c9c01e9c4a6196ae58808ad9
BLAKE2b-256 9cb815d5284bd0f4e2731e5ddf93ff7896423524e6a4fda6c4ac2a03aa949b0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f0d7d9590044249ce28bd8c5298b9489f1ab0784202ce9ce432d5fab19192588
MD5 c331edf583a9721e2af651d17d0d3218
BLAKE2b-256 e23f3285d2b04746eb3d5f0aaec21e3e4e005dc8f055ba7af85696b42dd1dffa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 76bc6ad0f8f96f2063f776d2d4a7ec9f2db164063c85c76d6e46e6a3a0595eee
MD5 0f6f52ba3417d07c0f79572362a38f6c
BLAKE2b-256 07c9dc52132632eeae9d6ada72946abbe08c2625a3a3e8b60522979ceec01b09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5f99b04ac5d4d7d64ae39be2d28ed760046874e28e77bd5d78865c7197424952
MD5 3ff058bdf58d41c20db82a53ca6dea2f
BLAKE2b-256 2e0c14ba9c470ab3e84ed481b756a97ac6ce4eb0986469283794616767bbbb82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 93f42057f49961327cee7a0d05610bb09822ff4557fb048c1b2e23ec881a7e13
MD5 9f2f2410e33b327a5c497918961a5a4a
BLAKE2b-256 23edc3b8e2aaf874cfcccb9648f7053fc237b31527ba999157fd48e0a4d619cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc0-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e6485a32047a07e30313b85ebe1d108a6013a1fefe645b9731e77b36a8c9f94d
MD5 3b400aea51359ad4c31eba266a5c99ad
BLAKE2b-256 fc13f7221df1c992ac10591c7f89a5066427b8f8a4293b72e2cc24f222d38ff6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc0-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d6eba03b3257cdffb32390ebee8c24a1f0c358575dbfa669915922169a32e043
MD5 c968bb16f07cbfc06e70c85056e397f6
BLAKE2b-256 c8522826073833be6b2d117e229157b4f6fd4562059728f510570e2cd3bc762e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c2f080af2da7f58ae649ae2968748f23d3eff759250c61e2aba64cae40366280
MD5 4ed688967660765ed822e02c005a2ed9
BLAKE2b-256 20a6c087d890c797ab9726bbd645508eeeeba0a23c5edcd53951524146a7df6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7903932c8e227ed60b585a243eadd82b07bd0dcdf48c7d22b6732b988aecf971
MD5 ce4e2b90447b2569b6d13d865e0dca0e
BLAKE2b-256 ee9915f63f49528d5caa481109c9cdb0a3457624c679e796467d365df277dd65

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b841f34f4b3e9815afaff231ab171b17d680725a36937e1b803f729478129e91
MD5 2d619c2f8591a66c5599c17bea252c40
BLAKE2b-256 f1bce24eabd771048afc0078e2ac3dd44ae6b6941bf2c43c8d173cf0296fc073

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9aec147a5662f4863e3b62cbddc125c9b1d1cb7077caa88600fff764bdc280d1
MD5 1296ee3e9aaee5ec885eaf2cca8d01f4
BLAKE2b-256 b5436bdb7627c36eefe4279f90d3d0a8dec56d296bcdec8a4fc46961b7d1285f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 03c59364b26238025eff9b56f34bd6a3a41621549c2d29d51a37628c13b4cf7a
MD5 248cb520a6717b1339683c1eae5b1bb0
BLAKE2b-256 72e3026fb6856afda544fe9a21a23187fbad998192b428c00343319031bdcc9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc0-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5e44f7cff5766be9932505153731a50eaa228fd198590fd37a2d634026d9f868
MD5 f029c72221ff818336e35335400fcfa8
BLAKE2b-256 e5de42f1e662d9c09f6f885738b30a315ed95fa3decbc1506e290f4217b49350

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc0-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 985b22a40af7e4474fdddae531c3294c10722b23d5ba2f394022cd992ae63e4a
MD5 dce8a020e2cfb4f16ed3002ffaf8f627
BLAKE2b-256 b6a3fbce5e6562f79fa4b98a496caa3098490ebf717e3c4aec1534725c8cf407

See more details on using hashes here.

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page