Skip to main content

passagemath: Generating planar graphs with plantri and fullgen

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 was created in October 2024 with the following goals:

Full documentation is available online.

passagemath attempts to support all major Linux distributions and recent versions of macOS. Use on Windows currently requires the use of Windows Subsystem for Linux or virtualization.

Complete sets of binary wheels are provided on PyPI for Python versions 3.9.x-3.12.x. Python 3.13.x is also supported, but some third-party packages are still missing wheels, so compilation from source is triggered for those.

About this pip-installable distribution package

This pip-installable distribution passagemath-plantri provides an interface to plantri.

What is included

  • Binary wheels on PyPI contain prebuilt copies of plantri executables.

Examples

Using plantri programs on the command line:

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-plantri" sage -sh -c plantri

Finding the installation location of a plantri program:

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-plantri[test]" ipython

In [1]: from sage.features.graph_generators import Plantri

In [2]: Plantri().absolute_filename()
Out[2]: '.../bin/plantri'

Using the Python interface:

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-plantri[test]" ipython

In [1]: from sage.all__sagemath_plantri import *

In [2]: len(list(graphs.planar_graphs(4, minimum_edges=4)))
Out[2]: 4

In [3]: gen = graphs.triangulations(6, only_eulerian=True); g = next(gen)

In [4]: g.is_isomorphic(graphs.OctahedralGraph())
Out[4]: True

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

