Skip to main content

passagemath: Graph planarity with the edge addition planarity suite

Project description

About SageMath

“Creating a Viable Open Source Alternative to

Magma, Maple, Mathematica, and MATLAB”

Copyright (C) 2005-2024 The Sage Development Team

https://www.sagemath.org

SageMath fully supports all major Linux distributions, recent versions of macOS, and Windows (Windows Subsystem for Linux).

See https://doc.sagemath.org/html/en/installation/index.html for general installation instructions.

About this pip-installable distribution

This pip-installable distribution passagemath-planarity is a small optional distribution for use with passagemath-graphs.

It provides a Cython interface to the Edge Addition Planarity Suite by John Boyer.

What is included

Examples

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-planarity[test]" ipython

In [1]: from sage.all__sagemath_planarity import *

In [2]: g = graphs.PetersenGraph()

In [3]: g.is_planar()
Out[3]: False

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_planarity-10.5.13.tar.gz (5.5 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

passagemath_planarity-10.5.13-cp312-cp312-musllinux_1_2_x86_64.whl (377.5 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_planarity-10.5.13-cp312-cp312-musllinux_1_2_i686.whl (348.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

passagemath_planarity-10.5.13-cp312-cp312-manylinux_2_28_x86_64.whl (376.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

passagemath_planarity-10.5.13-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (336.5 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

passagemath_planarity-10.5.13-cp312-cp312-macosx_14_0_arm64.whl (100.2 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

passagemath_planarity-10.5.13-cp312-cp312-macosx_13_0_x86_64.whl (103.9 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_planarity-10.5.13-cp311-cp311-musllinux_1_2_x86_64.whl (372.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_planarity-10.5.13-cp311-cp311-musllinux_1_2_i686.whl (342.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

passagemath_planarity-10.5.13-cp311-cp311-manylinux_2_28_x86_64.whl (370.1 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

passagemath_planarity-10.5.13-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (330.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

passagemath_planarity-10.5.13-cp311-cp311-macosx_14_0_arm64.whl (100.2 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

passagemath_planarity-10.5.13-cp311-cp311-macosx_13_0_x86_64.whl (103.4 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_planarity-10.5.13-cp310-cp310-musllinux_1_2_x86_64.whl (360.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

passagemath_planarity-10.5.13-cp310-cp310-musllinux_1_2_i686.whl (334.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

passagemath_planarity-10.5.13-cp310-cp310-manylinux_2_28_x86_64.whl (360.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

passagemath_planarity-10.5.13-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (322.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

passagemath_planarity-10.5.13-cp310-cp310-macosx_14_0_arm64.whl (100.3 kB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_planarity-10.5.13-cp310-cp310-macosx_13_0_x86_64.whl (103.6 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_planarity-10.5.13-cp39-cp39-musllinux_1_2_x86_64.whl (360.0 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

passagemath_planarity-10.5.13-cp39-cp39-musllinux_1_2_i686.whl (333.6 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

passagemath_planarity-10.5.13-cp39-cp39-manylinux_2_28_x86_64.whl (359.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

passagemath_planarity-10.5.13-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (321.5 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

passagemath_planarity-10.5.13-cp39-cp39-macosx_14_0_arm64.whl (100.3 kB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_planarity-10.5.13-cp39-cp39-macosx_13_0_x86_64.whl (103.6 kB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

File details

Details for the file passagemath_planarity-10.5.13.tar.gz.

File metadata

  • Download URL: passagemath_planarity-10.5.13.tar.gz
  • Upload date:
  • Size: 5.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for passagemath_planarity-10.5.13.tar.gz
Algorithm Hash digest
SHA256 e6b7e3392d16e5b1227eb779431d2b18ac7681c0f6914e66487fe47447ea7c47
MD5 14afbb400d8b8bfcfa592e015d5ad8f5
BLAKE2b-256 93e5daa9e22ee94914bf38fa37179d062f7bdfa314d40768f2f1178b06455405

See more details on using hashes here.

File details

Details for the file passagemath_planarity-10.5.13-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_planarity-10.5.13-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3256901b92c4a7672011a2527e3bbcc6d6269f8b6b01f76134841c062acc75a6
MD5 167a8755dac9fabff4555c74565b2a1b
BLAKE2b-256 94e5cc18b630b0521ea6e1857e75e64c61499be15ab72501558e56361da6697e

See more details on using hashes here.

File details

Details for the file passagemath_planarity-10.5.13-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for passagemath_planarity-10.5.13-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6b62f3017370ace996c307369e0e7aeb5e5f08035aaa091ca07a172cccd357d7
MD5 237046238fd25a56e91c77fc6acacc0b
BLAKE2b-256 bf32d2783992409fac27b29eddc8002f3189f9c7c6942d11c133c75d76c347a9

See more details on using hashes here.

File details

Details for the file passagemath_planarity-10.5.13-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_planarity-10.5.13-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ca54eab3973168b80f70feb8863c65cbd1c0e2fd847832417296fdadd53209af
MD5 5dc72f8d5ee4ab8c058b677a687abc99
BLAKE2b-256 7f78cc3948ac6963ecf05d5893c59d1348bf4e7fe952262f913ca246f548984d

See more details on using hashes here.

File details

Details for the file passagemath_planarity-10.5.13-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for passagemath_planarity-10.5.13-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 472287d627c5410d0cd4f10415ab43ecce059a2eaf85a3fdf42605f9d5bf1a32
MD5 71cdb2ca2e9d837d8591f9ca1066aa9c
BLAKE2b-256 4fd7e895197d719425d854ce55883f7b8e2430ec5e5140a3f8dee3889fa75201

See more details on using hashes here.

File details

Details for the file passagemath_planarity-10.5.13-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_planarity-10.5.13-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 c8eba367103c687a501a5fbb67de5fe6afa0733743ef56bb05716811bef1641e
MD5 7dedd73dd7469ba8dbf63a716975b4a3
BLAKE2b-256 08f3f7bed480812a95790c2c59bb8331699ded4f8088fad6b4bac5607cbdab3b

See more details on using hashes here.

File details

Details for the file passagemath_planarity-10.5.13-cp312-cp312-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_planarity-10.5.13-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 22e9242e54306cc63de4edff5d94241fb42e560edf2e12bd04e7dd7afbc664b5
MD5 ee9b3eb31fdd9d82d741dcace72b6568
BLAKE2b-256 b8264fcf4fc8326275ca4c3a3ab4754a8db9010f2b9fbff325bd10f1b90a7166

See more details on using hashes here.

File details

Details for the file passagemath_planarity-10.5.13-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_planarity-10.5.13-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 206044c12c1f4bbddc12e44a9bf0bc263f0bbd3e26bba8295a73a11b59a69c7c
MD5 eeee531e493a4555aa443ecfac402146
BLAKE2b-256 2238285ddf52bdf3e2897c19d990e95a665aca7fe07e4b7dc186e7f3f7b697a3

See more details on using hashes here.

File details

Details for the file passagemath_planarity-10.5.13-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for passagemath_planarity-10.5.13-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 0387e41a02ba58337756b30ad28270c6094e937a571be1d050bd4ff2ea80eea8
MD5 fc83b97d94fab79cbca381f495d036cf
BLAKE2b-256 e104cf3459a6110e34541fc3ef5303dacac60a133a9e2d9789a8cce6fcc42c62

See more details on using hashes here.

File details

Details for the file passagemath_planarity-10.5.13-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_planarity-10.5.13-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e4654814567739ecf335695ecfec560a38588c1a8682fe649deca5f9fb853dea
MD5 1cb71de4a462308299ced8f42cc49f5e
BLAKE2b-256 e2579551e661a1f54d99b5faf1be3dfa4666596a6f8602403964841af359aaa4

See more details on using hashes here.

File details

Details for the file passagemath_planarity-10.5.13-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for passagemath_planarity-10.5.13-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 48d39862ceaa2da7c6ef13c64a66019c374899d733935b5473dd39402dd53d65
MD5 f159ce64e08cfe4d2c0de2a697c57ceb
BLAKE2b-256 842f170ef9d356196bb349d5ef57600982d9487fadd3644f3f5f40737e2f746a

See more details on using hashes here.

File details

Details for the file passagemath_planarity-10.5.13-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_planarity-10.5.13-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 8a6e3cbd285c9eb922dfad6f5e8d022e34e7d59b542c1982b75d669ca6909e64
MD5 c7a93e4bd947357d50e2d443d96bf8f6
BLAKE2b-256 7f81df90e2407b60bcb57dafdd64aac61ce5684452237fcacc74c2cc511f47bc

See more details on using hashes here.

File details

Details for the file passagemath_planarity-10.5.13-cp311-cp311-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_planarity-10.5.13-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5b238b3e7cc5c1bf7074fb811bda3d1d7ff099835e1e5e76581c1272be79f508
MD5 f1fd60a08a31c4ce2a88a5e16e28e3ee
BLAKE2b-256 271fd450afe46e8143f93e4a89fd890c12d67601ae612eed27d2e36ceeb8092f

See more details on using hashes here.

File details

Details for the file passagemath_planarity-10.5.13-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_planarity-10.5.13-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 40ad98e1be09fd94663c4dc9ab572e98649c34263c5f10cf1098f2470135800b
MD5 a33def47c115a69d43abb552d984adb3
BLAKE2b-256 6e8046da325495b327140f715b2fc08f4afc75d0eebc7889224867ad92ad89d4

See more details on using hashes here.

File details

Details for the file passagemath_planarity-10.5.13-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for passagemath_planarity-10.5.13-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 d867b8b06f22d6800f3d75f093f87dce43b1be5a5e2c3ff619e34b2b0ec11f3f
MD5 ab3be026edc52b7b8d35816b735287a3
BLAKE2b-256 0d285a7c1b7c44e859401971302fd9248fde299720c7bb9a08502c2e41e34d73

See more details on using hashes here.

File details

Details for the file passagemath_planarity-10.5.13-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_planarity-10.5.13-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7eca56c944479ffe61483291ccb3cdbd139e927e885b3ea6c7d4dc2b705c49cb
MD5 49dd1abe68feff98336987691aeaf93c
BLAKE2b-256 433e16506fd54b8b8ecbe452fb0335f6e1a4d21d6148eaccc7cd65f6dd77aae0

See more details on using hashes here.

File details

Details for the file passagemath_planarity-10.5.13-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for passagemath_planarity-10.5.13-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bd19d4e931b69d325b57d8eeaa7a412437d3a8bf4d908b9e91879290df4f9c56
MD5 ea9894bfa719b1a9670deb6b07cd4901
BLAKE2b-256 b780bc457340a82819ed00bf36f79d3fcc2adf81ea35830207f3e48b34091f63

See more details on using hashes here.

File details

Details for the file passagemath_planarity-10.5.13-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_planarity-10.5.13-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 437b7a0b0786ee725ad2fc177fa3470fbb0d6802cb8f2afc889cf64c89c8a37b
MD5 524b95af41979bc02a1eea7fd5beb8d6
BLAKE2b-256 5a41419b6eb6b95bd06a5249bda9b0e99842e5217482c6ce5628f3d15b377344

See more details on using hashes here.

File details

Details for the file passagemath_planarity-10.5.13-cp310-cp310-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_planarity-10.5.13-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 8b4b130edc195311ae494a4b657e5d7bd84a1ec8f36c102bb96d79cbe78376e2
MD5 00da3f591b670e746862852f523dc1c1
BLAKE2b-256 9cd9bbaf596c93aeea883f8d59c0df10f341a75f6fe674cf6b0ea83c963c16b3

See more details on using hashes here.

File details

Details for the file passagemath_planarity-10.5.13-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_planarity-10.5.13-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d751efc07640634e82973190c7dec8a98b9cd23a349e1bc350480af502a4db78
MD5 128aafb0591207454483c29147b70623
BLAKE2b-256 642681ed54ad2f0c30e413729bdc74a5bffdfbfd85c004725b663919804f06b3

See more details on using hashes here.

File details

Details for the file passagemath_planarity-10.5.13-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for passagemath_planarity-10.5.13-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b6c51bf015b70702d2674ebb3c1e8e43f1ee98b535985397c1d4b7bedad9bda7
MD5 18e905b1c07c555e1e551a7dbc1503f3
BLAKE2b-256 26b9ecfd3e8497a5d1353fb141bcc678f373e0e364eae2152f3ccc30141c4667

See more details on using hashes here.

File details

Details for the file passagemath_planarity-10.5.13-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_planarity-10.5.13-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e32fb07824bb22782300f4ebd95488954ae7fd0ecf5d63dbe2d7237ac8cab893
MD5 89837e939a8676e91cf2c9d620d04af2
BLAKE2b-256 a14eb03d5f5df904478596ffd876164587826a347e0ef37b57ee65e2e8191067

See more details on using hashes here.

File details

Details for the file passagemath_planarity-10.5.13-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for passagemath_planarity-10.5.13-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 af9ea74e8828a8ec1382cc35d24d5adda49adc1583005eecb9244f1f02ec6404
MD5 f7070440f36c36568f0f454c2dc68d0d
BLAKE2b-256 694ff39bb03adcb36c885364e4dea02facb8fb0dc03e13a7d2d691ad89088181

See more details on using hashes here.

File details

Details for the file passagemath_planarity-10.5.13-cp39-cp39-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for passagemath_planarity-10.5.13-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 6887d61d629d5b47f3b777c2391bfc71b8e36c9ca4ba3b559ee58e47dfa48439
MD5 81140c2334f100c9df739a2191940c3b
BLAKE2b-256 cc112c8642c2a6d28fb2b5c65dd9247b6737f9fb28c3cee9c1f3aede22aa6164

See more details on using hashes here.

File details

Details for the file passagemath_planarity-10.5.13-cp39-cp39-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for passagemath_planarity-10.5.13-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 eadbc92b9dbd7d52fd411063c6adf1e0bb3d692c9f75eb2d983bf431b9f0762e
MD5 db76aa0ef6a8dbd4c23b6e79824c8a3b
BLAKE2b-256 6e5c47c3276ba21dcf1f920f85cd4a7a67911c126b387647c10447d99c61d467

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