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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_graphs-10.8.10rc1.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.10rc1.tar.gz
Algorithm Hash digest
SHA256 b4b30f5b0e566223187cd841c85315839cf67a8a4e3a7881c625cf16acb77145
MD5 165570c773d602706f6bfd3e89009111
BLAKE2b-256 d645d7783a28295ca958d3458e4715e5d1969ef924de63f323c8d469911c15e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 21c7c2c37a33f77c9eedea7262ffac0caba0bdf61aafd14ed90182547bc3070c
MD5 3f8a0e63b635a15575e104b187cca482
BLAKE2b-256 a99df2a30c3d7b521c3f106af5d4d5e5e467cbeca8a49ef4c52535309f4772bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d6d6b0e387d2ecaa98363b2cce37372e27628cf71dcdc6edc433d60205ed7bb6
MD5 e43b64d9a5451928f2346031e319f252
BLAKE2b-256 d45921aa44317aaa4231a1e07d8bac420fa3943ff5e0c5e0811fbcbbbab99c35

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a6540f7b3215c7773a0a74e2e15c449212f9d4ca50ffc0fb3d9df90cdcea25d5
MD5 7ddbfe0c6902ee827174a67b2575d5f2
BLAKE2b-256 a18c26e1971da549388dbd0b0b4ed6fe00a9fb0f0ac23f8219c566b1e0091563

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc1-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f28298d590dde0f1afd4fd551f0dbb9ec2de6a6ec7ece01247b683aee5e9de4b
MD5 25554d404bc340835d8f6fecdfa0517a
BLAKE2b-256 000522bfe7b338f27917127c094d8d6d975ebe11d01be02d71f0a3e5fc49792f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc1-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 981e56e82c6282a3afd0d531dfff390e193a7f4d0575d2e05967df5a5f25058d
MD5 9c4fa439fe9fbd211ca131c3fe065e95
BLAKE2b-256 8b0bb07846ba90a32371718e165ded8df564a2f425f415073b059abbcf387025

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc1-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 dcaa6a73bf2dcc6480e29ee67164984c6cedf5fb73efaa3b004e023fa6d8bb35
MD5 dfef53da3f9a56f82872e6c16601aa46
BLAKE2b-256 3e2b7147a02999c7eebd37608e639fe75aa8b659b5d917f9f2196bab177eed6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc1-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d8d6438e7e759843b80d719720c655dbe561596ace3ddefba918ee617b7deeb7
MD5 a9db49f1f6a841253c693023f9baa963
BLAKE2b-256 b2e4808b6482da67bc5f48e3f929393a9f0c122989cc32cb291ac22fcedcc32c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 0553c14c58d264adf8556a8aa856a33220091e33205c8e39b906854e36248e04
MD5 367f364685d06b94b26dabebbae0cf09
BLAKE2b-256 f27229d1a29ed97faf93cf4ff80ab10f4c04fdd0d233edbd165cf44f0a52b7d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5b9623d9ff2f2a754cf087fd6f51dcddb163c1fe804c80e2b16e67225dea145d
MD5 5cee82e387cfa2fb8eef0bdb864ad80d
BLAKE2b-256 e4f7ab7dbaba2efac4fc37a52354d1a99e5473e2571e8a573955001c14484136

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 14d00689c33773150898ae9dac72427669a15a34f381968e6e38abd3d7aa9467
MD5 38a96bac2787a8c5580068467455db0c
BLAKE2b-256 27016ecf41e858ff8d60b68988e732d243f5fccc794c1278c16fa16424325396

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc1-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 61851d9acb6e625de8d74dc3224cf02156949caf0a5a254f06e53d7bc7c985af
MD5 2c3fddfa2746f5afa170b87b538a7ba0
BLAKE2b-256 525f47663cfdf6e0c45bd0fe816b85427679a535c4f6d80cced6392cd3d1aeff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc1-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cc8cba703d78b3f16e87242a477e177d67fbfdae65a1d4e5dfa140aa1aa8e420
MD5 c54b4d387af7c5b7d622da9652fe9b3f
BLAKE2b-256 201be7fc109bbec018211088ff9e02fa075f55bf698ff617b67310d45448b5f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc1-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 77420a525f4546751fbbeeda7f69ad8142fab5c392f6bceeda59f8abf96f4706
MD5 1faa98a63507e56dacf0b6fe8d4c397a
BLAKE2b-256 2c30972c9ee18ab66908348ad125d3ced9c818063f0fd7306c93a9a83e99d813

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc1-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 c8c4c90b642719c4fb581ffbfdf381621b066c1929d6915bdab8cea18fd0661e
MD5 62134de1cc3d7e57a4f490a8847bd38b
BLAKE2b-256 ab1d392fb5c95e5c26e5c7a29c8e4f4cd30d40a9143743aad859094bdf1d2366

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ae4c79899b6ded97f7504ab55d6f0dd50cad99887b17f3e74f8033807727f717
MD5 644fb41ed1d8350ee5e53c941f61f7a7
BLAKE2b-256 b3890de149c591cd5bb65a3e97e102dc213d4c02efb63b68f98f2159332a5fcc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8c310e7c94f07f124d18dbe0c11a66534a79313976d99c7c89cface87fd38e80
MD5 28af93607c34524359b913112f4bd3b6
BLAKE2b-256 226fc8cd1085514b0d4f665ee09ccfcc11a472b111cd4c183c7205b57d649fcc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0d13dc379a613b7ad6c4d9ab266a7084bcfab904ef1add6ad15a6b450a4f1585
MD5 65abdcab4fab39fbcf23f3acf2da2f5b
BLAKE2b-256 3d54981e9df169233598b83a0ab238664caf820bb1f6716ab1d30b9589b8c6b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 729c543ac87b53488c4d58a0e0fba3dd67d6c9c0fd27cecd1671b42c76d808ce
MD5 c27a9b8934ffebcd11f0e737d764c54b
BLAKE2b-256 82eda7401bf6550d275236a538dc5ecf6a51deded6896b3f1e6e0b76bdcb9af3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc1-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 49aabd72df0495780b082d5c977bf7e11dba118c95b2d0cff3a89445dd42b7c8
MD5 549cb6db6343970ba787c21972c7e7f8
BLAKE2b-256 7b67a5df3e757c87f2bc42a2ef83d59a4b9f44ddd6f56ffd3972c21703a683ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc1-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 805dfa2a90eecdd67c15652f99b11a6bf7d4678f011a8642730960f6d21bb616
MD5 1f2aa7a42735cf9674ac2ba3c29a4dbb
BLAKE2b-256 1121d13743a81b74148676d79e45cc2b6f7baad0e0a621cd366fc0c250640fca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc1-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 edf33bca17b588c2596df004063111bfbc30e5f44c8daac554da6e528fa245dc
MD5 112e3c3449366765d1bce164027802de
BLAKE2b-256 28eb03583d03bfa96fdca523973225c9fd079c16145b0c31ef1afdb56c4c427e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 82b05e56c0ea3265cc2901328bf6d8205b8636d631f48d927889df043e8bde3d
MD5 f8b537eb59245a797facfeeff4b95dfd
BLAKE2b-256 c5a0ee82230f84382cd01cfc4f829f34f99f4d08a3cc914f94e22c4302b38708

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d804c844cddc1dd75c8240ba1530b0be537760b4116e2cddf1597b0e1a457c81
MD5 d0eb5c3e3d48f267495bdf9fc1123571
BLAKE2b-256 bf5f46e4f8e77214ab2ed01a2a9ad1124c8576531313e05022543dbedcfae308

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bff1f0c72073f0400049ef50027320f78b2b581ebff3e59fe8b4a58379b971fc
MD5 ce06ac43b47654a256785b17022bdc17
BLAKE2b-256 2238813eead4d48943fcdd5c3eaf1b10b1de332e89741a7ed5edf0a99b68f951

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e581f9252832730ed7206ec831089cd0530908f5068838a6b6c1cff3626a8af0
MD5 1c9817fa7a862e6afd518ac93143d3c2
BLAKE2b-256 040ef81e15674902d7293285dee7989fe7712d2f8cfca695af11be4dc57b5c3f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc1-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3bc878a5bcfe8cddc0ae9151563f483ea3e45427cef14ba90e631af4d0c2dced
MD5 2ec44d40d3c18f13f3673e98128543cb
BLAKE2b-256 e3d726f97be0440ab952f9fd136499a5c42a6331be563994d33bdc7d2613b779

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc1-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e19a465cf424559c577244c58e256426f4c2d608e7ddd4cfc4977c17b2572876
MD5 df261e332dc425da175b163512212df3
BLAKE2b-256 8614af685f92d554da28aa2465a05805deebfff685df02c8d0adabde3984f781

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc1-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 cc2a96a076885f1886c6ab415a89bd1b1237bfa4489cb183a2fb9b6c43dccc2a
MD5 0d669e7053b8161379ecb4f590eaa7cb
BLAKE2b-256 60850e49e2fb141f87c297a6f7a8f492f2d2c5350ebace76c2e0c3d745d5c7fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 4a5c150aaa83cff5aa393b4692c14219fda6db812a5373d7a018142a105bbbb1
MD5 46495977bc036e8edf44e4426f1a4397
BLAKE2b-256 5f3b2e8e1cd9f461414d65d3c24af6c2bfef4867cc790b70881666c194cb012e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 86d46e03fadd71f5d0a2c1ab5522dea22ca68eebaa2b9ae92c70c620fac6851b
MD5 d76eb7a5c2d17c4fff6c031db99b9803
BLAKE2b-256 1f8a981d41fcea98c48226e83fb45fd976c39bd4a7bc9746e56527b3b2d41832

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a39d3f77f13a48c6b1367448f6863e6ef881279ce404ba6d00ff4c41a4e06c1c
MD5 11e7e4f3cc0b7ee93a87eca02d2a9f9b
BLAKE2b-256 060c39bb1e233a091ec014b4e37daa253c1fd6cd41cb8962ea0e374ae9bfb0eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 883860b57a423867723ad45cbc3c5b84c76e8798258923429f47a16c7a74962a
MD5 f3294ea6c7cc47934cbbb179ff719338
BLAKE2b-256 d74f8828b5359552be418b216b7176b3d84b3d6dc697717cd69ff26eab09bd27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc1-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 73831b224ffe9dbf47f725041bc78bfe1c60d556d6188d4bba1189ec77909fb6
MD5 8bf8ca65256d2a0a3903041356a57e33
BLAKE2b-256 e184ef2137ba24cf1d4b38381755726e32d688021c4a90eb71d48428c649f4ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc1-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c086cd78669a39292666e2e0de96d1e1bd120bb6ee665499b6898462606367db
MD5 d2accd726892b505a4eff49882a7c6ec
BLAKE2b-256 dbacade4eebc312f63965d92fdfdc676e0e3702d6eee58b52aa7c04d319a25dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc1-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d37a0f7b7a86892bb736ccc3aae05f458a22afebf5dfa5e35b5e4d3e7a47e6ef
MD5 150eb0cd789dcea6524704b2c11f888f
BLAKE2b-256 fcba82d51c5b6aa2dafa236b1c1674f9fc0a0793ff13e9e910ea56b0311d0f40

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

10.8.10rc1 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