Skip to main content

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_graphs-10.8.8.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.8.tar.gz
Algorithm Hash digest
SHA256 e7230fcddeb4650b59533ed84d73154b06adbb70e146725385ce4f1c62516c36
MD5 298ca79add5c4e5714be5ef06cf20129
BLAKE2b-256 ecd99afcf38ec3a66174c6195c5be288c7e4a858015743e3214d3ae4a0ba73f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 e66f25fdd2df7b0c590bf50b43e7b2fd0a71fd136a08087cdf70d23ed066605d
MD5 3a777beb15233585a9a20d1de595d0c4
BLAKE2b-256 181346376f8b85f5f34127e8de5ee5f1ee76023fdf396cfec9a8345625975c9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a4d8ff738635062bbece03406b346f2b11a72524e930559ecab4d5870dfa6037
MD5 a040a0560dce963814030cdb8d113761
BLAKE2b-256 212218ce47d485bf13c8a48c19c53fa662251140f253a9c07d915ab3e30a45f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8899bcb24c1c6908cbb7aca0bb950aa40dd6eadef750173d0b85a2b9f2a13d54
MD5 68f5b7f79ef089f03aa82d5bc8901d3a
BLAKE2b-256 cf60af1012cdaae0f065849186007276f58da9174ebd325f3c4d9e2c3c09bc02

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b1772d086467e8df71b7e2f4dd68dd0b16bf77187a69c88a4c416eb4cc85eda5
MD5 a002f1df210802cb1f9ad74a36b2751b
BLAKE2b-256 64dabb686de959ce309652eabaa25faf88d76f2c2222736cb3eefa5e32bc47b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8a315ee4e0cc980c648909f702d5b5ff2e4dcd2e66e63da0fa64cb6bbed67da8
MD5 8df6605310cc9721aead14f918446db1
BLAKE2b-256 6128411994033ce72d4aee03da9a6fda90ba06571428d43bc49192c190d82e8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f07c2647ab7a251a1317887120483503fee676e6af644fb1dbdc7ae74ccc961b
MD5 1ff292965c4ad5b1ee5488557a8504fd
BLAKE2b-256 83aa409ac87acccfcf767bb886e75c04037bb575125d2f3666f86225baeed3df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 cbe4c7b119ab73769cba0a00047b283323a47c856039f0c85fbe4f0be119a206
MD5 1bb4bbd49ae206448eca6f7c13744d57
BLAKE2b-256 af3c41479740dff26335df886379cba129087a3a36fe35b12922c9d142d4fdfa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 a2b735ab344242bf77d3c8fd28507b7d070616860ccb294a668b69f25b53c2a2
MD5 78e6b6a6e712343369d9f357b8212eee
BLAKE2b-256 5453fec5f1f7b29bbeeeccfeac31bb50e594f71a9c903a98bf40612ca504675b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a3ff526a67af102064fed9903b185e116718fbea565f9822273bd712f2c9e1fc
MD5 1d394453826a258c8c69cd11cbf3d7ab
BLAKE2b-256 b4773d2be1e9f8984cf699d4e7353279521fea5239e2064e461fa5acb865fd31

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 97d1038c6c5a407723e79db3051b9a311abc5bfa9588390f1e86dc83c810e5ff
MD5 b69db3ad33f487da71ec8fc23c3cb69f
BLAKE2b-256 c31b4dbf475e51fb176ed0de0a1012256768bf5f59fd5737b98729872e388a92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 59ddb66da4691398d9ac2d18f229d199fd6dc2ddd3ff37c793630e3488105f5b
MD5 2cd39ff9c73bae68c5def640ecadd97f
BLAKE2b-256 b2111ce7a9c47e779e1c37e33351842f2a8ba230f5d303a64557db3f03657f9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 50d6cbcf0a20d373d5157bdfe91515bb884087d0f423cd1088f7e86d0ba6fa98
MD5 beb2fe71a0eb9060084716cb6fec1256
BLAKE2b-256 ac7a4ff9eec55f928d2b7cc997dac771e5a61b3e78c7cbf031aca17472f7a923

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 85b368656360a645c0ab128b918a66f90a06af637b6294e74728c43d057de735
MD5 82edb21c0790066300c29a473be7c268
BLAKE2b-256 5588e5421396b486509914cd7d1b27eee1e39ebb9e35d5b85ba64980cf7d86a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d660f408070259f257f001ae90892132b135923258622de56f56ec1cbaea2fd8
MD5 9208fd97c8c364f5d573f5acfd2ac41e
BLAKE2b-256 86a326ccb87e1921662a679cb755bc07555f48f226219ef3e96f68222f5b27c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 0dabff2cbe67eebf97b3e5bce4988d0cde2979c8910836cb25e2406af25342bb
MD5 99235c6425f8898c2d48e34a7ffc76f1
BLAKE2b-256 e5f65b4cc2813d1dfc3adf6cf07eafb4194f0289f559c239171add428cf159bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9e020c32f814930598b91a3ef119184605244e7ab856ea1551308ba08cb6297f
MD5 403db021112526fcc034a39775ef6547
BLAKE2b-256 4f442eb130add6fbd2bf2512b0da28bcda803bb6f52760cce1870637fea0215e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3a596a21c518744af0dafdd22d54043f7b46965f1ebe0215b9a665d39138eda2
MD5 e8949be2e1a367abe725a34def796113
BLAKE2b-256 70353321e0aa74e7675ab2debdbddb7a2f4503c937ad2ca88fc3a6f2027750e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f427146b64bc093aaee3dc18c1ebd8b9dd0cd08c1c03ddef1b8e3a6a5c2ac8bc
MD5 adf1840ced7ffc3fb96aa92769245a68
BLAKE2b-256 485c0c86b1202b731057759148c52f125e55c73ed0fd23dff07fb58bbfc371e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6942395d60f6f4c642d45bf1ee3c1582e0d70a1935e69a64fef819082793293d
MD5 6a96a7bd0678f77b942aad60437eab59
BLAKE2b-256 e9ee7e1927a714871f2c6c0e2ece5d6e8eb0849efca72c301de6e3bf57d06cd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0ded97b157257144db86509b5cd1aa45b9bf393ee3f02d7677e076df07b0feca
MD5 90c5d605ba7c12c2e18317a9a32c4def
BLAKE2b-256 25d12a9abb9849a983df7d1ed024d8e550a31c08d599f0210d15ff24b1ac3205

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b85f9c0205e09ec24b6ce2cff4085c0a6e6a5131dd80feb47c3f86c243c2cba8
MD5 7bb44f75df2a422610c833a4b5e9237a
BLAKE2b-256 1895588076a378007a52c4eac4f7404f8c5bacea853218c6abfb384e5fe75660

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e9e5e061c95b09eedb2fc6f413519b07124cfee0386a2dcd9dc1c1004551eeb4
MD5 5bf8e28fae759ca4f15b86d8a541a489
BLAKE2b-256 4aecd44ea7bde980e4bdf82a148fe6fcd83c96b122a6b697f29ed2dec4bbf257

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7b2a749f44eee999ce9b0e815213f317aaa8c4b0810d245e098d1f35503c06ca
MD5 8103833e4dbf4d530eb295a35b0b150e
BLAKE2b-256 135b00f8f430ca1f623b95557abe0dd4e7e6de72e356cbe1e6a108c58e2226f6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 27041fef6d520dd14d16056944133d103e624531d0aa55c697c00740bfe7ef7d
MD5 8151f516542dc53bf879dc3b11ac0f89
BLAKE2b-256 dbaaa8a5ad5947f4a6f49cfa1904188ff4e36fe7c9ef7acdefebc26d1fcb62b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dbb3886907b063c558a29d47d2cf2765204a85a1c8043cabe243d7d21aa5269e
MD5 a36d085d47ba831a11404c91da60a3b6
BLAKE2b-256 6a53891321476e8de0aea3ef94e08da40baf4b44f2e8e4f9ba474867169edfbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 24168c60f402384e2bf070d2e7f2ceff7b6f2d4acd9b00c064b26b55796df272
MD5 f530e5766b18fed09182582e6860f1a3
BLAKE2b-256 2c60f530305c8cedf6b945239803e3682c2edcde90e163eb441b1a3d1913c658

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f134a211064642e6a194fb85b189df83e302d83c9ca28688bfee649aaa9c912a
MD5 3e363856a36e9abd410b0fb305f78a9c
BLAKE2b-256 6affd5a15d67e19d0062a9f018b13e639833e05ffdef7d38935017797863370c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 a5acc47fb07ebcca76e31f150122f260c7c434232590e533716ccce71a92b267
MD5 ff661b8b3741986527a3b1e196049a5c
BLAKE2b-256 1fcb3ec83ff56b892624f11c4dfc49ef258036d8e5849937b67751e4eb62d8bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c0b114f4181fb86f9b55c549fdeb05f7e33e1d8ba0e160026a9019628673eb7e
MD5 c22f0d5a11a5bca5ad61b1c2ea1b5de5
BLAKE2b-256 d73ed30f847f5a99af2c489cdbae4e70b2fa721b671ec7f698b816839939b516

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 287e780d07dadf86efe84be94487757d122991d467f35f66ef6b8d6d11fa0af8
MD5 5582939fbd9ea289bb3f79f51d752bd9
BLAKE2b-256 5f13dbc2b142099b5e77f9682a7183a3a89cdb3386c994594300d515d96aa238

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 594399e1cd478b795ae5a2501afb3dce8a993c45a595dfdece97ca483eeb4a38
MD5 96af21fab2c06a8a599352abd3cf5757
BLAKE2b-256 4c13ce7d97b260ad73fcee8be4dfb8b6753a7788173a644609a50e28a545f0b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fdd9de7aa213e341ac452a379177289342ea629e5f86c9d0a406e0681fa9dc45
MD5 55ffb5131291c3411f4103315079c12c
BLAKE2b-256 0c55670117e0572b645f034359df567287c13ca43055710ea2d46c22bd03d5ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a54af267c0ad6d03ecbf5a97a8f545346913acf02d7d2c567830bc5b0d693a71
MD5 aaecd36d9dd73dd91cdca3c8218b03a6
BLAKE2b-256 0ce2ff9bbcd4f4885e26cf42bd1a820fd70f12436a4b2e12ca19863489d99b24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2c5338756bc16a6d97a9226ef875b8afe91e2024fd5f3482d5b2237d705c72a1
MD5 fa716f72cb0df8709bad6657edc75c9c
BLAKE2b-256 d58a2fac4c41229043466eb7a5294de66a1a4def5d1e9af876cd54462aa6c4a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 181b9db06fa61bc8533ca506256d125711a45aef741e9b93335ef1c1ced65d89
MD5 ad262eb36a9666a0f3cdac1f674fc581
BLAKE2b-256 6d71cf4c9f691afdbb50142e0aaf276a4fdacb3af52717d6faadb1808ba76b6b

See more details on using hashes here.

Release history Release notifications | RSS feed

10.8.9

36 files

This release

10.8.8 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