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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 14.0+ ARM64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_plantri-10.5.35-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.35.tar.gz.

File metadata

  • Download URL: passagemath_plantri-10.5.35.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.35.tar.gz
Algorithm Hash digest
SHA256 6a1acc06d6ed8d16a39b9d1aa2a81964bfb95992ac19631d8e05e83ad7abd1b6
MD5 5c2ae3487a0050dd5e6b06c78a20792e
BLAKE2b-256 6415dd4c1414e04ae87086c29163d6d1b5ba8514f299c70a66b3ccb90811c566

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.35-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5f4b00fe0a76f28fa963db07172bd96680bee3207b04e6c1e4d738fb84374248
MD5 a255bd05c0fa83b2cf4a24b4cc4fb6bb
BLAKE2b-256 0cd65c3e56a8d7574d4f82973c0fe7087af94b7d89193b6b94ac2a2ff25246f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.35-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 309ea0fd7c8e379e139f7535b1efc3cfc862fe42158255777f4e50590677f73e
MD5 ba6d3279ccf848e0e444c3eeb27653d3
BLAKE2b-256 363ffd1836b6dde5fa05a11d7a96dc444b48102b9cb15012e1bf8da2faa19a12

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.35-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.35-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f3200d7106289d3665f104a69cafbb8ef209baf2987f2a791b0313c1e8f145f5
MD5 0cd721a1c9d7974ac8f1516d366cae2d
BLAKE2b-256 aef417787118704ec36afcd1d8732f0cdf374639709a0e54ed6c8be9019391f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.35-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2309d773f39c9dc9571f5a6592882721cc5952b889e6ba94d620e1d511b35aff
MD5 c3f8741832b3dcc9539be5e3508a56b7
BLAKE2b-256 8f77dd5fb4868439b3cd22fdeb0ccbf7f0bca665b014c828aaf6494557b1c3c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.35-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 94070de56e85a31c798af7c6fea580c6950764e9dfc4bd55e5f59ebd59ee539e
MD5 ae817c70268502c410a26a878e91ac22
BLAKE2b-256 a0d081f4edb3db4c71c43c36d671c385f2058d188a1712cc2b44f7c8029bfd34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.35-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d9a8c3f0023456277641c377f022aa946b928d965898104fc5a0bee377fd493f
MD5 0c0efdba7fcbe61c17377a292037c161
BLAKE2b-256 f8421ce89355070ec59fe1d605f5a6e3b0cdfb2d55f4d366e89fe3a58a2168bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.35-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9785e746869f6bfca2a770aa4a7c0f933c2b167761eaac30d20300c290ca23e0
MD5 88eb93359e6e838a029df02fde7a8ffb
BLAKE2b-256 717a7c80618365599bba39b1b18e3ca50ed3bbb56519343289114edf8d7cc691

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.35-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ed4e0e75c6a8480eeee79575af47e7c7119462dcf6a4399da37e9b013b8f4b2a
MD5 5ea7ed4dde87fa9d6b148d061d7270d1
BLAKE2b-256 cd2399a2f7ef532bf45c32050672db29f50caf6cdfe23d45e5ce15f1346df1fd

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.35-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.35-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cbef56882cf5cb2a6da7f17b12f80bd7aaa947a19d0c8d9fcc01ee22c842b70c
MD5 df3b6d0ca4a483a35f6121ade0fd61f9
BLAKE2b-256 d4028ef4f55a3e33c113d9d0f03b704c2a7629114860fb098c3ab2cbaadc7667

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.35-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 35badb40258cb792e0774320aac592089af5a76ad62144402adf0c8d6c108c53
MD5 59a1442d65a08645023b650c600d5127
BLAKE2b-256 1a56ee5279f6a3261abc7cd30d19ea334716244aeb365ed33bbba2fdf6511c8c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.35-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 86e72358a5fd12de825e157a7871f287cd73aafc184f1d1e7ac1e943e82702f0
MD5 362c58c802d8866648743b1000c15661
BLAKE2b-256 c32cad287fb1f89108db84e4cc2926f8a49b1809eada2a71f517296ffff98353

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.35-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5436c0e092f644de20db2714be4b08f79e0d8a1268ed7ab61c1c0c52fa736639
MD5 58b2adb7fb67f898959c54d427679e64
BLAKE2b-256 75c0b0e91742b90853ee836c4c40d9a4754ed5e47e217f93064707002ee9b533

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.35-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 43594a01608c07b4fb418f1ec360da7d5f929baebcbb0da3a1bf5145e29240b2
MD5 a7e21c742ea08ee6fef38aab17bb20d8
BLAKE2b-256 4c3c8335441388680f03c3e849a5a0e50355506134df278b03a1a6079c8623fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.35-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 01855ed0e71c37c8f505887a4491a8ae7b73c4318319a6d4288676a50802fcb1
MD5 81f2ac3d62434b01de9ace6f97976046
BLAKE2b-256 369cd4fef10b65fdd4e172dfc01ae4e6973dd1924349318b3dfe666f64f8ee7b

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.35-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.35-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f7b7e26dd819ad01e774125c7bc97919d3b5d04e27b94c2969be987eef8afef3
MD5 c85c908c178ad07884daa3513e1214b7
BLAKE2b-256 63926a3b2b0e3419d2801a46026b078c2840b24bd703b03d6b290062bf2fc912

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.35-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6332c3ef513f39856c7662f0842de8bf6e6934fea85b9e4627dcbc21c4488a99
MD5 dc5aab9d0a3fee8fed7817ba0c378be9
BLAKE2b-256 3e49b466efb7c7d64d660bab046bd3f134e2a0214b43205186f0aaacc4fc37c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.35-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 721b3ce89d2998ae96a775e947cd42ee8c9cfa825221f05f7684e17c4493d1d8
MD5 c211bc3b5c1cddbfcef27b4e18c4de3e
BLAKE2b-256 801b554f5b4e9879bd64102fbcc7cfd768df60fbc5503d8114b3e93a3d347119

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.35-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b2805eef1a0826752267ea10cbf9c4a2bc926689fab8f5fa4d63c3c94e82dc3f
MD5 95cf0ebe5503cdf4d1876c82595f2379
BLAKE2b-256 8cadbb8afd0cf70a50f6de89b51fb19003a5f7f9b5039b71b3aae1b274a4cda4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.35-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1c1e5db75981dba11f2b0fabae005ef2e2b5336fabc58049bd4ae1f1620a7842
MD5 80575dd589a5126d2ca7c8bbf0c8d291
BLAKE2b-256 d8743a81466b2cd6bc86dd3ebc24b59f58e422607887de30d718475f0d3e4e5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.35-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7e1b9baf69ab507b2a860a9fca815867e703d307a5fa44c602a58e884669e829
MD5 8ca09d48b09fce3ec01c1634db4d9d1e
BLAKE2b-256 a4d1d7ebab4ac4ce884bb66444f207ba8c2ac44a6ef62d532a56da65a4c9198a

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.35-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.35-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5377504fd9e4cc1bafd7a9c3d0be47ac15e6a8c2154751f56dc62bedc10e88eb
MD5 3304e81f6d3aa81028977f5ba8f1916e
BLAKE2b-256 1f838cc8a83861cff651eca5c685144aee838ff119c51019abe0efe0330b9b2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.35-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a4c4d3194a5ce886d1a4f485a518292e7d03e9d5a3a1be2ddd6b9581e5079dfe
MD5 9e8b22844364d77544efff5ced0dc701
BLAKE2b-256 3b2b71559b46e1b943734fb2e1d684ba52d28ba711429cf1f7b4d5a8406a67e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.35-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 06268bc15b7234845e1258defd5123332ace1b2f597fcbec84737e453fb8a8af
MD5 57e199447077acc69ed62ae930b7da72
BLAKE2b-256 fc2f0784c35af3c5f9b56a9e416aea0e4c2cc5585b8d71eb543b0f60c7fc76ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.35-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ad91ae5eb7e7cfea768b2892304d655d3420e15bb3d2da2ad4f9b5b2d5c93fcc
MD5 a1bcc5d7cc08359ab60f539ea8889c5e
BLAKE2b-256 ffa094f55606085c6ee29e718d12318b6e86a6a69aa214f7b2b2954e33f2467b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.35-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ab014f0a86f78c4f942bc63991db0e43ea1bf27c49b76b5b291416a83c562dfd
MD5 7e64cbaa4e60a0368c594a39bfc60e60
BLAKE2b-256 4d18d3df1b1e8eae06b640055819624da708f612520eaf0f1760f025d557c877

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.35-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6fa30e736014f59095466168a445d4859068c0d5c5bdac2d2afd8f28769380da
MD5 b5e7c5412160be608e8b2656b232d29b
BLAKE2b-256 d555fded0c9a741bb707cb08d5f7d74f03bc9dbbe60c7ad5403010989a9df97f

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.35-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.35-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 033507ebc8a4e851c25070d36fb2bef74650466ca5424baf345bb39d7e8285a2
MD5 b5a77c6107352ab2e3d89fae416279ad
BLAKE2b-256 062fbb9e2b71fa62660aced1eed8b154610c9bb516d0514210365e5a74c82fcc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.35-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1ffd1a787cf27f7a607aa2c44d07f34a44acfa4cc02335fc27ce3b68775e0609
MD5 650671473548fb50958bc2b5eb997c40
BLAKE2b-256 55a63c5fb952b6b220a9d940e184c917643ef587fb9a21b00463a5d0686b17e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.35-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 8e9618c16909d7f52f0ebdea2f8111c8d159f186e41cc5e0db2ea41558e17d41
MD5 b77ef008f2ee6bc76dee271b24b4f637
BLAKE2b-256 ad5b811d0beed718779b90cd3d5cd95a41e499b6e5d0c3a38a1259585174652d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.35-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 75ba9bec6bdc191e1c9aba258a891c235a6638034b227aec330d6af0b53bafba
MD5 cab232d071f6666fbb45d805ce31e6a4
BLAKE2b-256 4e2730085677fad6ea355a7ae0c244c042d9e9f83e2768ee687c137d22c18342

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