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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_buckygen-10.5.41-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.41-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.41-cp313-cp313-macosx_14_0_arm64.whl (86.9 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_buckygen-10.5.41-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.41-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.41-cp312-cp312-musllinux_1_2_aarch64.whl (350.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_buckygen-10.5.41-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.41-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.41-cp312-cp312-macosx_14_0_arm64.whl (87.7 kB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

passagemath_buckygen-10.5.41-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.41-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.41-cp311-cp311-musllinux_1_2_aarch64.whl (350.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_buckygen-10.5.41-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.41-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.41-cp311-cp311-macosx_14_0_arm64.whl (87.6 kB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

passagemath_buckygen-10.5.41-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.41-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.41-cp310-cp310-musllinux_1_2_aarch64.whl (349.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_buckygen-10.5.41-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.41-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.41-cp310-cp310-macosx_14_0_arm64.whl (87.8 kB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_buckygen-10.5.41-cp310-cp310-macosx_13_0_x86_64.whl (93.3 kB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_buckygen-10.5.41-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.41-cp39-cp39-musllinux_1_2_aarch64.whl (349.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

passagemath_buckygen-10.5.41-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.41-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.41-cp39-cp39-macosx_14_0_arm64.whl (87.8 kB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_buckygen-10.5.41-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.41.tar.gz.

File metadata

  • Download URL: passagemath_buckygen-10.5.41.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.41.tar.gz
Algorithm Hash digest
SHA256 3ee514888fd6baf93ff11d42e80456d2ad0b7957b273f21e7818bb1293963900
MD5 f4554252b158875d10c8b3555fb75448
BLAKE2b-256 084eec0734a975e312e699c4a75d3862f27393cc7e6d0e16b4dabed3637bcd2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.41-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b3893068622288da65d4ed0c74b4205376c600c454db49f672f0b40561a45da6
MD5 a435115801d88b04741d07fca1adcf74
BLAKE2b-256 416e7230d1f174d557b0a6c522a5eb803c9bb89e6ce415908c08cbf1649d3afd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.41-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f1e32f2000376422923b0bb057cbaa44b8ee1e312deab2a712ae17db461e5b90
MD5 598833d66670d98f93cd155adde623f2
BLAKE2b-256 fbe08c1e34625fa62d0c51772b3753068f2353a93c37293af4e45052370dff4a

See more details on using hashes here.

File details

Details for the file passagemath_buckygen-10.5.41-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.41-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bc021a59ba1358b4dca0ca8706f7c5be1863697e550c8f2de050ab1753089119
MD5 0a477198557c2f2c76f6839a18483455
BLAKE2b-256 29134da7609bac53baea85380c14f3e44220b8195c2292f46b43835cd2538f2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.41-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6510853b74fd2e1dc1a28834f59ae37955a4114f9bcf183a7721cf44c2915cf7
MD5 8b1e3cea1f2a49c6c520797b26373fb9
BLAKE2b-256 33b974d32531a8ee1cdc9387ac105e7cba9e4d420e7e33954366a4d4fa3940c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.41-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 4e3416e21b961ab15e2fb64553e31de64594476f7e65e01b43ecb71ac3f97e21
MD5 f433078678ec4b93002cca56953c4186
BLAKE2b-256 f7e4381d0b80191303ed242de84c7612da5218fbe810a2ee53b5e22c60e02a40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.41-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a984b82bdb7949fa4727d81838e9ccdd72f54fae37ba73b62e002831a87c325e
MD5 d8ca41e5bf5c5b6d419692c88ae4404e
BLAKE2b-256 d74fc27d44fba4a05c31f3970b9dd7785abca879f47da2ad7dc6c4b4d41a83d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.41-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 97a48e10dcb2ca8369737b8aec806a6944f5b30fb8c2e14aabb6748a1fe40c4d
MD5 efc8b765c4770c4744ced5a81730428e
BLAKE2b-256 da18d0366f984ca0bca32c9ac64ea4579b222ad5f10c7336b2d33101d6b18fc9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.41-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 baa4205c6316c2611e1d4a6d2013b573d216fbc2ee92686f73d2f9925448e48a
MD5 27dc8e5e2e0f9ea85b9d17231da64bb4
BLAKE2b-256 5df63f090bb2f8791f256c7a60636e0e6ec5b7a9c1223b7ed5b5a597e1f31130

See more details on using hashes here.

File details

Details for the file passagemath_buckygen-10.5.41-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.41-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 aba81e268b679e47bd6dcf4cce60f9cf3a00a9a93cf287f7cdeadbc5cf55d4c1
MD5 f8031d3ea595410bf12ef3c365a3e770
BLAKE2b-256 83dc56e7cefe253309a54d4f2165d1af96a29943565a6cb6746ee37d5d639555

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.41-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2b861e77dc16517670126c892fb0a653b0d16f0d5cdbcef25eeb9980cce87259
MD5 4fcb831cbe38afc6aa9a0af8e575cdd5
BLAKE2b-256 4e85ecccf5d573f333d2af5052dfe7963b348692ee7279933b06477f96b4f828

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.41-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 997dbf159c0e49f3af54f3524b9c3d8f9e6b29532dcf891d78bdb51a041cbfcd
MD5 09a08dd7fcbfbd3d7a659138042b593b
BLAKE2b-256 658ef8a9e6390d7a7bcd02a37245baa833863f6528ececbc75ea08d6f069e55c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.41-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 6b1db9e5975e289649c4fd87741d8b07bc3cc62fda81380264a6cf74403ed465
MD5 978772d373b6a95d8b097e700eb66d20
BLAKE2b-256 8fadcabb6c80b6611112c78604b361b5a2ac904bfb85870fbaaea59b94dbfa15

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.41-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a47a32d0cbd8c2591aff5ec46103e78ab12fb3abec926328ad69ab8faced43e5
MD5 23959211f0e367056b357f3d923dd813
BLAKE2b-256 8b320f2762a6196a6c4435350128f7b41b64b0426fbe99ccf01168a0a04bb2d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.41-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 25c087eaaa1452f2faf0a1af241be2611984865a48ce491451342c29a400718a
MD5 438f781e92dd7579d2d5a1ad98a1c2b4
BLAKE2b-256 024610819a8f89268f876734f28a273a952fb9bd678bc3b4c5f1cb3daa78bee2

See more details on using hashes here.

File details

Details for the file passagemath_buckygen-10.5.41-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.41-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6ed5d83fa410254485f5b868dc44f512a7404ca9261fd79184f00c625b9f6bc8
MD5 486f2aa6b78c760ef7029b401ae494db
BLAKE2b-256 bbdd77d0de4efcf629b36442ee461e2daf17d89578faaacbe8707bfef09b0232

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.41-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 301e2bdad4609bbe7c982a350240a80009829b16d12e6c260918b1a9b2a6f009
MD5 499edb34eeab383456dd1b31e0061da1
BLAKE2b-256 160cc548c7dd4da15f86a19d07e997a3c610e20f2880b4c722b552b6f99b772d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.41-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 3f32fc87cccbcfdd88a02c7709d01eeecf07532c5febdc319079fb7fa5aa318f
MD5 0fda84fd328b4b6b5688d4a29788ae12
BLAKE2b-256 083a3104bd562bf63f4d3464aa3e515fcf84ed312890f1773ae79d8db092eea8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.41-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f1bebc2ab848e6f6a7abe796de443329971356c899c83ad470d25a5e4c38640d
MD5 412991ee885cfeb734f3bf6548ae230a
BLAKE2b-256 decaadaebb2f851389af4647259361a8a7d3b5fa51661447db0907e97e7ce399

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.41-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 216305850d273bd93ac183b9033011680f8f90be083b96dc884e7847e594aabd
MD5 f721b6a1458c824fa51d8cf38a60b3f7
BLAKE2b-256 c6ad12a3f5089eb6ecbb8bacf8eb2e9c496953d238d8dd069fc2bc5ceab7570c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.41-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 718975b58ef9a84765bacb4cfa5ce97b0070da125064163b81325f787e60c6d5
MD5 a9cef805ef9a43579c08db62693e0aa1
BLAKE2b-256 37c0a265b55ba241791d8666fbc6edfd78bab9347eb574f6f0bc1378276d2e70

See more details on using hashes here.

File details

Details for the file passagemath_buckygen-10.5.41-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.41-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 65e6ec25d23908302668884b5375d70b976e5f262428788a6f424db05b0e1798
MD5 647af3c5ed058eb23b556c55d4ebb003
BLAKE2b-256 7b1797a8533166a4a465feba4bc43a1657d54ad54b7dff413c656a2b6ef0dc75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.41-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 07d9f63f94c4e0fad4fde986bfa045bc99a31f213d2407886250969ef3bd5e42
MD5 7be6644039cc5827fee6921af6495c12
BLAKE2b-256 ad0abc541e6b5a5989d13fc7cb6c8ac72d082988b7e0dad203caa70376277d5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.41-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 09cdaf1c3cee7e298f1b0bbbf324128099c7549b810eb262ea2c65a6cf3fbd39
MD5 e223ff1691879329e7651b2b53f53277
BLAKE2b-256 0672da4b0846762f811b854b7cb7b6403d7d8f2354a6ff6c9be61f1fd81d3bce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.41-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3f61c31068cfcf9f9b2bfed8a2ad48616fdba416be378b4d94b4d7078e3d4f7f
MD5 d2e4e80c87cf46a27e708c0293299711
BLAKE2b-256 078b932e72bfe7811d64f75abb968ce89ed832be71996c2b8eddfd2e5a44c912

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.41-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9e529b61d3681506644584726965f816461adcfc4f3babc42e3eed24805f107c
MD5 f9e1136124023155bf6de2e7e22c7a9d
BLAKE2b-256 93fabae1b7688a03dee451f096354e8965a242f8201f7117eb58542fce459402

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.41-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6d0c72d41040707103d71ed500dff318cb012f2a0eb317e2c7c908789ac41dfa
MD5 ad0eb51d8954fd5e2ba7758157c47e37
BLAKE2b-256 ed269b2b7297240d9a824ff85e3bcd2f6215ffec1d29e35db5c35d8516f21fff

See more details on using hashes here.

File details

Details for the file passagemath_buckygen-10.5.41-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.41-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c2e434b84ae406190bd41493919d3328d80570f387d0ced220347aae78e087b8
MD5 b46ec31287d6193784ed0ed13ceb877c
BLAKE2b-256 7ca1c55b8f1ee6cdcb98119153e94099929cd1b03b433e262f109f7fe50c1728

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.41-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 10413c8e670f460a5f9e35b1e309cd7e58a2687c21ce5667c6a1e622fdb54014
MD5 a74aca8f3391e3512b99b1775da941d6
BLAKE2b-256 6b92bf1c3150673b69ef44468a6f946d9cac5e6123b68c03474e535c28399a74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.41-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 9104ff8c6fe59357b6055bff3ee5748ac9f5e2e55edc10b9c54ea26a3ca36954
MD5 22c8c50b9f2d8a68dca146712ad31e31
BLAKE2b-256 75ccb4f033623ba2f50a0d9f68e3a2c79356785f03ea641b33d45b64dca2cca0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.41-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 f1a9e605d0beabeeaea10add9e44197dc82e09e5e840884ee14923207330761a
MD5 2e86fd9b1d9df2c389c0f930f2c80866
BLAKE2b-256 39039e25416f6e5bd52f2edd8d708e9b5e57bf723229ccee5d063dd27ebfafca

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