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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_plantri-10.5.47-cp313-cp313-musllinux_1_2_aarch64.whl (247.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_plantri-10.5.47-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (212.2 kB view details)

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

passagemath_plantri-10.5.47-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (239.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_plantri-10.5.47-cp313-cp313-macosx_14_0_arm64.whl (163.1 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_plantri-10.5.47-cp313-cp313-macosx_13_0_x86_64.whl (175.1 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_plantri-10.5.47-cp312-cp312-musllinux_1_2_x86_64.whl (227.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_plantri-10.5.47-cp312-cp312-musllinux_1_2_aarch64.whl (252.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_plantri-10.5.47-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (216.3 kB view details)

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

passagemath_plantri-10.5.47-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (243.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_plantri-10.5.47-cp312-cp312-macosx_14_0_arm64.whl (163.8 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

passagemath_plantri-10.5.47-cp312-cp312-macosx_13_0_x86_64.whl (175.8 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_plantri-10.5.47-cp311-cp311-musllinux_1_2_x86_64.whl (226.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_plantri-10.5.47-cp311-cp311-musllinux_1_2_aarch64.whl (251.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_plantri-10.5.47-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (215.4 kB view details)

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

passagemath_plantri-10.5.47-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (243.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_plantri-10.5.47-cp311-cp311-macosx_14_0_arm64.whl (163.8 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

passagemath_plantri-10.5.47-cp311-cp311-macosx_13_0_x86_64.whl (175.8 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_plantri-10.5.47-cp310-cp310-musllinux_1_2_x86_64.whl (225.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

passagemath_plantri-10.5.47-cp310-cp310-musllinux_1_2_aarch64.whl (250.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_plantri-10.5.47-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (214.6 kB view details)

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

passagemath_plantri-10.5.47-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (242.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_plantri-10.5.47-cp310-cp310-macosx_14_0_arm64.whl (164.0 kB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_plantri-10.5.47-cp310-cp310-macosx_13_0_x86_64.whl (176.0 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_plantri-10.5.47-cp39-cp39-musllinux_1_2_x86_64.whl (225.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

passagemath_plantri-10.5.47-cp39-cp39-musllinux_1_2_aarch64.whl (250.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

passagemath_plantri-10.5.47-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (214.4 kB view details)

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

passagemath_plantri-10.5.47-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (242.1 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_plantri-10.5.47-cp39-cp39-macosx_14_0_arm64.whl (164.0 kB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_plantri-10.5.47-cp39-cp39-macosx_13_0_x86_64.whl (176.0 kB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

File details

Details for the file passagemath_plantri-10.5.47.tar.gz.

File metadata

  • Download URL: passagemath_plantri-10.5.47.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.47.tar.gz
Algorithm Hash digest
SHA256 192b3b3b5a6d7befe79e6b97a10a9bfe354b4e8e030be46e6d21c3523b3121d6
MD5 8aedfd34feac5df96593b5b19605f835
BLAKE2b-256 abc3556c05bfbead7fc4c4b016205a4e82332456da3fddb57d99fd1c62208020

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.47-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bd17de0757bee7ebbef2869dd96a4441de9446f52789a5dabfc0e280ce723ad7
MD5 6ccdcc07df6d2e94e72882b770e8f860
BLAKE2b-256 9a0023cd5db7af876b03004332fdb3969fe2af17efc1b632d770675f0ba6edc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.47-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fd17614b6d9dca620a5dbf622998dc7e89f13bf9fb057f4769194b9358705b97
MD5 6d0a08dca74a07a2259d2b1b146d9824
BLAKE2b-256 1eee6579c9eb1075d83214eab159f003bc100bafc90a57e590158d1ef766b86d

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.47-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.47-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1d1c6427f2180ccffbd6ecbd31a798b4df25bf0602ce61f32d7be4890f7dcc8d
MD5 c377f0fd8871e4077afc1a61604144fa
BLAKE2b-256 2b3d59b81f79574ae9b0f8316c71efb668c13aef4b5ccfa2d663ce0daea4d8ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.47-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f8047039501c50364f0ba9469a9e9c1114c236f3c6844739b774d1ba636473ef
MD5 04c8ac684ee4cb6fed66c2e5b5957eb9
BLAKE2b-256 73514bfe03e2fe44951a68515962811ac9248e9b41a9d50d07d8cbf221b80477

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.47-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 89f4de687923021e61d7eac13f1988d71cf8360b7f7ba3f776d84d2a44bb9c59
MD5 27055214c3ba7fd6665e2b4b19d755e0
BLAKE2b-256 4a38b6a1e81686e6960fd608e503721dcf85209e9af66199991abd862b4f580e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.47-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 fb97824413f063737c9ecbdfa7cfa563f079a65732cee4d2a470a7f43c8e1afe
MD5 da8fa685a98e03b92e5b66e272246c60
BLAKE2b-256 1b6f387f160058acb76eb160a19e52ea2c6c04b248dcf3f96c3ee792dc1731c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.47-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 56cf9e8107d33084ca1e3bddd9c56835ee738cdb2cb30f6567d8b0efe1a68337
MD5 3d7e26fca91e562b5a385d7f2d3c2ca1
BLAKE2b-256 1ffb3eb010029d2837f2d9e635c1dc25480483a79e9816a4fbd116009a61a174

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.47-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d6274a65b2db26bd77afb721dce270cbcb1bd39590455165ac2bb1fbacd8881f
MD5 ae42b77050b52c3f350e71ca686cf384
BLAKE2b-256 0d9fb1d63b6d36a6d26fe430400991387078ab4693896c0784c8959ede3a37c7

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.47-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.47-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ec882997e43b213a576cd301e1522df82382b2886dc8a9543195d097db68a9f2
MD5 a87e3582ade656be08b58bcd011e145e
BLAKE2b-256 838214a58dc193a0caf76dc0bdfafc9dafae9f926f8490faf0482acb4ab82863

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.47-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8adaa720ed2ae091b2cfe5ebadc102b0261a7b11c7ccaef7a77b4b5cd6280e51
MD5 a467e520fbb249ed40512214cee5d84f
BLAKE2b-256 f4193fe529f0fc1d7a74f29b3d7a656980cb4846fcae1995bd77bc3881448bf8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.47-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 8f55181999dab90acf0997cab9adb52acc5d7e560d7d91be59867f976ca10226
MD5 56fc71cd9657ec6ca80f8382c36a0859
BLAKE2b-256 5f86fb9a204be727adde4dbd55fab3a0184a15513e17d11a7e8a2ce8da1d1a9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.47-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3c45753c55f2651fdecc56b8f3911b47134168c36fcd6418fa41bdcaec4a2024
MD5 c7ba28332a04080b6a4482e64f1ca4e9
BLAKE2b-256 d0af8451e5642fc9b0c63afb7a8d1ce0affb065c655257411a17765c5a17a0c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.47-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fbcff13d7c01ff17ec9397a2b43f75c053c4fe9957165198bb899f26b992e942
MD5 c8bc1d0f77f7254fd52e5e633a2b0f00
BLAKE2b-256 7778f1e6a04b3143c454c0638690f4ac4d476f079641d205c8c73e19163a3682

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.47-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9de6f1aae26e87f4821f5fa7187190887dae1a23d8f23df96b50b9951ea3f0ae
MD5 2f06e918a7f88ac5ae15034cfada915b
BLAKE2b-256 0dd8b366c5987260726dc25ba597cc902b0098ded669091fa42b0529dd50c68e

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.47-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.47-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3e23710edde168e39703dde588d8eb20850727adb635db1ebd2fb45c1192ad23
MD5 a43a5c02ccfcf05343b66d75d32e126a
BLAKE2b-256 1575e1e18f057ddffeba2ff339d6725c78f65d75086ec3f7f62ff1e980cdbcdd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.47-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ba89ce014b3474e4094b40d489b0f9adf8229dbe15c710909a9ac749cdea442e
MD5 8e5baed0736532c2684bde3079de77d2
BLAKE2b-256 194378504c7251f74de037ccf3b53e4bcf3a24842e150be6ea7e4c5cc5683588

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.47-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 e7b46ade071acc4671b717b050a85fa8c487aee12b34272e766d15e104ad207b
MD5 0ff433d5238cca75e9e10999cecf1e6c
BLAKE2b-256 7229ff104a0f362df900f3d2f830cf8ba2af4fbda5c8b36a0decbbd3159a5df6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.47-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4625a7f4afec9d3427166933f90d0d4a30d2ff70767b03af581de57a580b318e
MD5 02cf09aab9d9ab02138b091d4192c454
BLAKE2b-256 7f461c6a4d0eafba5b21722514c65215d6d440fe801a98b27003e22d48b88846

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.47-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3730534b9dde65292d6bb7bb03ea4ac6c39b07842a715df15421542db27ca329
MD5 65d26b1679e7a4e5a6daba99275265eb
BLAKE2b-256 7e6a6a90f61390c4fff9806bb077b1103b830319f867fdfa1e632483c321461d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.47-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c4373122b6fa4aa136c83a5ac15c0d069077dd30730070b5d26d4cc4373c552a
MD5 3ee43b2cadf9d8a71d9f77c6e04ebdaa
BLAKE2b-256 69b1dee92c0f0fffcb79af5bef12b272395398f3bd5a6f400e20c971e3a2c83d

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.47-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.47-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cdb2662906e4f197ec37fef2b78b220a37e2c72e074c0a4ca9ad08d7129da752
MD5 365f0b817d42ea35c664e9a8328c5c20
BLAKE2b-256 626403d0198e03b590a18550770c7c4230dd4418f9f2d0f37f1e74f4ca4f86b6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.47-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1c1342f966c095ad58aa50b9feb3b2414845f9fe50dda919b754b229b88f8473
MD5 87c85d60f600d5ca21d95dcaa4aee7c0
BLAKE2b-256 8cd1296297773795675d674ffa2bc4c77f6149e1d467f04b9969a5528f65bdb9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.47-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 5cb8ab3b6a097846147edd4f77367bbaff151e7bc31765f7dfa785c59e6a15dd
MD5 a67af20d38986db194aed2bd3dd8a443
BLAKE2b-256 49fa23b15df5a79b51a82ab033043679a7721c18a31bddc1ca610fe987f20c2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.47-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7a68cb0c5c66efd013e93af6e2602422e2dfbd747ac7fc7adeb71a5c5865a525
MD5 afb40cf96fa14d081dc925cbb4c6a659
BLAKE2b-256 94360bf00b1d1a72f38d26e5965fc310c8bf0bf9e180d6d97c0d607d513c10bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.47-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3c3d597f954246ccdeb77a1727f049618a9e1623ae9736e3ffc2ba49729ebc68
MD5 18b18c3a5d1733ddff222c2aef2748df
BLAKE2b-256 697a5c06daa0c67b2095a275dc3742699fbe447f76445948649466eed1c93bfe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.47-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bb6a4f4bb6be5929ef42b43a3e2b0d19d335ba881931fb5da20543c37d628968
MD5 3c3f887518558785627adfc85bfae804
BLAKE2b-256 37fd8f6ce4d6f039e5d869ad7ef610c9b3364601bcff4047c8f119e7beea01b2

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.47-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.47-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0b01303ca76453c841946fab9a56c9f04f79ea90cdb39936a0ae2685fe1e5648
MD5 7beed0d6f6870b084aa3c83ed7f3c213
BLAKE2b-256 079b4ca88eed18746893bec4cb0f0d40475e363d140c78947790dc8bf3a330b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.47-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8c620484210aab8661537002615c424ccf604a5d31cd5ac3e0eab97d48ea4dc1
MD5 045c3de983e903517a68d13c41ea6db0
BLAKE2b-256 bf4d5437fae14fde0bd959648413829a7d482fdfc37de0a9a4b3499f9fc7e3ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.47-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 28e9fec543a6377a48763a8bbdff23abb52944c7d46440ef6759832f6c46984c
MD5 6674780a30d8fb79112d81b3a8cb82fc
BLAKE2b-256 5dfc34825a0f0faf8000a075a744281723a43005ac8ecbed97601eb36f8f403a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.47-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 051ed92a83840f10d712349437d77f685da78b53ad1ec5926daabf6b00f96662
MD5 3e61d94c955d3cad67afd9a3ceeea30f
BLAKE2b-256 b54ba4378ced5e8328f7b38ea0dca8d234d219fa449a5134b4270182b0b7e1f3

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