
Security News
ESLint Adds Official Support for Linting HTML
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
passagemath-buckygen
Advanced tools
passagemath <https://github.com/passagemath/passagemath>
__ is open
source mathematical software in Python, released under the GNU General
Public Licence GPLv2+.
It is a fork of SageMath <https://www.sagemath.org/>
__, 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:
major project started in 2020 in the Sage codebase <https://github.com/sagemath/sage/issues/29705>
__,clear attribution of upstream projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>
__,platform portability and integration testing services <https://github.com/passagemath/passagemath/issues/704>
__
to upstream projects,building a professional, respectful, inclusive community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>
__,Pyodide <https://pyodide.org/en/stable/>
__ for
serverless deployment with Javascript,Full documentation <https://doc.sagemath.org/html/en/index.html>
__ 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.
This pip-installable distribution passagemath-buckygen
provides an interface
to buckygen <http://caagt.ugent.be/buckygen/>
_, a program for the efficient
generation of all nonisomorphic fullerenes.
Using the buckygen program on the command line::
$ pipx run --pip-args="--prefer-binary" --spec "passagemath-buckygen[test]" sage -sh -c buckygen
Finding the installation location of the buckygen program::
$ pipx run --pip-args="--prefer-binary" --spec "passagemath-buckygen[test]" ipython
In [1]: from sage.features.graph_generators import Buckygen
In [2]: Buckygen().absolute_filename()
Out[2]: '.../bin/buckygen'
Using the Python interface::
$ pipx run --pip-args="--prefer-binary" --spec "passagemath-buckygen[test]" ipython
In [1]: from sage.all__sagemath_buckygen import *
In [2]: len(list(graphs.fullerenes(60)))
Out[2]: 1812
In [3]: gen = graphs.fullerenes(60, ipr=True); next(gen)
Out[3]: Graph on 60 vertices
FAQs
passagemath: Generation of nonisomorphic fullerenes with buckygen
We found that passagemath-buckygen demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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
ESLint now supports HTML linting with 48 new rules, expanding its language plugin system to cover more of the modern web development stack.
Security News
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.