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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

passagemath_buckygen-10.5.49-cp311-cp311-macosx_13_0_x86_64.whl (93.3 kB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 14.0+ ARM64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_buckygen-10.5.49-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.49.tar.gz.

File metadata

  • Download URL: passagemath_buckygen-10.5.49.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for passagemath_buckygen-10.5.49.tar.gz
Algorithm Hash digest
SHA256 6608ed581d0fe18108e699cf06625278eea1419836417737e226333029a81360
MD5 1e0f2defb02c9fe5022ae86feb6914e8
BLAKE2b-256 5bbbf7e111964f0f851860d013aaebba318cd2edc60bdbb3ce6b27b600985f5e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.49-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 301495de5a07588706067fc1cc25d255f5149307ea393cc03868956f09f39cd8
MD5 cffb36a9240d15548da9251c84dfc779
BLAKE2b-256 88bc02d2a4c2c46c8aa8c88a8a9841a75874f912cc8a07d0c60471d2be08bbf3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.49-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 82390208a6efc0d68e018e15946157e667cdb012f04b98a3e202889c6e9ab5e1
MD5 2928041fb10cc569bd5a3ccd6705d83a
BLAKE2b-256 f8dbeffff180184bce40c8ccec312f3bd48a33e4834f18e3167a04d64d052161

See more details on using hashes here.

File details

Details for the file passagemath_buckygen-10.5.49-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.49-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a8efa553592d004771bd5d1cc7af79716dfe6ca1f869c60314aa510d709c445f
MD5 22248419b41aba444251dac4417e4407
BLAKE2b-256 57bc706da32c54f45f1ad748668b183bf15367ac4462ce6761aaa0a2b92084d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.49-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dea2046e9faf04e2389989cfb6492db8dcf7f6526773718e808feed2ded8ef4c
MD5 12350fc8ebd5c9fe37d238ea7267b226
BLAKE2b-256 070de87bfc1854530461994ee4bc3f94d110f02bee3ea11c37b93a1857c57675

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.49-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 02a31ca1c5672f7f0f2265dd91a9e531da57d8b5fc548a7af905a2da2cafc654
MD5 bfe9d5f3a4fd838cd9dd3d11afd2ee7d
BLAKE2b-256 00abe1ff4d240bdd43a73c445b1eb8d3f7d56c66999c52c555379b70727e4592

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.49-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a834b539c25d7d8ce9eb0d4ae45f5695a3a404131a879129b51d82686ede5d50
MD5 db6dfb40a7b5764471ee83d0b9d9f15a
BLAKE2b-256 cd40bca4f046f5158e636ddff96a2b1e10c606e9639a09179fe44a9f05491da6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.49-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5f1b307abe9c9e08633b305896351f1c3e3c52d763e2d9d5702596571d01fed0
MD5 04b51b38be2017851b78d6269086eba7
BLAKE2b-256 d99621ae8ebfcc5c6185e43e3842a24c14c2866f99c92caa60b9bc5f47408876

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.49-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 37e90b6190abaf77721b7bbab154e8cef1eab95926d6e472632ddd64945ed83e
MD5 692976663472baf84afcc063816f0c7e
BLAKE2b-256 ea34ed8d13db6d213a5a69b7800ec3e0849cc8607ef02e9dff7f3da6a6643688

See more details on using hashes here.

File details

Details for the file passagemath_buckygen-10.5.49-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.49-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3d805c53f7dfdb82959239aab39d65d212cbfe0d58206efd056c9fa2c01af255
MD5 0344d465bab892335ecfd5b2f41ef9c0
BLAKE2b-256 d4ac913079daee380dd1466dae96df5e46d296fb6661f96b47f6e02841acaa69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.49-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f5b4fe18dd0a3a480d3f0b11aac23918712f3ef9e117fe2c18e36837c2dc7021
MD5 6bd8d508dcc00f088195442b2df50280
BLAKE2b-256 250c5a7114a2293d2c985f07829a806699f50e6857905fa98bdde1f34e76f2ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.49-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 ce7db67cc308c7f5b45fb14ab90a2a5999c18e04fa604276812cf70489a71573
MD5 af3406e30fd00b4e522de611b43fc32c
BLAKE2b-256 2c6cbbf86c86d293b2c57eea52c4b3809b6c01f0ff6f7e2345d1de2b65ec736b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.49-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 5a4e7d8c82c8e9a692635dcc771344cb47e7464c333dac150ab2c900bc0bda63
MD5 0a14277c403a4098084934481ca6eadc
BLAKE2b-256 335536aede7bdf4a91164cd984b14f78af3b583c66e9de70fc05ca515aa008af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.49-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 370f6b83c3bd5f208746f1239aeacf6586a55d99424a195030f9fb613f51af7a
MD5 7223675e821275b3a2fded90793f2cf8
BLAKE2b-256 8cc58f4133b1263c94ad8826526f6c54ad427ee0ddb52a682de1e4f03f7ff55e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.49-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 95eb755389c977b5144a006306497eec174f40707b6200e63f6833cb38f4f200
MD5 1cdc40f15cfad668b7159f459032972b
BLAKE2b-256 996205bc5b9011ea17407c78bee2af3b1d860d3da1aa06993ded09fc1e9b7f73

See more details on using hashes here.

File details

Details for the file passagemath_buckygen-10.5.49-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.49-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 44eacbc0286549cc6b24a8da83a5146653ea149000ef50baeffaa63a0f66d2b2
MD5 be3412d287e0351334cadc9ebd442995
BLAKE2b-256 a14fd5a8c63f614dc37d8872e8d46550d2837df62399095c4ee3d0d33d8b3caf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.49-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ed53b8b2dcce5f549953838c2db366769e326441b97be91c94c5b55836c42729
MD5 cf889217395321b835e730d6c040cbdf
BLAKE2b-256 db07313fc41794c22cb201a9ae4dc57f9c78c4679e6a49b117d6762fa7d4d326

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.49-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 ad46c3772a3eddf7660e8da5842d9608de2447c8721a8498864d498d682dcbb1
MD5 4806279b66ff500dacb2b82a7353ec08
BLAKE2b-256 1e42070b0148c17664a920979a292750a6745a57c3c0e3a07f2e753a3bddfeda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.49-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b6abb8cbb86b932b0f76938cbb554979a712a74873cd68f78940f116f609d04c
MD5 3fa75cdd4279eb6af6390f6d20f8c19b
BLAKE2b-256 5c22a2f45344152cb96678949e4fb9156ab2d145386d3e54b76ea63c83b30f70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.49-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2c09d0eeaa3cf372d40a8e9e0e1b9d044208757dba274c2477185dbbf87c0ef4
MD5 5766f310213ca4e2285da7d7a5f52cc7
BLAKE2b-256 972515cfe70a1bdc32be76ba1426052e85a5ffdfad72d6c885587e4a661598cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.49-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ce52a067f1935a93cf4a9431affc10447465be45c42d9a9f6cf24bc0c36bc352
MD5 d60432f8c9bb616cfd95b892d5333e3e
BLAKE2b-256 6035f1753c7fa921d2eeb568c232b03c78b01b52d67a5da3ee78abc72091e159

See more details on using hashes here.

File details

Details for the file passagemath_buckygen-10.5.49-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.49-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 69781f5b9a50e20e8d4bc422fa0df456bb47ce20338805f5f7b1b7f8922d9bd3
MD5 c59c4a65120b113ef6291b9181e52351
BLAKE2b-256 5ea0dabdfb022d674dc2fbd25547f82ef10cb794be06f5e3eb54c9b06df560f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.49-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a312d54de8342284d37ab9982233cce4a06d96a0f436aa881baf57b074313757
MD5 a65b767f77c7dfb0ad3866697a1a152f
BLAKE2b-256 d086ee30c4d7944a47d055c34cbfa10a1ca3e0aa99900385d08eb180485ee2ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.49-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 eb6a3c79663710830126f63da6b992ab10fd5ad1b5bfe3eef7f32bff15d3d2d6
MD5 3520e0de50cc74baf9646957107328f4
BLAKE2b-256 5f0852121f72f0b0fa8812f6e6bdc29cbf00ec3ed7afdca2d2e8818d5e6c552c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.49-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 09fd85d7955d4bf0794c64e79a55cdd28dae9d1608c6e5cd27f1421d1c8083c8
MD5 761c0b1ecfa812125fe4bab88ad722f0
BLAKE2b-256 01b3a1aa595a3ae078c1f7b4d782051717c5e8ce36913808d6f0edb12a36210d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.49-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c1383353d66da163693630faa8c46dd187f386d36abca7de03ef98d46f516090
MD5 58c181f9dbe1c72212b917f2d99204cd
BLAKE2b-256 c8215a64b82252c5411426b032f3d56a5f8341a802170d9cc40575cece27e167

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.49-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 37fce319da570ad5badc2d9642ff1ea890315c0215562c2969b0287c253ee103
MD5 1d8037de73e6bf25836b088faf460178
BLAKE2b-256 bfc3b27e26bdf0848b5c9eda738d1fba61d3fd34c75f3b59ae2a890585ca74e0

See more details on using hashes here.

File details

Details for the file passagemath_buckygen-10.5.49-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.49-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 242d9a7ef58b02c76344e3891d05c561f9d0e97e7c8c197da2fa957877db4cef
MD5 ae39be9b011b6449f7daf71fd19e56e4
BLAKE2b-256 3b206b2228e25092b0515d950472b81c01c05852a8860784671666b16efd444c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.49-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 19f4a030f7ab2bdab7cb010c141f17f6cb01a470527277004aaafa4faceb037b
MD5 e9d4347f446782738c5aa8699dd65e7b
BLAKE2b-256 8e705608ea05732400eeef2c953c16baa328e8988c5a0cd3f34df1eecba0aeba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.49-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 668cb2fd4e6719a9218b4054cc479106e92b7597cdb428c7cd326ec060117cbf
MD5 02ddcd7f6b4762e51bb9f8548d359731
BLAKE2b-256 e09c0c7864f299cb7e8fa7fa3f6d6e53a6871e51830ed3e2d0eb3b26ef652436

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.49-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 ab1452b2b57d4fdbd801ea7a74f8a74eba2b2e822dee677cb969a8e88f3c2951
MD5 82b41ea49aced563d9c0fd7e4a85c427
BLAKE2b-256 acb077afcbb8d714d1fd9f79509811b9770b3890954842d1aaca5d0e91fe51e8

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