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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 14.0+ ARM64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_plantri-10.5.44-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.44.tar.gz.

File metadata

  • Download URL: passagemath_plantri-10.5.44.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.44.tar.gz
Algorithm Hash digest
SHA256 f9c7bacf5daf033d725f3b619e2fd1582dc6f1918efc17b613dbfff630dfefcb
MD5 e69820d504c2bbdcc67a0a688d73ff31
BLAKE2b-256 96eb855ba94f1fb2b3f2f0e7dcf83ce33a1c62a2cecc28fb96d7161b7d90597b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.44-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 26e438d4507ee6408227f904cfb5be0d33b470193e23c01656b1f8b856579031
MD5 9c200ea5dabe58e9d8b199e402b11270
BLAKE2b-256 0b7ad555b7d51f93d177ec22c03111adfba613ed6bca726026ae16829b4cd595

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.44-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 9fcacf8ec52ab24f03f7497cd4b47451a9b416745545e50b1fa1afc01dfa7515
MD5 d479bb6d6228251757666cdbb03859e6
BLAKE2b-256 8ffc129b8e2658e5937f69513f7460863e2957d6fc81a377d0f16834eca3eb03

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.44-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.44-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 24177735d29f5a036db90e0afbd0df49684d1415933a585df8534f39636869cb
MD5 3f32c62c1d455ccc8ad6ff48d9d14c77
BLAKE2b-256 048e70172388c6d039a0c6de7c51dca85a31741ea71e4b5dde28f49c79b71bfd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.44-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c2393da67c2e87644f181c5c2b198504889311a87abe9d69cd06942dc7b7b96b
MD5 43194ba85f753419e27eb96815e16b80
BLAKE2b-256 0faa6d02d1e509424ed9826e61212afd3db7f900ab6a6fffe5a0230f703b9108

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.44-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 97691179ab0c9118cb1daa519bb40cfea55f506dfd529a806ccf2c0715eb6805
MD5 62ac4522b25568f95bd3eaadeb8c90f2
BLAKE2b-256 d694eb99f6df1d1d2a2a7ec96b4f3ffd6830aadd5ce0de9587b806a7d922b1a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.44-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e057cc1684ce96176d7d6ddf57547f244a8f7bb1784798c1bbdc6d9616a97fb4
MD5 c4ffc72b2730bf5b90029ff93d2c0b8e
BLAKE2b-256 d46cfd2cfc656748bdf0c39de3de41e4b7ef97eadd690fc075efb1b57fe4af85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.44-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 52a668b0dbb893b4db266c1220822f0189bb1f98aaa8d169fc7a4a06db32d51e
MD5 308d72b1296bfecd9b783d7a92ce6a43
BLAKE2b-256 d748d3115696e09741bd5a7e29efa5a7f30c9284216a4c7b161bd563d53bf22e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.44-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 47ef7a39bad4c4e7b66dbf226bcf32c57b5015e144c71f826754fe64bdc7d7e3
MD5 a956b85423cf111b55dd5d1ca0ada039
BLAKE2b-256 ed0c9bfa52e4c939bc88deb98ebb3640e5207e945bb9dae489305d50fad92e23

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.44-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.44-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c7f1971db09a7684305a06d87c749950dc67be83a42ec0cbf1ed4fae8e20e1ac
MD5 b38719568d01edd359a0480c3a35a297
BLAKE2b-256 7e49bb413eb78031579adb12dbca908f4fc9b69ad8be45c3bdd9b3ccc7fb524e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.44-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7bb35b1ef30137904ec15111bcb2712975c9c205c9ac617421f6f0dcbaafd6b9
MD5 abb839bed7ea0a29db2e11969881a57c
BLAKE2b-256 0fbf9480f4215811a1c0937fcc989c836a7154407e1de8b5e3703aaf790601fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.44-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 7826b3900f76a0587e8e1e67f27fec66c1710870a5033c695d51967aa01b7979
MD5 046b4bb36a100d69fbd9e84d3adeaee1
BLAKE2b-256 ae1974ced43af8dfaddf5851d708c88318d7364e3bf53bc8315afff6f0fc0ff8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.44-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 528b36ee416e4af6443d71ecda51e63b0f25eef920f1176b00968a0761b56db0
MD5 b77f827d3255cd28a81e11bd47c76826
BLAKE2b-256 b28f296837ac207260da8e94f196ad96c1560e011c0a379749fb22d86e13d789

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.44-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 248a1c3e111f00ccf9371cd7d0427f37297fad8bef87f478e16889f0f7987b13
MD5 5dc92ac0df634d4645ea0c3d5b111fe2
BLAKE2b-256 92c31296f4de3180271016ebb9cd453eed221804168d25f6285e8918c889bfc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.44-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e3858776e477155a3e6a5532a154eacc02871d4945d465f5cc465b5bd4810e52
MD5 5efc29f99b49e129bd94f50d16f1e006
BLAKE2b-256 05ad3de5898fb46768c0f266ba9ceae9976ab0b4a13e4cb7a9de83154ae743d0

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.44-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.44-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3be9625b75f2bc946d228486fc9d15f7f4f1c9e8d2da083581f9a594fb1ba892
MD5 26338bf1647fa4cf2b98feeae72696db
BLAKE2b-256 8c9aee3d5d3d6a5f89fde67af1edec064e96e49e2c39408662428a321252d9ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.44-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 47433f872aef744ac5ec951ed11309d88cd1d0bfb6fed8131411e488a224262b
MD5 2033b0cd301dae8b02071d4436ac5f4b
BLAKE2b-256 72a94d7c28a93caedd7f129a4e73aafc610ae788f332e03e875626cdeb0b260e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.44-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 bd8b0bfebcc1d180972ab94b0b4b74667b446a0e0b0be5d780b3a774cb51dd79
MD5 18518304167866945592f5456cbbe148
BLAKE2b-256 0bbe9c18ef921430d2abcbb78ba7dfcb1dbee155775c86624cba56c8792d7018

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.44-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8890715bb152df6ad3a00b33f730a691d2a36ebac8f06cb46b488b6e79207251
MD5 8b7fd375aac4608732f78556592549bc
BLAKE2b-256 1cf19fb12a53ded06ab28134c9094bc9c354fcb7d96d3851a596af2e26d45a76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.44-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4f34dcd0c706c9367d92e886add8f9e65f681a90e4e2d5882e2e88af34ce0bc2
MD5 25836c1bf81bedcd4d2d608555e252f2
BLAKE2b-256 24344dcf64156869439f8f10843b968789fe0f66a261b1d57056206e41a51fc0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.44-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 82fa24a4b8eb0305abdba20d1b80748af1e6aea8d6b1ff54a95a03461f5391e6
MD5 5295bb758f08919f6e5842aca4a9c888
BLAKE2b-256 9bd0fab847cb675b20f382941ab44c4a6970467e227dd42d61228129cdb54db9

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.44-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.44-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 60a277d6d4964128ca2852bfab38c373828bb64f508ac07f1d0585bd96b7b6f2
MD5 4af20ac8d50c367732f443fc8ddbf0e1
BLAKE2b-256 97ce0a26b8decd1b9e3c766435cd31c4250ebc7fffe6699ca7d5d3e5a73f9e5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.44-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5eeb1f03d533c6ab0521aa5757fb84b255255738b5009e8ff38554f4d32e45cf
MD5 feadd9795c731ceacab642d3fdce9af0
BLAKE2b-256 57a2b76654bc4ef5f2c50c7af69396da1b9007f9630aa6bde9595e0b72d45aa0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.44-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 407a5e110a7ba6c794cf294d5f4cedb706ac363ebd3abb609f58907a513409aa
MD5 a37a89941b9bb68972dac15e5abd61e4
BLAKE2b-256 bf0c9f660eca7dbbd83abb719284b88265935a535cf162f41d0c680ac37e0a2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.44-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 7d929b91ee32f2782e46e3773f5c850dc522a65c86a1d0be4ec60468752c9e41
MD5 84cbb1110bc7ef3d2b913799047e6694
BLAKE2b-256 21cba0cfe4f6ab11655aaa80b377bcb8cc8dd4b8b817d6a60a059567030b97b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.44-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9f2bfa2c5210f0c7dc3abd491e581539282eb2373cfe0c776afbace28676cc27
MD5 01750c1e3164b21795aa547989fd21f1
BLAKE2b-256 4242ee3b93a0c515f42e1d8d1be7b0bfaa460bc2628b50e8f17e593f0cde6b7b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.44-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 70c093d7feeacf296c31a63a11194c8410963fe62418b76a96717c697f068f15
MD5 fe8ae1ef55bdaface487e7523dc8b014
BLAKE2b-256 69b8fc01d24046551ac5a9f0147b84a0f59b4579d77cd1189cbb542603c3063b

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.44-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.44-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b9b33e3d3c41eca1a38a0a39b001e9381f4e4dbba26e47f1762c28c844991520
MD5 cea2ccc997c0d0380f6fbc16d7e9ada1
BLAKE2b-256 a8ed88ae0b42d5659f66f7e865e6aef5ba79c967c2b4a075f95e2d02dedad9cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.44-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 13c28464e676abfbfb0394ab43ff0fa9c40e199919579a45e1d7d65db41e3331
MD5 4f1df947561a56cc08ab792c99771785
BLAKE2b-256 6b4b8957fbba0947734405fab4fb3ebc31377c08453c51446c1d767319b89e82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.44-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 af2d0a20484a7e44c148f6ae106b5c02ebf1ae222ac5f1a9ce89ee1663028974
MD5 b46f9b4092ac6864fd8055d3274d8e6a
BLAKE2b-256 c57730c233d153fa7e9d309d71740e9f8277640376e6879c1ec6e84f32913bf1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.44-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 58aaa083f8633424e04874701203fcea15db684a793bf95643a21428dc8918bb
MD5 e23520eab9dc1774636eb07e1e0dac51
BLAKE2b-256 08dec8e851b88b0f8977f2ffa01b33453b9e33c769967767114f469d998efa82

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