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

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.13macOS 14.0+ ARM64

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

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.12macOS 14.0+ ARM64

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

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.11macOS 14.0+ ARM64

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

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.10macOS 14.0+ ARM64

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

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

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

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_buckygen-10.5.45-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.45.tar.gz.

File metadata

  • Download URL: passagemath_buckygen-10.5.45.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.45.tar.gz
Algorithm Hash digest
SHA256 5943b4e6f62e194e75bb9182e8492482d4d5ebc62bdf0bca323ab926c6e0968c
MD5 230cd3995b0fa98dabc73062c890220d
BLAKE2b-256 95f7eef56d503ca53e5431f3bf02822bfa9ad073ba673ca67349cd73f6bd04a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.45-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 60527c31f30d2d72d2ff2540a6b6d32f35cc6daf2b129d57acf3f8131cfdd999
MD5 998378e8a64b1f4db4b6e36a7fb8baf0
BLAKE2b-256 1d0355ddaf2991426f94b176a2f7937809bc4214e57790a503f10662a5899687

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.45-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d826bd3f0de0e6277414efce4c545fcbe49bbbe83cec0b6397b40f87fcf28dc4
MD5 cbf05bac8d0b563fb6a3692857b9f9b9
BLAKE2b-256 d07e8bde4b6446bf4d5a0516538f90a07b7a5d31a3a7f38b852010bb6e684e2f

See more details on using hashes here.

File details

Details for the file passagemath_buckygen-10.5.45-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.45-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 838589d247f2f54763104791e5856072ffbd41868470d8728a11cbd34d735472
MD5 342f6592afa3f5b838d7ba7fc1a34e11
BLAKE2b-256 4872b84ba1e742f3effc01a4e71c0bc9d5f1024423182c621e412116397b1083

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.45-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 57ab64bba11c419175949aba0efda65eb8de50c217fdbec947058f65f646f55e
MD5 6f41c125c65b6a6e87683b62a3c97710
BLAKE2b-256 397cd3c8fcf6476a6695b9c73a37b2153a9f8e383689bf8aadeb65cfc7d27bd9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.45-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 d948c469c48c21418e6395a82eb1d71ce69d4389267792e9b0f86bb62cf0a825
MD5 6987bc68e2a3b872a9949e53307cf813
BLAKE2b-256 76c1cd9f071abbc64a465e4a5df7c0ddd614daeefc221b18d63f98af37d36c53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.45-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 a5b5edcdd8b091a7d21e91dd6e38273b7054d2652899fec6fc12acc46ee48edd
MD5 1d318e99248d55e8808b26a562351e47
BLAKE2b-256 1eab8e2f49da923217d5ca9dcc4ff6ca9795b9d80a3a65e8258c1110d1d3761b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.45-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 11745f97316c43ede36e83ec49dbef0b7ad646a7f285baf329af9c2e4e665a3c
MD5 1c0071ed557015a657266c615204cc8c
BLAKE2b-256 048de4d1bdd329f476080ae7d103225eb83b9d34f7f40bb8667c92c342ea7813

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.45-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ee719f4f55dc72f27d14b683f59852d7f6450cf920d329fc4c6d90ec05ee2ce4
MD5 2555cc0465a6dcbe3dbb5f3131e931c6
BLAKE2b-256 c8bc0877d541757658f51b1b8c8f72c48d3ddaea1d42865a78ad625d7d83d197

See more details on using hashes here.

File details

Details for the file passagemath_buckygen-10.5.45-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.45-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2fad3f71bb24cada4c38a31ceb789eda9f48530ec5a605876dd01f83002a4064
MD5 ac0138a2a29c3b06fb122abddddc63b3
BLAKE2b-256 15031b9963f7b92a2b9dce5e7f04e36ca6eeebc90b982e06024cfc26103eaa0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.45-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1bb65804e3e25a814978f8cc03224b3f4c817ac3ed6004b3ebde184f43261da8
MD5 a11a2330c0dac57ad0f7eb8e12f79bbb
BLAKE2b-256 1231dceff7e8c223c8d50a402f31df8084b06c0b6f0d2a42a9d9a14ed34dc0c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.45-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 4606423f0b469f5e29ec655992a8938464803f403d5506bb4839bbad7a27591f
MD5 c5f4712cadd404fde89b22ddf27cf4ec
BLAKE2b-256 646759f034abe54a56ab2f339b85f5a50e179d63913624656591afee2e52d5ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.45-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 d93fd6f51446ca797982667d57bbeebbe049b8fe164c53e93d5bc256a920f621
MD5 3874bf2d02f69b72502c504b44ca8b5f
BLAKE2b-256 37380afb885ed38d6266893c8fce10af0a36a1284f8da1f0f6910f2bae60de16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.45-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3deb54dd81aff2c3b9f53822ebd49f19a63fc26dd754794932539ba6f6fc9521
MD5 da4429445cc46bf3479f4543f904c59f
BLAKE2b-256 05ec14568a5bb5724481ffa323b060fc02e2d1e6b7a4e875e52e08deff58decd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.45-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e88ed53930c727b521b61f4993c9dde6132d9b71e260be01c738f90cf7cf38cf
MD5 4f93513483fad5fec5a3caa15c46b86a
BLAKE2b-256 733775a632cb8c0e1fe90f439b53625da64493afaf250474be383db648a4c91e

