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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_plantri-10.5.43-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.43-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.43-cp312-cp312-musllinux_1_2_aarch64.whl (252.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

passagemath_plantri-10.5.43-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.43-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.43-cp311-cp311-musllinux_1_2_aarch64.whl (251.5 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

passagemath_plantri-10.5.43-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.43-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.43-cp310-cp310-musllinux_1_2_aarch64.whl (250.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_plantri-10.5.43-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.43-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.43-cp39-cp39-musllinux_1_2_aarch64.whl (250.4 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_plantri-10.5.43-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.43.tar.gz.

File metadata

  • Download URL: passagemath_plantri-10.5.43.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.43.tar.gz
Algorithm Hash digest
SHA256 2012b72a243cdddfc6eacc3a625e3500e7bb8fe5637574a7275d8b636d92f53a
MD5 a863b31b3393f83d56fe2d44db2fe96a
BLAKE2b-256 8bf9139733b05f6a9e347a690675b93c871f971f3c94ef1fb0e9bb2eb912f9a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.43-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4d74a312269b7a07e4e65223d33ff9589dba1b2224f9b42eb18e75379b29f67c
MD5 fa65554e2864d712ea90d1cb809d7b31
BLAKE2b-256 d84fc8b5b9eb49611a16afeccb5feef4f386d9d68f93d1f03b63bc18df89a183

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.43-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 db3bcce5f956edd8be75093242f042dec41b568c760a3756e5ba11ce3916dc14
MD5 ad4f532ae5e1798d58aead53637af75d
BLAKE2b-256 69c8549aa4ac3ab113a0fac360ed72bf78ed627b0364911cf024c3d93a4bcbe4

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.43-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.43-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9cfbe40fb2e74750ad93088e713dd1213f49a2205e26f9a232be6e43e9542415
MD5 8ecc165e0eb09a77acf5468bf3a75400
BLAKE2b-256 56214033ebc90c8d52851f7fb6dbc8707e82af1be32c73c241f60fd8b243b407

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.43-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ce82736e93edc2c4856bc909fee8f228c926be931fca1c4febd62ebdcf740c3f
MD5 f3b4a271c84adab48f27da7a80a79753
BLAKE2b-256 9a2cebd6c1f3463f6407406ecead7c702b4f9116f1c325dabb6bfdc79ac9dbd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.43-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 170617594c5817ccaf93bb073c7728f8dd8c4639af24588d141b853e7e40f852
MD5 024ca17d7e5a667c6adabc3ace2c45ba
BLAKE2b-256 a47b24450b72eb3eabad5b4cf27c02729ddcba087f4ba7e776194c09d172c882

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.43-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c343c26161eb5ec3b468b8c3053c8f94cd34055f6fb763ae6775f22bdd8fc130
MD5 8a5286e9aa8bf4a29e1d14b585678139
BLAKE2b-256 c9cafd0f8bf5ec15f4a242d6ecae83232d40f9bd7e6080ac19cafa8fb27bfc03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.43-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 954300c4ae9803f768f1788d0240bc1f93d4d4d871863ce61b60ffc88a15399b
MD5 8f2c334e9f2bf129bb2df801ef24cdef
BLAKE2b-256 a1edb267c2332be34d234d6d61b7a1554c6c841bbf6cdaa4c99ba94e05a8d0b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.43-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9201cfeea81f6bba4debbf105baf370c73874df1096fb31f6064e2cf5056f8bb
MD5 5a0276c34442121bb563f610cdc788d7
BLAKE2b-256 82f1718f5df2b284222c884b3a479a889fc458265a486cb7b6c03ed5811db7a5

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.43-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.43-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ee841f1af33d9515a9bc7723788b6a68b31af2571b47899d2772128e8fd08323
MD5 e84e7cf0d4449ad78ea5c575f6bd6aaf
BLAKE2b-256 ad46adf89f249a98e9bdaddc636798a003ce37ad51c01f58b1dbb2a34b941885

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.43-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c59e5115e9b8d188d3b4f04a5be9e79fd42cc5f27b337e2ca8cdad1e049b3e1f
MD5 00d9579c960be9d06e11686ac434a585
BLAKE2b-256 0119c03ee54ab6ac490d2234ddd80babe38afd2e54a245ded03991ecbd094c6a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.43-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 fe7b0aa65669497c9ee0689700f2a4e09d60048524712bc995bfbc76bc68fc1e
MD5 19278d2c752d7e3f5f00873ae30462e0
BLAKE2b-256 c492cc94b5b283a1c53d3a97ae0b8335a4bbf307623cf39c17e6b19578478946

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.43-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 63a14d8a4dcd09655e57b640fdeb1fa773b1403b7a792254d38046a8fb2056fc
MD5 62f0c5ecbc142e9ad64448957ffd6522
BLAKE2b-256 5a0eb6304c03044e61082f74a42328347f614b980d047866bf296bba3927e0c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.43-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d2793aecaf723ece306335bb5e5fe9e6fad9faa4fce2909cf69bdc43537fe317
MD5 3cfca18ee42d21adfd2fc132af7428c1
BLAKE2b-256 11882c6d3782802b8c31fc1808749bad6389733ab697a749beecf93a5ba9ad25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.43-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d30f2e51ca4a7bdb2525ee6bc2d21bbae2726b253fc2a46d14db795b6edbfa5a
MD5 92cde8598ffb09a8d65c5af4c5f4055b
BLAKE2b-256 60bf70c8da664c53f5cfde973e335efd84a8f931343112ef28c42652754fe51a

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.43-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.43-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c2de27b7a1e474648bdd1d1c80fd3ed242851eb4f4e4f6096a1425dcf454dcfd
MD5 adeab46acc04ddcfef19798ab404e1dc
BLAKE2b-256 bdb7cae7cf4f996f5e5c10ab404319b65ef4f2686f88035b0e22c2801dd31083

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.43-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9a9e23d90afdf1801bcaad6af953d878bf284c965b0c910722d342e17798f5f4
MD5 92c974229404e621511b19441edf95ae
BLAKE2b-256 6ad0128e77de929bcfc0547bc003d6df0272c1e6887d59795ce8e8257af7c250

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.43-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 76e6b573c1a9dd8e4cd611c898fb1b2f16bee74509436c73ac4b95cee63a342c
MD5 74db5dbe4b92793f1111e24413f27509
BLAKE2b-256 10bb34a666a29fa334f4c9b302cb005f6aa007e9a4e64572bc72cef9618f0d67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.43-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 386543ca48ca24f82177e800b15884cfd968c2372e9fb6f18b336ea22b7ccc88
MD5 620a4401e7689e1faa4cff06b029ea2c
BLAKE2b-256 e9fda0dab846302e0b6af2773bee35ca214b56c77aa520c9af74af0791cd5316

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.43-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4384a3574c5dd47734c0f363a393a6a62aae7a2c6f228487b42d09fd1a850c32
MD5 5e5943f6f54cbe3d542ac8bc76851064
BLAKE2b-256 23c5424137bd551d5864a381e156e2defe763044f2a2c8f532ff63439a02b825

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.43-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8d795f1e38957fd5ec23270ef5620d4fee172376fe4ebaa4f01bca7c54764860
MD5 8fd3f8f698d7be93fb930e1f8bc6bc10
BLAKE2b-256 a59fe3aa9c3a9a91b38316282194c072872406114a4c655ec547c48c9a05a881

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.43-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.43-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a9618360a4ae38e46531adf9f0cef28b29479007cc9ca15ba21023d466ec6796
MD5 5992f77de31b920d3f321202bd6029d2
BLAKE2b-256 85ca441f567c3cffb77755eae15aa89253747adf4cc6200229583b2d86f1f5d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.43-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3f2242ee3a19f7bd6dcbe5a7d916c162400ec5ea3906992f864c8170e5cbdb17
MD5 981ec1e672b884ba9dc3da9dc63a119f
BLAKE2b-256 493bcaa9aa6ccd11fb3120145fa7f885d3d18a52de17d495e4874bd319c07800

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.43-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 3f08909d7ad5775d75fce2cd2a5f40b41786471920cd5351a7f1b8e53d1cd48a
MD5 10d557e9861240bc2ec4ab5f7a4d4c74
BLAKE2b-256 ed9798649be12d7ffb92c4feeb6d0653ed8dafda26c367903f523948f6203047

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.43-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1837bc0aa0b11540fe9b18e432966d9f77e04b98760357fb1ea137efc7f755ea
MD5 03a788bec6e8b6f9cecd4169b4fa92f5
BLAKE2b-256 62903e093e2e999da0fd92eb79600a243b2fbb3f3ff5f78ea2798ce6f482799c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.43-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8441c6ee9146345788100663d0d57be21fe503dcd7a7c11c817fc59cc919651e
MD5 402f19e08f2b9d6ce8249fa216fff1fe
BLAKE2b-256 a4bee4ccd2223277aa8acaa17fe6f8a9dec99bb4b8823a57260118d861dc716c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.43-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ba6c6d95b75f6d4e40d642e9874acc2ccf3aaf154433d040812869f0ecdc2d8f
MD5 50c67b10f83d3794a4f706c93b5a21de
BLAKE2b-256 592a8ec3b04db89b35e1b6f279a79e38c52ddeb52e08214a689b506f99e9ad36

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.43-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.43-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 135e61ce2e9d8fb123b025fb4536aa7234450b49fe4897f408a941b3ef4f9c38
MD5 eb5f229f2eddbe76916a85346f3cad2c
BLAKE2b-256 59d4635c37364e25b338b5a7beea9affce3366b496190a77b9dc4d5e050fa867

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.43-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 95a621efee26c5812301de33b08590e1eb83eebdb35121b05ee638391b163ff8
MD5 d5261efa1e6170578e10cc207c0a2e78
BLAKE2b-256 a292955864cc6bff9ffe48b6ae24a6eff42911b21be92aa90477f44808ce4a2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.43-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 d09d66cc53b683e7eed6557797ea0800b99535e0b570eb2c31140546475ea4c5
MD5 fd63a97d7acf705b65b7e0bb85cbbfd6
BLAKE2b-256 873e69723e002a8c8f3dc67728a9420e064fae32b4eb8dd57ce55c56924eed33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.43-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3488d463994404fac0ef9bb4296a5350687cee5bded81889d5bb7c5f9dba30e6
MD5 a07856689274db16c7c428d53b763255
BLAKE2b-256 13ec8b8c6c4171bb3b1b97ee1af2e0aedc2675e125a2f8425f539fe391601e48

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