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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 14.0+ ARM64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_plantri-10.5.34-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.34.tar.gz.

File metadata

  • Download URL: passagemath_plantri-10.5.34.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.34.tar.gz
Algorithm Hash digest
SHA256 b0c7c3fe4059fdbbc22594f9b46b169d240eb66ce55d5ca030dd47e16022123e
MD5 789d0a50210d58cae34d73c9abf51571
BLAKE2b-256 6299e68f5f1850e58c1978c3c6a47f2c43013566e367c048bdb5cfdcb076bb68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.34-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 05c31a86fc3befca7ad35505d59e36c97d0582faacbbf2d31b0445a6f9353139
MD5 622f4665b7375958738dc64f6e2fc92b
BLAKE2b-256 5ac95b059e51af7e5290b61e18189f754c73e92b379df7b0b6275332eb2fc664

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.34-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9399bf18effdbc34b8779b89c9d3780e6700fe3513881aeb7008eb1c94708396
MD5 ffe2861292af330b956e3c4b5249c5e5
BLAKE2b-256 f8a26d327a734e38b1f9a6d8bcda08a6eb0efaf8032585797f2a07f7fca244ee

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.34-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.34-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b0a3bbf97a559907178f0e15838cb65683e199711eda8bd70455c3c5f49b9900
MD5 8fd8e81a36b3e5f1eadad6fa0026bb0a
BLAKE2b-256 7e4878a1cded3cc0dfa299e674e4b36ce3b817d6df4570b0a09cc738caefd63a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.34-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ca6fc5ef5939e7403924e5b77124dab5dfdefcf4a187f7a9243e8889c3bfaeeb
MD5 d50fde45370e275369489f25f87392e9
BLAKE2b-256 c28824b5ddc46ae44d50fb026a676c40d4a56a208945780eee62839c4bec382f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.34-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 fc03ccaf49f534ccede209103c624ca3eb2dcd9c80f555ce116d513372c1b662
MD5 127beb0e88f3ff534dec95c4751126ed
BLAKE2b-256 7cecbb0b7b2077471ef627c6ccba895a4daa0df43a88f250ad30ddfcf2a52f5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.34-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8c2111f80bfdf261312e550df0450c5680e7671ea02afe5422a1a1889ea59056
MD5 8698beeb4c7a3b0ca998bab8ed9a6402
BLAKE2b-256 21a3727cc726b41690fb85746540b37041f7b2a595aab1647c3c032a088649ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.34-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b87f1c66158e1a30da7fe79d559e90b04edb681ad29d3e03a2f7c9a96367f9b3
MD5 2e7dd89796dfb9a50cd35ac280046bd2
BLAKE2b-256 9021fb8540b3c0357aa98916a0e6daa8e04878ee6b129eb7709de7337684abd8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.34-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f10ddd06e42daa0d868aeeda211e22471450a568dc1625f328f41ac71af8e279
MD5 7d9af899200c499856a7459260eac99c
BLAKE2b-256 9fcd5f97e95f7d2bd5d8eca83e06c4a603c42e8cddadce86e86b44e818fab766

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.34-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.34-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e545edc4ba4d60210a02c38832728a6892550a4089cabdbd7c5f5e76c6cab22d
MD5 d1658902c791f78c8692f11b4904067b
BLAKE2b-256 1f44acd7d744659b6a6091bc948b134e69c7bd2d7959388441866921537c5984

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.34-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ed6db4929b20c9e6df4cddba114f798909dc97d606f7d0ba1cb5327e91ddb947
MD5 92a3ab95ead2bb13bb12b4f89b57c9d8
BLAKE2b-256 1e45dae6228d71c3d15d52d4ad1661b8ff2d78d63de7c86675064f8143378311

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.34-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 303edf98f4712e8cb18659ba9c7fdaff14a984350a070f3b1f287325af38dbff
MD5 4a7f79ac1aee58b872797a6b4c191778
BLAKE2b-256 153a8a43188ee0231cb35a1826fe0c9168021033eedd70e5d2549cfac95a3da2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.34-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 82235a1646ace562750afb2e5f2cdf09d39424e3cb71166f929e20cad89fed8b
MD5 1ede790daa9668f3c3a53db99f92e48f
BLAKE2b-256 23b25f47cd9a90a401bf27afe7f49fbe4344f946face29354ba2b0758dfefc49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.34-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4a37ee5654e2fac91d93ca5651daf8ade6cc89182acda93ee755c1cca15fa2d4
MD5 80625a5f45b7dbee5e5db53e6a53392f
BLAKE2b-256 a2604e1940e5c03a8c2b3e94d9794dcf492c200c8c20da0542d977ad34ec9f13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.34-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bd539f062527c70baa0a5c59cbc779186e45e585904113fb1ce32e72652f8f5f
MD5 cbb1686350965739093ae35036d2d924
BLAKE2b-256 8886bd8d49b400b71e460dc1597780c8df6af3dce81703eead25a6a73efb6295

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.34-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.34-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1ade4f8c90bf2a0a9cb43b5d37e1027b4b76613424926f5455ecceed3ef55005
MD5 3469ee604ba4f19c0922a9bbd10c1a9c
BLAKE2b-256 f57ec8c83b2e5f75e57227768e8986869b0d758ed47e16b8dc3f1db7e7c07bd7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.34-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1b2d6fd30cf8cbfba1e8f44a58eaa016e77581040525d263d9492a59dd8514fc
MD5 5867ce752b60c4d2c6314edfea826065
BLAKE2b-256 596cec9d62ebae2d7acbe621fe3fb69cc2564b18e4c4e568eb205cf0fbbc2701

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.34-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 7fff85c22a0719959a5f0d1ab8af9cda9b45e90e440b81ebacb0b0ac74393506
MD5 f1d6db3f3c69523e80c13e543222e4d7
BLAKE2b-256 4e2e8b282ef91f9c265cc446865498c8b3844e1e89784c42a96d3c0bd66584ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.34-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 94e16e54238cdae1a912f211f6eb0d94a703a9195fa2606bf33a26743d738732
MD5 a5e3b79c7c8e48619835f33bd919f875
BLAKE2b-256 e1f5111bf2edcab088e641ea72e13401bc2f17682ac6500ba56be0e4ff7f2d34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.34-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f27ae41668cd9ae9cf9e94833cdf07c72e5040b3dd9fb3f97381e9ba516872bf
MD5 e5f2aa14ac9a0dd48480e9636637c7b7
BLAKE2b-256 156edbc8301c44fd7b82a6623949a887f9972187a9a9a69926c3ad49b0394892

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.34-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 db0867a471e25a33fb7767cd22c83d9c47eb528bf63c3b4feb488a02810faf8e
MD5 2af8f73f0646bf5a8c05c3e842af5a68
BLAKE2b-256 a45cdaef846735ef91953ed89151d9850f6ec00648fc0de61c4ba7cc0ebbe3fc

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.34-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.34-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9a5ea675924f0709e90642b04c22591d854e0755b3b140b77f705a42cebc7b26
MD5 7c39116a5746960d26eec3f56fd9ea57
BLAKE2b-256 72c2b6e20edb0838900f5d204bae747a7f91cde433c4bac7d48014d982366a6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.34-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ca539b868a0835f90439417e5a9c508958578d687c07121a1e17ac73b059cc07
MD5 f1ad8f06cc322850d0d7ca891dcba032
BLAKE2b-256 9bd308217bf95198ca7937cf668c394efcd387b06e8599a8ce85be7bfce52404

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.34-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 9f388492b375d4f6307a4fced3a727ead4d2fa28180ddbe38d1978c5e269c08e
MD5 f2905b0635b59ec46df222bb54b71b7e
BLAKE2b-256 7d4aaaf7cc530f40d1f5a1a6705148b217369309571e9ca2afcc0e11f6dc0bca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.34-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5d326ffe4c259d5c3e094a6a01916209d715df381ee9375ec12d6f7a2a6a966d
MD5 f52ae5ff0a4b93bdcca944ec1eeedbe2
BLAKE2b-256 0bab96817ddab48fd5a311d806e90fc396c8a707b5f12cd6166368b3ba65942a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.34-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8cdbfdf7bceac8e9d85fafc9ceda4740978cb3604fba8427e0b6f88bfa1ec60a
MD5 d8dc16fab614444f3b4e4a76cdaf9b3e
BLAKE2b-256 697a0dbee1a0ccbe83d3444be00c07251b2190046918bdf23cec021beff2c756

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.34-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c6bc781a5e1696fbe9b6d63b235cfc98eb0cf0ff0296daa3fd27802815996ac7
MD5 40dd5b8a755831523c5033f390b4ee50
BLAKE2b-256 56704415c9d7c9fb8412d481cbdfd5e8b22f5514a84b818ba8130e805bf37ad2

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.34-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.34-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6963e9670d374cb98f64b9287f811be451659a26aa9db30f5efe06e65463b863
MD5 fcacf083116dbc2eaa53565710e9a2d7
BLAKE2b-256 a8b703be666b7757158428d496d80decfae317f8ac21e6218ff039137eedb7a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.34-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7ba4dc8445a59f49798ec7c9704a887f961ba916dfd5117bf8a5cb8c707d857f
MD5 0bed0dd72c949fa0617ef53480d0f5ee
BLAKE2b-256 f1e56d9ed297fb8b97911d9e4536754281c3a96342a5cf4c8c1756e44a3cd4a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.34-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 56522ec5480699c7bbffaaba054930ee8f9f2ac20a3339475dc42ec11b48d979
MD5 1c68c1a8487ec765f6f83b584051dccc
BLAKE2b-256 30471d76dfa06bd8231de6606ea91a617897909f2c0b2eaf61ed781b5ca1197f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.34-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2f8b1248b160f62d01a30859ceb2e21c337c9abc726716f4f7006da15ecf0963
MD5 bd364c08b7dba566e0b1e1ee0da60630
BLAKE2b-256 dfbbb39156a06e9cdea321bea10fd90fa23c95e61067563579015c3763ef5de9

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