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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_plantri-10.5.46-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.46-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (239.6 kB view details)

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

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

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_plantri-10.5.46-cp313-cp313-macosx_13_0_x86_64.whl (175.2 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_plantri-10.5.46-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.46-cp312-cp312-musllinux_1_2_aarch64.whl (252.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_plantri-10.5.46-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.46-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.46-cp312-cp312-macosx_14_0_arm64.whl (163.8 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

passagemath_plantri-10.5.46-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.46-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.46-cp311-cp311-musllinux_1_2_aarch64.whl (251.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_plantri-10.5.46-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.46-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.46-cp311-cp311-macosx_14_0_arm64.whl (163.8 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

passagemath_plantri-10.5.46-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.46-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.46-cp310-cp310-musllinux_1_2_aarch64.whl (250.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_plantri-10.5.46-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.46-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (242.4 kB view details)

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

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

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_plantri-10.5.46-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.46-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.46-cp39-cp39-musllinux_1_2_aarch64.whl (250.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

passagemath_plantri-10.5.46-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.46-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.46-cp39-cp39-macosx_14_0_arm64.whl (164.0 kB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_plantri-10.5.46-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.46.tar.gz.

File metadata

  • Download URL: passagemath_plantri-10.5.46.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.46.tar.gz
Algorithm Hash digest
SHA256 ea14d6a368dde2ef2b20fc47a7552edb318f4c29ca7221add0cce919342ea3fa
MD5 744a23abbb3debff58ea57430ac6ef86
BLAKE2b-256 1cc2946ba319a45f87b3efacffba9473038d28475df5264eb58a42c091b4747d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.46-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 24cc804504b71a794c99bdcec71d058bbe8b259c166105e93d7880aa782e95c1
MD5 beb45a003a98d9e789f83bfb99ca890b
BLAKE2b-256 dbcd151b9206f48b8e01090b5a0eb0d43da6db88f380a869cb4b4cc10aa3c781

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.46-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9d77a495514e65d5abc802c9a1a85c221ade8004c74fb8d78f5a08e5a77ad16a
MD5 1b00eb836d643e0a375df322af122bad
BLAKE2b-256 a4f4ee0019112a886a480de6a30b360c86fe0f518732916fa11a32c13543738f

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.46-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.46-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2b9f9a9e60977dd724318976b99cbf36b3a8841b68a09955afc39f67ca35ceb1
MD5 75ef7cf67e1d3e069ba42e7265b0d9b3
BLAKE2b-256 7075e174540e6a105a48872576523d2af69f0b3ad2facff1c6f588fce18d61b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.46-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 612fd9431c4ec0baab46e3131f92cc957f74759b31d8a01c1404c2d9e0e79c79
MD5 f99c960a8187b65d7f6fdfd08e052986
BLAKE2b-256 586a17fda425156025a684f5d6faec4ff6caf37833afe83e1e58a4537067cb5c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.46-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 3f4c179c362d36c7a3032e966b8623921058f45a4fe09d7729eec10f0ca73589
MD5 50a83c0e1b32c33f0d7841632e602124
BLAKE2b-256 ac594a8ce6902625aba5423cbbe3a833db63fee508a1647813cdd1dd84f8ec21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.46-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6ec7d2b858e9644bdf8201009ab4745193601d5a266851c6e539258eb36364f9
MD5 759993850555b74ff4781f07e3144101
BLAKE2b-256 73ea1eeb5ac6c1ac1cd4053b24311b776e6f7edfc45d07e7804e388573190ef6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.46-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9e8d85347406bbaf2f65efcf34dec47cd5fdb055d17e644c36c3ced906a71cf1
MD5 980667f2c35f962bb2a7336b0f089eaf
BLAKE2b-256 bc4addcd42b5a724fca2604ed387694fcc15b7458a8276674d21220c0e3dceae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.46-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3edd0703c6f4ab3f89767a16dd20228d89140fcf69cb723e978096d8af37052c
MD5 09671e5762cb66140171e609a2ea4c6e
BLAKE2b-256 883a26dc5a05d1f5a2030dbe5a8f9a55a20e2a199b24288fc105a7f4b8d001b7

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.46-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.46-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ea077e3b069d5b40488b006647f60224b66b892d75496cfa989f127e7d14ecf3
MD5 e9f88c7cd55d2a02fbf22b4fbcc2186b
BLAKE2b-256 97794e1203d6543b84acc3330c6dcfc21aca2a178ff97fb8c2479da23b5bf6eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.46-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 79a711bd9e6660e9b677c9f85020eb4821c347b33390f216b1fb374e33ea9c15
MD5 f867889eb450692bffae5f1356875402
BLAKE2b-256 23816d3402696238a25e769bcf96562f83d1b211ad5ef4faa96ce583d5d2dd1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.46-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 4ee3379981355679cab3b400bd3a814cb7df2d3652b1379e622d14702199524a
MD5 e3665de5842433cac66a5851616661cc
BLAKE2b-256 e1a5f5c170b1c6e9dd60aa558b199176e6f83852433a0e7aa73e4c3d51d8648d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.46-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2f9273723f85c3aca601d0a9887f461e934b6e63a69a6ef8ff582bc3875778d0
MD5 6071b8954c6b0f7b8ef6434b4dc96606
BLAKE2b-256 d23ab74d73c28adfc5312bbd18dc8c77abad71436a363906be3c83d5b4c3516b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.46-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bbbe7377bc4f2f554e2f111072337ffae1a3cb13137318da8b35bdbdfb9f4d80
MD5 7f97c9375e5f00ef9622264f67803643
BLAKE2b-256 b6a6c4ce7d05aafa73ea7124a13d8e6a7a3b208739392434f974a810d9344690

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.46-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0f5ed5d1a9acb485e1721e3c3f9e37929cea75fac5be53006f7ef46b81848d36
MD5 b0b81a3f556a5a71f9f1c8ee4cbf612b
BLAKE2b-256 1dbc5f36da9fe5c13da09898daa7030aac90a03f0bb54fd33e272deeb38e7050

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.46-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.46-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cdb9e1ff62c8e85c657c854e7c9d7f2cd2015119b17e7e8c39ebd42cee938d48
MD5 6b6a909cc974f841d931fdafa2c8ce9a
BLAKE2b-256 78dafabbb5b8867f5f366e03e5d3a50a4bbcb8e325a276d35bac8401a4417588

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.46-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ed0d9feab26b52bc94981e9c09862d0f3e1c506a359f53729f2c213913968de3
MD5 16e5b050acfee940584515d22452ebd1
BLAKE2b-256 622def81c2c102306ae85b0be21d57e86eea853c52236a50b92c70f1b33555e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.46-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 7ee531b05ded3c7c59f7753db05d9fbd2d232765ffb2638292de923c362969f3
MD5 6e40187544e6b6838012514c118cf7cd
BLAKE2b-256 636b835c6bac4a3f91e5875985c17659304dbd958b2a238d1a6f08f58e472ea9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.46-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a3a9c13d09cc91d4f77d259eb4ebc008289a1ed1cbf85038584a0b2bf36641e1
MD5 cf295736787eb92c3ab625f4830064ee
BLAKE2b-256 ebf8fd203943342a2752d5a286e6336d365d1e8b59b38ba7c5e80c0c0108c7df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.46-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 884d55887b21ef8cfced63e89a4ebc31a97c747ebeec5f7635537ad789d5717f
MD5 4c0ce7aa4768662efdd0039d68d2ed23
BLAKE2b-256 8819d74a294cd6262ecaa24b37fa9c80e73116768880e136c3c8c8c1d03a3ee4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.46-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cfa8cd0fdeca5739962562997a9da467c25ef81bc9002b97adb2b88e75f4a59c
MD5 600c74e7ea88ccd6b48408ebf2328721
BLAKE2b-256 72a82d10f4cf148107454f3cc00f6eac5947fe6ef2ee1d622421ed1f7f3977ae

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.46-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.46-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 430be9c4f9c0e14843ddab4b8403f903165faa5355503aa09502c97bc5ece72c
MD5 2565570ef7feea1bf446a11a89f2273b
BLAKE2b-256 9c6c8b7b19f1ef0f34dc5602f17f79550456e2a082cc257dd5d019b402e0130a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.46-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7ace7d5cafb70aecbdd6ac1150c0848cf2037038b5f58ff553d7e4bc6a79187d
MD5 23010434a1b6e7ae3b85d84e8e213084
BLAKE2b-256 40bcfdad9e8b98b68750c7c42875f38868e1702d951592f4fe01ef3b2d80e00f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.46-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 91fb0f2ce45576f729e898d566e1fc3350f77d495c866453723def0b9bd4ecf1
MD5 e481d3c149824902a76c376b8efe72eb
BLAKE2b-256 b3e37f2be94414adb77adbeaa8e208b37c296b9f871b057baaf9ffb71c2fbe60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.46-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 39a36aa60295050d62f62647b8f1c22e21a30c1adc9a830931e5f2cd42681d2f
MD5 9261db6f81440fd019b4d112aa0ada19
BLAKE2b-256 1180b9e6e504f3ac4f44736107933f90481cd68f34ac25e5eca64c06ce5a8252

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.46-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 da539126e30146ce190e36385c388416b2f96b14a8223ff5ed9790c092b7031d
MD5 e0d3713a38e7bf75365a2faccbe942b1
BLAKE2b-256 25c3b5477437271cfb9fea8f64775560bd8566154ef449579fbd8d19f01d720d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.46-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8ce474636c18789d84677e857a9939111cd6be4f710df7de9577ef4a519f5ab1
MD5 6f7460e60207fb4458ad44ec9989c524
BLAKE2b-256 10e3bb215905d8000e8cb656b0c415cc7e7f5ba8e9d9faf7c294dfde1b9883a4

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.46-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.46-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4958f238e552d0a0f61d19c210d60af341ec64edbc39078381079ca81c6530fe
MD5 d1ea0cea792312629586a79dbb98777e
BLAKE2b-256 4093df77385c5364a78c14ea466a74960c491abea53e0e53ca9fc1aa1b3783a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.46-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 01e29b15fff97dfe51ab9d349791b0d071a168ed3646cac3d26138a5e297c8fa
MD5 f3c00bc5d5617ae76a5d440ddb8d393e
BLAKE2b-256 4d98e1a174ed9812f0e97971e47dad262d1e3857fd38ace2ec9e17f9d5e3505f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.46-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 b18ad44c057493687c69ebdc3e6aedefb02fa229dd39ee50d1611467b334f8f9
MD5 613d0a14605e0830e0cd486091710187
BLAKE2b-256 e3f4edc9226656f530cd80a4f73d7e7e2f314484599429d438e2adfbf4d07425

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.46-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 9cd7300804792d4a64239d0482f0564beb26d1a3b95125a1b6b38e0545635c4a
MD5 8545412b1c3e1678c51bee687ac0aa53
BLAKE2b-256 3d349921ab8e3b7a17a0315c4c1238b1b11fc249e38c4d2b5e1b61824cce0310

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