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.13.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 sage.all__sagemath_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 sage.all__sagemath_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 sage.all__sagemath_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 sage.all__sagemath_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 sage.all__sagemath_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.28.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.28-cp313-cp313-win_amd64.whl (7.1 MB view details)

Uploaded CPython 3.13Windows x86-64

passagemath_graphs-10.6.28-cp313-cp313-musllinux_1_2_x86_64.whl (35.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_graphs-10.6.28-cp313-cp313-musllinux_1_2_aarch64.whl (34.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_graphs-10.6.28-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (34.8 MB view details)

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

passagemath_graphs-10.6.28-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (33.7 MB view details)

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

passagemath_graphs-10.6.28-cp313-cp313-macosx_14_0_arm64.whl (7.0 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_graphs-10.6.28-cp313-cp313-macosx_13_0_x86_64.whl (7.5 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

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

Uploaded CPython 3.12Windows x86-64

passagemath_graphs-10.6.28-cp312-cp312-musllinux_1_2_x86_64.whl (35.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_graphs-10.6.28-cp312-cp312-musllinux_1_2_aarch64.whl (34.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_graphs-10.6.28-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (35.0 MB view details)

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

passagemath_graphs-10.6.28-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (33.9 MB view details)

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

passagemath_graphs-10.6.28-cp312-cp312-macosx_14_0_arm64.whl (7.1 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

passagemath_graphs-10.6.28-cp312-cp312-macosx_13_0_x86_64.whl (7.5 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

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

Uploaded CPython 3.11Windows x86-64

passagemath_graphs-10.6.28-cp311-cp311-musllinux_1_2_x86_64.whl (35.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_graphs-10.6.28-cp311-cp311-musllinux_1_2_aarch64.whl (34.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_graphs-10.6.28-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (34.6 MB view details)

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

passagemath_graphs-10.6.28-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (33.9 MB view details)

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

passagemath_graphs-10.6.28-cp311-cp311-macosx_14_0_arm64.whl (7.1 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

passagemath_graphs-10.6.28-cp311-cp311-macosx_13_0_x86_64.whl (7.5 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

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

Uploaded CPython 3.10Windows x86-64

passagemath_graphs-10.6.28-cp310-cp310-musllinux_1_2_x86_64.whl (34.3 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

passagemath_graphs-10.6.28-cp310-cp310-musllinux_1_2_aarch64.whl (33.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_graphs-10.6.28-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (33.2 MB view details)

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

passagemath_graphs-10.6.28-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (32.4 MB view details)

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

passagemath_graphs-10.6.28-cp310-cp310-macosx_14_0_arm64.whl (7.1 MB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_graphs-10.6.28-cp310-cp310-macosx_13_0_x86_64.whl (7.5 MB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

File details

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

File metadata

  • Download URL: passagemath_graphs-10.6.28.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.28.tar.gz
Algorithm Hash digest
SHA256 956cf29eefb30bc12dae35d62631965f0ea1c90c2ac8feee8b7f8d83248a29fb
MD5 655e650e7b0eba07fa569bf0f66859b7
BLAKE2b-256 b3c8f9b8b472382814a600af7365d72529b5ad16e69f25b06f1dd900b49d0ccc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.28-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8c32b15836d2f13208f82bf5b7837f227e5a3c4cba64e55bf179fead9b42e4e0
MD5 80c7284861edd4c95804fc5f0ca9458f
BLAKE2b-256 40be24a1c4ac7a3590951a145487ca6ba064f0b14a17e87fbf6c8ad58b8648b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.28-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e8c83e786dd2ec11dd07d730d7814dd8ac43cc569f03fb9373c6dbe552b88584
MD5 c07a6c7044c3b005ddb3adb8009793be
BLAKE2b-256 ab6a24edcb7a43b5d6fd976e662a8a94288208f3ba1b7c1d76ad4b65df0979b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.28-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 91e02691e06fa054795a557fbd453a1a4b8f76d0388900f6fcd731c4134e9624
MD5 2c9c5673fb97270b14649520b0dffc8d
BLAKE2b-256 38e6a15a78e23191107f0a64e45da40b67c24a4a4539260b54a58d7ef55c6003

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.28-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 48cb698d99fcfc1e1058f5b59a810c4547516ecfcb9f95b7f8af885d9c2b5a28
MD5 cfacbc26ef34b34be268ffd507da210f
BLAKE2b-256 e0c0059aaf51d7b7324a8f53322b8c7d739cf86d3c98a1bc796c071ec3615746

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.28-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e79a5796d79ab37e6827593aaa4d03fd7d4e27a766d114d4923f3d8abbbb0cde
MD5 2c74091a179c81e4c6dde66b52980704
BLAKE2b-256 997563f391a68377ed467edb2c8b9c67c785009e6043b65ff47845db9e0baf1d

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.6.28-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.6.28-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 b3cf0aa1278b3169da90ce5471df813341be04a4792e4ed31f2b6e4ab39fd21f
MD5 9168215787ba5b437e2a223e0958264f
BLAKE2b-256 bb9df1e87b7f82a59e79ca31c457e7b318e31968716fa45c47e562d14c54568f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.28-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c4fc224c4e590fc2b9ff2e66720bd8f3c6688910435a631ecfe3287163447cf5
MD5 5cf025c497dae9074ab84cccb379c75f
BLAKE2b-256 e7d2a8cdfcb52856970fdc4adb531a87ff61c167e306340b4b83a7b09418de03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.28-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8a74c276c3fc1a4787efbba39329e48ad6655c2f48b9d3901bb146fdeab97c22
MD5 3ba40fdc280576061125780489697dfb
BLAKE2b-256 536654a80cb17143c80bd3f62ee69c01454477c446f7ed83bdfa18a54b57c3f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.28-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ded4b93e3260a3ec330775af2dd605f05c503a0d05a23014a82f2f2d7f0e8241
MD5 9af99ed704d437737128c2bf242f38f5
BLAKE2b-256 9b25a6075cae8e19ba710df17626a24c681d0cd812a50b4cc9ef7ab8fe8215bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.28-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 14588148b6e45f877d6ccb0e1c6ca47cefc888d2600b41cada4969d10e38ceef
MD5 42986ade16b9944d9c1ef5d454559510
BLAKE2b-256 5a468831a39a4cd89f381f41c52e5f2a9aaec9ff9e2c6703b1c7b5a87a11ce0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.28-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9971537517d515d0f0571a33f6667f8959b8bd690d5f70091321a4943d06c399
MD5 72477b1a2665038f1324f1cc1f2d4c28
BLAKE2b-256 c18c20cef38b1b7a05dd991fed4f5b88c3c951016853507a5e4545095c458ba9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.28-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c24d0eec4e4d41a281b8362a63267ba2ed205506971ac6516e6fc40428f5fb70
MD5 8eb15285f1dc2ced381843f09e1979f1
BLAKE2b-256 b9460622a57f76c86ac8cdd81cf34e173a361f9419ab30725e03569c8b03b5a2

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.6.28-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.6.28-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 156f3e4315c92cbebecdd28067575d1305107a5bfa97f3ae380a470637f508b2
MD5 3bf3dfb7f8c6e4e92709805961758866
BLAKE2b-256 b3b0815a179bc76adec0b59986f247e9dfbe38681a9f80d0a2582d1f0b768a76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.28-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f0f02475aed5a8dc1bcf66cd01cda47c81a509c9e6d6264285f5e4b305ad125c
MD5 47176a94f3ac8ebbe8bb6d3f98f394c5
BLAKE2b-256 4a12c45ad97b2f66f446e0964ccf2ec51c7ccbd3461c13516134835492808ae1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.28-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 056a645e90ce922c5ea8b2ff3d60238cd36c95375cfcc7a32f2488e7ed6d3902
MD5 a6d82dfec09eedf636757f821d478f8f
BLAKE2b-256 7ccf30785e0ed38886b6b971327fc40e40a0663943d2ca57ef7a709a19a40f47

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.28-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 973e051b45259fcada749c1b1e7cf1541c816a913802902347c2bd54d1636af5
MD5 6659f6b185dcc832c3e39d59293c5b52
BLAKE2b-256 2778b8b5911f5676c11c306c82cc3df2412e2f040c640674544311bd8641db49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.28-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0b60958771ee40e97eb27ae1a468749b08f44869a66d0b883f315e971009d0a4
MD5 1901471109dc4da3314da365790e78ab
BLAKE2b-256 88a4c617dc2620a0e15de47087ee745d158ad220711738567a43d5587452dd0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.28-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e89a8ca957730c05835993815aa3b3ce79475e5051c5ad21c7e27d7331af4c28
MD5 bf47e8aace8be460912a559234d5ac86
BLAKE2b-256 ac7dd9842aca4a7f1009694c025ecfe6a127ccde66026f33240fca4297e62767

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.28-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 53ae91e46872ff9e1f908d42043b0a9f8c92ae227cbf348d9e44b3a94c8d1ff4
MD5 f5a463858280fb0325132edacbafdcd7
BLAKE2b-256 53cf9f8b2b5fbdf6fba4dcfc161d5381b1242a2ffaabdb24d8daedfe51c08adc

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.6.28-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.6.28-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 0df821b0a6eb0e134ddb3bdee99fafa0f015eeac258268cb7842a857f1b6e65e
MD5 cb8add45b27e0e11523fc89c2f243bad
BLAKE2b-256 b44798aa5f00f32bf205d23682dd6a58e8b432318bec9962c0262014f96aaf63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.28-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 096681cfc932ecb7141fee48ed0539b21ad62c64ac5ac7dbf12ecf8fa570d533
MD5 f6e80d38b25f0d7c3dd21cd0d2214d58
BLAKE2b-256 fc4e7de247bc2f5a8fd3f6002c895da292f25a83d1a7b984492a06b4ce3b78f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.28-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 8cdeb0a6c57a36dcdadc7705ac2820b2f5798f8806b5b94e98080d659717242f
MD5 987d032b24ddeb70fd1ab0a466678601
BLAKE2b-256 d10ca6532f99675948ad062634843f5d0da41ec0bb6f279511fc7507a789f17e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.28-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ebf705e09bc262a3d104b763163cf86ad1a549780352618b84e1846bfa85ecdc
MD5 a8056aa5a0c5689e2c55b5e3ca3c42a0
BLAKE2b-256 1be446469138cf36dbada1c36076d98a34bc676e62523a1dbf3cabd53c59fd3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.28-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 00ac6a232af546511e2a099f5333492c2895cab7ff9d1d10d5ef1de045c8596d
MD5 641f4e0da1e53a0ca7d5077080dc9bdf
BLAKE2b-256 32c8759a234591ebd73f49eb2f51a7c0f39b019ed923e34e8f9292e92a896986

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.28-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1699bbba33d0aa759878fc8786f4c7b7268aa8a88b72210c1fa951d11a405767
MD5 37fe9fa904dab9c8922e3b4b7ac517b6
BLAKE2b-256 92b3a4ee4f64e192876720f465eb8372e18e3a1cea5290075b60e59d0f596f6d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.28-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 42b3c8eb7e2e6a76f73859151a3f1a7fff2b547cbca15bd22fe6c3a7ababf77d
MD5 cd08cfbc786d452192fa133486297ce4
BLAKE2b-256 dcddd865caebd0b70152b7cb20866b6621383df93503bfe6e7ab952d44757101

See more details on using hashes here.

File details

Details for the file passagemath_graphs-10.6.28-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_graphs-10.6.28-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 bede3b56c704c119fefb50b39b99412ea185b90de5a39ebb6cf2f82b8d42d2d9
MD5 056bea2b169a9e2a77c0e0a739f67b8c
BLAKE2b-256 3ccf762e029cc79801c96a1d11a9fc58f4438326147656e48b3abc814aa560dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_graphs-10.6.28-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2e186bd02f67a9af35965ca431d7c784eff3d404bc81a45520ee358e3b41930f
MD5 b02a231afc8ab7b5e3af6c0c88274f8d
BLAKE2b-256 2128d3b0c5eeb082298b272961bb536dba43a1b6031973523fca961ecf93db14

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