Name | passagemath-buckygen JSON |
Version |
10.6.30
JSON |
| download |
home_page | None |
Summary | passagemath: Generation of nonisomorphic fullerenes with buckygen |
upload_time | 2025-10-07 13:53:24 |
maintainer | Matthias Köppe, passagemath contributors |
docs_url | None |
author | None |
requires_python | <3.14,>=3.10 |
license | None |
keywords |
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
===============================================================================
passagemath: Generation of nonisomorphic fullerenes with buckygen
===============================================================================
`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 uses the motto "Creating a Free Passage Between the
Scientific Python Ecosystem and Mathematical Software Communities."
It was created in October 2024 with the following goals:
- providing modularized installation with pip,
- establishing first-class membership in the scientific Python
ecosystem,
- giving `clear attribution of upstream
projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,
- providing independently usable Python interfaces to upstream
libraries,
- offering `platform portability and integration testing
services <https://github.com/passagemath/passagemath/issues/704>`__
to upstream projects,
- inviting collaborations with upstream projects,
- `building a professional, respectful, inclusive
community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,
- `empowering Sage users to participate in the scientific Python ecosystem
<https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,
- developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for
serverless deployment with Javascript,
- developing a native Windows port.
`Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is
available online.
passagemath attempts to support and provides binary wheels suitable for
all major Linux distributions and recent versions of macOS.
Binary wheels for native Windows (x86_64) are are available for a subset of
the passagemath distributions. Use of the full functionality of passagemath
on Windows currently requires the use of Windows Subsystem for Linux (WSL)
or virtualization.
The supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.
About this pip-installable distribution package
-----------------------------------------------
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.
What is included
----------------
* Binary wheels on PyPI contain prebuilt copies of buckygen.
Examples
--------
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
Raw data
{
"_id": null,
"home_page": null,
"name": "passagemath-buckygen",
"maintainer": "Matthias K\u00f6ppe, passagemath contributors",
"docs_url": null,
"requires_python": "<3.14,>=3.10",
"maintainer_email": null,
"keywords": null,
"author": null,
"author_email": "The Sage Developers <sage-support@googlegroups.com>",
"download_url": null,
"platform": null,
"description": "===============================================================================\npassagemath: Generation of nonisomorphic fullerenes with buckygen\n===============================================================================\n\n`passagemath <https://github.com/passagemath/passagemath>`__ is open\nsource mathematical software in Python, released under the GNU General\nPublic Licence GPLv2+.\n\nIt is a fork of `SageMath <https://www.sagemath.org/>`__, which has been\ndeveloped 2005-2025 under the motto \u201cCreating a Viable Open Source\nAlternative to Magma, Maple, Mathematica, and MATLAB\u201d.\n\nThe passagemath fork uses the motto \"Creating a Free Passage Between the\nScientific Python Ecosystem and Mathematical Software Communities.\"\nIt was created in October 2024 with the following goals:\n\n- providing modularized installation with pip,\n- establishing first-class membership in the scientific Python\n ecosystem,\n- giving `clear attribution of upstream\n projects <https://groups.google.com/g/sage-devel/c/6HO1HEtL1Fs/m/G002rPGpAAAJ>`__,\n- providing independently usable Python interfaces to upstream\n libraries,\n- offering `platform portability and integration testing\n services <https://github.com/passagemath/passagemath/issues/704>`__\n to upstream projects,\n- inviting collaborations with upstream projects,\n- `building a professional, respectful, inclusive\n community <https://groups.google.com/g/sage-devel/c/xBzaINHWwUQ>`__,\n- `empowering Sage users to participate in the scientific Python ecosystem\n <https://github.com/passagemath/passagemath/issues/248>`__ by publishing packages,\n- developing a port to `Pyodide <https://pyodide.org/en/stable/>`__ for\n serverless deployment with Javascript,\n- developing a native Windows port.\n\n`Full documentation <https://passagemath.org/docs/latest/html/en/index.html>`__ is\navailable online.\n\npassagemath attempts to support and provides binary wheels suitable for\nall major Linux distributions and recent versions of macOS.\n\nBinary wheels for native Windows (x86_64) are are available for a subset of\nthe passagemath distributions. Use of the full functionality of passagemath\non Windows currently requires the use of Windows Subsystem for Linux (WSL)\nor virtualization.\n\nThe supported Python versions in the passagemath 10.6.x series are 3.10.x-3.13.x.\n\n\nAbout this pip-installable distribution package\n-----------------------------------------------\n\nThis pip-installable distribution ``passagemath-buckygen`` provides an interface\nto `buckygen <http://caagt.ugent.be/buckygen/>`_, a program for the efficient\ngeneration of all nonisomorphic fullerenes.\n\n\nWhat is included\n----------------\n\n* Binary wheels on PyPI contain prebuilt copies of buckygen.\n\n\nExamples\n--------\n\nUsing the buckygen program on the command line::\n\n $ pipx run --pip-args=\"--prefer-binary\" --spec \"passagemath-buckygen[test]\" sage -sh -c buckygen\n\nFinding the installation location of the buckygen program::\n\n $ pipx run --pip-args=\"--prefer-binary\" --spec \"passagemath-buckygen[test]\" ipython\n\n In [1]: from sage.features.graph_generators import Buckygen\n\n In [2]: Buckygen().absolute_filename()\n Out[2]: '.../bin/buckygen'\n\nUsing the Python interface::\n\n $ pipx run --pip-args=\"--prefer-binary\" --spec \"passagemath-buckygen[test]\" ipython\n\n In [1]: from sage.all__sagemath_buckygen import *\n\n In [2]: len(list(graphs.fullerenes(60)))\n Out[2]: 1812\n\n In [3]: gen = graphs.fullerenes(60, ipr=True); next(gen)\n Out[3]: Graph on 60 vertices\n",
"bugtrack_url": null,
"license": null,
"summary": "passagemath: Generation of nonisomorphic fullerenes with buckygen",
"version": "10.6.30",
"project_urls": {
"discourse": "https://passagemath.discourse.group",
"documentation": "https://passagemath.org/docs/latest",
"homepage (upstream)": "https://www.sagemath.org",
"release notes": "https://github.com/passagemath/passagemath/releases",
"repo": "https://github.com/passagemath/passagemath",
"repo (upstream)": "https://github.com/sagemath/sage",
"tracker": "https://github.com/passagemath/passagemath/issues",
"tracker (upstream)": "https://github.com/sagemath/sage/issues"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "640b0e244a9c5d0b5e797a08426ef75087aec3f878e320ae68416411ecbb2017",
"md5": "606d08791fcf7ce05e8a04a1df81272f",
"sha256": "7dd2461b36f53fceba2c978c773a9891dfdae8cea2ef451aabe1b14d60d9587b"
},
"downloads": -1,
"filename": "passagemath_buckygen-10.6.30-cp310-cp310-macosx_13_0_arm64.whl",
"has_sig": false,
"md5_digest": "606d08791fcf7ce05e8a04a1df81272f",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<3.14,>=3.10",
"size": 86607,
"upload_time": "2025-10-07T13:53:24",
"upload_time_iso_8601": "2025-10-07T13:53:24.462601Z",
"url": "https://files.pythonhosted.org/packages/64/0b/0e244a9c5d0b5e797a08426ef75087aec3f878e320ae68416411ecbb2017/passagemath_buckygen-10.6.30-cp310-cp310-macosx_13_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "1bf6de1c2dc7959e59f483667ae552b1a9135a8711b7e74e2665f91a37681c33",
"md5": "e6361a7b57eaa39ffa061e88a15abff3",
"sha256": "80ac97565f879afdb6f20d19ef292098c1fa6b7f2a0b966bfb2ad207790c7a70"
},
"downloads": -1,
"filename": "passagemath_buckygen-10.6.30-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "e6361a7b57eaa39ffa061e88a15abff3",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<3.14,>=3.10",
"size": 350827,
"upload_time": "2025-10-07T13:56:21",
"upload_time_iso_8601": "2025-10-07T13:56:21.882537Z",
"url": "https://files.pythonhosted.org/packages/1b/f6/de1c2dc7959e59f483667ae552b1a9135a8711b7e74e2665f91a37681c33/passagemath_buckygen-10.6.30-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0cf64f143a8529288e6f6c748a8186d026aba076af0ba1ed59481f03590e6cc1",
"md5": "7d802731294b3ae8d3160a9abf1a8358",
"sha256": "1b3e3a1e6a2d50f487803622dd2093277dd4f572a07ff8dc98f300810524f85a"
},
"downloads": -1,
"filename": "passagemath_buckygen-10.6.30-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "7d802731294b3ae8d3160a9abf1a8358",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<3.14,>=3.10",
"size": 337088,
"upload_time": "2025-10-07T13:56:15",
"upload_time_iso_8601": "2025-10-07T13:56:15.396876Z",
"url": "https://files.pythonhosted.org/packages/0c/f6/4f143a8529288e6f6c748a8186d026aba076af0ba1ed59481f03590e6cc1/passagemath_buckygen-10.6.30-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ca9751ebc4331f4ace7eda7947a5ca544d3d2ca925af6b6c4d8dc6366f090f2b",
"md5": "3024247239062a804114243a2367daf1",
"sha256": "6aa7ef105147e9f90b50d2cc7a9e686ae76cb53e3f172128816c45f78f71440d"
},
"downloads": -1,
"filename": "passagemath_buckygen-10.6.30-cp310-cp310-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "3024247239062a804114243a2367daf1",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<3.14,>=3.10",
"size": 344545,
"upload_time": "2025-10-07T13:54:55",
"upload_time_iso_8601": "2025-10-07T13:54:55.265420Z",
"url": "https://files.pythonhosted.org/packages/ca/97/51ebc4331f4ace7eda7947a5ca544d3d2ca925af6b6c4d8dc6366f090f2b/passagemath_buckygen-10.6.30-cp310-cp310-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a9fdd50f5f839ac2ca9231746ef1fc1ada77d633392506650eddcb763a16136a",
"md5": "0b53d32f4eb94d7f7438b0c5c8862f36",
"sha256": "608797928e7f3a587c50f67f860c1ece4b64ae75f015efda7be9beba05320b90"
},
"downloads": -1,
"filename": "passagemath_buckygen-10.6.30-cp310-cp310-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "0b53d32f4eb94d7f7438b0c5c8862f36",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<3.14,>=3.10",
"size": 331035,
"upload_time": "2025-10-07T13:54:30",
"upload_time_iso_8601": "2025-10-07T13:54:30.820511Z",
"url": "https://files.pythonhosted.org/packages/a9/fd/d50f5f839ac2ca9231746ef1fc1ada77d633392506650eddcb763a16136a/passagemath_buckygen-10.6.30-cp310-cp310-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0c380ceaeaaa2ab6b085921cc45265757b8d9ea39b8ed612354827a9975eb198",
"md5": "3d0c0ccbe136b5c07ca8c4cc1e474c8e",
"sha256": "4f3c7a703a1afca07e2393d872545ced4b31d5eec75c0d4c57ebc72676862252"
},
"downloads": -1,
"filename": "passagemath_buckygen-10.6.30-cp311-cp311-macosx_13_0_arm64.whl",
"has_sig": false,
"md5_digest": "3d0c0ccbe136b5c07ca8c4cc1e474c8e",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<3.14,>=3.10",
"size": 86406,
"upload_time": "2025-10-07T13:53:29",
"upload_time_iso_8601": "2025-10-07T13:53:29.603596Z",
"url": "https://files.pythonhosted.org/packages/0c/38/0ceaeaaa2ab6b085921cc45265757b8d9ea39b8ed612354827a9975eb198/passagemath_buckygen-10.6.30-cp311-cp311-macosx_13_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a1a3810752f55e3d3056d5c3e3ae96bc62e623eb3cc921415075928128a3ddca",
"md5": "db5fcbf6ac5ecff9f915070f7cd2f12f",
"sha256": "46e6e6767f383ce31ab990b2710aa18841c4bea5778f8aebb6c4a550e5caee18"
},
"downloads": -1,
"filename": "passagemath_buckygen-10.6.30-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "db5fcbf6ac5ecff9f915070f7cd2f12f",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<3.14,>=3.10",
"size": 351112,
"upload_time": "2025-10-07T13:56:53",
"upload_time_iso_8601": "2025-10-07T13:56:53.083818Z",
"url": "https://files.pythonhosted.org/packages/a1/a3/810752f55e3d3056d5c3e3ae96bc62e623eb3cc921415075928128a3ddca/passagemath_buckygen-10.6.30-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "295b943605b3ee901c743b532a6e0bd47ac1c9c87d63a7444f6c0abcdf1ee612",
"md5": "7fe920807cb1432b95f3e44af4363a99",
"sha256": "b7a46e0c0bf25e799e2e06f5a4b73c5be5b401299472bfb7bcfdcc29b0a3c889"
},
"downloads": -1,
"filename": "passagemath_buckygen-10.6.30-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "7fe920807cb1432b95f3e44af4363a99",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<3.14,>=3.10",
"size": 337322,
"upload_time": "2025-10-07T13:56:20",
"upload_time_iso_8601": "2025-10-07T13:56:20.155101Z",
"url": "https://files.pythonhosted.org/packages/29/5b/943605b3ee901c743b532a6e0bd47ac1c9c87d63a7444f6c0abcdf1ee612/passagemath_buckygen-10.6.30-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "26e0e990340661a132e8d50ba55dde05d18a943eb25f4b03ab81b6523f6a71ea",
"md5": "e181d965f8140e881d2e836eaac2ebe0",
"sha256": "cd38edbe91e594aeba49e7330de7e3393fb865ca010f932f801224f7b2143bc4"
},
"downloads": -1,
"filename": "passagemath_buckygen-10.6.30-cp311-cp311-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "e181d965f8140e881d2e836eaac2ebe0",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<3.14,>=3.10",
"size": 344835,
"upload_time": "2025-10-07T13:54:59",
"upload_time_iso_8601": "2025-10-07T13:54:59.648181Z",
"url": "https://files.pythonhosted.org/packages/26/e0/e990340661a132e8d50ba55dde05d18a943eb25f4b03ab81b6523f6a71ea/passagemath_buckygen-10.6.30-cp311-cp311-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "168f13d8fdc3fa4fbd02034bd88b246d6ea6a4d03960a17bf1255b883ed5a48b",
"md5": "e313727e1b19dc85088e0c5b0c4a6a6d",
"sha256": "178dd8fec69c00f105b8c24277bee8b398b93d05b013e52d640d2690e2eee214"
},
"downloads": -1,
"filename": "passagemath_buckygen-10.6.30-cp311-cp311-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "e313727e1b19dc85088e0c5b0c4a6a6d",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<3.14,>=3.10",
"size": 331281,
"upload_time": "2025-10-07T13:54:42",
"upload_time_iso_8601": "2025-10-07T13:54:42.419339Z",
"url": "https://files.pythonhosted.org/packages/16/8f/13d8fdc3fa4fbd02034bd88b246d6ea6a4d03960a17bf1255b883ed5a48b/passagemath_buckygen-10.6.30-cp311-cp311-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "993becc866ba6514c560154a8209cf0f8b4866be5303f758f220956a6732e0ba",
"md5": "d7ac5150b0aff06fe65b736e0a48db40",
"sha256": "e00e678d7199997db968d72644d4531543699887885229d9c3714218fb9296f6"
},
"downloads": -1,
"filename": "passagemath_buckygen-10.6.30-cp312-abi3-macosx_13_0_arm64.whl",
"has_sig": false,
"md5_digest": "d7ac5150b0aff06fe65b736e0a48db40",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<3.14,>=3.10",
"size": 86941,
"upload_time": "2025-10-07T13:53:34",
"upload_time_iso_8601": "2025-10-07T13:53:34.993659Z",
"url": "https://files.pythonhosted.org/packages/99/3b/ecc866ba6514c560154a8209cf0f8b4866be5303f758f220956a6732e0ba/passagemath_buckygen-10.6.30-cp312-abi3-macosx_13_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a50ebbe369adadaf9ec66d36cad551d75fa7496405db65add7a4a96fcbe4d9ee",
"md5": "17a50248175db3dbd1a9f5b8b1823955",
"sha256": "7a2ab3d65a4908f8f9ee5b241d7b3ad1067baf03af99e296b23e2be370aa2f57"
},
"downloads": -1,
"filename": "passagemath_buckygen-10.6.30-cp312-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"has_sig": false,
"md5_digest": "17a50248175db3dbd1a9f5b8b1823955",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<3.14,>=3.10",
"size": 347738,
"upload_time": "2025-10-07T13:57:10",
"upload_time_iso_8601": "2025-10-07T13:57:10.941137Z",
"url": "https://files.pythonhosted.org/packages/a5/0e/bbe369adadaf9ec66d36cad551d75fa7496405db65add7a4a96fcbe4d9ee/passagemath_buckygen-10.6.30-cp312-abi3-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6810d99f97a43a167a2e4b15fe7e3a67c07de8f78d19bbeb729e59ace195cda6",
"md5": "a8f552c95c6955a28c1507bd73842f1e",
"sha256": "28a3114796e5f27442b3946f3e2fe4156d4e584bda41049e137ac232fd4bc4fe"
},
"downloads": -1,
"filename": "passagemath_buckygen-10.6.30-cp312-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"has_sig": false,
"md5_digest": "a8f552c95c6955a28c1507bd73842f1e",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<3.14,>=3.10",
"size": 334353,
"upload_time": "2025-10-07T13:56:33",
"upload_time_iso_8601": "2025-10-07T13:56:33.966774Z",
"url": "https://files.pythonhosted.org/packages/68/10/d99f97a43a167a2e4b15fe7e3a67c07de8f78d19bbeb729e59ace195cda6/passagemath_buckygen-10.6.30-cp312-abi3-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "12abfc1effffb1f332de8d2a06ce441c19d1014dd1f0ea88a6b44959e44a42a2",
"md5": "132d62be9bc7b670d3e7610b13461ae0",
"sha256": "7e9fe8b89d4494aa8cf3c16cd8774afe1b9dad2948f9c5773bbd7384e38c0dbd"
},
"downloads": -1,
"filename": "passagemath_buckygen-10.6.30-cp312-abi3-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "132d62be9bc7b670d3e7610b13461ae0",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<3.14,>=3.10",
"size": 341476,
"upload_time": "2025-10-07T13:55:04",
"upload_time_iso_8601": "2025-10-07T13:55:04.322240Z",
"url": "https://files.pythonhosted.org/packages/12/ab/fc1effffb1f332de8d2a06ce441c19d1014dd1f0ea88a6b44959e44a42a2/passagemath_buckygen-10.6.30-cp312-abi3-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0070abb6f2d1f324f44caf80f2845a3e3c8a18e443f5e5745e6dd3e00b842faa",
"md5": "9e0f14c13f154713d9245053654cad91",
"sha256": "074c3d79ff5fdf6d02d190d693f839148de67d0770a0ac356380a240ecf3c259"
},
"downloads": -1,
"filename": "passagemath_buckygen-10.6.30-cp312-abi3-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "9e0f14c13f154713d9245053654cad91",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<3.14,>=3.10",
"size": 328017,
"upload_time": "2025-10-07T13:54:45",
"upload_time_iso_8601": "2025-10-07T13:54:45.868926Z",
"url": "https://files.pythonhosted.org/packages/00/70/abb6f2d1f324f44caf80f2845a3e3c8a18e443f5e5745e6dd3e00b842faa/passagemath_buckygen-10.6.30-cp312-abi3-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-07 13:53:24",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "passagemath",
"github_project": "passagemath",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "passagemath-buckygen"
}