Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
passagemath-planarity
Advanced tools
"Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, and MATLAB"
Copyright (C) 2005-2024 The Sage Development Team
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.
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 <https://github.com/graph-algorithms/edge-addition-planarity-suite/>
_
by John Boyer.
Cython interface to Boyer's planarity algorithm <https://doc.sagemath.org/html/en/reference/graphs/sage/graphs/planarity.html>
_::
$ 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
FAQs
passagemath: Graph planarity with the edge addition planarity suite
We found that passagemath-planarity demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.