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.45.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.45-cp313-cp313-musllinux_1_2_x86_64.whl (222.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_plantri-10.5.45-cp313-cp313-musllinux_1_2_aarch64.whl (247.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_plantri-10.5.45-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_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.45-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_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.45-cp313-cp313-macosx_14_0_arm64.whl (162.9 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_plantri-10.5.45-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.45-cp312-cp312-musllinux_1_2_x86_64.whl (227.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_plantri-10.5.45-cp312-cp312-musllinux_1_2_aarch64.whl (252.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_plantri-10.5.45-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (216.1 kB view details)

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

passagemath_plantri-10.5.45-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_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.45-cp312-cp312-macosx_14_0_arm64.whl (163.7 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

passagemath_plantri-10.5.45-cp312-cp312-macosx_13_0_x86_64.whl (175.6 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_plantri-10.5.45-cp311-cp311-musllinux_1_2_x86_64.whl (226.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_plantri-10.5.45-cp311-cp311-musllinux_1_2_aarch64.whl (251.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_plantri-10.5.45-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_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.45-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_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.45-cp311-cp311-macosx_14_0_arm64.whl (163.6 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

passagemath_plantri-10.5.45-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.45-cp310-cp310-musllinux_1_2_x86_64.whl (225.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

passagemath_plantri-10.5.45-cp310-cp310-musllinux_1_2_aarch64.whl (250.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_plantri-10.5.45-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_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.45-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_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.45-cp310-cp310-macosx_14_0_arm64.whl (163.8 kB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_plantri-10.5.45-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.45-cp39-cp39-musllinux_1_2_x86_64.whl (225.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

passagemath_plantri-10.5.45-cp39-cp39-musllinux_1_2_aarch64.whl (250.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

passagemath_plantri-10.5.45-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (214.2 kB view details)

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

passagemath_plantri-10.5.45-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_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.45-cp39-cp39-macosx_14_0_arm64.whl (163.8 kB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_plantri-10.5.45-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.45.tar.gz.

File metadata

  • Download URL: passagemath_plantri-10.5.45.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.45.tar.gz
Algorithm Hash digest
SHA256 84ac14f8a51f6d5b89947853937683281cb0bed5110b6bd213ce3cf524c95f1d
MD5 2e6edb488fa90b30b660290e565ef297
BLAKE2b-256 d5be3c9c7f87e2a4c5d15afac278c2c359b95338378ddbaea2bfd297c6681942

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.45-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 86a4e9be4e58cf984e8f9b22bf0c2ad9c452315fb44801683f51fd311bc0e3e8
MD5 8cba3529be3ffe6cf8cf3d57b7d0322f
BLAKE2b-256 b32d4535bdeacfa80f1e91497e9f69cbf45993c08f8eca6b0f5499b43d975de4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.45-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 eff995b9d5a81e4107fd8c83ff98ae3a76c845f04843ee2b87a9db933a115811
MD5 9e7c71d26cdd76cd3ee787fe153cc159
BLAKE2b-256 f3ba6a6a09a432630838205b793ce17cf044e694660419d985ea7c7385ba048c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.45-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5696314ffceda201ac2333013d47e19ad9984bbb2a2372f43b11b6988ba06596
MD5 7554e89d32e04624931a34add9e442c8
BLAKE2b-256 df16e5d1d2a7e5d6d3781c0d997229bf8c34e6987f31ffa515bd0595c5104fe7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.45-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5c071f95df9efb40137f733dbaf140dae43fab899d419f344389b3bf66b794de
MD5 0e9c0e4245d0c0503d04d493187bfdb8
BLAKE2b-256 00e876b61846589d3d23e008f3f68d7407d84b71f047a90616574606fa428757

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.45-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 874445be6cbd805e04b1358caf0ea7c49e476471e89fb0b0772b35e31af0d1c9
MD5 e5d58ff1fd08a5fd43fa375cabac3670
BLAKE2b-256 0c7834df6c9b1cffe155d15422b732d7ef923a179e711a6f3a160e4425a91163

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.45-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 38b82674059134b118475e5753699d658029d327e38cf7990f4ad2b5f685c11e
MD5 82e9bb8f2cb780bdb4830511e5351658
BLAKE2b-256 4a0616e4ee73ebafd8410d0abf2d2fc5b4f287b303d81cac49ed47b4911876cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.45-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 42afe6c74320bdee34f17422118194da89432160ef9040b7f02246135794c0d8
MD5 f21e65a20b8dfae597157ba77efb0975
BLAKE2b-256 253252e354b83f8423e8212ae6efa891e9a36b3af3e4e0557a7f129225d42782

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.45-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 46ee3b0afa33b4ab811ba72b0fddabb678f0ea1faaddbcc4c4aed05bbf23812e
MD5 49e5859f33a98d15687b67b64eedd9df
BLAKE2b-256 316df65a95f8e3df022d570eeb9e2390d56434031f74cf42a3ae2347efbe32fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.45-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 62f9fe955b26b2864c871c8ebc8fd147f3d32a7d798b1622daafc3c11a503455
MD5 da3d20e096893fa4265ff94f8bde0fc6
BLAKE2b-256 648451fe21469be5c4fb72c4c0fb30927c0ad07e40eb475c07fbf229b9b8533e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.45-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 17a788295384378f41ce5744ba538f8f38e17450fbfbae156e20cc5a8182ca1c
MD5 82a0289f1e5961674205001ba2f2eb2b
BLAKE2b-256 627ac2a3bb6abb8f10ae434be5c688ef4abcab2c544637689ba7ca97d3fc10fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.45-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 9ad36411e8a82aa7041f4ab63eabe3a4b6505fd654a971bdc91d7c587de6b1b8
MD5 25f20ec118bbac5b6aea3375f861986e
BLAKE2b-256 7d1e46009915435cf913111bf56d677904b04a6270e4e6f41f446f08bf1259aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.45-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a2cd1c69b28a845f546602f9dcd15cb954c3fd02bbd19b5325c202f2a60ea5e7
MD5 3ca98a7c807da26ecffa6bee62868e01
BLAKE2b-256 3d0c28cca24e810df1bfc43f52e1af142a0f79013cea62525d9275ce9226db3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.45-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8814ac1a67c924f8123b89f03ecc70b75cc001759bd39eceb43982c3b4279170
MD5 fad6a04daad32ab6f301e2744913b98d
BLAKE2b-256 b8247f801c966e974e779e74ccc45c66cd8c69e0b66c32d94230f6b35a77eb5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.45-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5d59dda73d64ab3b057f32e42d1579c9e4fc400eb5343711e3626b53f1def6df
MD5 5590b5cc81c10f763a0f4fff8025721b
BLAKE2b-256 5de267c82b835c3150f42bed98d9acf27551bb8a71a3d22e47987e47afa6a48b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.45-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 321fc8a71409e2d55be2eb2842ddbd3993fc26f37c4ded95a26c69532c47ced5
MD5 f64a60eb15cbe9c22fd1697da41e5a5a
BLAKE2b-256 89c27512d3c97aa1f057f7f9a8e63a9caf078e6e38aa3627d6e311059dc16028

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.45-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f017b6b976e4b72cb2447d807bf8fa9ef344a049cb494444b8591cbdd387f8f3
MD5 7ea4d3456559f8075a77297ae127e22f
BLAKE2b-256 eb0cc0b1ba133a524e8fcd6c3a826a1ee5d358cb55ca34e3ee75ec92197070ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.45-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 a939de5c735113aae59d4452e0dc72a26a0498ea938e92246821bd67bd83bd34
MD5 339502826c504f0842b631f75aadf477
BLAKE2b-256 d5e6921f20df6780caecd859547c92c14e86c3b7f6842e22f4bf25502af8b1b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.45-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7eee27716feaeccc3c764926ab8150fbb32f5edb854c81cc7ae4f25c0fad3e55
MD5 3b31e024bf1c255641827264a7e22015
BLAKE2b-256 8892b974f1b29a426fe4fd0da0fd308e8f11e7b99fd5048e556f7818c9375737

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.45-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ab4ff144b552b85f3002ec8a053febbda00da7685066c793a15e0745d8724055
MD5 2174f2e1773b3df5b1d2dae5192d9c89
BLAKE2b-256 a5586ef6469c847e24147879e9c7f10d00fdc4a11177befed15dcacbbfaacfeb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.45-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 104291ba54358a9b8eb0745cf06d1ea07bd6285e6606dd5d20993406d3457dce
MD5 85bb1d31ed1284e72e9866497f75bd17
BLAKE2b-256 006ba3985f44ba706cb72f1c9d5e5e37e92ebfeb6a8c70ae582d2e0c813ffbd4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.45-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1d8390fdd29b9e1c8668e1bb300b2a0d6782c5f6547cd0556bd7b18f698958e5
MD5 07d9d677fd0e3d994c57dac5cf877151
BLAKE2b-256 1e8018cd2932fba786b06a9abc764c105f48287d89883f15ddcdb7aab8845d9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.45-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b7d5c2da63d1a817ea528a0bba87a551a3014e01263216277aa35bd558a3a53a
MD5 e73619ceda2427ce4675edf6a7e190e0
BLAKE2b-256 55d606626b153c9085faeb083606fdd96bed8e6d80bf6e71923484fabb7fc47b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.45-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 58f063243e700ff0bbcb912cf64d531e493ccd90fbb7fac3128d0b79fe557b69
MD5 ea4bb7700579ca7884946e229fe63156
BLAKE2b-256 d5ed742ca2bf7fb4b75fac7719b02f6fbd7047f4ae23c69c749ea25984dfb3b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.45-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a5763f392ef9169cb17b90a4d59804a945592780cb9e31ad7e93b2ec79794c30
MD5 d055568df1fcbbc831fe50679add9bb4
BLAKE2b-256 4a6cf0d5e67862f707be27b24f0f3f011e421fa450223e8f1c89999f7d78e927

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.45-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1180d2ab0712b94d4a3f3e0d154b0acce31d3ae25c2505780d9275e92e7726d9
MD5 09e97ba0dfe9144f533bd428c07f7f0f
BLAKE2b-256 e616b5020a52e1e36da551b8efa97da619254c4d643f6c7e68781e755418159d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.45-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4a45f3fcd0893b0e4c680cf7e4719fdfcd8f3a337668e8243780d4b8ebe06044
MD5 cf6604e4ebb21e7a135549be47814785
BLAKE2b-256 9eab46e7f7e838c297a3dcda3ec3f218d80cf23610e7c97c192b58c9d529499a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.45-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3134cb50a1b86dd9103263d818ce9f579be7d34d5f9b58b385dd6616c4dda84d
MD5 2a0cdc8b612065bc32a643898fc5aac5
BLAKE2b-256 254520f29923c7235079ae1beaad3d3046944305a7e475066047923e6c98ed96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.45-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 55b74aa4f6d708495bcf0481f827a0f15ad35466572a66f0a6743f071842dad1
MD5 d159627ccd1b813d999348ecbc088d71
BLAKE2b-256 7c21950fefbbe9fb29c9cdf27f684f56ae48e23e35095b35e2a7878de79f4377

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.45-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 32a69e6dd2e8f1b171e098f77f953dab42fd14ea2f250b4e953b309a513ee3a2
MD5 39902da0224fad5466bf0327e8277901
BLAKE2b-256 44b0446b323ef8cd6d30cc311e1a0b861513537ca0299589735667ee347dce24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.45-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9fd4fc089170ac391bffb7c29017ecedd5a4332be8dd118bc7b73d42fa534b92
MD5 381cef8f5304b6a0f530886154381ab4
BLAKE2b-256 3f8d32d678101544d0820d7976d81e9fef7f233fbc25b27e414ec5f0c4bb691c

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