passagemath_plantri-10.5.37.tar.gz (4.3 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

passagemath_plantri-10.5.37-cp313-cp313-musllinux_1_2_x86_64.whl (27.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_plantri-10.5.37-cp313-cp313-musllinux_1_2_aarch64.whl (27.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_plantri-10.5.37-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl (212.1 kB view details)

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

passagemath_plantri-10.5.37-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl (239.4 kB view details)

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

passagemath_plantri-10.5.37-cp313-cp313-macosx_14_0_arm64.whl (163.0 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_plantri-10.5.37-cp313-cp313-macosx_13_0_x86_64.whl (175.0 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_plantri-10.5.37-cp312-cp312-musllinux_1_2_x86_64.whl (31.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_plantri-10.5.37-cp312-cp312-musllinux_1_2_aarch64.whl (31.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_plantri-10.5.37-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl (216.2 kB view details)

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

passagemath_plantri-10.5.37-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl (243.8 kB view details)

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

passagemath_plantri-10.5.37-cp312-cp312-macosx_14_0_arm64.whl (163.7 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

passagemath_plantri-10.5.37-cp312-cp312-macosx_13_0_x86_64.whl (175.7 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_plantri-10.5.37-cp311-cp311-musllinux_1_2_x86_64.whl (30.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_plantri-10.5.37-cp311-cp311-musllinux_1_2_aarch64.whl (31.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_plantri-10.5.37-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl (215.2 kB view details)

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

passagemath_plantri-10.5.37-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl (243.2 kB view details)

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

passagemath_plantri-10.5.37-cp311-cp311-macosx_14_0_arm64.whl (163.6 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

passagemath_plantri-10.5.37-cp311-cp311-macosx_13_0_x86_64.whl (175.6 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_plantri-10.5.37-cp310-cp310-musllinux_1_2_x86_64.whl (30.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

passagemath_plantri-10.5.37-cp310-cp310-musllinux_1_2_aarch64.whl (30.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_plantri-10.5.37-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl (214.4 kB view details)

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

passagemath_plantri-10.5.37-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl (242.2 kB view details)

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

passagemath_plantri-10.5.37-cp310-cp310-macosx_14_0_arm64.whl (163.8 kB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_plantri-10.5.37-cp310-cp310-macosx_13_0_x86_64.whl (175.8 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_plantri-10.5.37-cp39-cp39-musllinux_1_2_x86_64.whl (29.8 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

passagemath_plantri-10.5.37-cp39-cp39-musllinux_1_2_aarch64.whl (30.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

passagemath_plantri-10.5.37-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl (214.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_plantri-10.5.37-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl (242.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_plantri-10.5.37-cp39-cp39-macosx_14_0_arm64.whl (163.8 kB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_plantri-10.5.37-cp39-cp39-macosx_13_0_x86_64.whl (175.8 kB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

File details

Details for the file passagemath_plantri-10.5.37.tar.gz.

File metadata

  • Download URL: passagemath_plantri-10.5.37.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for passagemath_plantri-10.5.37.tar.gz
Algorithm Hash digest
SHA256 9c64bc8efc390741076d9651f21f6ac97e8f5fe6ff37a58eb6028963e7bb83da
MD5 44a86a8a5f98e91e2d14ce10c2f7fb7a
BLAKE2b-256 18d809fcbb6398f790e6d32a0ec7bde9fb192c0d1d6c91f5388d1c2f520cf904

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.37-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plantri-10.5.37-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0b6c8c3ec6640a770e24cd95b50cf8eb0d0f4d5d05a989dbf95b2a6783aabf1e
MD5 4d0f08815cf2e5e3a255448380003425
BLAKE2b-256 92c861e867f60b592bd35d698ecaf99fd0934f7303ee626c870bf03983ae5d70

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.37-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plantri-10.5.37-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e0984ee7633b234581b61212e86e9fd52db23181f5747ca8be2b62cb9ba354ff
MD5 b025e4e36a48d538781517a10c1e31e1
BLAKE2b-256 43238cefbffe3937a868abec42f2cfbd18c8cf2594c7c9f6c2aa0bcb83bc9706

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.37-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plantri-10.5.37-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 91124f03947c7faf4b458f211c7320bbe99b59d4eebc82cd9b5ef7fb62103f32
MD5 aeba045789542a2ade319753af6acfd2
BLAKE2b-256 3614682ef2a4f6def6fa16336f75e7c9a02dded48673e9e44768e435c95cb926

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.37-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plantri-10.5.37-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6de9125c35fe88ba641a470e2045327deaa6ac9f718e9d16b8ec79666bbe8f3a
MD5 9ac95b3043979e3ac64886292208e3e3
BLAKE2b-256 a668dc417c3eb38f19f9a057fb56fbac19bceec932f9b0a61d3c909ce5a49aa9

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.37-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plantri-10.5.37-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 25676fbdb5a6345ad40b6a568ed0381254d8ead397d89a754cbbee367d3b4a03
MD5 86ff9073a55d7001d88cd66f52266ac1
BLAKE2b-256 177cc39024cc1e8590563dfcfef09fd106272cf8d9d1b766b184f9f110171f80

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.37-cp313-cp313-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plantri-10.5.37-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1409c89e67f7e479d2c6322a645f9ce26ffc67cc6c365f5fc3bd7829df01f070
MD5 95e9e44c05defb5145c58484b000b939
BLAKE2b-256 11c587d4493de03f4503d53a5eadf6d4f422125d44d9b23af53e9fff6ecb3a00

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.37-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plantri-10.5.37-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 facff2233d6f7c228a8cac6c104875ab234a2a669bcd9228a0233b47c5cb6998
MD5 04031aecd48739e1b0675945fc6a4204
BLAKE2b-256 b1da4d7823339f37137a71445607511e12c20cebc99e81314959fea6a4491ed8

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.37-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plantri-10.5.37-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a99e03e9dfb242963791ca90369510760e8645faf85bcfeb4c0c8684284482fa
MD5 2ca20040cf9e8c492aa9e03c8da9cc65
BLAKE2b-256 43351fc2af2370ec3faab84019a095a1a7749a11b48a7abe62e1818ac6a50144

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.37-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plantri-10.5.37-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d21bdf0aebb388544537bc90230c3fb5f269ca793f85f3d0588397d2106b95cc
MD5 551f3d0860a4204d702e49eea4e8ef4a
BLAKE2b-256 ba04cd8874bed9920bebc9f376352c68653abaa21b334f21032eca7064d2762e

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.37-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plantri-10.5.37-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 83adf1d58c9adaf2fed1c66c4b6e9ce829e1307dec54a907853a49b059d7533a
MD5 5df99f60ddfda6d7621822eb32a08659
BLAKE2b-256 e07215d575da56f2289ed2badbf2e52c290249e1f61c95b32984231b795dd755

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.37-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plantri-10.5.37-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 726fec9740b600ad6498c999fc3bb97ba9fba58aa03a4ed0cfb1da74b0c52951
MD5 598e921247e43600edceca0bb1e38926
BLAKE2b-256 6885ce185c12a34ac95781ef2b84a51171f949aad10f5de542bbb6fa12393e6a

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.37-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plantri-10.5.37-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ffab3f4b0864aca9d0688136460b8f7bfa86974e4b4f1d5c7e0dde8431780251
MD5 81fdef613749b2af8683c65593247039
BLAKE2b-256 6a5fa4887b77648d7d0296fb109e4dab98a926cd740c382c13d087580611d3f8

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.37-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plantri-10.5.37-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d737a33d2b2840590f4a7e7a99874916cfa5eef288b2b966c2bbb398b6e3b16d
MD5 822c308a7de90e3618f642da386c5895
BLAKE2b-256 a90da59efc76c3a7f93b0940b19b77f0d32a1d45119c0e2fb12a6c77600e9c98

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.37-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plantri-10.5.37-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 23e25321dbdba8b31b7438e41960b3c58d36f0d507eebe20f4a98409b2cb46c8
MD5 9c226ea65d9164444eef5c21ab88a763
BLAKE2b-256 98c94d3fa1d3c7991a466a3f02a8fee5dd20f3ed1e1814c58f804465de2363fa

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.37-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plantri-10.5.37-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6c3f6e9c81e20e8d6b4258f0d9bee98f5bc83b86dd386aadb8b09be94c27318a
MD5 654657ee1ee2181b3d79199815b39989
BLAKE2b-256 0b8d4abfa2a98c4ab6af3c12009aa74811c3603eace54458a77021438622c41b

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.37-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plantri-10.5.37-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dbc847f068bd005b111c699a451551a9690d7159ed5ba79fdbeb9f0062dde917
MD5 3751110381a57b4e9f56f5747326461a
BLAKE2b-256 e0424d22f55e26e0c2f7f9c1d60d882b980e663318dac4ae2f76ccc9f5894411

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.37-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plantri-10.5.37-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 1cc26586ee4ee07e2d975e7816d828c0084ec36fb48639c77b3a7c7d87b6d508
MD5 cc054cfcbf9610318d1bde65e4684510
BLAKE2b-256 84ca7a9a0a7a3fea23786b7685d3082cc181d0ee8fdbbe519f4ee33ccb9a707d

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.37-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plantri-10.5.37-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8f94a2992e226d142cd8e9921571299bab179dc154b7eade7600d2b64c41ed57
MD5 bc24eb192bb417e2a8ef2132b570079c
BLAKE2b-256 bcd95c97f8699bbc41feed9766d53d4acf4e1b7386cde255f360d12bf369a9e0

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.37-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plantri-10.5.37-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 32e63965d8b00c4e7ee5d23b5bc66ce30bbfe8a67f666fef10e00168627b0df2
MD5 bbcdac417e720f796c09a82b701b56a6
BLAKE2b-256 1a16213d1bbda6ff225a6a879de58d431d8d924a28c37d82429b655f9bede42c

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.37-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plantri-10.5.37-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 128b5b6b2c0a15b280ab3215856fe1d747475a0e0c16bcbf3d9e97ebf45d5ea0
MD5 27fe3750185d58d1975e3c5913fc0400
BLAKE2b-256 2b272254f9f7fa3e602a0c7f77ee6555f2182a62942beb2999898482ce9d2d5c

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.37-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plantri-10.5.37-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5789f997d0cc04ba1b2c84213749f1cbe636d3c0d480e0d60cab784e983be77a
MD5 dffb35fa7a9c5d199343c8e6eee090cd
BLAKE2b-256 15bcc3e392bb8331abae75ef500b3dc3f50fa7c8eb7c0d5b5263005817107b31

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.37-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plantri-10.5.37-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 718380482debf39a0e980b7a3a9fe48a6ffcbcec5286b02de61980089bf510c3
MD5 ec877fe4a3ce94cf91ea4bab36dfad2f
BLAKE2b-256 bb0635053c4842a0d7a4eae9577dc048b20e98ea96ad72844d9c19e60577027b

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.37-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plantri-10.5.37-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 554402df3b8232533f68bf530e79d954f77c152737c5589a61084a66e1119db7
MD5 fd4e887856c57b53df3e8b49e36c19d7
BLAKE2b-256 f858deed7ec603f09437bc126802ce44be341116dead6fb978b4ea808fcdf167

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.37-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plantri-10.5.37-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 785188674d4e07c979276bca3b1a4157829bfd411aa79689f04d3c9897a0a1b2
MD5 ac80c1cf6b501860946585f2e5d08f29
BLAKE2b-256 c336aaa5ec3b76f249e60a661b0f5625281ab1545b954214f612bcb44d017caa

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.37-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plantri-10.5.37-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1e9fe8715cc63bf7afe16b3739dbaa54081ef42844c29aeb7dd3fba9bdbf567d
MD5 027572f003e0d5ca673e8c4ca80f460a
BLAKE2b-256 336d1d3955c049da3baa848654241c2f2c2c4184bf7fa7f57b8c292070508fd2

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.37-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plantri-10.5.37-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bb4b1dd7805c5f71b9048ca086f8bd5c2e480481b1216f26a5f40345bbef374a
MD5 9703009d1560dd31f7c366475226a8f6
BLAKE2b-256 01a7a299cff4e8ef540b05d2675eb71cd71f8de545537a3a90b4b258f4297501

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.37-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plantri-10.5.37-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3d7f89ec914978a47b93f5e5fdb7eb10b7b27ae104e603ea60e2cb04bb08e32d
MD5 7646fe88a6785b970c2f91837f3454b9
BLAKE2b-256 02a289a19d8ac91d3c8522a386794f456e0950fa022d8b1b91453e85e8cea8cb

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.37-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for passagemath_plantri-10.5.37-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 440adeb2f4c21b76a08d6322738ff509a2fd66d4368ec7e43e6aabcd3a4ccc65
MD5 e6fde48bf3289a27c1719c7efe2cccd0
BLAKE2b-256 5c2795211248ba78a148d4eec01f6177f1011937fb6389ec284cfe2a1e530bec

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.37-cp39-cp39-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_plantri-10.5.37-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 74adf3688c4f7c860cf6e75f7481cdb61dcaf99afddac6e6607aa0eabf844b25
MD5 fdd2cd946a837b529352c29f7f53c330
BLAKE2b-256 3d1e26fda222a9d051e6d1b6276348aefad291d1d760c0d11648d0092f4dfcf3

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.37-cp39-cp39-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plantri-10.5.37-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 077a8cbf696eed8b67a1866c31a428cfaedca1ce218babfc96d7122088d7e4c3
MD5 58650f7326a89a28cbecb4518e6d0f9b
BLAKE2b-256 bfd5e1213f137c69f3aea57f26fab61f2a8cecbdb2cf13aa263a3fc29e56d0b7

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