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.33.tar.gz (4.4 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.33-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.33-cp313-cp313-musllinux_1_2_aarch64.whl (27.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_plantri-10.5.33-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.33-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.33-cp313-cp313-macosx_14_0_arm64.whl (163.0 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_plantri-10.5.33-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.33-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.33-cp312-cp312-musllinux_1_2_aarch64.whl (31.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_plantri-10.5.33-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.33-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.33-cp312-cp312-macosx_14_0_arm64.whl (163.7 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

passagemath_plantri-10.5.33-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.33-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.33-cp311-cp311-musllinux_1_2_aarch64.whl (31.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_plantri-10.5.33-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.33-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.33-cp311-cp311-macosx_14_0_arm64.whl (163.6 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

passagemath_plantri-10.5.33-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.33-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.33-cp310-cp310-musllinux_1_2_aarch64.whl (30.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_plantri-10.5.33-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.33-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.33-cp310-cp310-macosx_14_0_arm64.whl (163.8 kB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_plantri-10.5.33-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.33-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.33-cp39-cp39-musllinux_1_2_aarch64.whl (30.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

passagemath_plantri-10.5.33-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.33-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.33-cp39-cp39-macosx_14_0_arm64.whl (163.8 kB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_plantri-10.5.33-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.33.tar.gz.

File metadata

  • Download URL: passagemath_plantri-10.5.33.tar.gz
  • Upload date:
  • Size: 4.4 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.33.tar.gz
Algorithm Hash digest
SHA256 024a357ddab76a11e1a0d75409ad114f9408267a7023baf3b9b127ac551fbc69
MD5 1eb6dc96b1c71a4734386d9b2426c05e
BLAKE2b-256 9d4099bce3f97cb5efc131bbe3c33278aa708240deaf31f82086f4856afc0e60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.33-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8b031b81016fde3ada27b17f67a5f795a03eee1488af2d719f10e7cfdcd59d81
MD5 1de8d75b0c2777802e8684dd49623471
BLAKE2b-256 d47052113710b1f8cda1c5ee7ccad10cd541d024538997cdcba929968637e996

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.33-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2e9e8656b203d012c671bf67ae851fdba5287c0d3b0ae8fb78137690edf91dbd
MD5 132c17eb5b35dc262f538574b3f85642
BLAKE2b-256 3cfacbfd3a077732f13f81586f9be9136cc7bfcd77c0e96b52dbe3b63c59cd00

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.33-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.33-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 76be26a71b2bdf357f051002ebc40cfe64281924ffcc1cfe209138f1c2609070
MD5 3d90d9040c52deb84beca1094e456001
BLAKE2b-256 a2135b1b00202bc92ed0547ca1d626baf71ae29733e1366d51134fd385fadc43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.33-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8897545c1f27196ac32f66c62f4c6e70616a7d536d819d6e43343de19aa83ab7
MD5 305a8872cc368bf2fd727c064f2a00ea
BLAKE2b-256 0bfb1e086b5631f2ba4836a653ff3c4ddfb4e0bf054904e2730212b54594f156

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.33-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 74ff99f893c65eb831bb4c842e2e4e48104dc07ecb92722556584454c210024f
MD5 33b7d5ae561e6e48cfcf0aea6541b441
BLAKE2b-256 b18266929021446ea2903f7c870f3bb8e715f623c2a76ba28cb86972e1d0a19f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.33-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 347e515ed1579cc4f5639d62596488fc46ef3902bcb2811fe2f723100a6855db
MD5 3882889f12bcac6fcb12e3bc26bb51e1
BLAKE2b-256 2733f089c4bb3c4b6164eace2571224d9a9856d1e30f03e347ff23f079c87364

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.33-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f902803adf0ac6b0876c35664bf869230a27ce872966fe1c019c9f5f0c18a55a
MD5 b4b35e4b06f7d0f7470ece41e4178008
BLAKE2b-256 53c8ecf8103b51531ab00102f5e450f6b6dd947c2f5ac002ad35065dc0bb7500

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.33-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 72024df7d9d06fc7260fba61bd6835f4d8cffe4082ebdfe9ab6f4358cb0808b2
MD5 c33c0dae2a8eb26e51b0e03724796a1b
BLAKE2b-256 9b474241700f52742ac028c566f5afbaecf82097c29e7ccb32436ad0e4b74157

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.33-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.33-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d9f691803129ea4cb1775e50a7b6390ab067569afafd9ffbbc7919d09a16f196
MD5 17b1aa8094191ad07e9b03c2abdf67a2
BLAKE2b-256 977f6008b0ad21fa070ffee4060a915e0847193c05bf131daef8256b0cfcdc10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.33-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4ad80e612cb760a6073f77e604dec45fe8ef967978d45a0c48bc4b3fc6ded0de
MD5 8287ec77aed34e2d9c6af7344ca60a82
BLAKE2b-256 c06f165febe384e19df8ec59cf09635ce3982c5f39f72f03858cb400fec13804

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.33-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 20dd08116db6d0617cc53fe0c1b34c8d56b6d7fe368f77db0bfc89126226043e
MD5 bda92c691da83def606c59e9458f400b
BLAKE2b-256 e1e7a7ee32f0af58923e95b605a872e2645f6c55d771f5acf3c711734249f792

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.33-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 90fedc77be7275fb1c6e2ba33b8e6c1edde495be0d95eb72f171dff6385f107b
MD5 d7b6958ebc765cc5bc7b972a349c169f
BLAKE2b-256 3f960d4d4115392866b8140689da2a09df0e0a135000d686d6810bddafdfcb8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.33-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 17aa9ec19f14ced4110ac9857cffba2e6b82acec293a06fa5ee6a5ff2f1b74dc
MD5 dd22ff7dfc69bdd5423f82ccb4f8a42f
BLAKE2b-256 cdd74e396b9ce42a0cf4e3fcdb251dd01824ac92c8717d799cd28eccddeb6ee9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.33-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0c715e9549257d697172690a04c0f85c9e5b51b781597949f6aae4c5354b2387
MD5 24b7c5aa5040413ba5036921d2224dd9
BLAKE2b-256 120325a17805d72a8d9a71820ec70c7896aea392a4827f69cb1017a330752d42

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.33-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.33-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0650e91284e64ca62614656bf5b31366b8249869f5713c3ce228afbcf1c95f00
MD5 953c0aa63dc5261eea3a65274fa86d86
BLAKE2b-256 4374d4c0d236c862e45842ae1b71dcf02954a2b09651c63e45f5132f8d5fbe7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.33-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9931c2742a3e7c0c494e9f53a806b2f2b140b9d25e1e29c9f5263b05d8f02ff1
MD5 404a77277ec3b3b9ac52b5b6af0b61e5
BLAKE2b-256 da43b69cbe220a604eab5b1daf8083b103b9764343304cb6f076fbfe0555ab2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.33-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 efb4807f74f9149fe1c82775466e999656c17225d292493f5fdd718f4570b7d9
MD5 c5edd90f8afa54c72360c4b875ce5b21
BLAKE2b-256 db2ce5693fa2f9cc27bf634d791869e8c8adfb7b757deb2723b7fb8e4ea5f8e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.33-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9756d8e512b18378eebb4a0f5a8cef75197ef93d64530cc3b8daccd9dc5db53d
MD5 56a0ce7bbf8dc6cd5561852a3ae4c6a6
BLAKE2b-256 38f23b73e5c8b072a69d3d6a308e3ef00f184224b94baecf7c22900cd45498c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.33-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7d0814b530e0f4078d8c66920ee26a8e3a6a477c345cbf1bd9ec60f5f4733150
MD5 5f6990d6223a512bc2e075b0304ec2cf
BLAKE2b-256 4ef8ee6d5e3512e367e06fd0a4de8d4d415ab97c5c781ca1455aea8874c6f1e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.33-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 645c266db8fd62bdccca6fb4b2fc91e4c1ee3b6a91f37ab9ee1d4b2ffa2fbb89
MD5 3f0acb62339f18139305eb5d82b806c1
BLAKE2b-256 1d6c91ddd6fc2f9ddf4f3c9db32ac7f9f26b51c6ea61c62406b45c9b85288924

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.33-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.33-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fc2e5b7efd62eb71a4e0edb0570f2e1d76efd6a16a1dee137610525bb9b55892
MD5 6b3e7dcb57a5ff5344cec24f9a0f394e
BLAKE2b-256 2d822db0ef2c93a3632cd2d795a1beb98f422bed9a5427520e01a687c1f0bf63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.33-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6bda410948a2a7fefe578cba3a0126d1827868a7b61247d865de50c908d235eb
MD5 ea1bf80aed527aab479f72e90ba1a5c0
BLAKE2b-256 ba8f6777ffc201b36df04c28c0021bb92d3828119fff711a92bd48978b3b77a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.33-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 f32ef991d6f190ddcd56cc165996631889e94251b5c29e2217b011a015824d2a
MD5 179af573c0d35a4f37b0fa1d08e46f22
BLAKE2b-256 3e8bca4ff13193752d549444fd38937f2e3cd25288bab520988f514eb33565c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.33-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e4cde00ebea8c12a7f5286bb1ae898c1a32c79a25811b425bd90ead7eae2faaf
MD5 db22b83422e4acdace796d4d50be90b4
BLAKE2b-256 35312aff7f542cfda7d9a0e5f4921a0132d7743029e16e95e899577fd6d2722a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.33-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e472c5d6b27ee278e4e9df453c5332746b59d15019ce0c5bde34df981a5c8155
MD5 8977045c72087476b8ea68092c1beece
BLAKE2b-256 dc2eaa5ff7b457ef67d52183962876376b7a22b935d3dc0583b44bed989d7749

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.33-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2aea6bcc731daaad33cccc8ea150b35980115e19f6d852975b565fb7b98c72e1
MD5 a66b577175f0517cc0504bf45c4ddcd4
BLAKE2b-256 082ceda7d3edac3acf391dcf649186a21d2b4d10d4230f299a445c4c8bc0cb06

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.33-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.33-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4e8d2ae3129e6231be43702467d01483a654e2159a50346b27f0dfea29718b01
MD5 30af85fa1317e6a71f1f1d3ad28a25a8
BLAKE2b-256 d40b126e0cf58b1e9131582cf987e79268ab7713bfba323b5659adfe2abe31b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.33-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 94dd675354e6cd57431c1c05997fb5a8454904e4c9769135e9bff1443e68a3d6
MD5 fa8a0b9148b816633debb1208cb6c664
BLAKE2b-256 ec342d85bfbeb7bf5aa0463770c41bc5f66379ae1a50289703b83c45a393e358

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.33-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 be3d0ca45190e3c4da1b833a4a4695f84d178822b77d348d5fcedc64dc5547cf
MD5 5f0e7158a69aff89ee427c289b34ad85
BLAKE2b-256 c15b0e48de5a0c757072ffb347e7006f2df6cc6684c5d495e2648f5d11c2c525

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.33-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7d3adecfa6420d099bfcbd04b4626cfedee00d4967edfc8013b1678616d04a27
MD5 26b970e0886ad3b700153dc97d40033d
BLAKE2b-256 a199eedd7bb7bb05ca29bec0f044e808820c703354230ff39aa89ebe414699de

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