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

Uploaded CPython 3.14tWindows x86-64

passagemath_graphs-10.8.6-cp314-cp314t-musllinux_1_2_x86_64.whl (37.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_graphs-10.8.6-cp314-cp314t-musllinux_1_2_aarch64.whl (37.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_graphs-10.8.6-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (36.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

passagemath_graphs-10.8.6-cp311-cp311-musllinux_1_2_x86_64.whl (37.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_graphs-10.8.6-cp311-cp311-musllinux_1_2_aarch64.whl (36.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_graphs-10.8.6-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (36.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_graphs-10.8.6-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.6-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.6-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.6.tar.gz.

File metadata

  • Download URL: passagemath_graphs-10.8.6.tar.gz
  • Upload date:
  • Size: 2.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for passagemath_graphs-10.8.6.tar.gz
Algorithm Hash digest
SHA256 457a985bfa161f1bc0e4432020696e54b8a0328990698255c5dec4c4420bdf2d
MD5 2b691fdcf78c86ea6386a6186a8349b8
BLAKE2b-256 c6d5acb859d9d83240b00568bbd396158da39111e58cd6d18ab7d6ee29a183df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.6-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 32a100f7860fa3921988528c1cad8e4ef0bd7f5edb4912ca606fd876ac657bae
MD5 629022c98ae3000a96a4500c6f8084a3
BLAKE2b-256 9c07e5620d992a44125e5b2a981dd574f6915909dd31995fd4cea7e81da5534a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.6-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 acf3b9b19f415387570e4dfcf2d7ba651b791fd828efbba8abfbde4f71fa4d43
MD5 da16891058b5c79168cf2a2de057122d
BLAKE2b-256 7177fc2f8bd4529f6ae812537b6b244acbff426ddaf7971559589b357cfee97e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.6-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a883701563950cf65babd5e8fef03eeb8a74de4b43b8ea4de135257543f2c8ee
MD5 46700ef950b73b13e705cf9bde206ffa
BLAKE2b-256 04c8af0c816df2ee0466e9540e2b4978049fe76e4ec8052371f9ec9a9588f4d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.6-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 71042474588139d333cc12fd1866a0f336579169867d576b9bdc41850eb2b011
MD5 8d6ccc6ba866d3549366432948b4bba2
BLAKE2b-256 320863975bc385067340c62db71f0a2f42ae80973d0e558e692c842723bc954d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.6-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c8f5b579751941851a4241c1ea43c1b8d31b136613914d74cd16f2a1ec417289
MD5 60063f3e82516675001b0df973c8a4cf
BLAKE2b-256 e301acd74d970a5a69f1230ed15d99cd5594a768b41d6c1ce796353d0786296c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.6-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8302f4a53c3466d74059155c9f4bbd1fb1dde105666d2655df5c8d8171f91aeb
MD5 d2acd76a74280e44f0ac122cf00629f9
BLAKE2b-256 08609199c67b10bbf0be60479ea5fd6456af3e1c4e12c71912b4efa15bb25b98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.6-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 5190027fc6239f207e0735be1684ac360ef6c9d405264276decee51cc0fa54e4
MD5 415c5056d11599a4c25c149b77b01feb
BLAKE2b-256 e87f462c1c3e9d61581e7050697b434b9263d79cf4d8a7103e33aff5b5ac054e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.6-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 0dd768ffb4db2c92cfc2c2ac00c2500ef0cfd76a19e7dd90e10031487eb23d21
MD5 b41d69939462279ef5ddbe671bba332d
BLAKE2b-256 d5899fc0c593668ba8c17a6e4cf2a3bcc8ce1f65212f754d821abf50891f6a94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.6-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 48e55183e7e7cce67e73fc612109cd517a299c2e0437f938fc32d32e3c8c173f
MD5 2f8a390984bc93e649d211e671861b57
BLAKE2b-256 27c16f85906e8cf40f33de61bd18117e2f799e1a6c12b3d10cf4b7775b6b85fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.6-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 16c43759102d4ea6c257289dd7ac877850b3278e9c57a632a1ee47b1ed0f1eff
MD5 1502c6677c16ea83a5701a3100dc7de4
BLAKE2b-256 70f35b1326a71795458d64674afcb4644b9d34c8d2ce9ef79fc92d0d36e0bdb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.6-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 30fff6af86a03264296f39fa63328f2540c525845eb627801e1ee6e171da5520
MD5 b4c2845bb4fa090c5b34add2a6a61ae2
BLAKE2b-256 392bc8006fd0701b7af203f3e0412f6b69a7116ff0f3e804daebd3bedc6c99ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.6-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cb121089d24b43f68ffe0ff84ef34aafe289aa4159da23cbfd03fb0f6c018e79
MD5 5c82c113b0276a5d3da69e5e38091640
BLAKE2b-256 cebf47016c1ea6ef4b7ef4a9f8811eb6b74ac778d6dbd6fffa02691ea3c76074

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.6-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 885f228894fab6848cf1f0c1c0a173374f8839259f7517ad52cac1e2a55a417e
MD5 6e2eccf54bc468420c5f2871fe7de2cb
BLAKE2b-256 39be88fe18a9fc9fa4fac83c7b3849c0af047249af03c37b6fc3252c65d44c82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.6-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 8773a3388bf47c1d296ef67d99302f0c96493e79c9a55646395568b2f5ab1e30
MD5 0950eeff97835514db97a8fea1fd1b0f
BLAKE2b-256 bc0412a72284f728d02f2c9682741aef7c2e95256add613eb74b3fad340b3b21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 24176307a301b64df9defc40e44eaaa46aafebd6e33c393ce9097c6a750a33f8
MD5 e5570636f094d7c01cd2457bbeed600e
BLAKE2b-256 ab9a671490289aad0bdbbdbcefd8c92d16465c00ee578d447ed9da32a1f5eb1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.6-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 530308e8504461b8604a65bacf4bc4732f360a919987cff79f75906156f9d25c
MD5 9c7e95d12699f3dfda0ce127c2743923
BLAKE2b-256 29f27880f4c7745c07a4ec0749958d91fe2ab8ed3bab84213dee8cb64155a8ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.6-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9d1727c40f39d22ba69543daa3224cde9e910360e540f47793a870eef1882c7d
MD5 77ef3adda1649a8e60a43959f0f885d1
BLAKE2b-256 c356ad6c83d6e72fed17bd8eda0d7e2eceec58766bee91947e93e2de87f0933c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.6-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 08e23c6dd917271fb567036e0cc7406595f0f3b83d1df30b9eda28f4d07e0c9a
MD5 f12dc22e9e688c5da7a4a25952923447
BLAKE2b-256 6cda9aad1bbf04ff753439af5145d56656193da8effbad99d3facdbce36e94d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.6-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2486e5debeb3f290ca9ef23e52176075c975d8db6085a0900688c663a82652b4
MD5 545a5e5224774bc0a6115a2417f85a82
BLAKE2b-256 5d8cfccc25c496ef5ca97ebf53d5cbfdd48d30c4144b9746725a72ac413418ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.6-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9f4c4c41c6e3514eb1e6331940994a7c51a63ce67433aa186a8bafaaf86fa7b5
MD5 3a5544015b6c495fc8187bf9eeab3ff5
BLAKE2b-256 e7f352fc1e36739f47425a5f3ac513b2c1b5ff5676957ed190f8109bba491eed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.6-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 634031aeeabf9033116a926e7fea5354bdd82e90af524a2c472916f7ef5e91e0
MD5 05dbdeac22b97acf0ffbee6afe9e486c
BLAKE2b-256 c94a6890249dfd8ae7e28f26814c5b8c69ed81c64c1ff86005bc0b4cda532c68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 aac304c1142443a021baebcb924754347690587506ca36a4b2c6d0a6ba726ee7
MD5 0bd46ddfbab52345ffecc0de8fc87b9d
BLAKE2b-256 1aebb651762e819b4897b77fc2f155a4e87c752bda31a39d1291148ab02a225a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9cb16adcc35e6ad51fb71e2ec7978b2b913506e444a3c25812bb33f06349d42c
MD5 7f8e91bf0cee68da2f7185862ca0c86f
BLAKE2b-256 03472a768a07d85c6e0a37106648b4c1ba7194b31e39d32c07e164990c8ea0b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.6-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ba17c742a0bd990a84d95c0b570c49eb4165d2359f876cb3c1da7a61d598a7dc
MD5 5a65ce3db79177e9d509b63404deeabe
BLAKE2b-256 b25f9408d02add5acc731700360241fecc6d6af4d9c397f5049e1446d286bbd6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.6-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 920c0fec2ca0491b5b057e9f3268d0b5174dd415a9a7ef05c10e004e5d3d368b
MD5 fbb240b8aa16781a358638a85539f68a
BLAKE2b-256 90f499a0e490eec7f4e16036063a69e945a4ce4fd3b1fc7c5c82adafaf121e57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.6-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 32da97b20fab7f501cc9d98a8e5f7ecf1b639cc75da85b9adf26293e51cd105b
MD5 0e7eebdb9a4acac5ce4442406ce47c79
BLAKE2b-256 fceca95d50dc889a96b38e38dee8c5e56b6551faa13cd769e8f5a1a8225ad4c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.6-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 700d94da8b144765ba582120f424e8db29157d07e292f703b5f1fc65d489657d
MD5 63c9a49b115a51798426389cc4edfa5a
BLAKE2b-256 6464f7321017f93a98e81e169779534af4b033990c1dd60265965f0a8808def8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.6-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 152b2f50bdbc8d91039970092f4edebdfc88e9a71dfa3fd8c5797bcfca379c4b
MD5 43774d3545273987d35d0afac88bc1b2
BLAKE2b-256 016ed32d5d6888106b9aec7dc63024a0bd0bb1d4cbc0adf28327738e9c054ec6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e3454d567d33b75ce9c385eb86ccf6c880d69b26f155a93e9ed91236ac920dc1
MD5 638c468d48fac9da9b63cc92ed902e98
BLAKE2b-256 3c69255e714b4aa72242198abc666bc270969ff08fed66f0795f25653544c883

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 26b16a3342088d5f840d1e09539089ca238ecd0dcfbf19b8208dba1de18788f5
MD5 eb766dd6cc1c998b5010ab514c5ab786
BLAKE2b-256 641213585915a0bc4d903360612aa606d1cb09d1cd920d73861a37e953a147c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.6-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c44291e5c8e05d430d8e5dff3d106f93917424bcbb5d94f57ed778c1f2f48f59
MD5 e0423b6e28bd0aadaea47c885ef168a9
BLAKE2b-256 27d324e596d26f546594193823e0aa3c91ab8dbf133038f91c92bf9e9fa9149f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.6-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 daf3560d32cd62bae0e09a7920d0d27f049e3c1691b5d53ffc65276bada1a521
MD5 d4e333a7c4ac151778330a26db855f90
BLAKE2b-256 88784da7f083a20abae6ee95015ae068e9a38f46f0a2eec443e690d31c24dc90

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.6-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 60e67ea9b6f41c64cfd4c76485a1df9656991f1a6c205fe0ef7a336e67d8ad3a
MD5 ab18393651a1f6ad4a86403857c20005
BLAKE2b-256 b4eba1f09bf86a85c4a7560c0076c8c1b94b43cdb40468d56c073e223d5ecfb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.6-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 091fa5301da1a7f1ee991304377f040e9d7e36f6acb2f2219d9d4d6669c266f6
MD5 71dce0376ead6e90aa13a809b9d5ebd7
BLAKE2b-256 d0a60bd17f200deae52a011eb4a1e4478a02f13bbe86909ad7658b778c836c95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.6-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 d16dcd9b4dc4e2fcf0a6607b151b9169b87ecc98d5cb54bdf1f56849b0ff722a
MD5 4e90f785045797a392a60921ea68a287
BLAKE2b-256 55f76e9cc48ec71c371bd510439e644e85985dc19a26830f6eaffa638b09dfde

See more details on using hashes here.

Release history Release notifications | RSS feed

10.8.9

36 files

10.8.8

36 files

10.8.7

36 files

This release

10.8.6 This release

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