Skip to main content

passagemath: Graphs, posets, hypergraphs, designs, abstract complexes, combinatorial polyhedra, abelian sandpiles, quivers

Project description

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-2025 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:

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) 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.6.x series are 3.10.x-3.14.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 --pip-args="--prefer-binary" --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 --pip-args="--prefer-binary" --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 --pip-args="--prefer-binary" --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 --pip-args="--prefer-binary" --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 --pip-args="--prefer-binary" --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

Project details


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.6.42.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.6.42-cp314-cp314t-win_arm64.whl (7.0 MB view details)

Uploaded CPython 3.14tWindows ARM64

passagemath_graphs-10.6.42-cp314-cp314t-win_amd64.whl (7.8 MB view details)

Uploaded CPython 3.14tWindows x86-64

passagemath_graphs-10.6.42-cp314-cp314t-musllinux_1_2_x86_64.whl (35.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

passagemath_graphs-10.6.42-cp314-cp314t-musllinux_1_2_aarch64.whl (34.9 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

passagemath_graphs-10.6.42-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (34.9 MB view details)

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

passagemath_graphs-10.6.42-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (35.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_graphs-10.6.42-cp314-cp314t-macosx_13_0_x86_64.whl (7.6 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ x86-64

passagemath_graphs-10.6.42-cp314-cp314t-macosx_13_0_arm64.whl (7.3 MB view details)

Uploaded CPython 3.14tmacOS 13.0+ ARM64

passagemath_graphs-10.6.42-cp314-cp314-win_arm64.whl (6.7 MB view details)

Uploaded CPython 3.14Windows ARM64

passagemath_graphs-10.6.42-cp314-cp314-win_amd64.whl (7.1 MB view details)

Uploaded CPython 3.14Windows x86-64

passagemath_graphs-10.6.42-cp314-cp314-musllinux_1_2_x86_64.whl (34.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

passagemath_graphs-10.6.42-cp314-cp314-musllinux_1_2_aarch64.whl (33.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

passagemath_graphs-10.6.42-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (33.6 MB view details)

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

passagemath_graphs-10.6.42-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (32.9 MB view details)

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

passagemath_graphs-10.6.42-cp314-cp314-macosx_13_0_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.14macOS 13.0+ x86-64

passagemath_graphs-10.6.42-cp314-cp314-macosx_13_0_arm64.whl (6.9 MB view details)

Uploaded CPython 3.14macOS 13.0+ ARM64

passagemath_graphs-10.6.42-cp313-cp313-win_arm64.whl (6.6 MB view details)

Uploaded CPython 3.13Windows ARM64

passagemath_graphs-10.6.42-cp313-cp313-win_amd64.whl (7.0 MB view details)

Uploaded CPython 3.13Windows x86-64

passagemath_graphs-10.6.42-cp313-cp313-musllinux_1_2_x86_64.whl (35.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_graphs-10.6.42-cp313-cp313-musllinux_1_2_aarch64.whl (33.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_graphs-10.6.42-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (34.1 MB view details)

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

passagemath_graphs-10.6.42-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (32.9 MB view details)

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

passagemath_graphs-10.6.42-cp313-cp313-macosx_13_0_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_graphs-10.6.42-cp313-cp313-macosx_13_0_arm64.whl (6.9 MB view details)

Uploaded CPython 3.13macOS 13.0+ ARM64

passagemath_graphs-10.6.42-cp312-cp312-win_arm64.whl (6.6 MB view details)

Uploaded CPython 3.12Windows ARM64

passagemath_graphs-10.6.42-cp312-cp312-win_amd64.whl (7.1 MB view details)

Uploaded CPython 3.12Windows x86-64

passagemath_graphs-10.6.42-cp312-cp312-musllinux_1_2_x86_64.whl (35.1 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_graphs-10.6.42-cp312-cp312-musllinux_1_2_aarch64.whl (33.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_graphs-10.6.42-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (34.2 MB view details)

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

passagemath_graphs-10.6.42-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (33.2 MB view details)

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

passagemath_graphs-10.6.42-cp312-cp312-macosx_13_0_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_graphs-10.6.42-cp312-cp312-macosx_13_0_arm64.whl (6.9 MB view details)

Uploaded CPython 3.12macOS 13.0+ ARM64

passagemath_graphs-10.6.42-cp311-cp311-win_arm64.whl (6.6 MB view details)

Uploaded CPython 3.11Windows ARM64

passagemath_graphs-10.6.42-cp311-cp311-win_amd64.whl (7.1 MB view details)

Uploaded CPython 3.11Windows x86-64

passagemath_graphs-10.6.42-cp311-cp311-musllinux_1_2_x86_64.whl (35.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_graphs-10.6.42-cp311-cp311-musllinux_1_2_aarch64.whl (33.9 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_graphs-10.6.42-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (34.0 MB view details)

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

passagemath_graphs-10.6.42-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (33.3 MB view details)

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

passagemath_graphs-10.6.42-cp311-cp311-macosx_13_0_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_graphs-10.6.42-cp311-cp311-macosx_13_0_arm64.whl (6.9 MB view details)

Uploaded CPython 3.11macOS 13.0+ ARM64

passagemath_graphs-10.6.42-cp310-cp310-win_arm64.whl (6.6 MB view details)

Uploaded CPython 3.10Windows ARM64

passagemath_graphs-10.6.42-cp310-cp310-win_amd64.whl (7.1 MB view details)

Uploaded CPython 3.10Windows x86-64

passagemath_graphs-10.6.42-cp310-cp310-musllinux_1_2_x86_64.whl (33.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

passagemath_graphs-10.6.42-cp310-cp310-musllinux_1_2_aarch64.whl (32.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_graphs-10.6.42-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (32.6 MB view details)

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

passagemath_graphs-10.6.42-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (31.9 MB view details)

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

passagemath_graphs-10.6.42-cp310-cp310-macosx_13_0_x86_64.whl (7.3 MB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_graphs-10.6.42-cp310-cp310-macosx_13_0_arm64.whl (6.9 MB view details)

Uploaded CPython 3.10macOS 13.0+ ARM64

File details

Details for the file passagemath_graphs-10.6.42.tar.gz.

File metadata

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

File hashes

Hashes for passagemath_graphs-10.6.42.tar.gz
Algorithm Hash digest
SHA256 bc97032a5c815df393c41fea76f70604bd9c2513c9ad10fc8dbe638d57439b4e
MD5 3fa98208b9a00e653f2bedb0be056467
BLAKE2b-256 d2e6583d3eaa687ebe158c65e7d3961e29e01fae80f559cbc4a411110a18f9c9

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.6.42-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 a4d46de8631ca1390090a8d6bd42c63923ad53796f91d82121a3827979fbfd55
MD5 35ebf2efe5b5691c1cd7ce5d3cf3ae0d
BLAKE2b-256 a18349aa0025c1f0f73987a4ed98b021b7950b5cb01b3693139d024991ea88c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 99187814fbd9c4db6057846249c7b4caf63a34eefd7c7646887c9c3c2593b2e1
MD5 752ab3495b3cbc8ae51b1c19ae1d5acb
BLAKE2b-256 a5ba74eec0aefb401684baf345770bfdabac0d00543bb934fdb966644508800c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6c8d6f9413c428bbc93405188c9b8c8ecc9a19684b94d703f85b879e847b3b07
MD5 17e635de5ee3651888db1d5457f0c7a8
BLAKE2b-256 91b3b73410dc441dd8d97404a72043c080ebbe3501957b2d3df91416b086a3e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e96c09812a6069393c3ace9b8c05054428bb5ce740f9996f1b2994e85641c7ef
MD5 6c2b359bcca505d46b33fa5574b17c78
BLAKE2b-256 908f215b1dd0627e73443f7ee11fb1683b78fff9f465de9543da2a4411cf6816

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3903f1835e28ce304bd9ce1216fe9c1c3b8f746380a2eaac9604f517563fc1bc
MD5 99e3afa95186e64c4887d0ff1ab9eb03
BLAKE2b-256 f415fe0c579dcf3f403f9890c92277373d63af2289dce503b1b80faa3ccd3460

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 166e9cb78c5bcc75618d6f6ab4c44608d718c15b0fb25ab5e9d8b193d4d5e675
MD5 62b368cef957763d0fb7708f8f171402
BLAKE2b-256 6c11f5ec0c1c50396ae6573570b3f1044e20863c59c8478f6a2f60158820b1ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp314-cp314t-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 327bb1061214f1526eb1387c5ba83243fe665f404d742fdf9c3c95ba1b60a8d8
MD5 221aef60762f5ce5103bb5c873797f07
BLAKE2b-256 10bbdc1d3a6fa6b70994822eae2b6a945f6f1fe4cafa056098a39e08a5d6efc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp314-cp314t-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 2c3f7cdc211afbc1591ab9ed08e5a92f8abc660d422dd9a2e113753112d69401
MD5 3214086e2f2444661cfd475a4aa662d8
BLAKE2b-256 df56b792b57f913c67a84580b8fa31cbc5a58e5591d43ca274b30e185194b168

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.6.42-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 6ccbe54a41374b73da70b7759cff5bfd214d10251ba270f8439327c25e3b7c74
MD5 40a6899bd71b316c6a1ffcfd3a6f72d5
BLAKE2b-256 b261af742615f9098eb71f2916d8a4cbf4bef9b84b3f8a2c1f6899fc42617c41

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 212c67db798f84720c457bda3c0224e0e4c98d8fcf686240bc5d22700bd22db2
MD5 cea05c85a99da4f63d14bd19a34916f4
BLAKE2b-256 c125dd481b3de772be519e24bf7bdbed7c4ac429b3008fb527d62717d4b29ced

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0ea0f53d98e874bc14ed5582de3e41c7cbded17a7379a9bd45a3ce5dd853ab71
MD5 0340c5c55a6da5eb76153ece1d4ceb9e
BLAKE2b-256 9ffaa83eda983521e04700ce1104e6cd4de5afd3f9d3dfab0b46f545447d4165

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f918db1a49bb062974edafa15c1afdbc3f3285d82ad4ee5cf14dd323442cdbbf
MD5 ff2e1f77ea3ead3ee187e87208c750ce
BLAKE2b-256 a41fd728cc1d6c025ea138bbf41c53e44338eb5489629a964606b2c18158f526

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a5263c4597a82702877c9099e7c087734b671b9c4882af84680e039e9eb54de8
MD5 a004fac4695319e0acad4c78c6b945d1
BLAKE2b-256 5daebe1ec7f4f5e897177b7cf164c56f78b4f2ac06f94898562450a1178a9998

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 38eb4f23b8516ef60fc23160cf5f3f14c437da7a5bd8bb8e8fc31a2eb71df04f
MD5 25f199da834388e865a64975ca045298
BLAKE2b-256 5ae6103d65e06ba5ae7b9f9de8865d86f3132837930bfee0dca47da2e756b69e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp314-cp314-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2f7708ba325f050e5f9b03ed90cb3d7c796eca25f967f7a2041f309de27f42ce
MD5 3c604b7df379c9c357d4ae1c9ab05c4d
BLAKE2b-256 0309f2a6a23b435dac8080040e29fc6e4883ad598fcb98d2f2dff2c370fbe12f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp314-cp314-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 e430996e0ae3b924ab340fdcbf2d8503e294db17a6fc6fbc0d9b37512320bfcb
MD5 cd90f39e237d2425d234db69170a6802
BLAKE2b-256 578db61288742e115d1c78144e4a8c840711a7d3333e35bfed9669222f97a195

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.6.42-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 007703422904f4fececde07d66c7c98cce0841027d25a63207f3687adca91685
MD5 3216af7ce9604f84a85d8f8eb0d71cc7
BLAKE2b-256 426634c8d415fac9dcb60857baeb04a742fcf23eb5f513f0a5f01a514191b94d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 0399cda5ca0df809bcf31ecc3bd53e7f47755e323a14d00f77a598ef76b9f711
MD5 03ba1b1f5c8aab43f4b6db3ebf7cf151
BLAKE2b-256 6aaa528e2462cb1e575696d48796747b779b17b74c20d70aeb5e260d4930a802

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2febd5dccbf104b387057b5db8e7b1c1518a49e388b0494303fbbeff3b8e7a4b
MD5 e8840ff6a55a880f1cba2894a486141a
BLAKE2b-256 be0bf58e3c6bc2c33fb86c2a3c57251bd0e82f2d99eb695ccc647ef899a1ac97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 762a787e3e9c67673eb97ab34742b2b5cb2ed5427e2f078f62d18552aac2cce2
MD5 db26f32aaa26f251027ae194c6e6d211
BLAKE2b-256 2159d88d1655b97d58f6a5000922b2c41bb045a940bf3af43d2a61ecb4b07818

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8cd81bcf3f89be68642bcd0099e929ca3793ed2481a9a5e4e8bc2c9ba4dccdc6
MD5 78f1c966aba1e3e18bd5aaf7ffec9e67
BLAKE2b-256 018ec654669d839ff0a5a207c9e42e8c3a2f2d5517a2558a72faec81cd652f70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7ac0bbb82ddb6f95677d4a4f773c26ad6c98339097ed6b2d281425cef027e31e
MD5 c89417c8009a5f3d36da4b8af7043c73
BLAKE2b-256 e5d15f8fe7d9559a01eab91a61155a46337f9fbe4d4ce84e4ae5f44a32477c2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3c9a5d129f9313be3ba0f27e11c9d99623383e993260ac4fddabf54671e11540
MD5 69fbdfcb859dd6b7e0504cccc71e1e36
BLAKE2b-256 3a76ce27dd2dc4cecead8e4a03b40a50a0ae70f8413e993f993faaaab7c71626

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp313-cp313-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 b23fc8bda9cb9a58d66301a476850d7c79b6e20aa7531341f41dd9254ce06176
MD5 aec09b367ce592247d10b1b1b5a70d54
BLAKE2b-256 293c40202ea34602edce985cb871162bc2335eca3fdcd73445aad4ae227be897

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.6.42-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 94482d8f090eb83c438563628d5e12eec7d902baf5085f5185f77718344102a2
MD5 f13af0e30177aa67da77a1a92c044c59
BLAKE2b-256 33b11b43dc6ecdfe83c5b7f06da6e3c029978b1e43d63deae962fe8fbbc586d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3edda2f8e6a2019422c9952ff2c6d4eeb6a8fc3f4df3966602a638f0573c5a4a
MD5 2ea88610ce1fad8fb2f6dd1b56f36a15
BLAKE2b-256 71992a01d7bc890c42c9f8e0a18b1ffad63b21c2bca0fe5dc20b2367331c77f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5ff67c65e9352725523635bb3e717e7d76d2b06a46d1f5c493f34650717c596e
MD5 b22c6356cfe13eaf7c8a1861fbd18202
BLAKE2b-256 eaa7572dfeef0df6743f0a056e9c3793caac648204e8ac2c8d4242ee83d8984b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b0184b1506f6780d15ce6eaec009a340c4a604a850b6e215969a9273cce8af1a
MD5 50522016fdca29b4665920cc2686eae7
BLAKE2b-256 c75299a749220119eec9cc82893bd9979cca8f8760a8033f826c28c46eb549c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f016ca3096f6bfb2b856e3668ceec5c81ec943a2062926b18d24363934a44e89
MD5 a6a4e9faeac228a245b6d91052df5479
BLAKE2b-256 a4830e39e9084e219f557bb0a586672b9c6d45764291966ad6726b99baa9ee5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 77aacb7f6725337b2add8754791814c37ae250e9ef951b516a567fc678c09231
MD5 792a589613cbd4d791eeec37ed33cbea
BLAKE2b-256 04d83a22d47a70b3cac9d46eda5efc700374d668f5452c21928563eff21329af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 33478968e807a5aa15befdbc840370873ebb2c1f302f375a731e85e53ede77b3
MD5 d1af9dc0ccbc4bdd982addb02940fab9
BLAKE2b-256 323ba54a37d9ae5cfaf0325f4f8ebb5e4b6c52c5b8941bb1c30ec5827f02019e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp312-cp312-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 82d0a53126f3f86f6e6698286dee7792ce5f8194f026a3fdef7ecd55d33b54b2
MD5 99afb3ab6289de171bcf8d75186077e0
BLAKE2b-256 6de0441f787b3af3cfa46fc7401dfba62b9060ea247103e6f88fafe142002314

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.6.42-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 7d6bb92c52326c214d9a20a5e7039afa2ebd779bf8a56b876bd1039f9e883593
MD5 bfdbea5835a0c9dcfc3438e177da71ce
BLAKE2b-256 e3228a1621372d2877f595a3dfecf9a66f64e15f717d366689c2c274b80200f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c3cc605316aa90df121a89a5e67e173a148ffd5a53ff316a402e6041d2d97004
MD5 cbb6f18e6378a886270222f5a9aa24ef
BLAKE2b-256 04abcc6720b28cc20e34d2dd6171f63e2148a6e7700a7d7fc17309cd1ad88159

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 671c92b09675a92a5fcbe2aa83e08125c743d7e44269d9caaaf43cbe060399ff
MD5 0ff298d445ffd6da74e9f96ed24ebd04
BLAKE2b-256 2d436e8495911a844b0dd9e7875a4584ac3f95e45ce0a3783077ff24957a6d59

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5d54c4359e62b6e791d7d10e253e90c9e30d7d1629aabb456a5f076bc2cc4e76
MD5 7d414076c73958ab4b0f4edc0e9af5f6
BLAKE2b-256 9e4da5085c9fd196a85a85cd1eb7f9383650ea8085143f22b452dd075393b34e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 777e18dc516a28d5430980ac9eed832827143fcba58bdfb1eb2b58e881119cee
MD5 a06257f83e7cff9cee4eb28849f7eae8
BLAKE2b-256 fc487d7e559a753339d9e46f4604915c7836b82c6e6ad7a281e204db0d7c606d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fa287a7319d0db73dca895fafa37ef25c4372823525b4d90078d92c086cf4d53
MD5 5db76e69cb84bf1db3a6cf8bed84ed63
BLAKE2b-256 84f7f4a75f6490f5a5b6e8ec66ed03404e2a1ef7dd7ccd6994148aa929394ab5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 31c3685518cdabbf3113ed4b8831bd8d471c95ab74ab78fa83b7471dd4aebbe3
MD5 91b14dd1145e7dc937c682c0301e0757
BLAKE2b-256 4c70cefa7131700690b070839271700a8e5ec1527a772da58d296c83e320f7ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp311-cp311-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 24cedf239b48841a0561ec2b5e031a5d7115360ba2cbc7c579f20e0e2b691c2a
MD5 cbe2edaeaa93e8658a27552d89d674d6
BLAKE2b-256 b470f4a74de2c5bdd928c74374d95a05632410eb287552c7f4cee753770f4078

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.6.42-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 e6a223b318a10b1f0882df0d7fa07fc582f624c817bace2ef6de569f25ea1a2f
MD5 fa2a15e45e43bad141cd64a9fb4854f6
BLAKE2b-256 4afb4e6b815167866238aac2ca471facb452e096c101909ebec87da1d78a07b6

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.6.42-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 52e08f0c8d637680c5191dae96b6d8973e8d2b63074a22d1ec98b1423d5a0856
MD5 4e389457d9a47e547b3740fcc648eb81
BLAKE2b-256 d1a3c8c4075cafec371efa62fee7bbc245e0a8795db41b77dad84e211b698a8c

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.6.42-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f3b51f195b86eae9dd4531d62db1e733e2d4690e5a57a547f52b7f43d75006da
MD5 d0d95cfa93ca1a1c0cb04331d3da8766
BLAKE2b-256 fda01e86e2cfe8b6332f6a6caeb39b3c27a03066e48a25c4486fb2489032e4f2

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.6.42-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b85bb26706a6d1f35a26aef31b5c2b677aebe0844c7490da21e1226ad64268d9
MD5 184c877e1398580600803fcde36e39a9
BLAKE2b-256 da0ad9dcd858fb7f5dc791bdd0641575c6bf489281e4293d24adfd570955e859

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.6.42-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f640fbf6900d18aa0b2cd8b9417a67d15ece0aa8b9f77e871e2c0b6f30463c69
MD5 5f9a6b9dabf962cadb2cdd8b3c0222a4
BLAKE2b-256 5d460cecb9dff7ac52965ae34da2edb37f999ccd9d04683515a7b547c1302b8a

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.6.42-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 026aed30f6c7cfe41481c554ba8b9c06c2f785d2917f3bbc33f7a422bff6438d
MD5 6d908fd187cc7654bbddd8bc92fce7b7
BLAKE2b-256 4116a02bd40f1acff5c2bb5ed69a5a045a2592d3200a0181ae7c66c423ba25bc

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.6.42-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 22115ea5b7a3fdd65e13c27b8831790329df3ba13a57895027161509f7df8f8d
MD5 3e6ab3b61b6d9301f3318cd1865df49f
BLAKE2b-256 06d65c5d84caa7b2bb6333ee0e609d2e8a9474d86fb697caf8cea36abd076eea

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.6.42-cp310-cp310-macosx_13_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.6.42-cp310-cp310-macosx_13_0_arm64.whl
Algorithm Hash digest
SHA256 038fd645457bb17987684645be7630f3d4149727fd40ddc43d31d5e65b68a402
MD5 af663281563264e080e71387a16487cb
BLAKE2b-256 cadaf954928598fe8d051f8d1c685bc3a289d257c2b08f4774dee924ea38d230

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page