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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows x86-64

passagemath_graphs-10.8.10rc3-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.10rc3-cp314-cp314-musllinux_1_2_aarch64.whl (35.8 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_graphs-10.8.10rc3-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.10rc3-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.10rc3-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.10rc3-cp314-cp314-macosx_13_0_arm64.whl (7.7 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

passagemath_graphs-10.8.10rc3-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.10rc3-cp313-cp313-musllinux_1_2_aarch64.whl (35.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_graphs-10.8.10rc3-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.10rc3-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.10rc3-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.10rc3-cp313-cp313-macosx_13_0_arm64.whl (7.7 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

passagemath_graphs-10.8.10rc3-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.10rc3-cp312-cp312-musllinux_1_2_aarch64.whl (36.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_graphs-10.8.10rc3-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.10rc3-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.10rc3-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.10rc3-cp312-cp312-macosx_13_0_arm64.whl (7.7 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

passagemath_graphs-10.8.10rc3-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.10rc3-cp311-cp311-musllinux_1_2_aarch64.whl (36.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_graphs-10.8.10rc3-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.10rc3-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.10rc3-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.10rc3-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.10rc3.tar.gz.

File metadata

  • Download URL: passagemath_graphs-10.8.10rc3.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.10rc3.tar.gz
Algorithm Hash digest
SHA256 a67c38788a56c7077f32a5fd2a1d7944ee59c89b6fafc2c3918cfbe1382f5a72
MD5 524bfd4fc8437240b24b94a599f2e999
BLAKE2b-256 c5edcfaec64140b3182057051b61d75fdad50b4be9cfb5fed2614b0fe214b1e9

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.10rc3-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc3-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 8b4d44a87a54126b5e927531ceac64619e351bf6f58df922bfbed0e049860f67
MD5 4c8845690a7b6210f9b7381f461aa120
BLAKE2b-256 1df9f9f860a38e113418a9db6ac3bc55e8ba0b3d10e32172e8070593008cde16

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.10rc3-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc3-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bd59ecb0cfeb45da391caf37e9a31dead212527f305753a1b5593aa88ef452b5
MD5 8a2deb1f38c2036330b31cc4da2bb4b2
BLAKE2b-256 eca187436f73cf215383515e6b705a0f8008a47f96e3ec4067ea909efb958d2b

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.10rc3-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc3-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 697a53450c3cba67683ab0d17f3dd85d80623a83bf8e082902dd531d7cc2e078
MD5 01640d526550581c7e94c57ac5bd9b72
BLAKE2b-256 df543a06bbe7f4e2809b1dca687ae7527be2b5c853988b3bd80fe07ace4e0706

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc3-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1cec6b04b1a9f00409d9afb720ff315e5ff73067b522dd7c021cb4250ce0f854
MD5 89490340c8962587e2af2155644f104f
BLAKE2b-256 c8fdb0051c6306a23b98e8460bc757ca5de80ff1a977e9b495d8967923299777

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc3-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d715599943a7d149e6dce182a6aee5e190b5688534cba672462f5709ae88a441
MD5 c1c41e5c864aea78679b483d9c36d7df
BLAKE2b-256 ea2ae79ca9f7813fd11e987434a67bdfa8842a31bf8cfbe88a2f3e7b81138a3f

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.10rc3-cp314-cp314t-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc3-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 17374c9f2b778cfb41e8427b213a3d5ead4b07dc31247c974fdf5d48ed6fee7e
MD5 1f2b405dc33a78e253cfd3bf0c1136de
BLAKE2b-256 a391ca70e7ca03aa54d56f1d71c9f39c13a465b3d34cbbe5862dacd35a8e515f

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.10rc3-cp314-cp314t-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc3-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 0292e10d61db0a705b2b8f255ee46545c71e108282d6bbc9a396622e5f8e7aab
MD5 2c32b2e1ddf892932eb1390b3e7b2eb1
BLAKE2b-256 08d6d5bca5da5276003ee331de31b31afa7b314c9f84a16e72620f8ef9645d5d

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.10rc3-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc3-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 bc66c78a6e4220dc828b781a461fc216ea73f0800867e69b74cb9fdd375e254b
MD5 ab986b0ea31433a972fca10a59f21949
BLAKE2b-256 5e5b9c7b713a0bb6637b583ad242c315466bffcfb6c603d53316387c5c9365e7

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.10rc3-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc3-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 950112330e870d2bbfda1be96b3c6898653c076d57f6397b7934110860e394c6
MD5 4a3f36bdf30b5303dc5fedef30174703
BLAKE2b-256 2a24dfed3108fda436d33df8daa162666db26769d7220247b91bd56485a07c59

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.10rc3-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc3-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1ec9795bef1b2448fdbb2794d76238f2b54110d5cedfabd2f828c968c6035b13
MD5 f92ed3b45cd88981d8e87496edc601f9
BLAKE2b-256 748c760b430c0aa625aa8ea964d365382ac6929bce8c9442feb90be4e0fdf07b

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.10rc3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5abe1439ef885da40fbce6e3cfac29f866fe5a7202faaecd6ae1bdd0cdcc5920
MD5 919bb6fbb9966f0bb8d39012d82f1300
BLAKE2b-256 e284075ad09af7c52e916b0c671d0520702c4282fc819bf5f629263e82dee3eb

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.10rc3-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc3-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f4f48911920564fa0d7a007c82fe6ff1c4405b661811cca251c6f0bb31f3f7dc
MD5 ee6785d61ed868ad9241b2b5f1e67021
BLAKE2b-256 d314f5a4cf96420e10d588e5eb24b03747e3b606b5dfed158ad37fa897c67584

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.10rc3-cp314-cp314-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc3-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9b888956b76bcd55d965e3a62ecd0a463dca39284c7c45c5d580c49f73aaf5c4
MD5 b590289041026cfa223550d36559df9b
BLAKE2b-256 8b11c2e8649c5a0e5b5a2ee2c19bef24f9b76d2d1a139c21e9234595001bd116

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.10rc3-cp314-cp314-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc3-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 dea6d70afecca1e702b5cc0328aed879c6d3f56c6d985e1388e51a8083102542
MD5 85165a8bbad5c10b8c6c513454ff7e63
BLAKE2b-256 f7f47866d7ab7c3efecf5a3373a364a003262ae828e7a5c1939918fbccd2e3a3

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.10rc3-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc3-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 6dd8e2729095aa82fc2ba75807864b2f81a86993d953dce0bc73de9447c9dd1a
MD5 70f192856940e22f42f7507ba173e634
BLAKE2b-256 e2696396a15238c345c8302b2f66dc6555ffba6b1b0a3ffba682768361d4463e

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.10rc3-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc3-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fc14a0bd53488c72bfd458c6c7f30ca9cbb9866e15a1f440510c8bd9d02825dc
MD5 3f85881ca52205346511eb02105f9d49
BLAKE2b-256 2150a939a0ac3bdc322de5e57946b501f5b7cec22785dd43a4d6a7a194003bfc

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.10rc3-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc3-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0314aaf03e0ee108a6d7fa235ce573fb72a729aeca4142567502e1a57ee28155
MD5 1649a2f86f7f4538e859dea9917b19cd
BLAKE2b-256 f1f8d6c16a49cade0d1f17b415fd671e7311aabf046c66d510d143aee10d5037

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.10rc3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5b84591ca3547f16641c9728764a5ed37a77d22a0ff403a07abbb1d3be6e024a
MD5 b15bac111be0f2dfa70a727f7f3ce464
BLAKE2b-256 5de5f84181927eee5cefc4da1b9c127c1823cca800dee6007bd3ab007a3ee2a1

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.10rc3-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc3-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 053e0d2ce29e3b0f61f9034399150135193711ed9b8427998514c469868f075c
MD5 d8c2d42ce62d3409997a67e280a978e4
BLAKE2b-256 28e788e21edf8b5a6296377237a67b598e91cefcdbcc45cdaa82d2c53c713317

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.10rc3-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc3-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c14a3f6d2cea1b940fc175785fe3645ef7e53003fb791ad3cfd8f76a6c31d1bc
MD5 3d9a9c407881aa04469d933f2891f419
BLAKE2b-256 5a68018a2840eb10f5a32305f63c2648c18fc95fa7e8025b6ca64df8240d3e14

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.10rc3-cp313-cp313-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc3-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 190d6d69a50c21f9dc852915f4fedcb0b4cdce5535650d2b2fd20624f975d110
MD5 9ca605a5aec7569b9add9a8f931f2e39
BLAKE2b-256 93f7f0ed62435d40dc902c5ad5b9522f5b530173ba193a7b89d7488f9731953f

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.10rc3-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc3-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 bcf4bc5cf8e0a5f3b08f6c60f0c06cdf1c945d73a54b82ef55d1b2df615f94a7
MD5 69e39b7dfe18196a2345de1de873a900
BLAKE2b-256 f4c81f938e8a8f36bf3f95adc620a14f4370bfad6887559ecb8b570d031a624c

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.10rc3-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc3-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 02d38e85fb4ae7f804a4082ba4acedb3e2c9bc8393e1169c32c90d7884c5eeca
MD5 8b85a9a67b1191a37d27195beb7afa2b
BLAKE2b-256 75cbf2e334cafa2ccbb80b741ad0ba3a4031a31b2491efcc56ebe6922c6393d2

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.10rc3-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc3-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 82d275bb8f11e35019d2a4af04a9cc38f256fd5ad6269a9d936e9b0ff17fe7c3
MD5 aa4428c5ef4d3a852e7c3f585716ed5c
BLAKE2b-256 5cb17c41149c5a34028dc02823b9f93392a4a27cf9b05811399c7ad1d1dbea1d

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.10rc3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 661d309c5bcce7721f8d4c3608b98634d23c0d1612feb072d52826ea1ed944ef
MD5 9b2dfdaff092c7187946618e8651b276
BLAKE2b-256 e47e84859e87d8ff7380a4fc0edab4b5f47151a2bc4b9779c3108eba71cdf031

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.10rc3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8d0436e8e780747b044e6c2a2643fe3a29c0b69b6232ae50bd932c247d8a43bd
MD5 0a8d3ca97d09e77dff00e3c09ea2ab52
BLAKE2b-256 66aef80dac899bda4edbd9a035b2b0cedf9a29d0ee675b17b09bbe8364100c69

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.10rc3-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc3-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9334fb95dae5cbb6dd1b680ff6ac08c6d8c82692943b112c91160d9e7725de50
MD5 dda1cade00721cc131349c8140321f8a
BLAKE2b-256 2966c99293817d8340e38420ff88fb89a1eae356c9f3e94ef0427bc3689ef409

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.10rc3-cp312-cp312-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc3-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 173ca90b0b11b0a98ccf9fee093044e45ca19613de5154a9ce0c0b2612b7c336
MD5 dc6ee0f0129505ef7fc5597e9317dc2a
BLAKE2b-256 1212c784ade455a391d68c26da216bd402994b2f5c42069a3f53688f9b7a98d9

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.10rc3-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc3-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c755b98dfc17d8490db39b655ee7a6189bcc9caf880cb799fac6bae65facf0c7
MD5 1d273b2795dc30d052bb06dab966edf8
BLAKE2b-256 2d6fababd6fa6ac048f88dfc979e852710eaaf18f6268ea821d96cacb2945476

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.10rc3-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc3-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 223d67dc14b01883259a21f2596d6f9d06a5c3087b2477ba0d29888a136a2b33
MD5 a0a76543a60dd6d155b757539e799e3b
BLAKE2b-256 79d1d1709a8ce5de7cc4608a2d671899685ac504dc70e4608317f841f0b643c6

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.10rc3-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc3-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6411b47d0b8cad33ddbdd2868a88a69598547e13048a6e7252371189a7a43bff
MD5 d27a540dbb9394cdd3cc04ab4a1127dd
BLAKE2b-256 ec677eeb46f17e7360034d83d8ad9388d641c717ab41e13f8240d13ab3ff8ec8

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.10rc3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 683e465d86af520b752da2f7994b6eb0f1941cb8344aae8cf49070f65cc33ba9
MD5 2abe51c9fffffde6e0536b77d0053e76
BLAKE2b-256 25450fbb0fd7dbf8bf86afb39959c3ece9e2ebbb8a79b6c83f4ba0cd9cd88688

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.10rc3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d8a958d4d2376c88729c872b13e143cc1208eddcb2bc2431f0877d4fff40a10a
MD5 1433a2cd04a52ad36c34ac549f68f4de
BLAKE2b-256 9ef06ba1aa61338896206f13771087e8c0bdaf6a7db7771a9f1e9b6081eed92e

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.10rc3-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc3-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b3dbec2a7f0100fd8f3b5efc1a4fd389041e49dc98b1595eea0a7dd9a6dccffb
MD5 f41625c9d603254724dfefb6d9e5f06c
BLAKE2b-256 18372a63dfaf5913afb8e1c653747d6755eec298cb55b287aebea0d3be66216d

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.8.10rc3-cp311-cp311-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc3-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 64a58fca565308c2a9a4f93d35455ab6e0e1e7dbb5a3bfaa5bdaa340e5bd4d82
MD5 f043a1310679ee3dfb12bea84a3ab6eb
BLAKE2b-256 d3da1a9933cae508f8168fa3f1659e5b3ad23647461420dd11dc394b9bb705aa

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

10.8.10rc3 This release

36 files

10.8.9

36 files

10.8.8

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