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.38.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.38-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.38-cp313-cp313-musllinux_1_2_aarch64.whl (27.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_plantri-10.5.38-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.38-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.38-cp313-cp313-macosx_14_0_arm64.whl (162.9 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_plantri-10.5.38-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.38-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.38-cp312-cp312-musllinux_1_2_aarch64.whl (31.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_plantri-10.5.38-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_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.38-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.38-cp312-cp312-macosx_14_0_arm64.whl (163.7 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

passagemath_plantri-10.5.38-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.38-cp310-cp310-musllinux_1_2_x86_64.whl (29.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_plantri-10.5.38-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.38-cp39-cp39-musllinux_1_2_x86_64.whl (29.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

passagemath_plantri-10.5.38-cp39-cp39-musllinux_1_2_aarch64.whl (30.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

passagemath_plantri-10.5.38-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_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.38-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.38-cp39-cp39-macosx_14_0_arm64.whl (163.8 kB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_plantri-10.5.38-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.38.tar.gz.

File metadata

  • Download URL: passagemath_plantri-10.5.38.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.38.tar.gz
Algorithm Hash digest
SHA256 3e270002ed3f96c4d24161e896702f65c0dd3cb6b374f9d7f1226cf52b971f9b
MD5 bf1d1ca5acc6bd7322dac25177bcf109
BLAKE2b-256 2a487751bda8e4fcbdb0bd59a56385b2ae9ba1e3bd5aba609260223e38ce2821

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.38-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a83044e47232b24098a0405c25bb4bfcee945b36b9861e276969622ebd459a3a
MD5 795ed94c5a3eeddd116094b7cbdb5ec4
BLAKE2b-256 9424328dc8c7ff4ad882366007c8ceac0ad7ffd9acd0a9fa643758fe9624ab23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.38-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 01f5607d108cadec9c3650ed2470d1be9c8d7dfc4a053c6b6674e5a6e6b00d2d
MD5 d8cbaf552c040a1011571b4c27353a56
BLAKE2b-256 64300bc60f0427982d03dcfe0a2a6ff4ee8f5d5ea13c04fe4926da4d507d4997

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.38-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.38-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 34e0d9ae2f41f3043d4f3f86fc050225a74290e60fc9e3a0c232f5ae6361d462
MD5 006779f777a08f657f24a6cb798898ac
BLAKE2b-256 376c6c948ac9939aea1476336879a723c69d7fdc51ca9412dd6b4b43281f9566

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.38-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 246609fc89cbdc55b99f08c77cd96541e4bee765b6f9c8670cca825c49804847
MD5 0737074b2238c2fd4979353f74337841
BLAKE2b-256 834a4aeb2b81a2fbc424cce1f04c3c55758cb0f586e3c8a3176d9303a6731392

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.38-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 29010bd96df206f88cf95249bb832b5595467e33da076de6b4b7462328cbfb39
MD5 7832c0062a2321b0c47c3e8cf588d208
BLAKE2b-256 0761a56cc62980bc7ccfd247adbedbc831f8e3fc1cddeebec1eb72c6e39f3259

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.38-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 51bc3bb207d305344ee231e568e3f27ccb5e6c8dd5ae5c76e1d8f616fdbfc214
MD5 3cd3b1a0aaeb4c5571ebbf59c317fa09
BLAKE2b-256 1f4a90a42421dfd610d89c6529b0006c4d048ded5d9cf6e3eb5b4eb7c730134f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.38-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c49cc4864ed1a0b9597c5444150842cbd92f293f26fe919b5b2a1be1d06e1e67
MD5 52c08047da7154bada413197b5928c76
BLAKE2b-256 cc97dbd0c1d74bde23854c309c4c0e5cc8778c6684a461605556fdfac04e0233

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.38-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 10836109ffa2a7bedb6f5dec09b249da4b83b0352e671ad356355f0c3f3e8119
MD5 b6a461c4abb5380ad39d9454745be907
BLAKE2b-256 25f82480cca91f78515ded3e361ffb111e6135291e6e3500175255d481a595ea

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.38-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.38-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cfd427eb2cd0a911945fcd073c159faaa3fbdbc15733bb2e58ac8c6588397b9d
MD5 7ccff62f7e7f5e652d6dd325eaa4b947
BLAKE2b-256 2464591b628455b7a895065529d3f241538982a7d2bae837329ebcad9aebe257

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.38-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fd064cacae74c15239c027a98f34cfce6a2ccc2571a201a2931f5e59c779b0a5
MD5 63a1d2e1911f9f11e450401a763cc4ae
BLAKE2b-256 884fa5b119351c1c0be5af208ce74df8ccc16aee612f6170c68368b124a2f30c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.38-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 8d271756fb53b004543cdfdaa68411f15add7b832086b95698ff58ca397b7924
MD5 9b608a1e074af27cf67e1cce35c88b99
BLAKE2b-256 54e5ca60e5be4c3dbd947ed93d700c2ebb268d971d8d3bbd6249f14f601b2f73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.38-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 fd47e76b5166276b94ebba9092adbe54cad2012f990890c2cf2a66f9f04b0909
MD5 3522ded177e89768a59781906ddcb460
BLAKE2b-256 1ec5a4afca0e3620cfbe81172e9e2357e494fcf3178c18b6631627352addc010

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.38-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3f68406de1f40c321b358339398caf36f0ece2c6a71cf7f82643c8551655250e
MD5 7d572f8a8c0a6a4d52710de45aedea7b
BLAKE2b-256 d12a819f666c37a23f5334443a6b7ec6a7970b60dfc976e3b9a3da0c2b187891

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.38-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c2d1eb39efe450401aacf4aeb7c03d1bf7c9c3d53cbdcf56acb21ab69b043b34
MD5 2625d8fd9c493977af64aa517e21eede
BLAKE2b-256 edd35d8b03792fedd9a3a64374b03400d294f10a5b85507506bebecbbe8f6075

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.38-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.38-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 df3dca7afa551f5bd2b9faae2bea2081aec3a2ba79a92cc6411087ea1960b812
MD5 c15052ad9c21575518d7f05669d8512f
BLAKE2b-256 f7c0e785a80cd76ca6fbe205e91c6c760f19b872f8a5b267dece4aba422d6868

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.38-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4ed7d4810ffe0df0011360b03f9bf1da665edb97585c983354bb8e61e781f3b6
MD5 e7c3651b3c3031ffe6cdb45b8a3fc127
BLAKE2b-256 4bf1c59871b5018b779ced9d3048a507174f3b31621c1447c238e3094189b216

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.38-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 6fdc8ef131694a4cd845d5992f9e1d10375b10d9e294a147c91725bb7036c2ba
MD5 9a44d512670b0b5a8f8cdb79b99c1ca5
BLAKE2b-256 6685a58e78e5736475f305e0dc62e3132dec2f66003f5c1927c4100b1351458d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.38-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ae6ffa6774b642f8a196530f7ac7d443882e6c4220ff847320942a02c38b6a01
MD5 cf20557ccbed516a8445c7efb4eda2d5
BLAKE2b-256 c93e0bd44e9e6796cd18366754de1d627d7c2696deafc3cb94a4a58c674178a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.38-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c9e38c4ba730df9c309ae97da62ea4eee0cd3561f43b50d2388999db6050de1c
MD5 1677e06835eaf7c617d23a948e0db30b
BLAKE2b-256 647f45139eff04c90594ec85b241a1d252308c2158e09645b6b7903dff7bdaca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.38-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 531f0b86c22d81b1416e1b0c3509ca35457654d5baaa5de11fb805c8ddfc1baa
MD5 27aaceca3590d8bf65689f811598ed07
BLAKE2b-256 65a15597afb76576fbe139a4531d8b9d3555a4b4818432b6a91f51b162301e4d

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.38-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.38-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7f80e9be44eb0d29f9bbdbca82c17e835fedac0601902c37e77241896baa243f
MD5 93993660a896dd0210da7f1f86964702
BLAKE2b-256 512bdc7b16bcbf4ba205026231c94403718d92dbc79bc579de94cb8f900bb23a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.38-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1dd3b69d82a498cc0c5f3beb3b5746cc03aa2ce2181b9746c7d273800d2f574c
MD5 3098333511b6955e27453a02c678458a
BLAKE2b-256 c1af2ed546e4d370804681548d34adc227932ff987fe409e3601c3d1c98329ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.38-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 ff60ab23b124b7ef91a6bed7c82ae718c9099604ae33153d0fb2494138a2843d
MD5 b97368d2cf78f98fa2123fde714fc435
BLAKE2b-256 cc23e44377e0978ca6c2f49c78d6ad993eaad9bcfe237d2d5782b2baa2551f5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.38-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ddcfff7aa74a447f5b0cdb61edf023483ec39a42321e6bf10d975c167cb37962
MD5 1b8ab1b1b9e2125d85a8c453e3e0542b
BLAKE2b-256 52c39a621b9c66c8bdd5df403c65982762aca7d02054ed813963502782ade93f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.38-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0488c212834bfa7693ba38eaa972cff6af1f51170adab9208e58fd56ed002823
MD5 4e16e6ffc93eaef69d4a08ed099d07af
BLAKE2b-256 899a7dc4327d39f5c9932d7242c7562acba760570ea6b72c13db79bcb7810583

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.38-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3624ff5ef00409a401dedafd5365ab11d530ef09e71a48fb62f56aa5c9b76f5f
MD5 0ebcb67b4611af478161914458e88342
BLAKE2b-256 fcf5add4d98d72d4acfc0deb591a828ade2fe1cb74d58c55d8bfe1d7278763a8

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.38-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.38-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 17071c05b3750928126c22c0df250b22b4fb5138988737963c9fb2f7812d0d00
MD5 8bdd1291472ef1d35dac2fb699b85197
BLAKE2b-256 6fd9fcfb7ec8dfb64793b54db6e40198b9bea1d00166a24113178b9ac573ab1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.38-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d1b6026612bd5c128451580af8e8ba021416259c1d8358511429af4b9587d13e
MD5 d0152b4dea29c8a0b81f10712cdbf1a4
BLAKE2b-256 b1109a1d9f12a305bba19f6c691e36b0b8d235ffc3f030ff028f60ef0491ab95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.38-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 511b01ee6ea406903bfaea3a1e58f1b1c5511f54da2883f755ddbd08386b3d81
MD5 828c9fab859b390a40d5c30faf549e01
BLAKE2b-256 75137c8f749a021efa64cdb99a1ca1a40693a17ab2a23e760a1bbd764a95ab77

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.38-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d36c650da756a1adb5a40ae6965166e4bf7503113065282d2c4383918153a238
MD5 0a510c5edc1096875de9d72e633f63c0
BLAKE2b-256 56e604a9845a72a882a77b9589f0ab4d4035c03cdd7f2840383da5f2c628ebd0

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