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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 14.0+ ARM64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_plantri-10.5.42-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.42.tar.gz.

File metadata

  • Download URL: passagemath_plantri-10.5.42.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.42.tar.gz
Algorithm Hash digest
SHA256 4340304a975fac57c64c9e6c222343c47618f5d5fc6ecf0a662515d718c12da2
MD5 b77c9d9503eadc12d56185c5b464a717
BLAKE2b-256 f2ac37681354ea26170ca1fb50343d7d8c230962d204360237a4c5c5fbb81a11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.42-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5bf35f966b07cb79e7c79a0a3110af5461b4a17d4052b0f4af8d9d79937ce3aa
MD5 a2c9cb5794e426890c549706cd0dd774
BLAKE2b-256 df0d4c55c885b94579e4fa092e43358316909a0a5617a8658a7499f7cfc8a2e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.42-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 322d5f4252e2008199e4e157dfbec83865e452631ae5f38dc31ee67f1c61462f
MD5 077c6c6a1b6279fcbbd66dd62992411f
BLAKE2b-256 8e2c4c30093423ee318a43f58e6c1e3c01ee52ea67a57a94818c50b492878074

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.42-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.42-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3ed1960eddeb7646e5502c5a8a83499664284fdacae3ac73e4a0059fae2220d2
MD5 15acff55a098b8299250ab42f976ad14
BLAKE2b-256 7c05f86f17846159eebe6a62198a1cd2acde12a220ff7f82abce333adb80e5e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.42-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 edfc2bab1c022a7b18770d770374dde0b0d17389222247a48c1a234f423c5705
MD5 b813981df03b91bed9228e95ee95bdfa
BLAKE2b-256 4d34ea1fd4b4ae434201f97509fc3a68a7d3bc576fddade07190379dbcdf593b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.42-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 cc2f0c9774b587a321c0d6c8f888171b50a2bc4ebcc415399a7b300ceb1b29c0
MD5 1825dcfac436e4089f4e61129f51d915
BLAKE2b-256 dc3291de56b8022ef3abaa81b64668c9e45d3f67a1e3c149fda33895fc875aae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.42-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 be25651384fa3f8426dc9f2b60c43bf4de8d66748d1b7e13efac5815650cc990
MD5 1b2d5341ce9f6d86f52480a899515271
BLAKE2b-256 868bc5d829ffb986c6a9e5acda800b77f3649598a41d29c58a71a4967cfc8f1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.42-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f91152875e4d9444493714b7d4c6d90922243e19c8554f0227a4ef0a2995a4bb
MD5 c17f038fcb88315ca54d91f3ffbef5ea
BLAKE2b-256 cac1fd7edf320b376af04361a50f3f8a7fd3bfe71b33b0f6b58171b855c6b76e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.42-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 afe0cbcdd5ccdc7fbb5f490a3c4aa333a9effa4852ed39f19bd9330a5ad43393
MD5 63c24d96ffae4431cebf51b0e904c19c
BLAKE2b-256 98af2ccb8990594bfed846456164819ef39b01eb1b6b124c88453f6fc978fd77

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.42-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.42-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bda4df2babfb9eefdb5b679275d9be5b170cc2072e346899753c45bda725e24f
MD5 4061c64aadc1b668a8ba9ea290f22243
BLAKE2b-256 247e9d1ba43477bdacbe07258418f6bf4a0561b8ebade2763be256920bb4f18d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.42-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e55f3786a983e48c7f50fba6b6ca77bcb413e9575c9c3acc7126508ae90f376e
MD5 ae761fc4429368d0dbe0775a96395792
BLAKE2b-256 015ae940544d5653183e8d25c2a3cb4c4934e337ac025ff0561af958ab79b75b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.42-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 bcf882566ff586fe2df2f3a03e391df1783f0addb99deef2e177de60768544e6
MD5 9ad5b5cc3fe6d0338c770e36eb5d0df1
BLAKE2b-256 2801aadec5e509ba1f29b1083fe45b187a79d6caa10ad7ecc5c26f89edbc8cc9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.42-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 702dbb5d787feb49311a0ad499128af25c2d4d310b870b0c4e90c55e875de321
MD5 2a262882abd3068ac84159028c01b054
BLAKE2b-256 91f5aaea9af81b362b4fba3dda456b61485aadfbbec237d56acf27b0db1f2071

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.42-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d5622cf42579c5215b2363e2b1cc7276204b270c011f766a5fc20dafaefb359e
MD5 913dd06aef129d848f15d5e7134332cd
BLAKE2b-256 17c609f425115ab8b8343211110e7cc32f504d002959cc1ccc557a4f5b3bb224

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.42-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 406484ef76db41d97ea917cded6d5d2e1f3f9c69385d3dfe67f963a435837fff
MD5 2362216ac9d7b04427ac5310c3659b4a
BLAKE2b-256 915949976bde7e9649dc008d740a0d4d1051c419c018b7324da3f9c7490725ca

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.42-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.42-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 179a9959df84e164f280aded6cc98f6e54ad630eff32edd5795ba26f063417ae
MD5 1f06d01d19558080cd1cf7ee17598fba
BLAKE2b-256 9393659ec2f135a5b39909c982409deb05d743b6cd26e16fa30e16aad592b3be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.42-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8c4a3251f725df9fc02c830ec3717b35d0f0582bf2d1d7a1fe16e07d98c031b6
MD5 125e5b802289fb853d8976aacc095463
BLAKE2b-256 78c8cb4e192406552b886845d26eab2c65e8e8a4d6604c73dbc290b5e9bb47fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.42-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 b195097dc793a63de926fc628c38d6b76d02b006f1df5c40b6e2fe5200503810
MD5 b548f7df96847a680e532cf5c9eb0b47
BLAKE2b-256 681bc1ffc96d9c33787d3fe2fe9806af6b73c2e990e1c9ce241e74d3e5092b66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.42-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ffa8d77dc4856866bb1079103b50b4d3f75574cc32242b9e064eafde5d1750d9
MD5 bed4f40e5809392995d87cf519142171
BLAKE2b-256 241946791cdb59d2e673a7993b740777ee02ef79d6a37e6ca93af85fcecd2972

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.42-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f8b66b60a3514127d16a62fbce24595f4e0674e673ae9c0161e45b5aefb4c950
MD5 baf3f1fd90ecdf93128a4335bdd13241
BLAKE2b-256 1af065115196c0c9aed6d3efed9c4ec8344a181f1bf4618d76400b7276fc0648

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.42-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e38cd67c076bbcbf7921ad39054b7729bcfdeb3a1e2d77901eabf8cd3c4cefe1
MD5 90f753d28a872414f36ef0ea7d1d5cbe
BLAKE2b-256 8e742ac142163bdc71c12366deb772c2207cf22d0c37da253b030229d23814b3

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.42-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.42-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c3c48856784419665987d45b94e6968ddd55c30932a4964dd76a615ddadec715
MD5 0efd1add195acfb0bd65c7183a4ab6a0
BLAKE2b-256 1fb3af577dedc07fdeb33f8eb8bbc607556440b43ab9f563fff537cd259461ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.42-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 948510fe03451f5ed6ea1ba3638fd83ddd2c3f1c69b3b754eca7942aaa7ac9d5
MD5 6d4454c418e52203aaffb733eabc0107
BLAKE2b-256 75f1017fc94f989e0f732284621b44ebedccb9c9ef928d2b1cf79b3bb2018211

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.42-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 b2945f733898e5f2ef4c38c954bcb95000174d89ebea3c78c493f11522f7bf18
MD5 743efb358eab99062c94cfea8e632bf5
BLAKE2b-256 bc152189e58f5b0c05f3bbf4194a8a68980cfcf06a2bb8de156c9efa77a7658f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.42-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 36423aba9762aad2bca6249c053ec96b82c9e10cd40fd18132019a572444e5c7
MD5 4647d0e191a3fea9a52903ff5b2edd7e
BLAKE2b-256 b0b2fb7eb485af5306eb9716d0e7fcce7a865fd18c5b8032dd10bd2e11f5f203

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.42-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 11536e48bc6a212d97bd42a7f71271714b9216852b326faa2f587fe9ff67115c
MD5 8f40ebdce091404a1d08c761b892b532
BLAKE2b-256 19ec7dacb55adcb3bdd739647e47359f71066ed65fd059062c8281962754ed92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.42-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9f3407aa10e4631d42cc269ba4fd7519efa941639df37ab9384105f73eb5a240
MD5 750685f881fc1b7bb26c9914ec064460
BLAKE2b-256 d37cc4b94966ba14a889e8cfa419419fad714be781086289697e0947c7fffcf9

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.42-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.42-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a8c149e49593420d695a34d656b786c151cd1fe6bac38a7020575bf68735bd42
MD5 6109b6b761e1a8d59df5905378b8f04b
BLAKE2b-256 0537b360b312c5caf1f09072dbabd759db103b356e33fbda9f49fa884aa35e75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.42-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9895fe1ea45d38b5a99fa18b9844fbc6a779d6966877c20fa0103dfda3e4c78e
MD5 42959b8bf1c872e17e0adf92f08d5e8b
BLAKE2b-256 9d6494c94fb147353c3b897413b2c8d8a7e9f470c3297a7f159aabc9658d03e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.42-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 ae67f57a7f5346ecfe55541fceb74133964acd1cc7bf3cf8454b05f55ce9a691
MD5 74d2eeec001b197e97f57e686c8dbb1b
BLAKE2b-256 f80e62b8ff3d36a0949582272a64eaa814eabdaa4e57584a05233b07c6c73161

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.42-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2c9ac98d1ba19de6ca28f73f0e048afba905251ca9ff82c782ebcce489726f68
MD5 8169f3aec06886d656f13dcb1a6b1d77
BLAKE2b-256 18d64a13e82114507289a9863358db09eae6628aa3751f0e6f9b5b2825ba3e7e

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