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.39.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.39-cp313-cp313-musllinux_1_2_x86_64.whl (27.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_plantri-10.5.39-cp313-cp313-musllinux_1_2_aarch64.whl (27.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_plantri-10.5.39-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_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.39-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_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.39-cp313-cp313-macosx_14_0_arm64.whl (162.9 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_plantri-10.5.39-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.39-cp312-cp312-musllinux_1_2_x86_64.whl (31.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_plantri-10.5.39-cp312-cp312-musllinux_1_2_aarch64.whl (31.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_plantri-10.5.39-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_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.39-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_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.39-cp312-cp312-macosx_14_0_arm64.whl (163.7 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

passagemath_plantri-10.5.39-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.39-cp311-cp311-musllinux_1_2_x86_64.whl (30.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_plantri-10.5.39-cp311-cp311-musllinux_1_2_aarch64.whl (31.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_plantri-10.5.39-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_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.39-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_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.39-cp311-cp311-macosx_14_0_arm64.whl (163.6 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

passagemath_plantri-10.5.39-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.39-cp310-cp310-musllinux_1_2_x86_64.whl (29.9 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

passagemath_plantri-10.5.39-cp310-cp310-musllinux_1_2_aarch64.whl (30.4 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_plantri-10.5.39-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_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.39-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_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.39-cp310-cp310-macosx_14_0_arm64.whl (163.8 kB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_plantri-10.5.39-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.39-cp39-cp39-musllinux_1_2_x86_64.whl (29.7 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

passagemath_plantri-10.5.39-cp39-cp39-musllinux_1_2_aarch64.whl (30.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

passagemath_plantri-10.5.39-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_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.39-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_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.39-cp39-cp39-macosx_14_0_arm64.whl (163.8 kB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_plantri-10.5.39-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.39.tar.gz.

File metadata

  • Download URL: passagemath_plantri-10.5.39.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.39.tar.gz
Algorithm Hash digest
SHA256 d6c1f2c24266265195d98172f2e762e811f11193ee06fb77fbcf2b91ec2ab11c
MD5 f31b9fdccdb9bb4e0502e27aa061ede8
BLAKE2b-256 53dbe23ae00c6a8f8ecf491e27dcab9329d84f30dbfed404ea1887504fc94b0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.39-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f49527303c107096be36fbc68e4ec3f88bc059f4a289e47513f4883bcc938e99
MD5 a9c717a0e9198bfdfe90a8e758168939
BLAKE2b-256 100e903e722fe5eb557af598124d4bb6082305b298ab459243242cb3fc30d790

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.39-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 731a1508fa32222c9a635f1cde8782e54a4e44d41d1137a362ed1361c0604ebd
MD5 beac9859c393557ac3b23a390ccca668
BLAKE2b-256 f81f21c6ca882f3a5cbf9de50855aef963ab6f6e4b1c40e3ae85efbbe609e3be

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.39-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plantri-10.5.39-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e4a9bf62cc15e5115bdce9dd253455d991c412f988433be0ff95b9ec48c443e5
MD5 3ebca7039e7028cd05924554161f41b5
BLAKE2b-256 8949ce74c1898e5b6c2b7bec521757b3983c7126537bc1ce3a984bbf27b6ffce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.39-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b2189d939084a9aa685a020d5e9c3af59f30ab5e73020c07c9c48dbecc8d56a6
MD5 625aeca15039dee3a24773e1e36f0e67
BLAKE2b-256 e5df02f2fbc6e335e89ce2e27982b2b5ebf28f45216acca3e611291120773423

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.39-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 dd6614a7b01c0c02143ecb9f7085fb2ac981bd840ebb0d1ad92221ef3b56815c
MD5 f4daafbb9e7f067b374492852dc66c00
BLAKE2b-256 0c89aee2e9108ea3820a51b6ab116dc0857c720b5ba88d7e23fc92e933015623

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.39-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 be9d0c7ec9502fb7b7147f45c6a0f8b8110e7623630d9fea674258af3ebeedeb
MD5 f8322553dd8af00686d41e27d5ab773c
BLAKE2b-256 3e04e5ea7d334f3f2a2368ec8ae152ba73ab9e4480e3727159c449999a94e954

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.39-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 42c522a60e261016b177f9dcf93b47b386dd8f7cc2ea3c078ff60d6c01f4104d
MD5 261a1dad2274726649f65cf0a03fd7af
BLAKE2b-256 453ab3fa61a98d6ba4e30b4a1cbdb6e5a0ceeffeb77743defe2c9ff0a9b00b19

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.39-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1c835866781fd4a8a029c00d7073eb9fd5789e361e3f2a35c6d4a142577084b4
MD5 173c285b1d6a62f3b265d8b62693873b
BLAKE2b-256 a766179e3b758f8b920a151f12b0f06ebffe0f17e09b9084a761ba3a17ea956d

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.39-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plantri-10.5.39-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c5cc35433d30add04a53dff8801ba6f607b9bf3b2f375b017773c59961b35c46
MD5 21cc7c96e0de436e68158ef1e0450746
BLAKE2b-256 8f9b7c6b0e0bf4900b439d6a8247e8c0f87a42b49d14c3d260eaa3a61f119780

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.39-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f17863ecd45aa7e49cfcd773948f8e1e9eb2e53aa943c6734a93af1a4508bbe8
MD5 c9d4f452c193acf2f3b2e1ddc6e1ca2d
BLAKE2b-256 a3dc7a4cf4698b5b95c369a86eb536cd44c3fb5c8c34d80151a3a8143ea17b7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.39-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 1f15804a2a74b0c78712d5e6f434a25bd65efe0abe3f9f291eb7157b445f04fb
MD5 2ae9c6134fe033f6a310691ac5e5dd2a
BLAKE2b-256 f85f4be73ad513d59b7e98391fec7edd3d2def49ee0269c1c9ede4b864a4ccd6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.39-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 adce3e12b47ac11f138461336f141198c4a69aee295c89df9d640f477d038e6b
MD5 e94b2aa3438e2f0fb023c8f7b81a2b7c
BLAKE2b-256 21cf7daa707fcc701a66514397027f5b48d04c5048da7feebc42acb79cd46cf5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.39-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4d2054696521ce776a3a1884f7578c11ea15b62dce3693f87684fe9478db8a33
MD5 abfdf65b002973a23c6d720cbbd8c07d
BLAKE2b-256 bbe3e597e5bd0494db135876e802707ed877bedfbbfea02d1b321a089e109097

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.39-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 edcb59253f1b4221bcd48be4a7c5e2d5116bbfd73485b3dfe3e2750249baab38
MD5 75777f9d31d28943568d8c48a9d6cf19
BLAKE2b-256 1f44f96f03e674dd67d43daeea0eec0e37ce80165f21f4483ee6f222e8a02357

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.39-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plantri-10.5.39-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f70ddea4e4b57bfc41410d6425b3719b2ada3a9a9c4e15340065f77b5ac1384a
MD5 3c59bf43054f7a116048fe83bf206788
BLAKE2b-256 b39dcd0142009138c92a95914e142028daa04fa61450d0481de0b2ece411e615

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.39-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 83bf98d1015a522e89682f511f21f36d17ea62963e5ab95f359babc1f9ed2c97
MD5 d10b78e7dc64d3f750facda616f9b33d
BLAKE2b-256 763ff38ca4c7ee41a546a3410cc29d7298a57358e49d14745774683a85223435

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.39-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 6c78243d080a39cc0f36951aa0fad76ba6335df8188581a4d3bd7f5ee81c5f9d
MD5 afc1711af1c2e2e74471c109b71219e6
BLAKE2b-256 ff94f1c5ee5f7a2a13288cdb2d54ac53a89341f60931f68a31fd8c665b5ecd7d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.39-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3d3a17393825e6fdf8127cdf22712767ff6afb017cf385526178257f7ebbbbbd
MD5 e89f929487e0c021659debbdbf682d9e
BLAKE2b-256 c4b7992188fe6747ad48c8bb66fc5c1c564422c9de9a0c4fbfbc043359ad46bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.39-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 21cae482c0afabe20b5100fba29668e0e7621cf770df81e4f1a3589a9fe955c2
MD5 9c9b23e2b6ef517be64a88222b6c11d7
BLAKE2b-256 cbecd797babc52e3f0449a9aaffa54e9f9f18d16c1f14fbdedce1ee5faed8fd5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.39-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 44de532066574976b8644a63451d0f50c3b5a94068aef499959647ac48dda3d4
MD5 d6ce92d3c349abf60f1a9a7af9297f11
BLAKE2b-256 dc33825a002a0d49098b756c3f1a0da01c31a7b99c4f33d50e8377b3dfbe3424

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.39-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plantri-10.5.39-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 61c1f28677ee41b9348b30f76f8e6c11098ea152246c4b7aae30cf1a41d4ff81
MD5 3e60baea107983765e0fb794d6e98a96
BLAKE2b-256 1490cbc4eca3b528c652013f74d2c11cbd735c32af8d717e75556e0bba112db1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.39-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7f36095ba5f006cce44f419153ed58badc370f86ecc779f5a42947efd75c0dcd
MD5 7a3b493d7288c71620b791392910255c
BLAKE2b-256 3c79d3b48c2a1a1de3fddfef89b3db454ec45210c9e277cee65f0f9be8d00814

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.39-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 764ef600eac06be308f8c85e83129465441d9b8741e8768c05cfbd87c1d69b8e
MD5 a5e0ab764329e09798ae28f8f1022c6a
BLAKE2b-256 9ab3db1a23c3a8e57cf7252468851c269e0ba00a6c91e6eb0850d8c4f3ca9762

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.39-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 19809869df7e87538a02e0ec00e23b7db1ec1e46ef6bd7e15ae53ab52c72e6a3
MD5 fb7a2b600511906a7a3a6899e50da15f
BLAKE2b-256 986afae5af8332a67eae992feac632707a82d874bb89d577fdbb1d6e94541cef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.39-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6c340a9f13f3d850e084398cedbb841f3977e8088ef093b208ecac7d4b3e5442
MD5 6f99a6dac58db4a0b3319528583c5e64
BLAKE2b-256 5ea8714e14b0d0ba59862200f836fb0f0df4448c6f92c218d18726f4af275bfc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.39-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5415c4325970e04b651bfaa71b21c0acb761f5838d1bfb880eff081a86a789a1
MD5 5331fbbd49eeb309f0401fa9b1443a0c
BLAKE2b-256 5cc33c0fbcfa85a8a6354999905d20c926951bdb76658e029280aba956f4a280

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.39-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_plantri-10.5.39-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c817a7bf7824a7720bded8641632d557f44c2cac3f9cc392beab41581f6f103a
MD5 c348756f3f37caacc318582f0cfeb160
BLAKE2b-256 8a4d0b2f1f9075cb17887aecd25858ab5d4d4c8da1b5e94c3a468f811ba3b425

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.39-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4ffe04a622c71fd877e3baf4fa6064bcb6bbfc6bc949b36c5107afacb41a58b4
MD5 476e860494ad4c9f54352b5e6604976b
BLAKE2b-256 b21709f7173e76643192d79399f7fbf560b917ae44ae5461bc87f5829a0a3477

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.39-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 979d8352f91fe334e56e2d8074efa034ad8fdcceab6db1b2aa115ace6bcdefc7
MD5 a1094578d87e5473602dbb3529ad125b
BLAKE2b-256 4e771209e27c415c40cc0c0f4a84a738909db9c2cbe051aee5711c4740144c2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.39-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 65a53a62f4bb2df87e2ec6b7bc5cae8cd5b4bbc2e48c8e7e0142c9f5317be99b
MD5 cfc7aed53673475114b3af3f0e6672d5
BLAKE2b-256 97e558232a90bbeb710b7cef0543e281ece4664787e025e82b23bbd1456793ad

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