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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_plantri-10.5.49-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.49-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.49-cp313-cp313-macosx_14_0_arm64.whl (163.1 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_plantri-10.5.49-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.49-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.49-cp310-cp310-macosx_14_0_arm64.whl (164.0 kB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_plantri-10.5.49-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.49.tar.gz.

File metadata

  • Download URL: passagemath_plantri-10.5.49.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for passagemath_plantri-10.5.49.tar.gz
Algorithm Hash digest
SHA256 4637e34864ffc4527230f02b8a7c09972c80890fe0ce7bf0927e7ebc81e5f2dd
MD5 45cb5df2c4b7ac07c8edecf0aa112885
BLAKE2b-256 ac04228ece59d1235940e9eb1bc905babdece8028319d93009fa2f7995d0d0f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.49-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a45bfbb8297883e82e3c176df9be18d53c0bcd79cec6f61d3d5a836b5480b9c1
MD5 80a28f6e7e002e4e668c1d55c5589025
BLAKE2b-256 c9b0f190c49dd0339ccad9eb4245a0f35a7ef39ba17a597340913d147965c8a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.49-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d585d5e8545069fa99d57b1e99642c02138528675f70b2a7a22745322a423f21
MD5 86bea1e4d5538b0131e14bfd4b72c687
BLAKE2b-256 8d1093350f37b565d877f76a2a3a1df546762512cda985e8938fe82921d381b1

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.49-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.49-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 434c89ea2fbe24efaf9514c25ae59f69170f356e1a4bc3b0f815e50bec3a7aaa
MD5 61535296def8d6946ff6c247dae03af9
BLAKE2b-256 48f449d532d3bf278648157a61f4831c8af999aa7c7aae463a431313c9e8e04e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.49-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fbc0698db7fc85ccb981c6dbdcd51cb4d9205c2ef39453a85a43da1f92bbad4c
MD5 4cc5aaf6118b8ea1ba173ed039612642
BLAKE2b-256 015bdfec947842c48ba6cc4f314a6d3df7ccf8b2d9650eb7c11992727547fd9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.49-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 9cbff3ba3b5685384c57b642670209ac213529f6d1e74a6943dace5391a891e7
MD5 17a622eb981f098f642c02fa8fd334b3
BLAKE2b-256 ab0e2135ba9f39d2e44cf0d82957c883b78fd39d989eb26d25e42657960ca9a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.49-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b3cb9c8da9bb66ae3317c80ad9dc88ca2558c9c31a69e9b8dc791b26f2b7ebee
MD5 eb780c22d7e72bac43717315408f11c8
BLAKE2b-256 be0324da44ab25a9cbc1f415ddd7d8ee85f6356fbf6247a551c6e317df80ac1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.49-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a5f3285ac81a7bfd7c39d5cc3317aced202675aa6e54cc54c26b2a3e6ee542f7
MD5 fd1dd2c7a3d7f7c181a618bc39312aec
BLAKE2b-256 01f181c73d674f4425c807d87ad3c16c7601283552ff1b02a91737f414193a82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.49-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 27b85de7afc1c8228c198850d16828b146e4a342a10106d5abd5612febd631cd
MD5 8ed62e81f46b38f968943f509e2841ff
BLAKE2b-256 0171215645029c5a468e42808bf91c75206f939e8a9b94f829f33b9811a43efa

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.49-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.49-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3fd97118236c420c60ea9c0bda59f1d3a58ec77054765eea45fd8e6c11db1b06
MD5 5216b48a071057b383d39963f01ca051
BLAKE2b-256 a8c488a19ab34af8654b7095901fd8b124a3771b7cc74f16d1503b4bb3b45d5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.49-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ade0df58b1ffa5ac6853329b9e696fe43c55dfed6896cb914e284904662d775d
MD5 d1be82428c3ac7f9a90f175dabdcad4e
BLAKE2b-256 0a0a106cac9a50ee6751873e01175884380f85446c5a468a120061748cbcf12d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.49-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 a74e99299dfec62a3f21c2399b9e3c223028f793a0e5939f64a67c36ed7f99fd
MD5 85bc9e1eb4e13bed42b0a3ed2180c69b
BLAKE2b-256 d1882ee03169a34bede9377acc1d8f34134b852dd363ba0c01bae876cf101251

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.49-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4fca2692a0e4b8cfd5a65982364b7e166f899bbc7a0924ef1298ffede6f82a76
MD5 f2718f4aa66fc0542643a3fc5638c914
BLAKE2b-256 bc856baca87dc6cd6745200c3ab80fc56d844fba817e76ed1adca663c3adc549

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.49-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7d3071b0942d1a0a37d348e57d556258e972ffcb6350f1f9d9fbf16a44b0a50e
MD5 52f629c52767ea81081812a62e23246c
BLAKE2b-256 eb86188f143bc51f3bf0d263050476c17b457c8b0dbfabe705e0ab56c4bb88bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.49-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 53116372957e0b411a9e61a2b835e3fec1504ef9713bfca5a66d1c0b30e46e0c
MD5 d2da0634ad2a2ed8586591a2b0819a2e
BLAKE2b-256 90c07c28cca69103165dc703c86cead437f45847b4d948bcdcb90b92b3122f2b

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.49-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.49-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 afe025cfc8cbbb1ea8fcc45dae893a84834bdc93b001b39b8749cd563c08e4fd
MD5 1840d0e8c0d5f9471cdf74528c657ef2
BLAKE2b-256 db6f01c2c064c64aab55f046f06ba86aec0e3f21fc4ccaace413667f3e385447

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.49-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bb8f5edc4fd6d7367eefe3af6509a4e446e6829208503a70eae61f75c62f00e0
MD5 d83c739848a00d0f964689fcbc483a42
BLAKE2b-256 91eb004e803c08b3ec5c844daad20a150de4749f0aff33b62f0445ee8b25a878

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.49-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 4720b9d4be8ea4fdb432f19f3a675baf2fd4ad88804f86c22eb408cc89cd69ad
MD5 db2e3100bac91b1340f4fafe51f76046
BLAKE2b-256 a419ae8e6e69837d501d15829943113fd5ba9dcd21457e19562d575bcedbe337

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.49-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5a011e4fc290dc0b7fa50bac09c28e06a1a9cfb793d029bdf2bd41e13aa75774
MD5 db2daa1bcae6b742556a64cf702aa87d
BLAKE2b-256 3b98c18e50408401ee506b731c70e2a5d49d2721ac5320d8e3b480d7a70890ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.49-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4de917654a85c08f4613586830f59dc44562b4fc67252503b74f373c66a4b5ae
MD5 8a0aa6bc7b93af69df08e396f94dcdfc
BLAKE2b-256 ccd3fa468562e9a7ac0dbb0b40426c00324a07c31367b4e98d048e74c7d9b9ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.49-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c0315a7f5ee3c1e6ce3fd4838bcfe50930955eb0075a9a6b146f1da3b23fc8ef
MD5 425a41b389725557a89f51339c9a9ec2
BLAKE2b-256 0112b3c559f0c1175c1eaefc44b29b04c1fdc70dd12266d3e82df1cc094be22e

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.49-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.49-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3e241d900f55e3fa24d7d77ec96f23c2aa1e4154b4d0969cd7a5aa47c39c9899
MD5 50d1dcb0415c0a514f8965a42bfa8090
BLAKE2b-256 44f6fd001aeabfa54ec9da2fc80fe8af8df5cda0e13705b0f00d9c198253e720

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.49-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 37b3f1e20281b48bd9686d0d80ba301e88cdc445a8fb3545c12f0085d55055bf
MD5 e52943773c85b76a1f210c23f81eee56
BLAKE2b-256 b448c80c06aeaa680754c0a5de2c93356a6c2ab210e4565f9d27df51ae49b78f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.49-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 6df715a69b3004f64a5a79b1d6f3b37639be6a3186db0437ffc9e8c53f847bf6
MD5 7b62022742b54cb3b8c3c5ef045c06f3
BLAKE2b-256 09f5fd9bc912783b94684eb43c7db33cc53c3a6558e42e64bcb0ed78fd735959

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.49-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ff2ae9b2dcce6aa50f95d4b946d1e9f24800e06c8710a4214cede2d89a2f46a3
MD5 503876ad4ad244777f46e80bca7dd2a6
BLAKE2b-256 bac74e6b5ca25ab9aebdccfd642858030dba8d61fdaae462bc95bfd112bc613f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.49-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bbb32c421b7603837033411d460b216886586e34c0d5f5a0cfe3abe7c15628d6
MD5 2f1b9b665b546fc9ad0b7c7924673ee4
BLAKE2b-256 81801c34f1bc11dafc96c210d9536f5e20a2a47d2b81328262f9be47de0c6c97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.49-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5af2ec5732f0db9e87977d92641d64d5e7d38b70fb918698ff8342e4058e8a1d
MD5 5c3d1c352c55db9aa0750f257cf598b9
BLAKE2b-256 0627755da63a5cd84aa09d80a072e2cbb84fabb021d1d72e9f3c3d2f6f5a166b

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.49-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.49-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dfd908a344a707e0da4d875e913af60002299681e8246a217b0afcceb2771d60
MD5 b06b85659ab87d0ce32975ec7c25e6e7
BLAKE2b-256 17c8e57a735a68bf4dedf49bcbf939dc0ad0718b3a2020fa3bdf4018b38c5464

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.49-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 488684f6552182392603ba1e14fff4109cb5c32c119ca5f798783d60d1eda181
MD5 83ccfacb53672830510d0e70f35c4f32
BLAKE2b-256 919eeec4b2b83417cf80ce108febb2c90090958ce498498b9ad64607bc16c58f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.49-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 ce89cb87f69ae44bff8e39832eba273a7fb9c5ccc54d63c725a46086a1709202
MD5 ecb0ce2e66e674652b638bf6c5f6ae7a
BLAKE2b-256 70531cc0bf7b5d7300630657f9385fb2df93e07d812a10a55af9d0db1e02ae37

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.49-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 93cfdddd4ef332d1c728745b140db079ace5c46e645b149d7f496dc0b3311d77
MD5 c753a15c887ead474fb00a079a7c4367
BLAKE2b-256 49d5ef96bb01fd053248cf40d5fb5934c47df8331fa1907130c56815daa02df8

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