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.47.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.47-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.47-cp313-cp313-musllinux_1_2_aarch64.whl (346.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_buckygen-10.5.47-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.47-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.47-cp313-cp313-macosx_14_0_arm64.whl (87.1 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_buckygen-10.5.47-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.47-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.47-cp312-cp312-musllinux_1_2_aarch64.whl (351.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_buckygen-10.5.47-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (344.3 kB view details)

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

passagemath_buckygen-10.5.47-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.47-cp312-cp312-macosx_14_0_arm64.whl (87.8 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

passagemath_buckygen-10.5.47-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.47-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.47-cp311-cp311-musllinux_1_2_aarch64.whl (350.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_buckygen-10.5.47-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.47-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.47-cp311-cp311-macosx_14_0_arm64.whl (87.8 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

passagemath_buckygen-10.5.47-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.47-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.47-cp310-cp310-musllinux_1_2_aarch64.whl (349.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_buckygen-10.5.47-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.47-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.47-cp310-cp310-macosx_14_0_arm64.whl (88.0 kB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_buckygen-10.5.47-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.47-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.47-cp39-cp39-musllinux_1_2_aarch64.whl (349.5 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

passagemath_buckygen-10.5.47-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.47-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.47-cp39-cp39-macosx_14_0_arm64.whl (88.0 kB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_buckygen-10.5.47-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.47.tar.gz.

File metadata

  • Download URL: passagemath_buckygen-10.5.47.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.47.tar.gz
Algorithm Hash digest
SHA256 7330e6c9c0d0ddb40b273831eb92f4821ce98304542d6b3d84474e33ad266cd1
MD5 43b714e0deac6ad1505ff547cbc9f554
BLAKE2b-256 0fe7fd756e4204cdb9d7445d95920aea6983d97be8b6d4050d3e3a12532df96a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.47-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ac8b2d88bca1537e8bc574e5d83feddb9e3029bf7d35d524868e32cd0184a260
MD5 0ee1199dc76ca5ad9be608536440636b
BLAKE2b-256 a58e245488c1cea8b9fda38875dfbfddbdd7ee4013f571c6394b6a4fd2f3ce29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.47-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 753cee818c6bf882f298bec12d37a5bef792cb52ecec65298e8fd2a7f89914e3
MD5 088c6c19352a3edb5fe1a5a47adb83ef
BLAKE2b-256 75e025e00a51154895a2169b9da9bc2ec6b1b29a77db0fd36f6dd52eae1f83ba

See more details on using hashes here.

File details

Details for the file passagemath_buckygen-10.5.47-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.47-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a6eb1b281a3bf95ae9a3210b8dc94bbbe8aa5443387e1790cddd96f46d1c692a
MD5 5c55161bb5a18822b71b7e8dad0dc35f
BLAKE2b-256 53d547119dbfffa38a9d94bfec284b90cdcda273f5ddfbd9f7e7ad25b37c909f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.47-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e8617f11fc996298e2b015e6c6ec47a96a14644d2cb7d0484e61eeb048dab987
MD5 e76360fd8b8af15184a9faee217919a8
BLAKE2b-256 327780e0f2c087bc5c3316a5035e1faf562ca55807c3653939ee06c06ace3af9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.47-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 636599d20aa5813eb7c4507383e52287bc352b59abda5957e6f43398a1806d0c
MD5 aabf5043841c2b00a261e9a732657a7a
BLAKE2b-256 496d8e349385db13a2af23472fb741b765034dae50e7e5b9c4937982688476ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.47-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 2999d131fd158accac851369533ff1cc2dd586519c8b06e9bdda456d1f3e5ad4
MD5 1fdd268bacd60d1b7356116d0d9a34e5
BLAKE2b-256 a7525e2775d14d20fe5927f68e5d8652d97d8ea3048f7840857b06614881befb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.47-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 905648e75382c9b054f45671119b91720a30f1eeadcecc6c47e0a9e4ba08e2fc
MD5 042cc732262c76fb1bc0763020762c25
BLAKE2b-256 80f25fe594d5fe86db264eda8ae9e29a6dd536cf487cc44290b5993ddddd5e5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.47-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 64e76ab17c83d94191516b477102e4b94f6eedc81ccaf811156ee9978faeb950
MD5 2e021eb4bc29c3600817b6341737e2d6
BLAKE2b-256 2d5262ea231eb696a24be670a2fb661d390d34adee6d63e1f26f48c765519726

See more details on using hashes here.

File details

Details for the file passagemath_buckygen-10.5.47-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.47-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bc6e83f1215bc830a85e68f0c3b505d7cd897ab01bd4ff412d2b3680c1f2ba37
MD5 4eef52fbe282dc1216ebcf6bb21211d8
BLAKE2b-256 8bcdd0a3667ab789cf4d683559152a63f0235ebc134273ec9fb5c8cb1148815a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.47-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 87560c6a58223d9fb265370ae13e25f251973cf48c9a97886e6c1ff1b47eb505
MD5 169d711d7ec09cd94160d9a4b671b105
BLAKE2b-256 193001313e7deaa36642425718719cde1fa3be4aa482d2ca78571b62b0109cff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.47-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 5944712bd2c1e9fc1d710ee185064ea05cd1b60e8d7a4696b9557b42f47281f8
MD5 3d177cbddf49cf40f98911fb6b238b86
BLAKE2b-256 0f8b8c3ed3f78afbd5851ba6f1c3ceac7c5e3d7965c5229059fa4f55f9977878

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.47-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c99ed1a21f42e3610400c274c686de58c7f22d33dcc69c448415a41841a5ca98
MD5 5b5e902bd7abe18e3b14bcb814141eef
BLAKE2b-256 a8b0f788d93cbb40884c410cb150f3b403885e9c5395de3ebf9657b579e83b3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.47-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4b82fb0f1ec2f9ba3a252d88607cd1a68235526a21fc091fc47c3deae5ddd852
MD5 6d327c65773cdcbaa1946bccac971ee7
BLAKE2b-256 0f8980c75510e8d8ffdd5b22b528fb194486e415be1c6494c2c0dfb0ea4a48e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.47-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d1f7e64439b894b2ad5178c70ba237183328eda776d79f2c6ca01169723ac293
MD5 f3283e815ec0860bd1e5f6137dbc4b8c
BLAKE2b-256 925bc838592c804ffbcd9125cf2272e3dcf7e3fe4eee2272dda83da7bdd5ca2a

See more details on using hashes here.

File details

Details for the file passagemath_buckygen-10.5.47-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.47-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5119d3bc72d71f6c04341f378c1ca37e7d656903e4f8e09da174cdef8418d59c
MD5 7409ce510e4cd31e71464cf9e96b703b
BLAKE2b-256 30f8c5329a1f9edb9cf66bb28f16b916a70109923838c76ebb593164ea8d71ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.47-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 755e4d7b58650bbad55ed5b38efb0f0907bdb63c92533bd7922b0ca7d0c74d44
MD5 a195f5538469173d2e2ff2a7818290a7
BLAKE2b-256 d9e0babe6257c1601c2b7f93c35e3be7192e562515a37fe6b932d070677b08e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.47-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 5b063955779aa79bb4622ea865749ee8df212ca5084de0751b647e5f11e2cb14
MD5 76a729ed803247ec55d16bd66fc6db6a
BLAKE2b-256 bfcd529d170d86456e71a59045ac5438dee11d518fd0c15fad2f3398b176f9dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.47-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 855faf86285d0c8e6d678ac3b8dcafdb814e9b9b5ad7ef317c1ea5ba396f4c95
MD5 87df9fe2be4b36f853ed85172e8991a7
BLAKE2b-256 348bca40169377e6a5c282eab4d5614406a27cb0f23b6364884eb79ce0d24a8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.47-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b9a3007a9bf98414c70068efba8f462b8350acf79b4b84212b5305ae83bbce01
MD5 07d1c863cdd274cd0083fc9a2f103890
BLAKE2b-256 980e6d51a2739d9104496181e1b592214e7ce0bd9a66d2ef82aa1439e38d41ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.47-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 caae7db377633971b2b179c6b370b4da7ba30d50fd97d47a3385bb955a75f34e
MD5 7c2e67f348803918b73e275331fe4489
BLAKE2b-256 5ccb382b1b9ab39ee1c8533d64de1153e94e53e1198dcfd8ac5533e95b09691b

See more details on using hashes here.

File details

Details for the file passagemath_buckygen-10.5.47-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.47-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8584c2c43cd67ec7bfba5a77c96f2bd7b4305ee1f88dabed4b0a94fd83f8d8e4
MD5 03586550190c845cd5ac9ce874744193
BLAKE2b-256 8079e5938fa5e7b610de1a3f5745d5d51266cd87edbc85f2f6d17fe4cdb9da80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.47-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f0cf037b1fae2b26f92aa906b390dcbf37272f223cf980c21794570ff8b2d9b3
MD5 29bd72ea17efe048713ae975aa06c85e
BLAKE2b-256 2b2828c61fd8943b7058a9e7e5cf19276e838185c5b62063c1476a8121c5306f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.47-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 0811aea9c053f90a109c552daa3a2122e64f1e28cc5101ab3f08639be3f8a2d6
MD5 4070d93a9afc8a397f1ca9d6f2e0d790
BLAKE2b-256 133536bacf011e13ba1b803a4fa32d4387f823a6ce9b033dbcf588faf597b819

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.47-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c2d6f3b7b2a291bebb96784982a644f0b043dcd5fac1f9635190f6dd83e46a37
MD5 863a76b939da4e1140a9c9935664a205
BLAKE2b-256 6e67ccd2da8295d5e0ddc26906f6e41d10dea703ca25706f795d1097977708e1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.47-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9c78242a0c30bc1dc926698a9ba36adc95998ccc9d62a6f5d119cd51c0095d28
MD5 367a15073e256642161c06063d6abc17
BLAKE2b-256 6d5ac20e7a72990308fbd1095e17c86596fc97fd91f763bff84edfec129872c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.47-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 800769a8adef434f11a821a06b98b9684e18698c900c0737475cf4fa2f2e0060
MD5 b94451b68631ebf30b0b48850fabad3e
BLAKE2b-256 6af4e6553a9b4e16fbd0962f2a100ad1237837eb3dfb9e8f306be77b5cc2cdb7

See more details on using hashes here.

File details

Details for the file passagemath_buckygen-10.5.47-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.47-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 53b2efe2b9f62c1fcb4187d248f3d8b3f90980ffd19c50b1448d4d3226913dd4
MD5 922479421ce5e4eaa88022908012882d
BLAKE2b-256 3c6eecde0e8972ee4e50e0b8e119866e45b74393150c57f2e77e873cb59f1795

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.47-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ce93afdf63dbfb106105edad8771207e1b0c45b38a237da73fbd58c6d115671c
MD5 4388c72ba0384fab90d969e44ce99d53
BLAKE2b-256 8361f9830fee3ab29c093137ff97ef41f2c5e82d896edef78ea8df81d499abd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.47-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 4eee767ffa192e472186e4b2285ce447b12429356252228cb758855ee394c6e9
MD5 c6c66d222ac7d5fb83cd1996583b9ef5
BLAKE2b-256 67d0fe623366c0c2efed9474f380a880cf7de3bc2b9563d2f77b29133142bcc6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.47-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 499d481a944ec1e85a1f73097ebcde8cdf65e36f6e2be69e66cb38a40f49143d
MD5 4dc185a0e0d0718281596a9fa9348b46
BLAKE2b-256 73a837175c57b0b95a8455d3829042db522ec3ced689b634812e0df47d2f596f

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