See more details on using hashes here.

File details

Details for the file passagemath_buckygen-10.5.45-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.45-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 38ccf70233ed5f7c31162a5a0c1daa57675f11ff2b8fd3882cbf6c39fef452a4
MD5 a6dd8d3a632bf6e33d0fc11d24024db5
BLAKE2b-256 fd310f9fdcbfb0d6074cccd7f86cf1f96b3bdab6ae322873e6630e70e50f8342

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.45-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 44943c8c86d49fae6625bfea1d713214f934ad66f28edf7f3672add3a13ece74
MD5 78928b3193096ddc1ee30d284005c6ae
BLAKE2b-256 7f413ac6916da0372e1cdb0d3ae1cd518a35cfd2faf1c6c960e2b4244618b0eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.45-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 75bd36195f38b2b6ef7a533c56250fc7e0479c9fe25b4df0dd1b4f96af422132
MD5 117836428c0094a7b59b8f607f3390f0
BLAKE2b-256 88954e8746cec1f56bedc80c1670068e2095d2e687a68ac1c9fec036d2e53b84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.45-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 bf8e40c604f98b61718da8eb6200af1a0228ae237229049ac41ee9d8e29a441d
MD5 82f5a16e83ee7ecd98af382712203c40
BLAKE2b-256 b9882c7abe497955256e7740bf1a41db1a9a4a1e229a484d045d0348ebdfee2f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.45-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a16a820f0d9e81be7da70f4ed0419acb43e8f284795d2b88ccc9716ed2c01845
MD5 bde041126d261a4b005aef6ace05d181
BLAKE2b-256 876854423fa9a8e032b3c8b00f9152caabcd1106a08fda03c8cfc448214cc3c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.45-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c74a72046b3dee66100e7f0419f42a761e4e116c5a40ca1e63f2d20a357c9699
MD5 44d1e7601e68acfd8d1c839023b4239e
BLAKE2b-256 ae1be45677904fe8bbcfb95afffcbb9cf0cacbaf61953b788ee8427dc7f9a11f

See more details on using hashes here.

File details

Details for the file passagemath_buckygen-10.5.45-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.45-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 27e355c03af08f0e909c8dce85a974de52615bbc3045be19005f09df86ac3dc9
MD5 816fac0a30aa297e3b449d3a921f0782
BLAKE2b-256 31186d9dc1e93952e7de1dc99380ec15c3e93540374d99eba6ce564d099b92f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.45-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ae279a9f384d8ac8c1657c5966a4a5b4dd9dee4b94c5b61779174778308b0f64
MD5 cfd2365face1edda093a82077d78738b
BLAKE2b-256 d306d15c172c79e24bf1f7e339c9f93d3d1c59bd48082442857bf61575baf8ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.45-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 1a8b57601c122cb3170ba6b75a2154f3bfbe7f043947029e26b501cb0afa2d9e
MD5 be033d9fc6c1d64d343137a50f5f2fa2
BLAKE2b-256 fbedec39e0eea5e8e29202355674d8e5f5a199c981947d10a62b88243de58d80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.45-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 e702d052aacdffb111c7a5a95e3ed9fcc618b204dc3a02a0a43a1aa729693e05
MD5 1db6891489d735102498cfaf6950d68b
BLAKE2b-256 3533cd830839cfcd1309b6e2dc864f96d0f05ae737d92cea542c0ac6f2dc5260

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.45-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aee7ad2c3174f511b71522906cd096c1c2810c4f81072bbd31f26db9173108e9
MD5 95c81a54c79ed7180d85e9c505ade972
BLAKE2b-256 cf7db202254a0d23008baf11e2616ac8f1cd4e9ea05fc643ce56cf8ec3b75eff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.45-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 fe5b28b5ca097830336289352b1b7fceb0d9295179350964a8fe09f7b84d62e5
MD5 0af8228cb8cc3d475cd6c6dcc09154b0
BLAKE2b-256 10b00c6a41e029049a98d07d1c3d125cb62ff6a8d818e6a742ad89c9d13404a4

See more details on using hashes here.

File details

Details for the file passagemath_buckygen-10.5.45-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.45-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 05359335874e665648042669d260611d4ab7581998c8e0611cc47908415dbac0
MD5 d7a6336739ceb05a14997074671a942f
BLAKE2b-256 09758742873c1e3526853157d645dae1f4d360511271003cc48d628c24a197c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.45-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 180a18e30dfee9721384b5f5c4a5507b610e3461afef8c4a36037d0f3d4ebf91
MD5 0b5da7144725951b52de2ca105f36d8d
BLAKE2b-256 0a15c5cde377dbc57fe6d5c373f0577083135ae5a8ca50babd2bbecc1948660e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.45-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 6979f7338bb983b9a6b3578ec3b021a3c90421fa5542bcd8716fea6df7446271
MD5 67c543428301ac3d1922e865d050bcbd
BLAKE2b-256 93a462cc9de21446caee5491a053f76a1146f9ea0a16e6122dab5455843ec2ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_buckygen-10.5.45-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 90c1427b4b35f5f6bf75ff9da642e88898262974f733391fd70f72fb576b2aa0
MD5 3fb4666e6c1128e51851168a10b0bc25
BLAKE2b-256 b486a089a5dd80a12856241f7ba1e4cfee23eb522371ca213aef7e8dbdfdc51d

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