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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_graphs-10.8.9-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.9-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (35.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

passagemath_graphs-10.8.9-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.9-cp311-cp311-musllinux_1_2_aarch64.whl (36.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_graphs-10.8.9-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.9-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.9-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.9-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.9.tar.gz.

File metadata

  • Download URL: passagemath_graphs-10.8.9.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.9.tar.gz
Algorithm Hash digest
SHA256 b5b620ff6e738c82b88e862df624272a538b0c1a887daa68f15a90346860f478
MD5 cfdab6fc541157bd808af47b22b77061
BLAKE2b-256 324fd0274bbf8a7b5525248bcb96ec006859bf867ca279ac1f12726a6328b2a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 7a2c1fe0f1575799fcf81585e4b49d35714001bedc922803f4e44430d88225df
MD5 aa23923d1978b205af54b66ea2a7953d
BLAKE2b-256 2ed9b7527b96b2067ba68b5de036dbf84148d799cdde095ef888377683b3e2e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4a1ed516444159a4fb5eefefdea220a6e4a47cdf241479382eb5bc8b723b486d
MD5 17d2b9e58d187e61f125e1ec986046c5
BLAKE2b-256 59fc86380ff63e7cd0b13460db7b138558f68514a7b7202b86696759573416e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5afa5eb0fe42947ef77714952549ffd5569f30fd2c86012fc5d59ffca2c76810
MD5 e29e44a0a03fd2c8b7ffdce3e77bedcf
BLAKE2b-256 9d8e3cef83718a6d0ce223e72ee878fdba5de2e0952e5bfc2b635a6a871c4150

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8606d143c241dd9c12e36d6c21113f46f1d28ffbf4c92df0c869b21efe4225c3
MD5 7005840bbcfdfffa4b46c1e6a31dff86
BLAKE2b-256 b605a692260238708fb9dd7036bdf6a59d3c3d41a161c57952ce4545cffbe766

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9ecf711371c4735c2aca32e975b89bbe288c0b6b9256ba4a87fb947fc60db450
MD5 fa4490289e1d8e48052fbe0e6a52ba57
BLAKE2b-256 172f658dfa358ebf52f64eb932038f9a75cc56d2d14736c5877bf7193b10f6d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d55c1cfbb5d26636e366f8f562a5035ee500baeff519a564f8a3251b0c4527a9
MD5 554e8b3d458ac278fba488d8f2b2b065
BLAKE2b-256 13e9c732d50d90b71d0805842cc6c983a0b70e86a7291b4b440be6a949fa368a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 19567222e6624e57b346751a1e1ae76a5ad656285bbc08d884cdd8c42c32256c
MD5 45034762f5bceb30fbc0d850032b2a3d
BLAKE2b-256 661d50ee5d2385c2dd64fa4224baf1026e52571a819265cf250e17660b6d1786

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 cdc37ffe21eaf3ae159c6067a72d83f77ef5e9c8b936641e3454b5d16a7a5019
MD5 33a149fefc9d12fb17c061e30cc8e640
BLAKE2b-256 061f07e3afdd2f45f1f07c0204d30100643ac1e0fc4e2ef3032d1adc9b7d78df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7085be8b5968917ca86fa8c3d634ea837e82c1be365a4310218eed9479b2e770
MD5 0508ac08c464a3e75b62a79e138c2cb2
BLAKE2b-256 d2cc7487902b812b61076b838fb8aa91aa3b5684153114b6a2656c5a9dce6275

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 07ce37a83604440068f84d5d3b3de8730263b1a078628a0e5fde56a869ad3b60
MD5 8dde06b258a3198e1c77aacebf72c6ab
BLAKE2b-256 f07c145304a9d81b4c47d17d82457256276cde1a1b55e9a9b7db3ff6c5a77e4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 352bf57f4b36449bb0eb508529add4f01eaebfe94b5685607ed006f80f9bc229
MD5 dec410c1e6d05c506f3d35a723965e7b
BLAKE2b-256 afaee4675d5aaaa9c555a2112d8c6ffc309d1721bfa1753df943446b52b4153c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f5fe1ffedb2e1034a1cc1acf56bc6be834456ddca1ca6d4282feb852c5433020
MD5 24476a504f4952a9491aaad222c0fb64
BLAKE2b-256 063869e21376ed14e7f48d76f43948ffaf09ad3e01e70c04110587597f940f85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 80a7004b618066c63b2eb039614f0aafc81db35734c836289d97a870fd6510a1
MD5 1ce09cc66d0083917026505fd3ec5145
BLAKE2b-256 694f4392e594da3ed8dafef815560ade8894bc5808897c98906dffc445620ba8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4b1c67bac0fffc6d53495c63dc2f5f25d10f17aff4b3d6068e6689b65d0ff46b
MD5 5c3f70600433d162aab2956a8f1125aa
BLAKE2b-256 4720bdd861884a8c6b6fa78ab57281e368243953fcb548411de58413793c14ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a8a91f2fee2ea51575305d74efad8d531fd80dd500c15fab76ab16bd0d509eb5
MD5 c5bd110f359c435e1b8267adf78d5a3b
BLAKE2b-256 91ee90d0472002f5659aed97a57ac748b8f5711630835af205fe5794e454c1cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ff77c70ff7b62221273b14c54d595fc5c7d926e37d4e83b8420f7fa7784f9015
MD5 3a8b1b37f5584f830a22bb21ef5fd137
BLAKE2b-256 bf5c46d1c9222872bb6f6f46d404b49d782209592bacf097535883d8092cfde9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 40b9ef2f9fa0d63aec8f2037b3488f8291d510a4fc7df8f790ce25cdab2898d5
MD5 00fd2ec0f86092f7aa2f1c35fc37ecc9
BLAKE2b-256 0a27841ddb47281c012910ccd15c39bc35676214ad245c0059a8be6324b60279

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4f9edab3380b827ae44ea6bd945c8591302e51eeb02ff1910e849f753b380249
MD5 7efb5527207f54298a94585a7d607837
BLAKE2b-256 c67160f73b9bfa6e3598d15cb1e4de24bd8434a08e035682c97aed104d789066

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bde9488241f734a3e8ec41c6b44fbedda350c2aafd6dab000b7a80cc4b6ddf66
MD5 6b56c138169a3368787b4c9f4599bc2e
BLAKE2b-256 88a7b1e6b3442eae285103807972d225ec5752755d7e4735813152bac31060d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4ab6764f25c22812fae3508589826fd0940c3f29c4ce1d0b97ecb205ba0cfd46
MD5 59bf4f1d8f1f1723c322db5a7248107f
BLAKE2b-256 e17cb8a3d9025d7fa52e03f231eade9311273049e948b2329e73bcf1d49165d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 848e23a8a279257342045d8794d8db7b1a4d800963cf3a2336a67600f6221935
MD5 ce707005a27f911e713c148871c78875
BLAKE2b-256 2bd6106d6a1434e017a5035293f1a213b2612ab592fe74446b43a0ec895bfec1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e34cb6991491beb8a96e317695bfb1e675059c3ca8748fe8c72a325b9274654f
MD5 098bcc9899cf69aa9710cf13a9287252
BLAKE2b-256 82b198c5393a4d9b4b2643e16f820a727033e10a73ab5f26d8d7cff6601b7c53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 70544cdaa08f9b5b3c8e04bd792b4f9e448931a685021b892cfa9b6de9e5b1a7
MD5 f670726710efca39aeeb4da868300273
BLAKE2b-256 b65a4b6199a029868f63ed632694d242d80a150c50cc46f0d6fb7e6843ab0a0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6d121162bd07e39fdb1fce7e467a0b5657e981ae3081d346658779d326a2bfcd
MD5 0b176dd0d771e69b43324bc55ca57944
BLAKE2b-256 fd9e8ca91763c2b3602c5fac257e55d6e93e2770ade2cb68efabb3373056cfb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6cf37662078d98c83831d4f1a4b9b8076a09fc73220f6ac155029c878c093f24
MD5 482ab71803bbf6b4f927a0e1918478d9
BLAKE2b-256 0cfbabffec05205a074299cda5cd950856021471db1ad0eb4e2d4f60e128bcef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 90df2b8d6c4188191af769c7d4beec7d00e84151ceb3358bc702179f43d4718a
MD5 ecae63c9f842346095d9f0bbd5f6b34f
BLAKE2b-256 74a44faa963d6b07d47b056f1b202f2d52c764c51db8d33f5e56b2a87ac98427

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7026250ecfa170061fa292aa0423740c0b3c6a31fd0a846436485c49d684ea52
MD5 3c2a5a4e33501015a6e5e1b79900e7f4
BLAKE2b-256 57978d573d6674ff3634deaac0b9e5c392c356f25a062c951a3eb2a25db78dc9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b263d646794f3362ee9d4477db9dafe0ee13d0b46b74b0de780e6cd0293cbbed
MD5 be7022e6f9c8074997e34e18eaead49b
BLAKE2b-256 ee9d2f4ae8b41a1d3be938e66aea1acb83110b3e2b9ddac0e18127110fd0b521

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 260ac26830f661dd1490fc276df04aa0ae2ce9aae810b40fbd7299f21f0f106a
MD5 3e707496401509dc6178931f93571063
BLAKE2b-256 85af0cd6725122dab55670d833875658eba217f6cf4649ff7f8da351211dabfb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e3202cdd1265f14460c2c82e80bede571625d2852535741904e1413f747b4872
MD5 8388d77d86e217afd89ed4021b92478c
BLAKE2b-256 d64c91863be9e150b6d1cf02ad18d880a549d4dce0c93967fd9e30cd483c7382

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b839bd3733d2e63588c4e9dd0758066d05b7d94fce406b52fc35a6017ec554d3
MD5 42896edc79093e9397840f74d31ad553
BLAKE2b-256 fc5cd0fa97e0d456a554b5277c61ca469c3b6239dedabe9aa9498f81de86083c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5821e296b4efe97eb7adb47e83adf494967857be954de573f5d6bd097cc80004
MD5 e9edbcdd87cb054190caff199250217b
BLAKE2b-256 413570078927c9dc3f7368c81cd1be82199ecdeaf2fe05c58d5e94ab34c40b2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 12f776d5f1baff14664ab55b9995204523c25dd6c157c900bc5995b823076e9b
MD5 2d0171a66347d75cff6aa2cb028cdd3e
BLAKE2b-256 d30b560dc50b0dd01664af5f3c755bb350e10e5dce12676b069864824ef34b0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f1cb34029ec2b9eb48f6aa9ad5198beeca01ec53b3b522cbe8607b47870c3c4a
MD5 d9c42e413a242b3bd66349bf67092d8b
BLAKE2b-256 4f4cd8c93d6cf497bcdf37f35fb38850e09633c662e1cd31d04dcc28e42a0550

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.9-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2c4c621ac2d1ef40ab48ebf9a5331137685644ffacb9e3838d60ed18146e9467
MD5 7deda86a2b581c6176d3213efdf32cf3
BLAKE2b-256 dcfc4241f1e4a65cd6bf6e00b90cfd42aace7259e49231ba8576ff73390de4b9

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

10.8.9 This release

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