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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_plantri-10.5.48-cp313-cp313-macosx_13_0_x86_64.whl (175.2 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 14.0+ ARM64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_plantri-10.5.48-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.48.tar.gz.

File metadata

  • Download URL: passagemath_plantri-10.5.48.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.48.tar.gz
Algorithm Hash digest
SHA256 57aae3a482971d4b0a05a9cff19bb36ba6fa0e818effaa4f824c154ab14778e8
MD5 e35ca9536f20ac25ca0608c1e2475fba
BLAKE2b-256 bc2473b5c2af70023fb228d12ce46a3e0374cca4cb7fbeeeccdbdbcb4271819f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.48-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 149808d3c4a47e93a37b944f1b8e521e96706c8de458fd6cdae1e9acae11ca79
MD5 d5afcab12651c478f0c7875bfafb8f92
BLAKE2b-256 6b5a499f64466a607741138d728aa20e90cd5b578d0d9b0bbab890a3efefd248

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.48-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4a29ddacea739ba1dbb6eb5a59604650ec389a8c781ff90bbdceb8cd12ac62a7
MD5 a38f9b954d8d7a0aa8ba28b929be4953
BLAKE2b-256 89e7bf92c66610cbfdad8e0053197cfbea85055cbde57165e1490ee1a464c173

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.48-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.48-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cedfbcd130daa8d8f80b26c5cf420d1334a1d68a4e8c539bd3cf3910855b2d0b
MD5 ed246958ae57fd9b7abdf0a201f00870
BLAKE2b-256 6efd036c3efe510a9c785bbf013e135ef1d798d584e5e7ca33751dbe45022dae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.48-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8cc82d4a284e43add506862a9101377ac4e282ef9e826abe1003aed60d131c54
MD5 0d69bc7e7962393f0a5c195978de286f
BLAKE2b-256 d7e7f94920e9f615c321418ee4a166bdaa48ca4f82a820b02b75670820c7d3dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.48-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 5f04bf7b72aa1ee4ecb3d33bea714f7d7ac1b6c0903b73b7d4619b5069ab1190
MD5 8d78443f24c8d2b8b797d9ef64d8297a
BLAKE2b-256 fec6c0ceb2e0239c5e4b53934d3ab40a04a3fd724b897de3ceb9ed74850045a2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.48-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 669dd0751e9ea964d6c3f6a1d5ab7f2bd25c1b2775c6f1046bc361f6223c8ef7
MD5 1e208b237ea8e6c2118bd520747d2d59
BLAKE2b-256 477845ac82384c0f7c0de6ca4767f6d004335d8c56eb401ae803976eb0d25593

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.48-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 88b2fb8620acf19fe78b5df6c492820d52826f312f483bbc9c459059f7c5fe59
MD5 b5412d6ce4a53131eab5f9b7369b414f
BLAKE2b-256 d29f3da190e1a4de58387646dd66298305ee0004a1e2a1ea78c396be1b7bd39a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.48-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 28c6d1b5bae68689d859b7dd90b1829237cdbd3da48679741df2250da3914aa9
MD5 3938376e862d9accf1f1346797bcf767
BLAKE2b-256 b8de7218c51ee3b53c06d7cd607db421deb16de36be401703f595d265b89dfe5

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.48-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.48-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 296fa4a6591a2d5b64bb1171001102c1b627d8160012c8ab58c450606e5e6a88
MD5 5f7e3faad08eec38ba3170595fa95c16
BLAKE2b-256 1dde371760de0a37a3d729c63ea5db2c817db87690fa7cfe039d6c445332f875

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.48-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2694f0d9c46ea0b59cf0ded62641db77c98c24423ec06254bf485a53722791e6
MD5 5402c2bb1131738aa57a75a4266bd4c2
BLAKE2b-256 f293984faabf9699951f929a458556d7cc6a0fa3e7bb7236cbf6018b5305c386

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.48-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 6834fce5382f4360a9c4e3bd44126cffdfd8d42f40eaccb667a28d63cd3edb53
MD5 bf5a8e4016e6d2ca92eb5232af7bd38e
BLAKE2b-256 9181b5f394a6d11d35a11c8c32d3044a756bc7ec80a53d0775089e97dfcc58ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.48-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f17c592a39008fc3adbf0de22a89aa5d09b0837fafdd90e6cb8f959a71c43e53
MD5 14ea4f284e20c5aa98fcca66b91c581d
BLAKE2b-256 fe357345131110791fd9731010cd52915eba4ddfdf5860b4e59513caa3a8135a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.48-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 675c5eb304b560d15d9c917b17a240969e6aacf6e1270219cc79d79918d1df04
MD5 32a2683b9e29fac922b10915c3a2dc0c
BLAKE2b-256 b1cc99ef129be969e2dbfa20d5c7e23bc473aaf8b726971b0bd22fbd482a5ff7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.48-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8cea09501a6fab416bf5e099343256fcc572f2e783dc8fb3047034299ad27309
MD5 d2451cbbb23ff5c37ddbb5c1d49b6be7
BLAKE2b-256 9c9794d08c67fb8302d1bdac3e7c7de671ea4adff4984ec81135a7b523fbd0ba

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.48-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.48-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8e4f29b0326ad0ac92d8397c987b12af6f20924184b40ef47ae75ed29a6469fe
MD5 e7e75e14809ef3d8e1bdccb30163781a
BLAKE2b-256 74845376fa301d0886b73a2b794ef153ea9345f353db83362b6e04cc427fe358

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.48-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bbd885618da50296c41704a4e9b44ca38c82531f2809cea0a6fe425680fab15f
MD5 6cf4d0eebe8d896eb6ddb4822698e118
BLAKE2b-256 fc0d2b1d47177da2570840685f140669a774e1319c91df312cd7b94f3d294aa7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.48-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 9c91275c548b055718fdf2cc94fff030b997e9bd451921c180b4bac7b2444570
MD5 1c646be427f80fe809c76289946b792e
BLAKE2b-256 2c1f31ace0a225201ca33ec39817e55619c318f091bdbb81753ab559d308fef1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.48-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a4512843aa5d57b104152b822d0af7935376d766c657a68e2ef66d924a73711e
MD5 9f1e1b8f5d2b1521be35bcf1f672ef98
BLAKE2b-256 fd0362e01e87be9696bece7116ca45d276d4aa1afc10fdf850df6ba1fe583910

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.48-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 7c35cc6b5a6741c1bf063e6921b6c70059ff4ac723f8888057275f3a1d8b9b32
MD5 5258d4db6107b0733217b91908c4c192
BLAKE2b-256 b75d2186d0d1a6f04fbcd6e78e3f7c5fdf92561e817156d321bca34991092614

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.48-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f33107413d7d7e110a293c1e2ba929015176e3377a65237906da4d2400f0e108
MD5 19c0450225c3f172dc4b1ec644fad088
BLAKE2b-256 58e4359f87af6e320f8d9d96844e7c2bd8ce314e5494789da060f75c7dcbe02f

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.48-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.48-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a991993b0de1e77c81eb777e14272ef149acda4e53664640ed1ad626a43553bd
MD5 ad55362c1b84266f543f557de9c233df
BLAKE2b-256 65e843069906c87b7823a4ab3e2571980b906139308e9ef1762681304d5a28a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.48-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fc5bab9b34104aee79b2c3675454c800d8744b971af4daab56d6e06fa75ee660
MD5 04d739f32ce78126e982564772b5c2aa
BLAKE2b-256 dd181415ebb2ad086631d22b8e192ba7e754efcc18f17d4cbabfe49cf4b41715

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.48-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 505fb9cf64ce84e51814e6788974f022506e2c3da6e65cee56ebd778633cfbc2
MD5 04c73aa332078a7752feede37fdc0b1a
BLAKE2b-256 2acd6583ab578e61d9a98b2d6fcfd3db6e5fe8642657707ee241f11afbd596fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.48-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 55e455a740368e5f07d20c95b74170be4193bff361a40c47b17717e399ead7f4
MD5 900108fa4309dfbc1cc0d82e83e89851
BLAKE2b-256 eaebb9b226ae7026e4b0c67266352390ab1564ade460ca05543ceb135a133863

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.48-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 57e58b23f7fb2827243b22ed8a4c42e17672e5b3b7a402c89e9bac9b7675f850
MD5 57c5bdd206f899fd0e173f1d8ae05abb
BLAKE2b-256 4bb2d47f36f29269c25023e648a5d4a6f6a5bae58888433f543f55c313361151

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.48-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b913b157b7cbc5c65be3f5e5422c94cac8468a2dfc304973c4f7f40c0bcdc2f4
MD5 c6260373287c574301d7dac48b54b18f
BLAKE2b-256 69c7e1f0c942909903e9c159a8cb094fb7059cc342ca4e6b0158cbccbb19a0d7

See more details on using hashes here.

File details

Details for the file passagemath_plantri-10.5.48-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.48-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 aaa198082b5c5892ca7323bb32dd2754345bcedfb230c0ee8927d2d77562a44e
MD5 e809fe3ef261937cc51ea6e50dce799b
BLAKE2b-256 9a5cac6b8cca07bb6f141ece6ac4371eae0cbdb629617ab366ff750636e39230

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.48-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d692854c3b566fa8dba5838798d2e4fac5bc571ea297f3b67bae609569e55b75
MD5 8909f74c6f66c1372305436fd55c2301
BLAKE2b-256 4f8b37316c3a68ee666946b3b1143a6182248fb3d079cda130301848507a578a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.48-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 1fb311f1671021bd0ad6ee93a7c1464d0711056468a73146c3df361e9d7dabab
MD5 3a4f69525871bedb7429b9ae86214a2b
BLAKE2b-256 1c442f5752d8837c37a252fe6f862f719208953b77093551cfc228abfb5ba56b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_plantri-10.5.48-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 79fd6235c640645e7c311ce05b61312f39d0fef36223f75749fc6fcdbad2aea1
MD5 349d4634cae65c9676dc0c5ddab8d274
BLAKE2b-256 7cab9b2ac8687fa864832974920bffdae0542cf58a7240f654c07778bf51d68d

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