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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 14.0+ ARM64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_plantri-10.5.36-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.36.tar.gz.

File metadata

  • Download URL: passagemath_plantri-10.5.36.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.36.tar.gz
Algorithm Hash digest
SHA256 0d41354def6feb6e59c7b9693654bba107b92d6ebcd5fb2cbe603ab2fbbe1a95
MD5 67316bb8cb1b6ad73385f00c586b73bf
BLAKE2b-256 8109dbdcd805bd4e964fe28033d977bd4ffbbacffc3cd7d8caa9df4873a909b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.36-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b33c34dec54a30c6877c0ce95c0e043addf54dd4f73fc7d80df58979f931c03f
MD5 5e87f63e59c11afc46199a1b2acb6a18
BLAKE2b-256 28c8b7ef270c983e86b3d40d9fe92af145bb25cbf2e479ea270bcc789dbdda5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.36-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8af0067273d55ee0f37079afaadcfd0a76a2417bed6e57e1b8c0711cb38f3586
MD5 0814e6c6c7bb4d8fed5512eae31621b7
BLAKE2b-256 82f4eb39d2b403341dca40ec8f2a4f337d30bb8cb768cfdcaa44b4fc9810dcab

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.36-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.36-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6bb7361d63fa3fa8e37525f10d979309fac6e5e26157261c1670cd0c28031833
MD5 228adaaca360d03ed2cd7bba0a55725b
BLAKE2b-256 340f27fdbb9b67a087ea8b91ff0396706ba24477946cab46526806971cb4a2e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.36-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cde88b49d33d6da8e487ffe99375289e94dc64aa3a29c73051008cfeddb5e6e0
MD5 9ba7c5a71a103b4d2dcc175144bb1e01
BLAKE2b-256 371d35d7ac35a234db2c797aa3f9ba251dc84a6d12cdd2da60f6b46eab53c084

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.36-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 68fe84c2f723bc07261154a0a107a5d4cdea28bc44257b6d643d9656159cdbed
MD5 1fa6b2aeccedf45a24c7c8100ee5984b
BLAKE2b-256 1e65c3271b6cdd1645f521e48894cb3fae9f0e5700a8d76ffcd41f430641fe67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.36-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 87266fc08b5e983a3b0cacf749b2875a5cefc5b495410814b1613f9684b3a72c
MD5 9a22b8726ecbeb2c4d56562c34fe8bca
BLAKE2b-256 0e888e416adc6eceb6f6c70cc0df38e34518d82bf367f7f83a763626e55d9abb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.36-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f496c1b5815580a034d0f6d919bf3d39f645348b96ea68ad7c07244ec1436e3d
MD5 8bd7e8ee88bd65a1efba4ad0f7340e7b
BLAKE2b-256 3f06868bc8cf48bd7c4097ac3ff179ed6385576c3b5408f5780a13dbd8edcada

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.36-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2ec093cd764b09eca9a8773750a764c1f76367b9d2380805f39aeb9e360bf89d
MD5 e31b297cb17eda643f5d4c3109f057c8
BLAKE2b-256 395b258f364187f47023def079c51e9431404009bff30b795ed08918be00deb3

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.36-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.36-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d2158af550b0a10d08b17c795990e296454aa8967e234597457ecf886fb1d209
MD5 1510f8a3ea4986621b72186c86cea8a6
BLAKE2b-256 1adc0df9711233719420aba2ec3e65eb96f481b63a0643ed8593335fe6dab459

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.36-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ad6566cac60145a94c2a4399b9d363ab592c609a147caf452ee63c0931fb8fe1
MD5 586d4683db50f5ef9c0c35c08f4f089b
BLAKE2b-256 a00f1ab0d8495f6b81614eb5d59d213173df9932ecb63f5c76970493d758b41d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.36-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 4b4cec96e34fe28354a7632705448895d1d9f4af03927aa17d544cb84dbf15ad
MD5 eb54ef6cc2dc0a157b931969c30a6fe7
BLAKE2b-256 d89fb1d3914de1d148ce4b7f2821e6b205a41dfba3d82c5d11aaa3ea7fb5a154

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.36-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d3f2b9e1e650735a24bb99ae80797f6e9dc97bc7b64e246327a7f995f95e19cb
MD5 47182d326fb5a4d6e9e070c374a01eb0
BLAKE2b-256 56cf8c7af24cf1e8b64481fea664763bc99230a819245cd1c7ed6e6cb8731d69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.36-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 87bd2567752acccf2f23119af846539c47ed04a251ca95ebc3dfed29a45d7b8e
MD5 43cab9117468d853369406de4a4127ad
BLAKE2b-256 65fb44132837781dfec78422d94f99b3a6dc33a0f71be35ec0595dedc43230fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.36-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bc4896c9c240aed4e879ef185d3eda30bbb241740e763c8c807d6e137fdcce0a
MD5 b0dd7712c872ca5c2126a192d3986cf2
BLAKE2b-256 52e08391f79b7a3721b8869dd5c766cb87355f14a1348588ebab98afe1e584d2

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.36-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.36-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f8db9ef4226ba2a3162fd4fe9d44ee700c0d0b7bb2ec66ddfffd09a8145bd28f
MD5 13595391d562bf5b567b37658d77ff2d
BLAKE2b-256 d28ecfafe1852820664ee4188d44f4ac91647daa3c05951375cf6d681b4871f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.36-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6c8ff64fa00844bc22e513aefd021de6f50187bdc5f50a1ff419cc004173834f
MD5 c59e28d91e60fb11af0a9082a0ea99d2
BLAKE2b-256 47a35c1725a9864230e4a16250c4041b8198f017f64f2fc78cb8c0723dfc1096

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.36-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 7b5de15f99f778504e6aee8dc69dd15bc0ba877406669905c9fb04b286a2faa6
MD5 44a394673bc2c20b8824dcb6640d6198
BLAKE2b-256 075dcc90611e55ad7f6e4f429b726c5e2a55a1a6605d14a4dae34a9c06a60c5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.36-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e2743478786ebe2b7f80bbd034accefdb8679274a1390eafd406f93380441a2f
MD5 c122400a0575f051d4037474ca0546c9
BLAKE2b-256 07438775814f094def8dc283798016ee5d4d7aaebd8669b1adc4775ba42c16f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.36-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bfda9a17d4dbed59e0a5a843382e9685a44f0a9b2f40d6bb5fa066d107ea0ff7
MD5 4590599e43ba798572e839af14a3a07e
BLAKE2b-256 2c3ecd32fb021283ca1095259c2b5232b9a3e18345f2574124b727fb5200a34b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.36-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cd10e328011cff28e03b76d7df191b45dd9acf2c8aecf15a75888411bf123af8
MD5 ab0754b59b315db6326480c598a8fab0
BLAKE2b-256 4650808a7eab694eb530e4e6ee98ab32e1c61bf132f6153fcc54f652798d1690

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.36-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.36-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9d01ac0fc8d10bbcd9fb1ed661bdd433d7332e724b9beaf042388d4106a7763f
MD5 8734cd82d5552c2847f5e56e61a469c7
BLAKE2b-256 262dc472d25bd393211f6467eb67ad282968cde88924dc2c8424380eb124e1fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.36-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 119183203b015e5cecc667407c3eb4d7e0bb73bc3886322e0c98612ebad9087f
MD5 ae031dd09e91b02b7438321b42250f86
BLAKE2b-256 5d7b5bfc340232ac933c05ff95f7c79952f7be64919b59689c5b76e773131992

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.36-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 bcb3a8d1234fac6ac0c543b717b5affaeee6413d4ec4717a675dfd4ac1bd1bc1
MD5 964e7bfe6055c1bc317be13e96882b37
BLAKE2b-256 72816685481caa50aaaa35a8c198b82cdbd0660b82d66adce8c402126d5af012

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.36-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 313e0fcefd05a4d230336c33db3ea049471df11e7e7e9b571f78669d6dd1111b
MD5 2538918d70d9c9f3c59468ff18e108bc
BLAKE2b-256 3980ffb02a5f44433ffb33b64f89c03c21a23a50d6e5ba53feee19f96a6582c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.36-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1914268048507cc90c6d47048a7e36f8263648720ac9b2a96766152aa2dec73f
MD5 fa1c6386b7f99565c33b5544b8be552e
BLAKE2b-256 8a33cfe76e65112cb6e1bbcdb7863f09dedf9bd34510dfeb0d712bb9fc614551

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.36-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 24ff62989c33518fe2db78bbede9a67774459a99850a6b3fcc8670d465bdc921
MD5 1dd260590fadfabf2a9dba73868a3115
BLAKE2b-256 d08e8b97da24b425a2d762c4acf6c5314f1b5475f1c1860404d6b1d322b0c494

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.36-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.36-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f72f987e78298d93875de3fa818d967b13ad7bd59fb8fd462f33111f4ae8f7d5
MD5 5f3a397e92d34ac65d0d2baead9c0bd7
BLAKE2b-256 2bbb440dbfc97ca4820e7565ab458baba27d60dd8ebb003de139c2356f277298

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.36-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6b68a1f760c4de1f484a46c927dccd037e33661d92fd94fc332d5cb3e17741fd
MD5 70f91af752afda5f370ba32761245924
BLAKE2b-256 6bc7c88acf0fb9bd658331b6de3d1d1a96ddc358f63fe7ad5516460db3514eac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.36-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 685206f456a30c0d288394f7ac029b58bbae8c3958b75fb1c940130a54be3515
MD5 2ce29987db0ad2d5da3d0015f65eeffc
BLAKE2b-256 897a0c35a587a17c888e5d2c625fd891adaee6ce3645339e5d745ccda6f4a615

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.36-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e410b5cdfaef4d9aeb4984fb0ec8b8c6663535a5b3114099fbf42f622b798559
MD5 03d6d12e9e2dc5e5c423e96665a2218e
BLAKE2b-256 3c68bc646355961aa51f657ed2445eeba0a59f8cfd8c6c0ab832b50ff0d206fb

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