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.40.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.40-cp313-cp313-musllinux_1_2_x86_64.whl (333.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_buckygen-10.5.40-cp313-cp313-musllinux_1_2_aarch64.whl (346.5 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_buckygen-10.5.40-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (340.0 kB view details)

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

passagemath_buckygen-10.5.40-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (353.0 kB view details)

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

passagemath_buckygen-10.5.40-cp313-cp313-macosx_14_0_arm64.whl (86.9 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_buckygen-10.5.40-cp313-cp313-macosx_13_0_x86_64.whl (92.5 kB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_buckygen-10.5.40-cp312-cp312-musllinux_1_2_x86_64.whl (337.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_buckygen-10.5.40-cp312-cp312-musllinux_1_2_aarch64.whl (350.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_buckygen-10.5.40-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (344.1 kB view details)

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

passagemath_buckygen-10.5.40-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (357.4 kB view details)

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

passagemath_buckygen-10.5.40-cp312-cp312-macosx_14_0_arm64.whl (87.7 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

passagemath_buckygen-10.5.40-cp312-cp312-macosx_13_0_x86_64.whl (93.2 kB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_buckygen-10.5.40-cp311-cp311-musllinux_1_2_x86_64.whl (337.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_buckygen-10.5.40-cp311-cp311-musllinux_1_2_aarch64.whl (350.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_buckygen-10.5.40-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (343.1 kB view details)

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

passagemath_buckygen-10.5.40-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (356.8 kB view details)

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

passagemath_buckygen-10.5.40-cp311-cp311-macosx_14_0_arm64.whl (87.6 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

passagemath_buckygen-10.5.40-cp311-cp311-macosx_13_0_x86_64.whl (93.2 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_buckygen-10.5.40-cp310-cp310-musllinux_1_2_x86_64.whl (336.1 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

passagemath_buckygen-10.5.40-cp310-cp310-musllinux_1_2_aarch64.whl (349.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_buckygen-10.5.40-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (342.3 kB view details)

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

passagemath_buckygen-10.5.40-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (355.8 kB view details)

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

passagemath_buckygen-10.5.40-cp310-cp310-macosx_14_0_arm64.whl (87.8 kB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_buckygen-10.5.40-cp310-cp310-macosx_13_0_x86_64.whl (93.4 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_buckygen-10.5.40-cp39-cp39-musllinux_1_2_x86_64.whl (335.9 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

passagemath_buckygen-10.5.40-cp39-cp39-musllinux_1_2_aarch64.whl (349.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

passagemath_buckygen-10.5.40-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (342.2 kB view details)

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

passagemath_buckygen-10.5.40-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (355.6 kB view details)

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

passagemath_buckygen-10.5.40-cp39-cp39-macosx_14_0_arm64.whl (87.8 kB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_buckygen-10.5.40-cp39-cp39-macosx_13_0_x86_64.whl (93.3 kB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

File details

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

File metadata

  • Download URL: passagemath_buckygen-10.5.40.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.40.tar.gz
Algorithm Hash digest
SHA256 2fb16f5522d43de66e4a1262c8b481310f411bfdb426ff6189e99429bf47b033
MD5 d6f5571340595a7d606a86690c369428
BLAKE2b-256 b27c9615daa7fc0f9b955eb49511983fa68ba20f88ff0ae4babcd7e87e0a3bdb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.40-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c448ce32f29401085cedc7174d812174986d0aea918d4d9e4dc5a9f7349d10d5
MD5 d3f9fb10d57e547f7ad7733884a08e7b
BLAKE2b-256 0c31e248d6bda03b2fd5e6702c9f2368e6c2a6f073ce1b0f0cf56ffe88dcc5f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.40-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d0fb86755348d57e6ead4b39a43541c6adf9c5389696ac896fde419bcd6e3485
MD5 04d1d89f312c215503bc7c93fd7a1c43
BLAKE2b-256 f93d1dc15282222c7bcdf5d1542d62103da6d64c6451154b9844c188e03c2c9d

See more details on using hashes here.

File details

Details for the file passagemath_buckygen-10.5.40-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.40-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 92a522af59a08dd96b37b670d9d87ba614bdf5dde86f7be17403c84fa564a233
MD5 1169511d28c06a8184013915c4c5412e
BLAKE2b-256 e3ae6054dbe1fd35cb04aa8c3808fa8eb884482267ba6c5fd2ecd3a9e65ea5ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.40-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c0a8cf3b41f4ce829a05510b4f8f24454110c1d64004cbe10262778d1e229618
MD5 e03daacfc7d7f562e4a85246ab0b1882
BLAKE2b-256 5b3b9837dc809410d2f70451446d832523e0cbee4eb59a3ea7a3be8ea0ac186c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.40-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 2727e3aa484e57c6c89a3daaff9fb75e94ab0b85ef77ceaecb32eac55d73af89
MD5 7ef5efd98df69c0c006b758108ff33ee
BLAKE2b-256 d8b22b5224aa2a84dc701e4a564f678b2aa743c07c38183795a1c83dae8f4849

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.40-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c3491ef20d2a044d11665444d541bab86aad28954854ad1a8c34df33ac765d61
MD5 1dce2900c89ad5ec6f8a49d825477eb3
BLAKE2b-256 49aba3c3d8cd5bc6023e94f11199d0d03a482862bb744a5c63e2feca7ea07896

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.40-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 68cf29339ee854a2710fec21d2790b5f36bc4aa32d78eadb4632192e311d00b4
MD5 704f8eb33851b2b3c47483190c1cd0c7
BLAKE2b-256 bca3441b20f96e3e6e172808af7ca5dde16335e4c703c333fecc089adff56cf7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.40-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 57745e66049cc41376169614204833bf596277f89e1a2b4a59cdc2739dbe8670
MD5 16104d51190468d34a3a3be237514ce3
BLAKE2b-256 bec666c6cd391c00df2682c25cffed594ee99e209ca7da16fb8a64da5c218ec3

See more details on using hashes here.

File details

Details for the file passagemath_buckygen-10.5.40-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.40-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 eca75f83548cd3d0320dfaa96f78e713bc8445f3c68666497d9d95f575d69ba2
MD5 a601cef0eb3dc2f39908dfc23e5c046f
BLAKE2b-256 68778936eb16b4a9ae5a1c92ee0eb0ef4e1df087e2b6f0be13d4d53100ae1236

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.40-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ac373da7494663227c6fb2fc5e08a3b066568046299057c5d0e2fa4cbf513b5c
MD5 9a9a8bcf1d17088b55689dc660965e67
BLAKE2b-256 0bc739ef4c1b1c33ceea959680d1ed7f58b4811ceddea6569a83893368c479e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.40-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 25933a8c1a24759df2982f8bec5cdb57e0cdf861158de6322bbfb2953f083601
MD5 882bec11707b8d022105ec2763619c74
BLAKE2b-256 744b16dcce2f25b0093a8f3b2cc5c0e185294f5ded786a7c0749b2f2b2546af2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.40-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3a5d03d71d98f6724ae31879a4ddd99cec09ba4094ca69ad402590f547d8f681
MD5 49f1f5bcdfefb3d40531b49750d2d397
BLAKE2b-256 7b5e0cd70c368995eab8c0484e43021b832cbfafddae9590c044b73293e5fff3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.40-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3d0326335a088cd24cbf154293d897274d8e382d79e637cb8ccf6facc65386b2
MD5 573347b047188766bee4d2a584f08ae1
BLAKE2b-256 2a5cc43653a13f5375d4eba7548fdcb20c2b558ebd03f9eb6b5da0a430f7864d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.40-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7a47f1fd65aebe12222fc2465651ee9502cbf98e833e13d0d94884aca14b209b
MD5 f66dc1c04cd5a40955ab0ba2b6f0fefa
BLAKE2b-256 69b10c63d0bb0a4896c172f46b6681ae869fdfba0791a4220c1b0b4127d42193

See more details on using hashes here.

File details

Details for the file passagemath_buckygen-10.5.40-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.40-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 330e4c39ca25c44adfd5a322eb622c1bd1606c73297390303f249f88b8a66049
MD5 6c3a7ae114863aff5864b539022af450
BLAKE2b-256 641b74a24300a49d1d82fb46764bc4be01f668151afb8551e963e47bdf528446

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.40-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e83094790b0804ac126c75c12cf47c8f4d24a8c52ec7ea0453b896adbab87ef5
MD5 e617daf3eff5af48f70a056b528845cd
BLAKE2b-256 0a1a1c6ed2dd67e582f3afeaaee668b3b0aee54f1c7fd7f85c570a4358d4a81d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.40-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 022ee01a301cb041ab1e59985c123b9bc5455fd862c12f3b926c6f7f0eec0ffd
MD5 39e8df9204b24061d4b57b2cab68e072
BLAKE2b-256 e373b71e4bd626bae094361febe7edf3d3929d418af367bf6c74cb52a3e6948c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.40-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a614359da315440d9bcdab1f6038e3207e87a9cc6b15ed8f8fecced07949627f
MD5 0051eadfd055ec8bf5ddbdcc28643ced
BLAKE2b-256 ba8cd3ab0b5891eacda209bbfc781a05834d7185aa3fb77b564dd02c4f5262c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.40-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2d24e8d88020e292e31fbb837934792dde4e0380eec95fd9d3fe6653df119568
MD5 66e7c8a31992c8270b4ff82b7726ea4b
BLAKE2b-256 3e58fa716111fc0df4b62ab7e385e8fd7ed4d196c83e08bc9a3526ea2436698a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.40-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 889fe7849406842610e4b06f7e4eb4c7f0540c4b6ea61a87de166d3b7aaf0dba
MD5 1c069c7f03520769aea80537dade2774
BLAKE2b-256 fa6d8c957712c5c59b990589e1278224c7e26aa685168bc54c0bc8d021311ea7

See more details on using hashes here.

File details

Details for the file passagemath_buckygen-10.5.40-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.40-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 67f96da28353242d7009ad5622c2c6f62cd9ee052ef9b55c9afbf3261d26af54
MD5 0eeb302d52d7e202be4a13ec9d8da59e
BLAKE2b-256 c21a769fc5bb594b8cc9867183549392bb059afe0795d49c5932482c5739953c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.40-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 67afcc2b8e161f5b4baffc1fdc1eca6037aa520854232a4d1dec9abb9fde40e6
MD5 752ca1bb3ad767a5bc48133a23283020
BLAKE2b-256 532cdd09ef19a3f5ac9d80260ebfac49f61a9709d2e2ea2f10e745cd92050658

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.40-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 a95522da630eebf48dd0a5ba85d1d9ca3bfd5cbaf05023c2391ef1b5e8e1053c
MD5 68837df77809eb9676d6a40b23a7d445
BLAKE2b-256 44c80622a6465ce5de780c93b1d2426adb5a6b44e1a67fa972638267aeedc8c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.40-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 de12e96bd2a390e48659f8f2690a16a7c82f3d893a9ca12d0b3e4f0cb8f38f51
MD5 7757d11c833fde7d487d7c7c674fed2a
BLAKE2b-256 529aaa4d6400fe77a380219d1e5428f8fc14b38d2f7d9ef954edc0e2a899b6b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.40-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 381a7f425e263af8cdde4876c4703247218973a621835fbebf72052c200b761a
MD5 1f1b9dfcb0dd3f301cb7f5fd7442411d
BLAKE2b-256 f8cf8bf1d05db9fb3b0555962ba9147f576f397343868e9ab9e3c1131efc16c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.40-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a5758f3c58153bbd0d48a2b34279339ea6617b517c78c6c68e813996c27f52d2
MD5 563a3783a93863a707409b5705e8b172
BLAKE2b-256 2e470c45465a9c097049b73053b4d4ba7b40f5be4e55d195a5be5467770b8f40

See more details on using hashes here.

File details

Details for the file passagemath_buckygen-10.5.40-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.40-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b3f95337b3c1ca5bbaf07e5f4a747436d0c642dac8cf3347d3e04f3bab68f064
MD5 861b5229148657a34a9bc150d33e686e
BLAKE2b-256 bf039d327ea8269373807a6695494264de7125dabacb3f80cf32d3b3a0c7e37c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.40-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e757bdc09f8d34ba4dc376c0ae3926d9636a72692a1d085975bcc7acb02863d3
MD5 607b0f55f88b1d8057ca95b9bbc7b13b
BLAKE2b-256 3a309630254875276e4628f483f4556a4b864c583a5963118cfd06dfe27dfb76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.40-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 0f3b924c1a1574a00c877f78b5676784045e350ba1270d0ec3dc59e6d7e59af5
MD5 781bce56918c8506f1569ee2321d6633
BLAKE2b-256 b6a13ef9682c11bfa3e248dd3c7d902436a0db50292c54e25baadd0fde8ef532

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.40-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 22bb1ac97e5a943d03ceeb0fcdc567271458caf86220c3d6ae936787538cb414
MD5 7cca221a46ec338e225947477adc833e
BLAKE2b-256 a0bbd8b7c05914339035615deea428b9e460191092f55a05a73d21895ab50dcf

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