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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_plantri-10.5.40-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.40-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.40-cp39-cp39-musllinux_1_2_aarch64.whl (30.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_plantri-10.5.40-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.40.tar.gz.

File metadata

  • Download URL: passagemath_plantri-10.5.40.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.40.tar.gz
Algorithm Hash digest
SHA256 8eeceeb7ca751c8fcd205edbcf51b7f7966ec981bbd5f5c39e04520a8bec7f15
MD5 5365904d0f33a21782279ab678527afd
BLAKE2b-256 fb7fae059520cc0fca6fd0131a805302d09f6e1298f3691ab57164bd68897cf6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.40-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 61f7e56bb7f0e904d503e97a68620272995f9876b4b56ac58eaf0ba2d6c6a751
MD5 61ffc01cf15da9e93d1865128bdb25fa
BLAKE2b-256 ae03fe0b5a187e9dfb3d0e379fdd66ef4cdae7bcea57cc031cefeefa802b5cb1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.40-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9136a4c9be20444e121b281dcb4840a12ce743f30a549b2d500412c3f7484a20
MD5 2bb7b068c42854171af4221af28f35e7
BLAKE2b-256 08e5ad0349daec149d43a290c343f14c3a65bfd92f06eac84af0287f54668cc9

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.40-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.40-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fcbf5bfd86cfc6654b8af116b866341d4861dbb257518a1a7f62a68e268f13a2
MD5 a264ed410bf8a0d6a53837151f953070
BLAKE2b-256 4f8c50b0f65db02e09c4375c6ca9e67752f911b341cca6441f31147ec32cd550

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.40-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b960c2e4538404c05bc88857c22d2cc653911866859727228de2abc36c3d16ae
MD5 75d7afc7c174c36c97aecea478375f11
BLAKE2b-256 757f13bac24143c229716f1c80ae574599904bc7dda54aa33665da439f3715bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.40-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 7a780909ab5e7cc23204ff4b2667735559472a965787e20fff45c29b9a84c816
MD5 0b4bcc908c62bf7d73eb0f3079fa2fda
BLAKE2b-256 d377d4145ea9d518d08ef4144146ae91ac49ab675ab1c2b8d37b716a0cbc0351

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.40-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a678bbffaeccae89ac10fa0f726493de73b9e5c1435a83194451e1ee63c71c2b
MD5 6ba508a3660715092efba21f61d2a38b
BLAKE2b-256 a7ec852a2b3b81a26758a4d420751dbfc79e15a3377212d45acf4751b18a39cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.40-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4fc56063143969115aa922cabce7d8d3597b26346a8a4a6f90fdc1a5580a23f4
MD5 a03f844b9dc8bbdcec2b7aa7e866595c
BLAKE2b-256 28e0f611967f6cd5676439f0426a4a8446e45f6661e837a46a61f083bfb30d0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.40-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 29a4cefb8797289134950190b727a1615ef990d9d5828af6fa6375ddf23d4944
MD5 740dad93a5d626de170aa3a7fec86110
BLAKE2b-256 c5fbc72a8c28ad1cd3d6f2f56c0b99767f9350db0ae7374039af9320ec7d7f33

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.40-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.40-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7597247a000ed32aa4cc05c48fe5b67fd12fd8cede9866f75d56eaa640cf6ac1
MD5 ba7f9a8f24b7837de0687dc3b16507f7
BLAKE2b-256 e506d274a0aae625bb8778efe7faf5f6edc6d3128b0f1bf38b25013d5667475f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.40-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ffe837a0d6ada3a503916c51e1887de9a2a34cc7bbdc3484583e092b7f61b99a
MD5 b2ee2d8e12ac525de1b4983f6b9ee8a6
BLAKE2b-256 c8134ee2d10d670a260d1a4c8f7a80b07ee497e9dd44dcec814255524ef19deb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.40-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 7ba5b3b7d705083f9ecaa04f5424033d3d3d681e8aa02ec5beaae2ca8aa9cb97
MD5 7700bf7e5693ae76c5d0802d516ceb76
BLAKE2b-256 2f70dc9e0857987d9e0a0a7aa879ea57d4d714b3f731e44c8e26a23cd627cf69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.40-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1d91d5f90821681261fba4a326dd9ff74e9d4106d9a05b548931c93b272de1a0
MD5 b458cd261f27fa9aa4d80e7c29eaeb85
BLAKE2b-256 5738750994a655c634bccb429610af5471948afdc1e0855b0f2b6cd06a1c726e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.40-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4bdf02a9d60153a5a96f22aa61da806d487471a3caa20632fc76f459b8d0a40e
MD5 714f2005a4de2094ea89f07b3cb550c6
BLAKE2b-256 256ce09d7fba7233ce2c8312109d3b14f7b361fbaa70e30da58c0e2f02b43679

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.40-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0c5ad1a88f526137e2fd56468562819ab5a1ef85324d41ee50e40964b3e5ecb7
MD5 d2e16112903ce21d9a86d51a7c526168
BLAKE2b-256 cddda755c779c2b00c9ea14e0bf4f010a36b396b7be061ddc6cc02b8f4d57dc6

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.40-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.40-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4634adae2e3ef77b28cb9433cb014cbb9f9b46c6f72f25512e271adb85615a19
MD5 c69856b30a3fc49c951fdffb46487b86
BLAKE2b-256 469d20321a6ce8140e4f19e01d0ed3e656e3ec4c8b540b029c2b4d13dc8eb783

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.40-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e001c2356e5feeabcf49652d688c2bad504580641419d95f12661b128799403c
MD5 c7c9fd2e23dc38e7e74ce9d1540d363d
BLAKE2b-256 4a0f249966d7fddc91634727c22cafe7b9b68611479a2f2a2682a886673bfbcf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.40-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 a11a4427a8586aac5b16a4533ef1625e37b9845c752e5d0eab894e6d87917e7d
MD5 1c7243cd10d3941f2e4760ee6ee1e272
BLAKE2b-256 210798b7cb3e9728ae91b46018494aaf9464b8362a871261f099a065006dc663

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.40-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5af08805eed891bf7ea44f6a1e585b9d4fc5ca4bc4852af68f2408ea362b78cd
MD5 371ed950f0d7966f352e1f329e748459
BLAKE2b-256 73ba845b146f8dded1a5726fc4f4765f5442c84d1e89bb41db7c26f425c1451e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.40-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a761438ca702fb9557798f215dac6913cc365503e8436541f0b8160f51052543
MD5 f5c71092880dbec605868427f8584050
BLAKE2b-256 c244dc40646712f1ab238876059e01e9e1b16f0d3cebe6103470ef65815593bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.40-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 163515a6092e1671ab5444d6c6544af2d02c88f684bd7b15dedf2e3719b111b1
MD5 f4d7ea5473b76e5019e27b53866025c4
BLAKE2b-256 615d144217b9ded0b6d8a02c1f4255ad5fe69f09a07f8632c3d83d92f00300a4

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.40-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.40-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8aa8cc8e4da36e834b2276d2c414f0178f4dd8fd25891916e3af1a5e4a19852a
MD5 146f5e3718677aec55e162b4dd3e3eca
BLAKE2b-256 c39c3f7660ffd6c9e4dc8612e915e98e43fcc75edc085f63a111f1970182968c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.40-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cbaa287e55d44a3f72c93f44044bb234cd773a9e122dd7c35a925e81397f8be9
MD5 aeda9146d3f0a85716fb3e15b626de37
BLAKE2b-256 5eca19e2502d6a652b6161a8d1eb566630574b214bd0a7d69eeebfa0a64b743f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.40-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 19dece3a71da042ee34af8c2d057ee71ddba41badff5e715e97d4b7642d5ba0e
MD5 6219eb37d9356ac4717d0f78514b67b4
BLAKE2b-256 12db0d83ae3354af76c30f1c1a30e1a091d2e8224489b07060ad77560fe182df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.40-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 78ef8cba904e88c72c059a9f2bb99087edd8aab978f34b8c56b6c5e17f39cf9d
MD5 23091009f0ef3cd05cf7cf78549eec00
BLAKE2b-256 514d10863d98db7eea51046a3333417cd5bad0b3c8ad514f1f76f6e26dce03b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.40-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c81975ef2ab21b102d641f4a56c6bd6666cafba5f76c54f28750a6f11f2fd31f
MD5 35367bdf1a508e908e5fbc05f526432e
BLAKE2b-256 078b3f40e9b66beae247e71703204ed80ff6ab8e03ed87b64da4be020d7ab61d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.40-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 85174e43960bc2cdb37140542814c9fa09151c290a11276831864f5f4ef075f2
MD5 5bba1a3365bc24fb740bae6e03a70a69
BLAKE2b-256 8e57a2dd8c4dd417ceb3e9824f2eeecf8914c618342190f792e74adb50737df6

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.40-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.40-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bf48d77897ad25a7ebeea2010ef1a0f7d4610e3715274829a42a7ea297948618
MD5 f3075c9249771cd3afc6a137ed92c9f7
BLAKE2b-256 9ff27bd7414f72f2dbe975bd341a22dc88cdee0a5d8f0b9b900e2b952f707bd6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.40-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 62846483c6be86bb5398ef8674a197f1b5c1df63e494126bec8f87517bc804e8
MD5 b061d59508a0d7b4f20ca5fbf6002fe5
BLAKE2b-256 c6046ba11f3208834fb14ff44ba32101c7bbe4cca1b926f41bf357de156a8526

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.40-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 2aacba907f9d298a53a1540757ebe0fa4f8f5de3de7ade834097e5bb00f5cf92
MD5 2eb860a8a54a5dc3ff2439ff5dc256dc
BLAKE2b-256 a3581f52f0f1f24ff2ff9d0b73f3cb6a1f30d160a9d4c43bb869ef813731b021

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.40-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 94089fb719ef9f2e7bd1a3db1e9f1d1dec9bd00508d0651e0161f49dbcf86a89
MD5 5a21df309cfb7cfb771ff077ece3f2e7
BLAKE2b-256 d39340f4f25d4079f41b1f819ec0106537d67724141c77064e6c688f5eb906e4

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