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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 14.0+ ARM64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_plantri-10.5.41-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.41.tar.gz.

File metadata

  • Download URL: passagemath_plantri-10.5.41.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.41.tar.gz
Algorithm Hash digest
SHA256 02bb24cbed4f5a16a5282f076f4b29cd9bc33fbcf91f3b9f4c98c061ef2b1820
MD5 2dc6937a9ba4f65f6fd92288685163ff
BLAKE2b-256 6eff2fb5ea9bd13323c1280e37a758a8eb4b46bd203586decec044de60e668b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.41-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 556df71adeded431a6c87e4ac68446b05f068215e31704d497700cdc9aa4afdf
MD5 09e2858cc83153b4fbb37444e603fb80
BLAKE2b-256 dab979e4fbab0284d481190508dabed88d53df9979967f43f4f1f19e05fd87b4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.41-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a954410d271fb9ff1fc3c88839605b974d9353265c6c4ab76f9bb0c4b6d315b4
MD5 80128fcf5d668601822500060730bc50
BLAKE2b-256 ba805a140b5ef0d994d3ad4a16d355604c7b573d4c4c1eda7af9f4d198da6a51

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.41-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.41-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ecbc96e4eef355c6cafd27f22aedc955e6482762d26ac53b18cabb21daba48a6
MD5 336740c1d3921bb6e70fd994ddfb01ec
BLAKE2b-256 8adb9662d503b6475c3f914392985149a81d16a5d33ef355a90bfff77dd5fdf3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.41-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 349e7cb5be3588b91d8a0b40adf3fdb5c4a08f76903cf4adc4f2a226b2e8a0f9
MD5 c0cc0a859742462b410e8ff7a2cbf93f
BLAKE2b-256 250ed54a09a3d0f15033677da790ae67f24e172d152f44cbcee5d3c3c1715f06

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.41-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 f64deec92265de6d3f91a610c7a42625939c7b32d6e3d4911f5600763d0d47ba
MD5 2de808ed9c5dc30eea0e6edef072ea56
BLAKE2b-256 6ba31e25cabb9a6bb653cdfe8106adf86195ba4e63b40db5acdc7c74af3b8073

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.41-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d19fbc61775e5e92d61dfab516b4b1e6423e51bd3cc044362f2dbf73d070a18e
MD5 ab4a7d59386160a8987aa6642e828985
BLAKE2b-256 123e868fb0343b58bc6cfc4a9f902a7bd58f01480ed8b40c7bb6ef6452513967

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.41-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 52c5bd417a31ad30685cc9640a6895997d07ed14444931bdc1bb868155b3b419
MD5 b306b25d1e1b3d0fde9326a8711dc03a
BLAKE2b-256 a3bdd531618e4c5097d0dc269b9ae5946577885bb20cdc930c0a1fc56e8541f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.41-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4e2cd956d124ca77b0d6c0d6f5eb5121c293b44873bfe114d89c3243b6e98ad8
MD5 f975ca6d2f8cbef5f5c4ec889d2014a6
BLAKE2b-256 3eac2918476c388679037550aef42232c78ca60aa3cfb5be49c764c17c08ae5a

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.41-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.41-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 97a1880f3eb755dcf9540feb0e53695efd5ac457a4ca19eef66fb84bbe1941d6
MD5 967719556f3eefd8cc1d09473041e8ef
BLAKE2b-256 8c54e8f76d519ea6c4e2f210a49f32012f796d71a8d28b9a15a02b152d63b766

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.41-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dbb10300cc13800aebb0743ecffac013865d4e0881c1cfad9ae62761c7844d13
MD5 a2972e583be97b386c608eca7a803476
BLAKE2b-256 ea8fbc0f051bd2aa85109e77dc077ce18a301a202178fcc344ba6e8924beec68

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.41-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 d20138b0838b95c8374668abb37293c1b0ec861db8b9f3eb901a1643c073faba
MD5 1006b014e34f7814be00cddaacfd2d47
BLAKE2b-256 a8170ac71abd570eebd53867a592f04409f038a00e96bc2efe682a633f8861e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.41-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1bc4b9047d4403e832ccd9e12952f0e76ac16a44b306bba0072ad9fcfd9625d8
MD5 611e029459b6f5a7597fcc934a1eb077
BLAKE2b-256 d54af1d9899ad4f98ed99f92ce78376c77f24edb346fb3d1de8418598f48cb18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.41-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9b135c1489090c265425ddc06c4f25695bad655923b7b7ee669c9c8a2b592610
MD5 72e4a5bd6763acf689d80ab44955e2ce
BLAKE2b-256 23362fb4b466f3fed97dc70de9cefc864dfe8bb429c235a3d9556aa3b86246ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.41-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 88a68e7f1400df8881bb71a8f6f70f3b5541261354468c3612c0456125bfd031
MD5 8366fb3bd2ae1dcc992acdff54d9c3bc
BLAKE2b-256 71bf719c2363c8a10f38500a351b067f8e58b694f42bb78c09627dc9ebdfe9f2

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.41-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.41-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 080623df281e737a2800dde014901f950d2a6f7ddf880bc646fb807a028739d8
MD5 9f6ca606a0287a387bbfde0b072c003c
BLAKE2b-256 1afb251a8e82c19bf32fab7c2709829299a43ad9494a4c5efa3f62733531dcfd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.41-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2fa4f580ebfaf6dd5d2316907f1d478a984d6526a868cf902546a9a48550064f
MD5 dda3460914da4707547c9174bd672b0f
BLAKE2b-256 be0dd072871da2511c14827d28d6dfbffeab413194b76da21b685a10dab4ccee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.41-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 44cecf8c1e10b0cb8730f82d6b8fc87d57ae1fedd3252f3f0c9ae29642387d44
MD5 cebdfb860b3f0a6ab137048fc531f8cd
BLAKE2b-256 17b7a3db2c46a8a40f07d8930100ca1f4a40a9c5e2887316baa34a66c3d3d8e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.41-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d535d5f3a775bbcc9b0311f7a3eed525057590dae12eb9ebd37e79a8d8bb173c
MD5 3d6d7cefe00e4125b98b3258b0c4115a
BLAKE2b-256 c735fe87151fddb6cad435136030eaa74aee48ceaca98c17fac1d6757ba61694

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.41-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 41fbc7c728d6546e13bdd73e5a91264ebdc580c426b7d22a523dc2d299067021
MD5 cd7724006404cbfadcbd14bd85547150
BLAKE2b-256 0a0a4a8fea625f991b931e03e267f7e13d709685d3aeb810051fa1788806c4c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.41-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ff6d7ad0ea2a4711bfd0a3acb328e2565f46a5eb679ec1cd4a6859bab293ba46
MD5 beb2a3373615cb2a2bb68d98c32de9d9
BLAKE2b-256 756a6edecb7665ca84f8ea7b2ff417c9f6a8463d3378b1b1ac5b5949aa5a7fd3

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.41-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.41-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c94a215ce22a255921480999b77c9dfe2b99bd98a434698f868f0a07205fac82
MD5 7218a48be0a1f12cff91aab2f62e625a
BLAKE2b-256 55a736a045e2de1e6bc78f1afc7c514cb77577d19259b863b416f7db762945d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.41-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a5ecfa7e74b9bde42f85865133eb7a3b05d6dd14373065468e54bc520acfaf7a
MD5 8695244f3de3eabd36f1e704a6d63e44
BLAKE2b-256 60ea7d9cb7ad250455212e6b0543da75066683bd17fa5efb02d575a0663fe05d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.41-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 c7a06f5bdfe864bc619c2765859a1cfb425b876044a1c790c157fab44804bfad
MD5 257adc1a47cf0b635f7fef47d9229c53
BLAKE2b-256 b9da0af0d8a4744e5fbdd170367fa2020d3b1007629029f6a54663825fad3e6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.41-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ff3b1c03ade2b39c6031074e225713de39fd85fe0b3206cd100bc6b43c204e1e
MD5 f92d2660fb803cab6abef738700293b9
BLAKE2b-256 a0c0241628a9fb12be3777a828885e931885d8db8fa690ef48a89b4ea456d029

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.41-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d94eeb72e7cec2bf521c109f859de159095d212915314f001ae0d11b28a224f6
MD5 b5d421546b5e59cf8abeded36a36f471
BLAKE2b-256 fa7f90629ab0f14b12214299523744c822f32373d31392d1ce859f60d0739866

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.41-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e2ea3f130875e228236d2dc8b90884d3198f240adab3538360b5e8c9dcdd50d9
MD5 0a95767a8d56d1bd94694f997dc315b8
BLAKE2b-256 ace8742a476412ad017c069a762dd70895ce32f6c8078c976984af6cc6b75d31

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.41-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.41-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 73adaf376d45d999d6a6245e76d44898f509f6026cb1ba4e07b6685d8cff1719
MD5 9432285389836d8aaacbae998c90234a
BLAKE2b-256 364624703c066a939700261d2cfd542f75388f9a33dda04bd702cc88838f67a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.41-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 520f7b4ce06434805d030785e6c1f97acbcd71b53654fca0ebee2706580a715a
MD5 a92892aa18d02fd4693e9dd83fb6ec8d
BLAKE2b-256 ae875a955bc8fda75965079406f0bb8f427893a25b2358ef526f8827ff985dee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.41-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 d1f0fec34b9c77c2ae4bfb2f4867ff20ab922e1d77297ba96a3e03463563ed13
MD5 e80377e8fe95476aafcfcb867813ac0c
BLAKE2b-256 0f0557519e9e1ae2c8d2ba342db3bb42d112ae4ea4bb7ba6679624ddba6a0422

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.41-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7afbca728132b103365ef2ab878dbe19e774753788a783d6de2a264a6dbd3cea
MD5 818678b64617c38e89db64d5bd7aee9e
BLAKE2b-256 a96773b1a173bc1f690c5e31f30b842e979300687ea816b6263b62b06d319a6c

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