Skip to main content

passagemath: Generation of nonisomorphic fullerenes with buckygen

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-buckygen provides an interface to 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

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_buckygen-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_buckygen-10.5.48-cp313-cp313-musllinux_1_2_x86_64.whl (333.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_buckygen-10.5.48-cp313-cp313-musllinux_1_2_aarch64.whl (346.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_buckygen-10.5.48-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (340.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_buckygen-10.5.48-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (353.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_buckygen-10.5.48-cp313-cp313-macosx_14_0_arm64.whl (87.1 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_buckygen-10.5.48-cp313-cp313-macosx_13_0_x86_64.whl (92.7 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_buckygen-10.5.48-cp312-cp312-musllinux_1_2_x86_64.whl (337.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_buckygen-10.5.48-cp312-cp312-musllinux_1_2_aarch64.whl (351.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_buckygen-10.5.48-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (344.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_buckygen-10.5.48-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (357.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_buckygen-10.5.48-cp312-cp312-macosx_14_0_arm64.whl (87.8 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

passagemath_buckygen-10.5.48-cp312-cp312-macosx_13_0_x86_64.whl (93.4 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_buckygen-10.5.48-cp311-cp311-musllinux_1_2_x86_64.whl (337.1 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_buckygen-10.5.48-cp311-cp311-musllinux_1_2_aarch64.whl (350.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_buckygen-10.5.48-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (343.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_buckygen-10.5.48-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (357.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_buckygen-10.5.48-cp311-cp311-macosx_14_0_arm64.whl (87.8 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

passagemath_buckygen-10.5.48-cp311-cp311-macosx_13_0_x86_64.whl (93.4 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_buckygen-10.5.48-cp310-cp310-musllinux_1_2_x86_64.whl (336.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

passagemath_buckygen-10.5.48-cp310-cp310-musllinux_1_2_aarch64.whl (349.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_buckygen-10.5.48-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (342.5 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_buckygen-10.5.48-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (356.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_buckygen-10.5.48-cp310-cp310-macosx_14_0_arm64.whl (88.0 kB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_buckygen-10.5.48-cp310-cp310-macosx_13_0_x86_64.whl (93.5 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_buckygen-10.5.48-cp39-cp39-musllinux_1_2_x86_64.whl (336.1 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

passagemath_buckygen-10.5.48-cp39-cp39-musllinux_1_2_aarch64.whl (349.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

passagemath_buckygen-10.5.48-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (342.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

passagemath_buckygen-10.5.48-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (355.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

passagemath_buckygen-10.5.48-cp39-cp39-macosx_14_0_arm64.whl (88.0 kB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_buckygen-10.5.48-cp39-cp39-macosx_13_0_x86_64.whl (93.5 kB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

File details

Details for the file passagemath_buckygen-10.5.48.tar.gz.

File metadata

  • Download URL: passagemath_buckygen-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_buckygen-10.5.48.tar.gz
Algorithm Hash digest
SHA256 ed214794a839aaaa3dae357cfffbbbe616c7ac6ea8df94d5802500c012b73223
MD5 22c4119f1758de117897af0b570eb3c8
BLAKE2b-256 3fee38ce5ea2b6305e4b9283420d5deb6ac13850a014c8e5a13169d4af170422

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.48-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 79bcb4de8b6da9797a48aab229fc80754d83b65242ad8d549f31fc0ece9a799a
MD5 4fd8f4422aa0be8027fb52464f097607
BLAKE2b-256 8c5928b30f12c73bea0cf940c9b8bb82c5adf0a61978f6edf150f88717210cd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.48-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8070d7c81c08856a10c3e06384d50e1048919f738c06249cb39e1b7265e2c5c7
MD5 b244598c0e4bd869cae566dc89572020
BLAKE2b-256 6ad36d1e038d2c027d9bf5f76ae80cc774b260f9dfeea1e98f9031e8a86f6d2c

See more details on using hashes here.

File details

Details for the file passagemath_buckygen-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_buckygen-10.5.48-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c6ae02d213af094944ed661bed0fad8d7d6480dac7adfbad701a0742406bcedc
MD5 8aca705380cf2501027dce0b2b981280
BLAKE2b-256 bcaa9b34c568f1a6f75c9ff116ab727ba4f78711891b9ed18ec01d9e37bd39e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.48-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d605f3628317e20d4154d52c249e1cd217823c66396a622c755bad65886e6135
MD5 241cefc5b2ec9335729647390ef3ed08
BLAKE2b-256 47c95100ff48a30510ad5d8cf90006d76f90baeeced399180d33bb30a841108a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.48-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 3e28879357cf264f76fca448bfee88b6c2ed5208f0c28ce5df0696aa2668525e
MD5 fd2265f8bcae3b2a45ce54af4f5cd22e
BLAKE2b-256 abff9894fba8f2746c99b020bcb8d6e3181e497e6be236b20a2cc507ce3fa295

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.48-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1ac94f273771b4cb3ac5367310ab8f4088919e78af5f005c2a239810f2bdbac7
MD5 af369bbc00d817e5a31b95e1d1bbabf2
BLAKE2b-256 892d8499304129c82ce5db8cdcf99e8b691da7b22d768cb4441b6dc5abafadd5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.48-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 47cb97c6784a704c002a4c392402522ebc00e9a100ef0e80af05d0dd4d856fa6
MD5 31d1aa084dac4f0b440c11c62f3b9a59
BLAKE2b-256 17837165f19cf61717dd61fac9f7e79af620732bbc8a144108f662b9d9058f5b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.48-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 bdcb53622cdd9a3bbcee6825b31efef0109427540bb1072d7dcb654cb3bedfdb
MD5 87f353da30c361df4b586e0146eb6512
BLAKE2b-256 749456399261b7fecfccca4a3b7968461712aca260d420c6d77f0afe99076860

See more details on using hashes here.

File details

Details for the file passagemath_buckygen-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_buckygen-10.5.48-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ac8f055b1d40a8108a147948b5bbdef6226e5541dfab939d940a871b4b169695
MD5 11214cfa3ceb89d051adb9bcf081a084
BLAKE2b-256 ee0e295ec9e49c3e27916a895eb4ecb8d607a3a46e823d96e4f201df926b2d57

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.48-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8b5db3e1450e286bb131e0b0fc1726e3db30b89644dcab6176c3795c20384b4f
MD5 07ebeecb54121941a6d1b8a2a672fde7
BLAKE2b-256 f49267ecbd1713dee94c0fd1b618aa730f4b2f6eb9e8052c18aa5b40eabf45a5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.48-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 136c863c0ac168c8e56553716831f6b265efaa11e49be5a93cdaa421fa635f96
MD5 cfc696a9bdb8c528dd67147ca82d4531
BLAKE2b-256 e6f97e2712c624d090c2a2c4b8f520c380066e5becfc8cff61042f8e15479d75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.48-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 089b19cedf35adbb9f7eb0e5a99ce1dbc6b9228a5e60c0ce90b5161fec3384ff
MD5 43411a25129743316cf502290102c967
BLAKE2b-256 1d21df599ff6286223870c3330a48c944c7675b287a5df06f5f526fabcaa62be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.48-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bf5bfda9dd533ef3a305946226dacb28e3da6d061c00175332f87d9997d7632a
MD5 103bd9423dcef4d92d559b09a2056be5
BLAKE2b-256 e518934922f73c34699fc3315d1e2f2fb2f83187ba24fadfee004154ead98aa4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.48-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8a8035a684aa2e81bc38c898606041d9c5e9a5fe7f42f0c197879c1a80cf1d63
MD5 a128299a888f2d1d4f6979b794a4ea5e
BLAKE2b-256 07e841f303c3d8be722bb4ac56e33d054992a5aec9176b7635479e09f1f5a50e

See more details on using hashes here.

File details

Details for the file passagemath_buckygen-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_buckygen-10.5.48-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6d1f7257bc278127a01b68f6979c5740e50722beecc381317322d2df2e01d8ee
MD5 56bb85e54e1f568adc2f17f359cfe061
BLAKE2b-256 9256e375591f0043bdcc0d0b8c2d5ce96da893dc7d8fd0c5b3c94ca636732e83

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.48-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6f75b0c4d46810da44a98a77fb17e299942b080b2b80119ee51bca1500d9bc43
MD5 a943183c266453b9bcf76e9622265fb1
BLAKE2b-256 374937ad415076d27cf40e5cdbf09e98e7e1c4fd0ee0522f1a651331e8bacf8e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.48-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 cc6130a7c3c00637a3984ba059fc8c29da2cdcdad770654eb960a9587c54aa2f
MD5 90c31231683ef8586557640738855077
BLAKE2b-256 d4c4255d45aed0157b938275a80ee78f8ac8d54b490f2af6a4e48e1d36c20b6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.48-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 1c70ac4a4e1b35551a1521b688603acc1808c2c06f7ee803d22c752b7d00dbf6
MD5 7f2c0acb8d80bf88489a49eedbbf495b
BLAKE2b-256 6f82668e2e99b57020689deaad0fc1615ab5f0476ba45ef52bbfe1ac810a909d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.48-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 fbdc29086ad5de843ab2f5d5c8006f2c92d3950334c0238873a42028f29d561a
MD5 9c34b57c54fc5d9e14405e9ba5bc0b3b
BLAKE2b-256 02a8823b4b5b5cf7af5de58b743e3c42fa170c568bc38dab746cfd9b79e67545

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.48-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7a46ccb268b8eee81c7f41872f3971a1688eb37f366689721e6145904a781d0c
MD5 f7c46c8843904e73f19ff51be45db539
BLAKE2b-256 a8e64be961d6c624daf5bec196ab9e6f1c69e1a29473899403987fd3b9f09940

See more details on using hashes here.

File details

Details for the file passagemath_buckygen-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_buckygen-10.5.48-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 be59dfbfe81571fe538fbe983fd81604c3367377fa4b3a1336fbab4d268cd158
MD5 5dc9d98b8908ad3cb4cb5afe5c31e5aa
BLAKE2b-256 466251bac2b545fecb9800b6adac1856ed11219d4cd0e16aa767e40c1a93c575

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.48-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d6db745868d6533b859b3749ec18c73c0a088d1428960627e197c99f99f314df
MD5 1e37c134a19542e219dce97d4068af75
BLAKE2b-256 875837136b82620c0c14996e8f890de5e81501fa641cd7b8a96a64d9e2616fde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.48-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 ed5321adfa8c7fa097f5dd4dbcc1b2773f1be52885291cad240ccc761ce9962f
MD5 b23654ea1dd5707b4a31c05ecf959cc3
BLAKE2b-256 4814487c9aa59cf341c05a4f933881795543cb572f75fd8d2574461dbb179477

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.48-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4ba43459ee9fc3e3af13847cf8f1d03a3fdd65460c341363f0fcdda40f4c3e1a
MD5 65af06bd87192cb2b7bec42ffabb2d8d
BLAKE2b-256 c2a819309d00a63770cb362ab65f6a7acfcde91140cbff68d7246b4ba89bcb84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.48-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3a948c3a334f12b672c9702a86c4e7d6853428d8722e5b6548590207ab692b28
MD5 57df130de41419c68322286f240bbf9e
BLAKE2b-256 bfb84a85cefe7b05ade1f73a820a0c7f9bc834a438674db98b1de59697be7e63

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.48-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8a33ee8f483f777d7cff0a7ac54a6af0dcdf2dc564e8af8e9fb87da2b289e54a
MD5 ce1ea965c7ecbd34d82c81995282c35f
BLAKE2b-256 42bba51e9365be980b315b441489a5c589a86bd085a14e11703d53ffef00a887

See more details on using hashes here.

File details

Details for the file passagemath_buckygen-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_buckygen-10.5.48-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5b350ea858fdb454060bd272f0c23aa48ff992c5d19c3beb20429a2ae762e43f
MD5 b29057f6bfb19f2cd17090f8e70c881d
BLAKE2b-256 cf9af7695014d42019b422a4762b51c4478cb727e3d7547725ecf7f3bc27d9ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.48-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 38bc56150b024a0fcf2ca5ae8339eefedbdf6caaa75c2195f78ce56106ddc875
MD5 a5bab02cdc72348be2189c5c90ad1694
BLAKE2b-256 8f25f43645f8af52f6e7c97bd3481bb590b04a27716d9cdad55d584b781fae2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.48-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 017615bb8928210d232a497cfca5bd2913747745df3d8b5b23e1b1cab105a362
MD5 8a4759f9e6ad8d1710527a8c097575e4
BLAKE2b-256 52f5f13f2a9d6b3ea8973f137482d97c6d9ece4a72771cbd4625a73b3896a691

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.48-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ad8462445a4bdb506196eea770bf4511dcda3adeee66f8ce57e2820cae0d39a1
MD5 6abdfcdf674e7daa9a5f9d3aa1859211
BLAKE2b-256 98f28a0bdc59c9269c6af7b7f9cab1fa7385c794ed716a28e0464ca1d884bc51

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