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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_graphs-10.8.11rc1.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.11rc1.tar.gz
Algorithm Hash digest
SHA256 46279aa78f2b57680378ac0b758fa3c959d11392742dffef2d7bfcea5e5cc880
MD5 29ee2d05c838d178b8445d90f3c3e9e4
BLAKE2b-256 b9df3bddf8d1f1d895aa2117520c7f012c8f76bc74d39a1725ff70be1e7971b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 46568adca6292aad1842a16fb0cab48bc5b4229841dee3b6e68747d209771d69
MD5 c5b0a3cc927562d61f381ad0dcd62d4f
BLAKE2b-256 7eb7cfc282cbe29bc07f10593e4f51428b125cfbc1a4ba5f71f177d702bb309e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3bb3ecd3f97d2d915daa8b9fb2b778d45faeb6aa46f58a0292b787e0961954c5
MD5 f230e81d909ac7b92e47c647cc39a957
BLAKE2b-256 58e8c3dab28cc63c151b66d0efa948a928910dfa58cd0c76a839f2cf7cc94e2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 21d2182833b5cf614c1fc9ab3b342c4f835d38146e811acdc4c8cfd987f3f6f4
MD5 7b9bb29b0166658729d48168a988a93e
BLAKE2b-256 ce761dc1e83a3b329ba0f2ed9ff729b49f89e10cb971c5896d1a29888d651445

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc1-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 89ebaf4f794a7f4b6ac8f0114138f44eb419f8b17962fc7c972a8cd34728fb44
MD5 f995ff38d747ba97380359991d72b4a7
BLAKE2b-256 d75015b24356d3ef9c9407d6188052966e08fa5bd8ed837d8564d2a48877dde0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc1-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d4d05d35f33a1b46f4e6d3fd9bddc26886b90a3fb2c24c63817fb1f16e7478bd
MD5 e3c0650c3c2f6084b6608cdc281c62ca
BLAKE2b-256 0aaa481572f86b45b658c4ef6dab3eed57a750a07080f0cb44bcfb3f0814faa6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 dd1dd3eec2f7e0426112a4492f1dbed2609d5c8542e38149e054837a814b5dff
MD5 32ed930481185774f52fb9fd49c78cfd
BLAKE2b-256 f59f5793291317c28f658a698fc274a03741c911f33301cadcd4cee4236c1317

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 82db879311ba69d33a34e4bcb0c7b45907a4d7e9a35dc698f01aa5144c2be01b
MD5 d7e026c702238eca20f19a6cf9b635f7
BLAKE2b-256 8d2915e723b6b81b80981799b46567b3589a9b800e79726b7a1d632fdd674652

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 1776d528d1649ce1e0fb15cde660ef1d9e03962411ac9d6a6aca4e9236e7d9b4
MD5 96d07104566f1bc8b80885da18b572a9
BLAKE2b-256 f4d2339907ecc395b85d21c21c034c2a29e566cd55487403aaec795399454acb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 765f2190cfc04343fa6f8c3307310c64ab2ade45a6bcfba7f5daf0680e4b2e69
MD5 82b31c4281a99992d6070bd34d61bdca
BLAKE2b-256 e93860aa84b132fcbf9dab61efb9b4ce4a9774b08170d7e24b283a887a6498a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f501e07717f56961950ff879204d4ccbe061430f602a3999df655c5951b526e8
MD5 fc88bb4f074a095a98f501f730eebf19
BLAKE2b-256 baa591f7ad0cdacce24fe7f1a7482cbe5d6b269e0c12914e07322f58e641b733

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc1-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 23f6cfb447072e3d60397273a61457f19039d96dbf0a2965971180edb2022a94
MD5 73f3371268703d3b5f68c5aeb7bc1017
BLAKE2b-256 3690fa115682ea438266b58f773ce777ddc160bdb82f33bfd18b4db4f3631fc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc1-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3dcfff17804eda434a366c3b484644027ef56af04d897075a73eea9886825a2e
MD5 683a8cd1081584e51ea2894285113498
BLAKE2b-256 17af87048c5fee6ec44a575ffd03e05f1412c24749e3e8fb3e53ab17fdfd07bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 08cc810f196eee57900e1bfb1621a30572c1dc5e9ec7cefa64c4c9d1ca05915f
MD5 45683da85c9db669194050fdd57afe4d
BLAKE2b-256 771126902fb40efb5bd26a33ab8cf1901ad192818b951d9b4d9c2f2214e0043c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 404ed9f1003c7e13024180e7bb0fd3b03f8f7f559d3c9784369f2563d3be0891
MD5 453e55dd01c9b6f127c5f58f3cc04801
BLAKE2b-256 08dd4da06e664051f23b012d74815197167b6a033780d6778fecd8e0a07ef2ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 aeef81bff6ded454bf83525c24c8f1ef4db3719ff7f68685aee0b13c9197711f
MD5 3ed9fc4ddde9f7e195dd9b530b916bfe
BLAKE2b-256 bd6f806b274ed6ba438d42418bb05696fed770e1c1d22a2a0baf4c91fa01a8a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 365b23a47a368407484ef59935613092c8722b59f74cbdc49c22d47858f3de60
MD5 45d21c3d015fc144e77f089116513c79
BLAKE2b-256 d77c0ad6ccc33e956df39cf9032d226380b553ce24a15367af045e3043a288cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3ffacc4a0fba61967fd852721bf726f5339b31624331f74d92f2d491eeeeb27a
MD5 31258b1bc67cb1ab697c1d6776e5685f
BLAKE2b-256 e9abc1aaa8aad69d05679066772db2ecb82a2f5541f7bf5ae67e9f3f7ea2e5c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9bbae1b15c39b838e1a5f677530d827faad3052df0fcbd6909f23ebb92be1a0e
MD5 9090731b78b662f30bf404957481e189
BLAKE2b-256 5fcc3d0d11a167646d26d080e14082cac5a8b10088997b703c926051ec54c6d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc1-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e2b95d5af152cf0583eb6f822fc39fe504e8fbc690744685f5a47d8e1217c799
MD5 ea686591d9d72da4eb487709507f97c3
BLAKE2b-256 a991426c4a6fa514226bfbf592da9d74c2f8cde579f94c174521b117f0844601

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 33190018edcc62863d11cf3b241ac1a032767060a786494bae066af86057d557
MD5 7a8b7f6ee64c1e5f039f088d08e3526e
BLAKE2b-256 a0e47c9af2a4042963bdcbff207e9761a9027af0d370dfa9b7216e6bb4861847

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 eafde6ce9f3d1e2faceae67c3e0cab61882274d158e5e62af5c4bd13462ee306
MD5 801614e5254a5c2c197de5c38012967a
BLAKE2b-256 d71ba35e01211ac528e13f03345058c87b85bd5e6d15bb0454cd0fbc8ad63cc4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7848f8c3dde0cd93c9594035c75e5040a64ede18caca7b47aec7226ccbec54ef
MD5 1e59fae6214684f2a36740473bdf4349
BLAKE2b-256 36688d420f2c46c99b02316261d1dc20fd2b281ccf5ab784dc22917940515b2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ffbeb7b995376f9199438e958fb3c8611cdc88a6e68053b0355caa814606c8d2
MD5 4c4285e4a1a735c8be3ab046e1fb4366
BLAKE2b-256 2831ac309858cf996ea7fff73299b37cdf9cc9801a807254e79d6744cd59cad5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7adf4312d53c0c0059763baecb1d8a71ce6de23d5ad8bdd8aab4299bf1e30677
MD5 630f7c43f737e6b373d25c7e5260d0c6
BLAKE2b-256 31b93c6d12678fa107e131e7e7e5225020073aca4c58671f2c1b597ecda097cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1ffbe9d0de70e2fa35ac68506c426af419b116ae3673c0931dfd644afa73f64c
MD5 d9ef3cdabfce20ddee8a5622d8624e7b
BLAKE2b-256 482e9b7ade1ef07e84a39c61647de653415954e419cfe2f0ef98b2f6ea4d8d72

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7e9bab9e77701519910aa30bcfe039cd5065e1ca5872d610bdb82c723a6daece
MD5 f93da03e6ae9b25f7ce6c082af4dad8c
BLAKE2b-256 4f51932c05bbe08d3a806494b31364c7f75971a98179e7ff00d2822fbcb5549a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7540d674852dec5a1133e960e026b5fcda1b1e39e7ee02aeece466d177dcfd19
MD5 6eba20ed82861e7d5286d7d2487a30b2
BLAKE2b-256 4a3386af0d682b2944a8de1b49ea2e626b1467884506e0d90b4c2ce55e2ce0f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 9b3cbb3da72df78140e282dfe6e13d9e711c015176637a77a1b6637a75fffc07
MD5 57c0b5032b33ae612e3b0008f03a602e
BLAKE2b-256 e181b50afbfee2d57b488ee02e8705412d45239b7ef32931c551e9f1e7705527

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0aa8569a2882f1bf978f0ed00f06f06ae7ce92bc243b664e81302f252a1adb96
MD5 ae178772e791d3523a44e06ddbb3df4b
BLAKE2b-256 905301dc3e97f93f237a72a445e4685c372f179155e8e7fa97afda1598aac734

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f7b3e8fa2e59a339acd96716ef227b10b5cede7f33d9c264bd5b020478faa90e
MD5 109e104c7bbc13c1f51e5174ac773a16
BLAKE2b-256 43820e09bd102f18c197b621b4b181601c6a29f4b5687d67946c402a394e0065

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cb84e883c4484426df9e9f35016f0b5fcc169ea4591674942d2d44093faa5f62
MD5 4ad332516956152e5a80f9de2e2563cb
BLAKE2b-256 27593ab1a06d10f2a3da10fdb3323919d5b9ae211601eb030e2eecfe2c513e1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0f90bd7ef9917dc92d7aa277928b3a03551c219dc267accfe6209c2fcc3661c8
MD5 f62d9926835911ee20dd55a3f755bf1d
BLAKE2b-256 a28d0d337e12143c4bdf78764b78478e566d1bb83a5c00a1d3d21941790a9ac8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 161650b33d355fcfa572c5c34e835dfe768f5dda49654939bbc5bfe154a25345
MD5 4019080572f92f7ad4eafef5ea7d8164
BLAKE2b-256 dd7714224a7eff0cbf7f48ba61c364ea7e39dbc7a8997c9fd5e06f7999afa477

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 62957153bea0b8e91c514828b300dc2a952fc7ee03130b235ab2c2b8b576f070
MD5 eadc2e1a08d1c3abd6aadb59bdfd8106
BLAKE2b-256 2267d88fbdcc1605b58a0f7bc9e3b9d0af28e1368477d6ae156949b208dfae5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.11rc1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a85c244c5d6686d8c0a2b984404fde78608bfb607e775dd45837d69831723973
MD5 a89b87fc16d508b1df49b7d65405fd66
BLAKE2b-256 61f5fc20f4b51ac898049d79485d35c514bf0b92f68a24bc705fc36f7aeacd0d

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