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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_graphs-10.8.10.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.10.tar.gz
Algorithm Hash digest
SHA256 2b6f48b032eb484f6875a789d9437cf5de00265204e2d15cad65ca8f7e7096f6
MD5 0b66126487c0582b5dc1a4d3ab56c540
BLAKE2b-256 7f4467fb796cb31f2948313dd6ad412a940dd0fbc01261c8e5566a243491fec6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 2806912082878c5a1751ce12f6f3f28969638565d38abd5286f7ac7c6273d649
MD5 86c4d51a097309e204da8cccff184b02
BLAKE2b-256 c744194e842a1f8845c7695596153c7e7bd5e78e9ad643c84221f3110834bcf5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b171c555894124b75f5c18a03c6c1a0d0df4b0e8935af9d118f0973e39118243
MD5 094768f898b8ba27487f478f668e3a1d
BLAKE2b-256 6787fb46c9257ae46d4697e763fd1cefdbc36c1cbe7a877df3730e6fe5423748

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0fe9182f22a05806e453530ff7e02bc189ee57ea053665222761b683c18bc570
MD5 13b7581e03d5ce2f992bf9782863dfc3
BLAKE2b-256 ca0aa52bc7ba1a5c2aa6a3b8f862a8065da8c3b13958c2fa507d1b6eff327c81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7240f0bb86807e7eaac9db4107c59229b6eff4b325a719cb86b67d07e19eb8f8
MD5 00775ca58b482f72efc8795ed2e8d29b
BLAKE2b-256 c32b29834d9ab252ee3fcf3d419b13a3a76768f0fd0bb24233807d4ef44bc568

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1ce38d61b3668581593fc6bc0cfa8b42fdc6e59a221b1d5205d879f3ae6d1c1d
MD5 0ab3c66eff28f26c4fb9afc90044307d
BLAKE2b-256 a070d740eb5b717500fa0d450decd571704838dea4f027573201ed11fb3aa28a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 314a8d30b715431ccc070d4a017eefc8b5beeb2e6ef3d4264f017f75a5d019df
MD5 1de7ff758a0a120f324efe297390cc30
BLAKE2b-256 f2394102ccc1c1500d76f991ed6ca8e864e77157a94531ec17b2dd9ebe869489

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 851543f58a9b65a69ab4fc95141c939ac791b8d6ac7be2044befa11c3c1971ab
MD5 f23fc3343746984194c6b5aea0cce7fc
BLAKE2b-256 4fc37fb8d79734efe72717988d6e82ba97486f08004a90ceff76718566384002

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 32ced40b5c4ee5850306bf9f861225f573875e97be1f278790ff779ea91c9bb3
MD5 6e2675334713177541dc6319e18a7506
BLAKE2b-256 6b51781e8ff21233ee98ae42a58a7870fa17a05a28c783321b23735c01fdbf44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cb212bde01f693279c05909fcc1b4049899bbc5766424b0d8c0d69aad68a8d44
MD5 faae8c0772d40aad41c2b209939b65e9
BLAKE2b-256 60dad5c2e12791b074a75a13e8d61f788f6c9bfbeb4b87cf56583268df820ce1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a28ae4c0dc3683acd4ed2eca860cb655c35d77beec8b51bca02953beb0b2e6d5
MD5 1a6eb39fa25d06e0f87f16ba27b378bf
BLAKE2b-256 3d3b18142d5da5bba08d6354a14d25c412e6381678b0e428c9dafd1879f7e6dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 21bedbda0f672728661748aa9626dd000f41e3d0ba0582732b121272b4b0541f
MD5 30259fda6958f8ca9d4173662db79ceb
BLAKE2b-256 95b24d314e07c66aa9a8386408936a8ba1693761acb32a6c31524345bfb0b60b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bcd197348d6c3266630148a01223f2a8eb0edacd8f5211cbd75a874bae136115
MD5 24d93b497d8c521037cc0b204ca03401
BLAKE2b-256 a28717e5578bc0bc1533e6a8595da0f4f573c4462a1c136370a4ff4ba7907c8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 032466416d8aa8725f4c15c0d345e4dbd5def724026ad4904d5a730782fe58f1
MD5 3a164176624fcf621be82d5e13576e53
BLAKE2b-256 6648617671ac6d9c45478bc1300ea96f29656339984c361b2f00f76d750e545b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 883cc1a820f1c6b37e09d71eee4ffef56736b1e12369ed93deaf3906143aa2bf
MD5 5a2bef0ea80aff4e917cc8c91f1551d1
BLAKE2b-256 ee2fbe7a910bf76072ddca5433ee17c9d3c36942444727f97490d7a617426556

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 27c7cdad061a21c7ba432c418181f2d61c5bade2ad630a3a15d46918ed8ba9a6
MD5 4bb9eca5df89714578a7d91120e164eb
BLAKE2b-256 677f38e7f0d0be07bda7fa1d60c357e562714960ab179a95bb383cdb251890fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 555427ab6f5f110c4b2045ab2f827409ca9de9c3f3e8f94212268395874edf75
MD5 3126f1b76528871aa6eb2f5e6b1bb16a
BLAKE2b-256 083f15a1c3cc33c2a8b0e81ea7316c252358c54482892b45ef9726e7d8ed5957

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ece04de96e4368b5c0ca1fe974f3aeaf918765ce90d82622affd1cd2d58b9a18
MD5 ea20b573cb8fef1f478986f02697ce8f
BLAKE2b-256 398114b32cc20445813cd3d318cf6cb6637ce76ca1da996d5bff58f8858d6643

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5783e180651be6e5c1599c221f72f185cd90b13a2c35c9a38d61cb97700264a9
MD5 6bfbad504c819095067bfceb3bc442ab
BLAKE2b-256 108fa5436dba7f548b2e04747b4d7a3b570f8fc1e53d2570bae7e31ba0ace054

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 09f7e5e2056abf38871d1a0ca661b9cd2982c9b8ce87758d64c79b2cfa0abd4d
MD5 506f4d026447daea739215cc64490dc7
BLAKE2b-256 c378c54c9106ac739c036aec0111a8aa3caa9fc6fc461ecd93a5a88e16be89d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c79cb98bd3e126abb29a8fc228d7ee955e975730e9ddc5a42266d74bfaff2b76
MD5 e7e9e340cadd9edb6573836370544be8
BLAKE2b-256 bf61900e8524fa2b89430681fca392cd5044cda19c829bf3f9d0f61baa2d5cca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 85c569af5303358d604b88fba30fbb348e6a05f43809ae15bd0bbe24a3066fd9
MD5 a92da18fc0ec24dd6be9ad134775a05c
BLAKE2b-256 84952640bdf5fa6a1fc31d1af34ee769c022e14fd100fcf1160048c5e0411c33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 912cc9b490fc6179999787d60d3c7955bf50cc7ba5b9ea77a9e447f3143f0d1b
MD5 05b74298baa51e43a87875a35e45728d
BLAKE2b-256 b929a1336685bea898f12d6f683cdedcdad495a61e4b33e0468bb64b5004b234

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2c2508c6abd851a84b7d80202bda4bd8c1ce6f4b33ce46c4c48305c94d439f2f
MD5 84f6eab56180436e9f7bea4c7f7ab9ec
BLAKE2b-256 dd469742e3c7bed9989bcadaad4b5de2bebca2ee38ca6b1b14ceda4f6e2b9c1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 46ba4c20e6be7b8a3d8972073601ece5e650d043cdd02da95c7e47c0e7bd3c10
MD5 eb055929e922eadc7a347e9ddfd21eeb
BLAKE2b-256 682592a5c61a6bca960c2598cdaa62a5d5698ad4c30c8ec4a2159f6b95f00c1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a3c364462ec5a681b16c1b9174a069e6f067ff514fdf43eef2c8e3cd155b671d
MD5 8dfd01f435e5f84be361b0e744c77ff8
BLAKE2b-256 bd8f77a84a0dbb9244fd5b6fcfcd7b5e92954b3547220e94b803219a52f681b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 635c7177eae5845c07f1a3667cb82ab2319e235d6db796742a1f8d49b0ed7c82
MD5 70b8e6b32c82197f650c772fef78167b
BLAKE2b-256 c0562604fbca600234b4742b6a5d6f50473aa82702eac3a2d42e91441fc3ba33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 909b1f79487ed1030ac15224f230cdd111fc077e8d88c15ed0530234d3751c8a
MD5 4bb93d9fa70e93e2e9ecb4848fb48866
BLAKE2b-256 9d39465d6cb59a4255b19f5053149ad765cf2612bc646b6ab67a2a86ae00ed8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 136607cbb6d28b1b8d2509d9837e8cbb348717dd1b02c6209e3f217209aa4250
MD5 8b0a223f82376a9462946971ac5b65ff
BLAKE2b-256 c4dd02632754dbf9be6430cfe922371d5e67f7cb0d42ad90502ee8bf97a9face

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 bc1a24f476d6f82bfb4427c8efd868ffb87c52037977e0ab22b2e5e5e0e8f281
MD5 38fcef87920983408de43db164dcbc60
BLAKE2b-256 8d450fb987ecd99545ddad070fc6f164f68bafed92c87763abb1c276330b467c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b95f515b15d49369f79553f535a79b61620c935cbb6712c5be528d6e978a30e0
MD5 e95d42a72216c0efd4cbdabb55da2e0d
BLAKE2b-256 4d016f13c6a6851ca2a9f14a73a691a8532010ebb6bfaf4c3e52393ff2946cbd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 525189f4cff117004dabb4ca332ec71c5f8e27a7323df6abb41b7f0c002c795f
MD5 fc3f53fdcb05846a48bec957a8405525
BLAKE2b-256 212b9766c997ccaba090702b6bf0cbb63076bc47fbc41ba361d7132b37011435

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e3db47657f0a1777f7f3bbb456e0fbfa1c2997972d71bc93372659df045773a4
MD5 8e67e335fff7beed1522c4a5628b7e99
BLAKE2b-256 e9b191d9be71a233990c865b863b91ded56faf0ec25704e5dec82f3bb307f41b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2abf330cc6ba78294132cd838698c2a97fcdc12ec22b062ae77679eae070f65d
MD5 084e8dc589d603304915eed53692fb4d
BLAKE2b-256 00870d3d944187e94d1c05abe8d2b216ac3b8e8a94124d8eacf52242fa312087

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 be73aed74338dfe95f88767ed774d6814d871ef480833b8d8c4083b97358a31c
MD5 a8e7bbe300f67a33250694d7f074e57c
BLAKE2b-256 b52d4b905f827b0079d5396bcd80d87188b054abc3ee4fff12315b69a94fd96f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 75b7efe7c4c46103c8653d196b534d60f872e34442dffa2983930ac38d57fad9
MD5 24efec599ed375432c445f448b0e6fde
BLAKE2b-256 17feac77d278d262d93ae88815f1b7c0d17403b7dd5305a864ba4f554e00dadc

See more details on using hashes here.

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page