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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14tmacOS 13.0+ ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.14macOS 13.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 13.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 13.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

File metadata

  • Download URL: passagemath_graphs-10.8.10rc2.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.10rc2.tar.gz
Algorithm Hash digest
SHA256 91bb1c41dc4cde368721fe40fcc49f54aeaf572c6e1fb6c1b8ce5af48ca533fd
MD5 8e06ef016f3b878228e236865fbe6197
BLAKE2b-256 8bd303dd9a7b14898a326653c4e2718b021cab4a642e50ece02891fb549af880

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc2-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 51522a15dea27ff0caae6c938dde9f618d2fbedda4621849b5dc9133d0af304e
MD5 d937fb33098f7674cb12d2ba1c91a9eb
BLAKE2b-256 9246b5025800d6f54b0572f675a88cd0643458d43807bc5e65b4f972819af1ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc2-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c613e522c7bef5f55c4b07d116106772ad977961974e6d384dc15197cb383fba
MD5 29dfde16821d019ce2771fabe217e484
BLAKE2b-256 b62d025db6f7340bf5d28576b6c3ae77333158001a64956576622181dd278a74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc2-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3183dc75dc051c8b5fefdbc469932502b6f29ea46a38ab28db4c02c7358a9f04
MD5 468049144bbc6edea30bf5c870fea30d
BLAKE2b-256 a1296f66c8907ae18531a0f6d68dc725ad5076f70d6942c1790cb4ad3761b8fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4156e277ac9a1c31af6415bf60cd0b17883782d46aff785bfff8e6e77a5b5fb1
MD5 a59462d8832b61f8c68b874040b00d36
BLAKE2b-256 28d6f875d2c8d608c7ad12436c279f6c51bf43aeda0c41194293c3af74a62f71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 78d302e93afd78d051f0127b205a02b05deaa984ed61c6f43759ffb4839ed569
MD5 2ce83f657aa6242ddd523165ea0c0f73
BLAKE2b-256 155f20b2dccc7767862069698b217d1cc00007fca8bcc644f08e42f04e9e2e40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc2-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b19776a43541c1f25ff3364b175292100b3f545e256b41a3a3b6b6ed87df8757
MD5 d415660a4a1f6883309a226557c3fa8f
BLAKE2b-256 c5e90d44f099265090a45a4dffd1da9724c41b70d2b44d78e740c0f6029a6c26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc2-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 67ac5e81aa8f85f4511e5e3e92b8a624fd41f3bc009452cd3c7a1de89222ab80
MD5 adebe4609c1ee497b21195fa1ad8eb81
BLAKE2b-256 0b120f3544f7fff4ead1f3e48c932a45c0163abd7513c720291d733749ed6bd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 e25bfc6118ac6337d59645004b30bc4a065fc9c8413af8afaf106f4d2b2fdae3
MD5 479223adf3988fd0abcf11322572b546
BLAKE2b-256 f3ad393e34839f5d02c9b21f39c0996acaeb0a7a9f7da6698094e83ba7cb5280

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc2-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 39b01a55047879d7a179217fefb64bc828057f185b7a1cc4d248426a5be743b8
MD5 499943306737f90118616b2b5b8b3704
BLAKE2b-256 30e937cb2b5274bd8403904ad795a882c119444c787ff9b171a8e73dd8b69c79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc2-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 601e6536852681b9eeadcf63a79b9f6a8871fdeba762b9604a6ee715d112e959
MD5 ae8296439b614661a21994e56733a3f0
BLAKE2b-256 746e753e8ebcced0104e66636bc2aa6c8abd820efed826b04bab9e9d9f772a1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cbbf8a2b9939306814f6fada29e1625b68db9f89e6870e2cb6e5fdbb9bc29a54
MD5 293b6f344bdf84d46b1e4750218c14b9
BLAKE2b-256 9be8dc94e64b55a5eb3b083f2bcafd3dfec2226bc7be3017d8b86b71c330f354

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 aa56aa965563cb0d587c39c97826b8f3e58b2a0c6ef707ef425d799d063271cd
MD5 cc964028c5c94f7f082feec47f550eb4
BLAKE2b-256 ac0ce7a1c8ccf71436111a40e03cc99802caaff8f568308050eaa06ef8633fb1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc2-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 61f033fa4cfe7d66b19a1a827585ce03411df548d96a35ccd2244b09c2cb2e11
MD5 4cb92fbdf2ad8553cb8e5a8ed8928207
BLAKE2b-256 6a6a2a170a8a85ee62e688ad059753079ebf615638297def5c32e884dc1c7fdf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc2-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 6cefc51f6e47578d3269c5e24c63cc446ffb82d15cc2b2ca5b1503190a7fc7b4
MD5 dea65b0f26145a9834a77ef1a298f9af
BLAKE2b-256 a4d628a95b4de350da4aeac1ad3b63b5db12737b6fb571c3b468bd72e08256e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 58f3a4ce6f311875e6fc44dde4bad6ee422812dddc3743de29750bd4a59edc6a
MD5 4a438f77667588a31cc0798727583ae3
BLAKE2b-256 e6f658fceffaed2b74b5465b4441d22b3b5f19986c70a04ad1536ff64b41c413

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4780f411a5704095a454337b5bf52537b4c797e844d66e27e8afee68e6d8bae3
MD5 883542504dec61b6808a622d7ddf6614
BLAKE2b-256 b6843bcbbaa27ad1a82e325acbfafffc4f3c1ea3da4e7df29702f38f39cf3caa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bc166be95dbbd7568393d59b8f6d959ab3a600a1a8c3da7c7bf2c17138e2ee37
MD5 ca6833196a6f16fb3619098907d9483a
BLAKE2b-256 98267249cb31f70d94b6691ca2c2e81571ed6b51b2b72b6b7ac807fd524a4766

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc2-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ca12ccf551eda12a839f21016c4540c70f5bd55d3725647ee879b0addf0ff07a
MD5 eb5549aeb8e1749d09138d6f0fbb20bb
BLAKE2b-256 5fe1f3388016811af64a52f4a01c232ebfe7486ff24c8ffbe5a779cf2171159e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc2-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a1727d42da77c05581bda14fd46d08f44f99975b88103a444f640077180ad286
MD5 0322e72f8998d1b5d801fa9a8eb07eee
BLAKE2b-256 75376d03866bd486862b7d2d97b90329505172b9458eb4b48df15dbbd24770fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc2-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 fd56865fa4fb8bc346bc72068b4b58c8d7f0686c53ef2b6cce8d096935af1802
MD5 5c23542ee000732a4871ec1b47769320
BLAKE2b-256 0a3d5b02a17022a8a5c020ed8db42b19022b7e6a0940bf675c763d5fa0ddebe7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc2-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 4b389bda09f052d7e9aed871202bb4fbf40e921881f8c0c6e4e468113e42ca9d
MD5 e464e59d6eb07dfea238296feaaed938
BLAKE2b-256 dfbab55430342f111114678d98f408455c79c9413c65c705df702a15c2e03088

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 7292dacd3b1e0dc649130d2271c1ce356e7c52e23f7f080446153624bb038604
MD5 1f6fe21343c333e90f04fed8a40ec544
BLAKE2b-256 fc92b8dc3584515a2a43ccd7e6c71fb6e8d5aacee1b8f34cc2d47b0cf98b86b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ffa6d6cfe9fb6349bfe45ba2f6989b4775443a14db73aae356cb424ec773b858
MD5 1e5aca67da920a5623462496b66992a4
BLAKE2b-256 bff49facaa77fc4ef7877b2ba3e6299c5025598a591288d4f870587f297d2c36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 516cd32eea35a556ebf0b19b3b2aa382522499869dc8946ae7a911d97904b4ec
MD5 5ace809329c847c441094ec8740bfd59
BLAKE2b-256 e3dd2991d8ed028f60e8ba1c2924025ed0ae02851b881f4647a715634f527ef5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc2-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0da4cf2b8b92e9e3c20b6f11ebcc4a6c398c461227d2b2d0b665f6e3f6350857
MD5 b084e08504c3038e0233532a36ecd7ef
BLAKE2b-256 b6cbc66f14ac1b8e55b577f60c258252616efa98118c477706efbdc444c2cf2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc2-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 de7c4ad9a9f52f7620a371f3c640cd203d6e63df1a0339e5675cf5382108476c
MD5 a660a56cf8dc4bec62870c93eeb46856
BLAKE2b-256 75bd0ef82ed0028ce9ea10e4d35abc6784aeea9178f87ebcc681108116e02567

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc2-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 79e5488149b7de49e221609eeb9f75541cb2565f816cd9562571df5c53516c0f
MD5 187522fd0fb95916205d59ff2411ee1b
BLAKE2b-256 2b6c290e4cfc18b9a2e1e6ff7631cebce92983249b09d2b3f955e55f506ba839

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc2-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 486485cf978354db69b5e934cf73a459fa553696c37ca87ff98f9225f2cd03c9
MD5 fff9e1f77356a444b9718bc8ed042972
BLAKE2b-256 6d075c46c8e52a3b0669c390fe05e38a1b1850d43a93fd7cc08deaa9df385316

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 08fd9e1a5694dee28ea6ea41f18d0a41a6e5d6fe3b328f0254361dfa8d62d5dd
MD5 b395267690437d9531b8670a31231385
BLAKE2b-256 f33c8249bc08fae8d41141a21a0e1c05142d978986c900dded35c4ba967bcc0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aa2e7e0c54ce1cbcd219501578f37dd9d25db5b96d4c184a6e58ddfcf1a9499b
MD5 d99088dd83f3d2f7fb697ee3afbd3ac8
BLAKE2b-256 e78b538fc639dc16e9e9e5b1601855b9645860686a90c079b43b70aa717966be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5956440128071ea133a8a345ae5e5a77f691bc9bb3b00afee910cde3a54d56ca
MD5 36b51cd2cfabd7e150316165cb4b697f
BLAKE2b-256 9b3c7c08787b4d6e785355626c36580c86ef5c9a897372b39f584af9b6c41ce5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc2-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 34bcb1c91e625911640400383dff21c3cb19d4b02f00fc050bd55856db73c596
MD5 1563d93a5f4bf710efd1b5e2480235c5
BLAKE2b-256 c86b4dd8e5469c32e8eef38b1d8e202eb8846605157c02ce7bfffdafc44c6c79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc2-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ac6fdfbc3a73e4ed01cb869bf4c1a293c18df1f39ab8507b3a8982c7fa36be8c
MD5 7b628495bac68bce8d89e158a25d482e
BLAKE2b-256 6f47f1e4c55e84660f7c7f68db958487fff0e60ab89099de40fb3810044f9f0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc2-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 80fb1f4c8e65960557735f5ed79fafab3d18680320ab6834f22f420935f4a3ae
MD5 3f889f185a0ba58f363e0b4533984112
BLAKE2b-256 7a6d9503869dcfc7669d100e68d6d2fec1b86e9586ccc839c972c9026bec15d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.8.10rc2-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 f6b06391df7d2e358bc9c34193612ee51496053fc20a3e7306c51290a0b243d2
MD5 92ba4c9bbdf726d91f04c84cd0a148bf
BLAKE2b-256 0a8e4c22e18b184b69eb0715fdfc68a8ae706af6dd76694b108474c8ab29f072

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

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