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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_graphs-10.8.8rc1.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.8rc1.tar.gz
Algorithm Hash digest
SHA256 b4fa9ac9541ab15f542797ac3f43f8f9170ba6622d11f14379b41238f2ae7b2d
MD5 177fc26a45342ef7373d542e9549a763
BLAKE2b-256 c96f9d8a164e16d2adf8a4c0a1efb1c34b482fada12f991bef97684ea98a55d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 623bb389264b33ec485d75da3f3b3487f635e93cd9dc037cfcc3b40774fc9e43
MD5 389e4745703ff44253cf663bb5bb7b57
BLAKE2b-256 af4457beb32ba10faae02cbad0e04e42bec78c363e84366565f6666776d280a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 eca6d77f2d8411ca360e2cbc9ed4d6cb6e2e2a5e0208a259f5787c5ed73d9ced
MD5 ee9b9fc83e3ec6ff0904142d3a44448d
BLAKE2b-256 d8c3c0bbebc846e8dfa3483230093f22e753596d1e558cb0b588293bb6d223a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 796ca5bd46568b36e08c05da9bedc888042c6d3e581d43dd8818aecb874088f4
MD5 c553d6df6188fda53ecc7e2ae9868386
BLAKE2b-256 11c44ada98064fd12f3a1f35bc3680489ef0ba747d85e9e2b0fcd5c9db328d19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc1-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bd784c701cbcb524a085a2599d798cca871e64aea052f1d687d4496d7397e1e1
MD5 ef1e3daa32599d8e5ee1c940081f67ab
BLAKE2b-256 c1f66ff99babad29718b5f6525e0bcd2312c28fb294099ca474f82f5db299016

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc1-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bba09cec171c3cc6dd357898fba1c2a7f44a6f6b2c5052fbe837274ce691fb4d
MD5 64823585634793132e2c4c786755d540
BLAKE2b-256 e64f6cf49ece10f2fd4baad55615fd44911c5acc742eb0992bb540fe6e213994

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f2d1508170720f17312b18cf81a0d1e0b2fbdb0631a8c1f84d8d1b1e041ffb48
MD5 872278f6b4a49663abd9c361ed2d4c13
BLAKE2b-256 1de95cd256fa9f6fe0d0eb5124968ea9d97ad2d7e45d7568a47a17605cdad5ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 21792f6d14fdc4bf99be3469a63f3b683211deed2ecab249cafc68ad4067adf0
MD5 2a3cc8a04c9707a2333588b84a6edaae
BLAKE2b-256 4ee2429b8a1ab65b14ef33bccb7a12ef8cfaffed0d40a2785c1554db73353d52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 4b53b60bcf66af1163c4de08fa355547b3c76581abfb848d8ddd5c16cca414c8
MD5 5a24f96aa62306885e2015252e0acc10
BLAKE2b-256 006f4e6121a3da6c9eacd2739f0b32175b97b61fae3898186bb5800232beb77a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2c47b295fbee324273d35a34e110fdca902cf13d483f1f5f37a379200937a8e0
MD5 525ac1479cb90e84a087723da0d64f87
BLAKE2b-256 0e3dac998918451259cde30a9c4a16373c6124e56003f728fce863ab642bd80c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 dcfde1e4ff1a4ef23756769cd25b2c9ef9809db79b6ce21b0f4309539f5871fb
MD5 7e1db46baf4e186d23b0a8b14e862103
BLAKE2b-256 efbf898d3d094312934556e30a37368a19b8ac70fa38d12cbbf045ac6303abe3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc1-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d5b122a98abbd409a53aba2464ff8129043667658ad3e514a5c1992f552f1059
MD5 44edae2e167a9c6ccfc4fd9c87160d7a
BLAKE2b-256 4c04e47213024bce5c59f1040ee52e938238a3353eacd81a1c82e53602c93e79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc1-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 56fe03df5b21b303820cb51514aaf2f1a78b1b85ca5467cd6290c19d2ff63ca3
MD5 b6ed5da4eaf670b74063becd0e2fdc3c
BLAKE2b-256 a561950ff5387d0e031f8348db55fe4d183620c81b09940d6469c4d63e9e8625

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 361209028fed6f66ac78f0b79d93bcd49e7965fdfc87036538d8dd710eec6f0e
MD5 bdc43e098f3704ddd51dc51eac728a13
BLAKE2b-256 723fadeeb4f0cf946a45f75e15ca384233b91f0e158c488c11cf17dc26359ffb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 ad5d50a14a8c574a4c083429bb3b759cdc55fe2c767990ee97e07d5815690764
MD5 91edfbfccd4f93a1c8caeb294d21900f
BLAKE2b-256 bf898afcb1ec3afd0d86ddb3b314b913f54101d715e37adb0f41f07ddb46a3ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 cfd0602cbbd1c99f7ede32a545b5744de5909e0e2f4048a87d58caebd2fbad58
MD5 4a148cb282ad01a60503a0dc81e91f2f
BLAKE2b-256 3c161e0e0255d0c08da254b22c634a839a43a532f855a0f6ec8c921eba5a5eb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ba29f1ff45967b3d085879c203ef9f1e7e01d33457ffa474cb37ad8c24bf4fe9
MD5 87107624d7a2898757afae222ebdc8e5
BLAKE2b-256 951eb75cedaf4e54c15db7a1a28afc13182e78e44b26e63f4dfbbc7ac1893b40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 45976bf98a4cec5db18744500e929537f49408879614bd30a8c80325574f218c
MD5 15c5bbe4501396e5baf7dce769a74250
BLAKE2b-256 7083a18ac1a933ce4a72ff8fd9d406d6ee6ec56ce3a94b27f7704e1894892822

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 beea524af188bc233ec6a7a63d5b43641d5340beb75317ebe27ffde32810fbe6
MD5 90fad6b3fd281c26273057cef807c464
BLAKE2b-256 f2033a1de3120ff4d259ffa21323bfa68167e16bde0290a3726aa1d4c14e8802

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc1-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6193aebdd2d283a3d0729d04ab95e8dbea4153af2afb033500490731678f1dc4
MD5 77e7d8a8e85dddcc1eeb172a43e2d520
BLAKE2b-256 7af66a78627fb2ca77f421691a4a5a6f9eb83f72e4d80a29f9ef2498c35a37e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 61e6c08c25e6e624f6ea7d105b311d2512b41967b1599af4e9eb3c1e2eb8ba86
MD5 9a1cbd7f7a132d2765180223896f9241
BLAKE2b-256 1417f3c557a5aed9e5b55a1ab78a478d5aa0d3d22b566b7c38115f529987d113

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 877ce6836fae760780853d4db517c65b32e1e9eb639089ca1a52d2f6ad91ea15
MD5 baafed6bead7be266bd957efb1ed8cbf
BLAKE2b-256 617df3d8fab792bbf6c2d305d803a144817d5725ae7fe73896146412b17374fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 da29d3bc4b56b3f781d7b52bf3f4e1ea2247fbebcc84c8d33a800176a8ff9642
MD5 bfd6b6486087676a9de9000e2ff1c26d
BLAKE2b-256 bc59998e2434495d543b53e9c9fe4f0dd0c7379ddcea8892493c82f5530639f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0940d201394300dad7c22be80cb3d55b0a8a5b399a6004cb8d3a22dc2956a872
MD5 85f3cccdca2020e12c7ba740a7b619c6
BLAKE2b-256 9f0f0fab8a3fd1bb70e292fb523625fae2cccb2f604b2a27acc6423d2baacc77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4769cafd13e5473f6f5fe43d4cf03e49ed4f09a44c6629d5a1da230cf037d240
MD5 d35da35cdf03cee04d0216ce2820f759
BLAKE2b-256 ac2c355f258ef21ede0f040e6a952e1e769b5f96f15580ec1deb91151fa7d315

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c5191f45e4e5b7cb6a7deef1bb192a644ab2e5e064a009d7e5b93611bdf9c65e
MD5 5ca8e1c28f26dffe9e648dd33fc1db1d
BLAKE2b-256 675293690663bd4d52f3a26cfdd1767e776e30e6148256ce65c02596d63b787c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c1410be3978846deb7cd8e5db382a4149226f7678b5084a708c5735618ea6aff
MD5 0cbdf1c76701ab21c3c965960bfaa3c5
BLAKE2b-256 9330a03d6640c24b658ed0e402fae0725c7b4c1fa5247d293eb83909154e75bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3825079125f01033ed4cf05adfbef55d05d8306b0307859d7171c2c68f2e05ee
MD5 6f6d7ad7424cc1a35d6cc164df81007a
BLAKE2b-256 1fad5a2a15991ba6444386f9920acd79ffcf5d71b6de5b1487b8dfb8b23d3d5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 bc38e63b92ff40fa483d3b2ee27300ca92231fa3b6f46eea9d616856d0896d4f
MD5 6fd932cf0ea678da62b16180ac7f34f0
BLAKE2b-256 81967835844c742efc0654058c9bf07f1e0d1441db2b914f045f18dd1dc77b12

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3b7d18dd3127bd15d0590893e07ac8b99093cf70074af512afb219227079c252
MD5 f55db91ace11db82e3747689fbd724c9
BLAKE2b-256 fea8e8f90905deff309a9e20989725809bd766a4657d4e0dace1c8f87967084f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9d31c67d60d1dff6cf13b8408355155e5a9289d5d3ac1f92c8a6313933251d24
MD5 006ea09eee04fcf14ea98310a96de4f3
BLAKE2b-256 a2fb4751dd7fd5185dc62b1c1f3e9cc3c8a716a1ab37aaec4ab275734cac7bb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5d24d74cb847fc83327afa9230a8ace831dc290123a9690d2849d8fe91e4a052
MD5 3514a51b880a077fa12564f43dc7928d
BLAKE2b-256 b70096406ed24dab81b600dbf41135269b825482c2ba7feb108ec763490a8c2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e6c538ec0035ce6af8de0e84cf98c0db0f6ce516c3f4d83d6cdeb41e93a7e9c9
MD5 bca15740ddbe81a97c2a06003368364d
BLAKE2b-256 18a69d9b5ab7403d0215b59bb3342cfeb68d870c6d5c6eb6454ac4e895b80729

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 08afe9b0f29ef6c51858c5096aa4c1715e3f0c8eb63b19c0c91e777b013e75d4
MD5 4e30eb0faa4792c71e0e45d0d5bea88a
BLAKE2b-256 6f3f2f10e18eb2eb7d03bbbd52faac14be4a15016c82e7b9d2a1d28f66672f90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c8c65d0185da65f698ef0a62b44249a15695de5ba96ea889c60eb2e3ab6aeb69
MD5 509441e8586bfe62ae65fffc60ad355e
BLAKE2b-256 79335f4c41d66cf7156c190a4ceac64a7fe6647f4c7d02ad3303078ec1aca704

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.8rc1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 13c8c25e10b9ac3b9f15e6caee5e14d011cc7b4d80f75d75f769a384984f497c
MD5 fdf1ac6fe4a550455d54168cba7fe387
BLAKE2b-256 9222ebcc8a9977dc4f2dbc6bae4e35bafb879e021181fd071199a50c86aebc8a

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.8rc1 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