Skip to main content

passagemath: Find automorphism groups of graphs, generate non-isomorphic graphs with nauty

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-nauty provides an interface to nauty and traces, the programs for computing automorphism groups of graphs and digraphs by Brendan McKay and Adolfo Piperno.

What is included

Examples

Using the gtools on the command line:

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-nauty" sage -sh -c 'geng 4'
>A geng -d0D3 n=4 e=0-6
C?
CC
CE
CF
CQ
CU
CT
CV
C]
C^
C~
>Z 11 graphs generated in 0.00 sec

Finding the installation location of a gtools program:

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-nauty[test]" ipython

In [1]: from sage.features.nauty import NautyExecutable

In [2]: NautyExecutable('geng').absolute_filename()
Out[2]: '/Users/mkoeppe/.local/pipx/.cache/535c90a22321f64/lib/python3.11/site-packages/sage_wheels/bin/geng'

Use with sage.graphs:

$ pipx run --pip-args="--prefer-binary" --spec "passagemath-nauty[test]" ipython

In [1]: from sage.all__sagemath_graphs import *

In [2]: gen = graphs.nauty_geng("7 -c")  # connected graphs on 7 vertices

In [3]: len(list(gen))
Out[3]: 853

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

passagemath_nauty-10.5.49.tar.gz (4.6 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

passagemath_nauty-10.5.49-cp313-cp313-musllinux_1_2_x86_64.whl (12.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

passagemath_nauty-10.5.49-cp313-cp313-musllinux_1_2_aarch64.whl (12.8 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

passagemath_nauty-10.5.49-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (13.2 MB view details)

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

passagemath_nauty-10.5.49-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (13.3 MB view details)

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

passagemath_nauty-10.5.49-cp313-cp313-macosx_14_0_arm64.whl (5.0 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

passagemath_nauty-10.5.49-cp313-cp313-macosx_13_0_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.13macOS 13.0+ x86-64

passagemath_nauty-10.5.49-cp312-cp312-musllinux_1_2_x86_64.whl (12.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

passagemath_nauty-10.5.49-cp312-cp312-musllinux_1_2_aarch64.whl (12.8 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

passagemath_nauty-10.5.49-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (13.2 MB view details)

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

passagemath_nauty-10.5.49-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (13.3 MB view details)

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

passagemath_nauty-10.5.49-cp312-cp312-macosx_14_0_arm64.whl (5.0 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

passagemath_nauty-10.5.49-cp312-cp312-macosx_13_0_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.12macOS 13.0+ x86-64

passagemath_nauty-10.5.49-cp311-cp311-musllinux_1_2_x86_64.whl (12.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

passagemath_nauty-10.5.49-cp311-cp311-musllinux_1_2_aarch64.whl (12.8 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

passagemath_nauty-10.5.49-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (13.2 MB view details)

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

passagemath_nauty-10.5.49-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (13.3 MB view details)

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

passagemath_nauty-10.5.49-cp311-cp311-macosx_14_0_arm64.whl (5.0 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

passagemath_nauty-10.5.49-cp311-cp311-macosx_13_0_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.11macOS 13.0+ x86-64

passagemath_nauty-10.5.49-cp310-cp310-musllinux_1_2_x86_64.whl (12.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

passagemath_nauty-10.5.49-cp310-cp310-musllinux_1_2_aarch64.whl (12.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

passagemath_nauty-10.5.49-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (13.2 MB view details)

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

passagemath_nauty-10.5.49-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (13.3 MB view details)

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

passagemath_nauty-10.5.49-cp310-cp310-macosx_14_0_arm64.whl (5.0 MB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

passagemath_nauty-10.5.49-cp310-cp310-macosx_13_0_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.10macOS 13.0+ x86-64

passagemath_nauty-10.5.49-cp39-cp39-musllinux_1_2_x86_64.whl (12.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

passagemath_nauty-10.5.49-cp39-cp39-musllinux_1_2_aarch64.whl (12.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

passagemath_nauty-10.5.49-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (13.2 MB view details)

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

passagemath_nauty-10.5.49-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (13.3 MB view details)

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

passagemath_nauty-10.5.49-cp39-cp39-macosx_14_0_arm64.whl (5.0 MB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

passagemath_nauty-10.5.49-cp39-cp39-macosx_13_0_x86_64.whl (5.6 MB view details)

Uploaded CPython 3.9macOS 13.0+ x86-64

File details

Details for the file passagemath_nauty-10.5.49.tar.gz.

File metadata

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

File hashes

Hashes for passagemath_nauty-10.5.49.tar.gz
Algorithm Hash digest
SHA256 309fed46d53c110643775ea108656ed53a300fa0cff801e32c3c029af70d4c9f
MD5 d2b57eed80f9b39ad69b16810d16247c
BLAKE2b-256 c01c21d822bea7ae43d64b7e3f3cfef367a2b8c4108107206996fa2ca34edcfa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_nauty-10.5.49-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b72ebc0f2fb0c066f8a270bf0ac5f8eca2b3cf8ce72bd2bea3059be8df1f5e0a
MD5 b9bac7c5a9c651ac241a46ae52856ce0
BLAKE2b-256 31ce5f56101dff98b19743bbeb0e0dba585445ca7145db1b5348c0ae3fa1bd39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_nauty-10.5.49-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1afde684c3ee39e2038f16a9235bc8bb762b2037bfac789f042506a98652db17
MD5 497377fb089d9950fb6175a06766269b
BLAKE2b-256 63c697e43ad06af1d0899c1c75137f8e24ca9e464cc84f19f8293b1f0d3531e6

See more details on using hashes here.

File details

Details for the file passagemath_nauty-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_nauty-10.5.49-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7fe11be39115f515d017fe105a5a101e21822bb057820bdc2003682427021048
MD5 ed6c7a63bd99fa7fb34fe3e40f520fd8
BLAKE2b-256 1eebbd38f1ca7a0dbb95aee181ec685e98ef33887b2de53f1aa5052e0fc878e8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_nauty-10.5.49-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ef1186ea5022e47aa6a038a9a73089f233704fab970eb2b0db4416dd84b0aa26
MD5 75eeb2f974db816c7b71d8b1a6e67554
BLAKE2b-256 1e633ccc9a7d3de4addf7700ef8c331aae335b1e07c8a551bee2ef5b6f162f96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_nauty-10.5.49-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 b00efc885b990f6abf5312dc98847abed525d17502714e2db924b3f613dc7c86
MD5 adc338e72bd82eb6103ce541b4e8f26c
BLAKE2b-256 2092993a430e6c7e510906c1c337d40b34173702e3982c4574372c837ef277ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_nauty-10.5.49-cp313-cp313-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 3f4bd87a1936bf184ae30ef39ca5af63d1bcb952c87cfe57b684b4f5330d7fcb
MD5 f21202e461cc6d2e8f673fad9eeb2260
BLAKE2b-256 441fe68c00a21a1a871ed5f7a45658038d735767e6941a8665a78888818bd197

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_nauty-10.5.49-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0e73f7dcbc918ad217f367a4fa1ff129a454a3bd92b9dde2da8f8ba23730d525
MD5 4de26dc0b78805201743b589e54ebc52
BLAKE2b-256 20437f07219787746e24a84974a8a0bb477e817f3c1961f46d1e5dfababee769

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_nauty-10.5.49-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3a8d10e7df30f12dfa9a0158f63f37450c16c53d5700fd315276244cd690094d
MD5 813ec1e6611406beb36e61bf6d74142d
BLAKE2b-256 6d388554c9766975e5fb934b98c9e6102309e2f958259fe850d8d6a7b11a470e

See more details on using hashes here.

File details

Details for the file passagemath_nauty-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_nauty-10.5.49-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f9530e5bc14d8d5331f3b3a0571f71aa93a5d7d81ab23b30f92939ff2be9fdb7
MD5 dd69269fb9c2000f5cbf0d5348b74fc8
BLAKE2b-256 f6b4c34a9eb16805f27b5019db8cad49320d5cd8d45400d9d94643205dd74430

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_nauty-10.5.49-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5bce850fb774eb42480088838a0b78f83e4ea395147f29c63dc319eb7f4b0739
MD5 8f94f176deb91b9a2776c036016ce3d2
BLAKE2b-256 d187e7dbb78d855d4d7aec199a08dd8d7a56ce4a331ad1827fa78c5e3d86dc3e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_nauty-10.5.49-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 f549af5342df7a66382bdb62892af92838b8d6651eff37e18c97b4b8ba50b8c1
MD5 d7543abcbd671147f4a3e4bf37d180c1
BLAKE2b-256 c3793c62d0d8597c6bb2b783d5f25742e2df57e0c260f1b346d20bc04d77e8ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_nauty-10.5.49-cp312-cp312-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 0580ca28e6483e8f0648b6bcaef5ab91bc26498133c589b11ecfc4dc5346ee8b
MD5 0bf4791e48e2fdec027da52fe1f68607
BLAKE2b-256 6256db0452eeaa2c0a38fbedd0cdd51edccbaf55affc664217769ae6417f808c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_nauty-10.5.49-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5e061974eebfc97f8f2d12dfc472e0dc8db65b35e16624f73ea5b7f947cc3dfe
MD5 b1cc167e0757509e0e232b0ddf46fe59
BLAKE2b-256 9a74a9afe22933e9c04343feb29ddb911fc3353089e8b7a27649353390e579b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_nauty-10.5.49-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6d4cecc3832ecc32cfa1d597ce81f81ac23f3a72d76710b088439e5cbd977690
MD5 d16c03698a5ef2552e4c61c1bfb3d36f
BLAKE2b-256 0feed62d95fa0834263bd4a451a70416205f9e028a12c3699a68dfa1e48c1e83

See more details on using hashes here.

File details

Details for the file passagemath_nauty-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_nauty-10.5.49-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cbdcb6f59cccbe75125e95c0894f39e7ae3e05db3723c68b77506db9dc092b33
MD5 0a320ad3cab664184161ae4651c24504
BLAKE2b-256 ce4dceaca861936d8dc899b671f7316d7ef6dbe1db0993dcc33ef48786315e6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_nauty-10.5.49-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4e2c9d396a13aa05e1ccb72241f2cc54a33cf7e6d902e96426c5d81cb14a933f
MD5 22a09c660c4113d24e877c059a05cb83
BLAKE2b-256 410bb004a531a8d9b5d69d9e0f17088c8c035746e70116fe80a5770c1cfc3f43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_nauty-10.5.49-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 83e1cd9aec94cbddd53707c7656aa8525cc4df61e965e4374aad713f9387a38a
MD5 13dc2c763bc212062619856311a9cb9a
BLAKE2b-256 d472a52f335d648050ca75a13d462a4f354cfd53df3e5ba9fa5e7e3a84a944f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_nauty-10.5.49-cp311-cp311-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 4c6fbe658749a8e1069a2c27eb1e4fba1894b21688d06c061465ba2f30ca20a4
MD5 3f3dc40f37ba79ce01177da25de4797e
BLAKE2b-256 90978bce87a24f835b67afbe3c8f5e12ede464443fa3405eb40342f53b448a9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_nauty-10.5.49-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e1c9493321b5509559c0aa7f7bfae9bc350682a922dbd01626bfd32edcd408f1
MD5 d212f0ea0822e5f2ecc73cb718fc722c
BLAKE2b-256 7f91c9e58d5712a4cc5a654c2c475eaac8212668050765d44ec6b57cae609f27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_nauty-10.5.49-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 677efaaee73d1d991cfcfe8a477a97d7ee2b003da00f61daaa132478b4752b5c
MD5 09dd973139fa8b7767f31922eef984dd
BLAKE2b-256 d790ba1fa4c7b2a8b52ce5e622d3dcb7b9163906e3377c5db07659dca03010ba

See more details on using hashes here.

File details

Details for the file passagemath_nauty-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_nauty-10.5.49-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 88ed1291bd015eb4da3f4bdb97527720a539ece2f90b2c94a71bdd1fe3f2735b
MD5 c752487f899bd1e335fbf061ac793dd2
BLAKE2b-256 3449452275bde9927c0bc7ea5d2e6832b3c8a8eca8a809a5292da20235f06961

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_nauty-10.5.49-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1dc44e1ed752680fbc61d4e2b9dc8f1cc219597a868de6e85aeb654808d15fcc
MD5 f17aa0041c9747227dc5a0bbb0a27e50
BLAKE2b-256 987beaeec9a6698213ad77370dcd857367cea06d1171fcb0dd40720cd8a5d5ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_nauty-10.5.49-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 84e434cc013bc13384ddbfebdf57356eb7ba2106c367983ac391e784b9446f9d
MD5 54db17934079ddd0262ca0587ee93bfa
BLAKE2b-256 daa1facc1c8a519c210542d3aeb636c4853dcfb4e867a8194ed72fa9d8db757d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_nauty-10.5.49-cp310-cp310-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b06dead4261814b39051856ca32046776c682d80003535b2df02b1d3a677fe6f
MD5 4e002793a864a00c86d93406279f73bc
BLAKE2b-256 4a4f1fd32766553780d8433ad9f732cd37d3208d2fb81ad003786685fbc75645

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_nauty-10.5.49-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9043572e4871c3dd0be8cffbec73015fa4f2c4e2cb671cddcd070b44bd7f1793
MD5 cfe8777cd806b23d8e72bf78dcf07648
BLAKE2b-256 30bd827440b3867cebe938d713120f98bfaf826ed9a11cd4ee35925666f6afcb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_nauty-10.5.49-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7c583cf7481491a48c8418f509b6fbd336fe120705f38ca8dd85bfb8804375fe
MD5 882c66ce6f01cc5d429530c554856df6
BLAKE2b-256 ff559821e8929785dfbae90dd5783009d1ba1e80268dff5d2cf2787613e42a90

See more details on using hashes here.

File details

Details for the file passagemath_nauty-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_nauty-10.5.49-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d8b27ad1f7e5916138495272ef1ee243197b0a4689ad1125c6467e5641d54887
MD5 933726a311ad1a44ef7da1a10685dab3
BLAKE2b-256 3bb6f7e7d2e9e2fa13c4f350dfb89ed26e90a855705561319cb89b6ffe5443ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_nauty-10.5.49-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6a37132d392f0684c2dff0e7dd4f4f5b7d9dcf70aa1a880d0211fd02e4bffad6
MD5 a9d6153365cf628b2f8c3403c2a1e37a
BLAKE2b-256 b0e1f0233d005cc28a6d02042c25968d2926c2b8e04a9f6da4d01f63014424d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_nauty-10.5.49-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 13a51c79ec3b51ced2064b663f2ea6df8af0f2c4a9efbcb7efcdb1e3c7be199b
MD5 2138568f2014688075340be621ac4ca5
BLAKE2b-256 4c7d72f501f98935b53cc6e77587992dffcb9b43ed1b127978d4fec665e05472

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for passagemath_nauty-10.5.49-cp39-cp39-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 c51ad8cd18e5368cddc6e75a954a6a03e44f5f09d9380ceb9e32fef661d8e472
MD5 b647a031570caffde81b2d7704c9d729
BLAKE2b-256 a79131a275ed0e4059d95df729254c0c3572c989068967aa3a2a3de4edc714af

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