Skip to main content

Python package for fast creation of large random graphs

Project description

bigrandomgraphs

Fast, parallel generation of large sparse random graphs in C++ with a Python interface.

Install

pip install bigrandomgraphs          # from PyPI (once published)
pip install .                        # from a local checkout
pip install git+https://github.com/<user>/bigrandomgraphs.git

Python ≥ 3.9. Source installs need a C++ compiler; CMake ≥ 3.15 is fetched automatically by the build frontend if not already present. Pre-built wheels are produced by CI for Linux x86_64, macOS arm64, macOS x86_64, and Windows x64 across CPython 3.9–3.13.

Testing

pip install -e .[test]
python -m pytest

Use python -m pytest rather than bare pytest — the latter resolves via $PATH and can end up in a Python environment that doesn't have bigrandomgraphs installed, producing a confusing ModuleNotFoundError: No module named 'pybrg' at collection time.

TODO

  • Add "Publish to PyPI" in github workflows

License

See LICENSE.

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

bigrandomgraphs-0.1.0.tar.gz (10.6 kB view details)

Uploaded Source

Built Distributions

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

bigrandomgraphs-0.1.0-cp313-cp313-win_amd64.whl (89.2 kB view details)

Uploaded CPython 3.13Windows x86-64

bigrandomgraphs-0.1.0-cp313-cp313-win32.whl (76.8 kB view details)

Uploaded CPython 3.13Windows x86

bigrandomgraphs-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (114.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

bigrandomgraphs-0.1.0-cp313-cp313-macosx_11_0_arm64.whl (76.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

bigrandomgraphs-0.1.0-cp313-cp313-macosx_10_13_x86_64.whl (84.2 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

bigrandomgraphs-0.1.0-cp312-cp312-win_amd64.whl (89.2 kB view details)

Uploaded CPython 3.12Windows x86-64

bigrandomgraphs-0.1.0-cp312-cp312-win32.whl (76.7 kB view details)

Uploaded CPython 3.12Windows x86

bigrandomgraphs-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (113.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

bigrandomgraphs-0.1.0-cp312-cp312-macosx_11_0_arm64.whl (76.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

bigrandomgraphs-0.1.0-cp312-cp312-macosx_10_13_x86_64.whl (84.2 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

bigrandomgraphs-0.1.0-cp311-cp311-win_amd64.whl (88.4 kB view details)

Uploaded CPython 3.11Windows x86-64

bigrandomgraphs-0.1.0-cp311-cp311-win32.whl (76.5 kB view details)

Uploaded CPython 3.11Windows x86

bigrandomgraphs-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (113.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

bigrandomgraphs-0.1.0-cp311-cp311-macosx_11_0_arm64.whl (76.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

bigrandomgraphs-0.1.0-cp311-cp311-macosx_10_9_x86_64.whl (83.3 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

bigrandomgraphs-0.1.0-cp310-cp310-win_amd64.whl (87.8 kB view details)

Uploaded CPython 3.10Windows x86-64

bigrandomgraphs-0.1.0-cp310-cp310-win32.whl (75.8 kB view details)

Uploaded CPython 3.10Windows x86

bigrandomgraphs-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (112.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

bigrandomgraphs-0.1.0-cp310-cp310-macosx_11_0_arm64.whl (74.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

bigrandomgraphs-0.1.0-cp310-cp310-macosx_10_9_x86_64.whl (81.8 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

bigrandomgraphs-0.1.0-cp39-cp39-win_amd64.whl (87.6 kB view details)

Uploaded CPython 3.9Windows x86-64

bigrandomgraphs-0.1.0-cp39-cp39-win32.whl (75.9 kB view details)

Uploaded CPython 3.9Windows x86

bigrandomgraphs-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (112.4 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

bigrandomgraphs-0.1.0-cp39-cp39-macosx_11_0_arm64.whl (74.8 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

bigrandomgraphs-0.1.0-cp39-cp39-macosx_10_9_x86_64.whl (81.9 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file bigrandomgraphs-0.1.0.tar.gz.

File metadata

  • Download URL: bigrandomgraphs-0.1.0.tar.gz
  • Upload date:
  • Size: 10.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for bigrandomgraphs-0.1.0.tar.gz
Algorithm Hash digest
SHA256 998e797e3b712601d10c3bd7e1d8f8522623a948525ce54b6be187c36436fd42
MD5 8c69919516cf2b3d0a538dd45e7c7a9c
BLAKE2b-256 316115fb7967eb3238889d289fa52a0710a198c0501cb846ed9146e7920f2bc4

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.0.tar.gz:

Publisher: wheels.yml on JasonPSmith/bigrandomgraphs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bigrandomgraphs-0.1.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8d3d786c36ed4ee52f0407472d361dc53ace95aedab1f1e02658b6ca319b41b3
MD5 88a4b0fc51c7c2e58b59e21575cab976
BLAKE2b-256 6f0ae8a27226ea89cc0c44d058da82cece98785a4a7fd4c12bad46a4aefd9c84

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.0-cp313-cp313-win_amd64.whl:

Publisher: wheels.yml on JasonPSmith/bigrandomgraphs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bigrandomgraphs-0.1.0-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 c7314a1e67141b6f10995be8b96f907b3490fc9764863fe443362f29e72481b7
MD5 78f69208c7430a248958de44e89b09ff
BLAKE2b-256 a3292293384e197f3b0d94b0b0ee2f5a5943d16c1e45589def8807497703d02a

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.0-cp313-cp313-win32.whl:

Publisher: wheels.yml on JasonPSmith/bigrandomgraphs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bigrandomgraphs-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 323770c31ad4ef11f8d42a44615bdd9a5867ae031fa21c5e73e5240418274fd7
MD5 3f7e1674227d0d08d9892d466bb4580b
BLAKE2b-256 2052d1e6519769d701434293481c2f05e87278fe6899f89fe2843bd6fa451a94

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on JasonPSmith/bigrandomgraphs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bigrandomgraphs-0.1.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 180798ff605c9030510b755acab5bbef2ee8245f6c6875d82f854f2c04f27d02
MD5 e78862427931e78cf53b51333d5110a1
BLAKE2b-256 057133f949ea5d0ed998eb801f4388cf28c758a41011914c32342e27eee95df1

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: wheels.yml on JasonPSmith/bigrandomgraphs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bigrandomgraphs-0.1.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ca01fd957d267c39276099e382e50cba2778978561aea3fca040d174398772cc
MD5 e9e648bb0ef2520459b8e6815d8f7009
BLAKE2b-256 34fe94e68b53078af5e1073c49808df6369e14a1d19b5e57ae9976f982d59c09

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.0-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on JasonPSmith/bigrandomgraphs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bigrandomgraphs-0.1.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 106732f7bd1e2a7e98224bec17e60377fb903def6772b3eb0e3a2e98c7b3edb4
MD5 6eb715effeb83c4a9891bc21dbfc71f1
BLAKE2b-256 77e5c43ac2801adcc407d8f58dccf3ec7f337444ac8748f9f64163e2665e2315

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.0-cp312-cp312-win_amd64.whl:

Publisher: wheels.yml on JasonPSmith/bigrandomgraphs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bigrandomgraphs-0.1.0-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 f2f49c0cf939d3891838ba6be0174df33d3b8c6dd3907f05c8fa0b483272a48d
MD5 3210ccaef020551c5a7ae82d4e66e295
BLAKE2b-256 32866d87a36eef55ea7a4c55464db674cbc1f67e98452d9f2f25f9da038d4498

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.0-cp312-cp312-win32.whl:

Publisher: wheels.yml on JasonPSmith/bigrandomgraphs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bigrandomgraphs-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 61ac9c105f9a4cf275b6584922c3ed1750dcac09842ba1887d34e5705b7151b1
MD5 f9b73877436314f903b0e5dae0308b39
BLAKE2b-256 c186a23d884fea4fe54285d04f084341e52424860dcdb3fbeb0e9612e68e3b53

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on JasonPSmith/bigrandomgraphs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bigrandomgraphs-0.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 37c9c67f641fb10f74f9cf910ebc2f8af5e702829d851cc1c170322509328c1a
MD5 65a7158afa8906dd8584179860661c42
BLAKE2b-256 d15eb7fecbd153fda903185f6b540f20d3de83eda8322ea3140f1a67e70b62ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: wheels.yml on JasonPSmith/bigrandomgraphs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bigrandomgraphs-0.1.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 51046193e5880274ed329fa95594b1993a287b54c76c74fbdb4c38047e1bc374
MD5 928766e0f6724f002dc06a7560f3d6b8
BLAKE2b-256 8f18f06e47f54d24c1c9a18f4c7d5832bd96204574978150d8ce3b714afdaf31

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.0-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on JasonPSmith/bigrandomgraphs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bigrandomgraphs-0.1.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e0fd20da4323777f52b556b4855cb1485d280d7946d2859aac840692b93453e1
MD5 ecb507560d3b688f60a1cf9423276d1d
BLAKE2b-256 3a228011f89501b0cca6e97e49de97c0d765ea675bfa541b599949fd740fa162

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.0-cp311-cp311-win_amd64.whl:

Publisher: wheels.yml on JasonPSmith/bigrandomgraphs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bigrandomgraphs-0.1.0-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 89bedbdfa737959681c84a7a6c269a0c7665946664f2f5ed7f16a6b93990b764
MD5 59f0030fb87a98e142bccce9118c672f
BLAKE2b-256 ad4765082ed99d283dbb9d740b83cb00f90c5228bc59535dc3474079620fccfa

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.0-cp311-cp311-win32.whl:

Publisher: wheels.yml on JasonPSmith/bigrandomgraphs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bigrandomgraphs-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6b95d4027fa19d4c5f4892b89ddad56174ae68bad5bfa190831ad7e00ba2ba57
MD5 1c0a61ad9178bb371e032c8d526140e9
BLAKE2b-256 86755de96a71e1d32ae84f0c53faf267a489424d791bf91d1f3ecc4197ef5712

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on JasonPSmith/bigrandomgraphs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bigrandomgraphs-0.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b379f38f93f30e90938cc2067ac723c4f072826eb8c0917d767ed2168633a136
MD5 ca44d611ea90bdd273c450e12693e84e
BLAKE2b-256 574152f95afc2029ab58d6b2a64efd5a2bcd19f6c4f9656b23911bccacae4ae9

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: wheels.yml on JasonPSmith/bigrandomgraphs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bigrandomgraphs-0.1.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 923b7200b98c504c43158c199f4b7be094dd16fa506e8df2434daa9a6a78ed60
MD5 58fc9f234884980a853cc364a6f5f6d9
BLAKE2b-256 1d6b1ed6788b098f36412e0f18f771872f55480e5618d049e6e57cbfa694b48e

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.0-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on JasonPSmith/bigrandomgraphs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bigrandomgraphs-0.1.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 82dcd1420e21063555f4dd038351ea4be354f1ca988217a7173ac20228c44be5
MD5 ac36f404a7e668a17b0053ac6faedc84
BLAKE2b-256 af5601694a0ddbb7cd015e702534d159e993fc9d5e8e3d9a108c369935a62590

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.0-cp310-cp310-win_amd64.whl:

Publisher: wheels.yml on JasonPSmith/bigrandomgraphs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bigrandomgraphs-0.1.0-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 4d23dbc5d72da036821831905e154a8c0073b65d1512448c880bf4144c73fd3c
MD5 dd101a9c1a61390eab40eda7a6bea382
BLAKE2b-256 d514ab14f56c64dc0b768e5c37f6aba577d7dbe5b808cdc0567bd2d56496e940

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.0-cp310-cp310-win32.whl:

Publisher: wheels.yml on JasonPSmith/bigrandomgraphs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bigrandomgraphs-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 30cc00226ca9f9527953134389d16ba54c9354d93bb00865ea1994a1bb574cf2
MD5 b3131d76c82fda28d0d1d7ce6b23c965
BLAKE2b-256 e5ddbf538f20a09b7874e599f528db6f047919283ca6a9748bd719389b94c3eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on JasonPSmith/bigrandomgraphs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bigrandomgraphs-0.1.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dcc8cb581ede19a7c20ea63087b417ee539d737501e5191fffb67c8ec44f9b15
MD5 ca287bb2f8cd59192eb41c36a2c1ff19
BLAKE2b-256 810826b287a3bb704d65cdcd632bf694ad43b8cabe2ac448e26b4be5d9a1ad62

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: wheels.yml on JasonPSmith/bigrandomgraphs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bigrandomgraphs-0.1.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4b9022281bebfaacf9f0f2e7ec88bf72bf8adc4d9af501d021a49e89dc7e5ad6
MD5 c20ddd9e0911bae684a128a89fb0ac9e
BLAKE2b-256 c74f8afd5c4bd5c72e5f8fc97f9b95b2a3a074bf9b5f36bfbdaf9cbf084c2f4d

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.0-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on JasonPSmith/bigrandomgraphs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bigrandomgraphs-0.1.0-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 3b753f2ad5a731c75835c25ea965921f962d6aa5565d4d77bb3b846ddaaa4813
MD5 e7db6ffb8403b6cbe313ccccb9730f5a
BLAKE2b-256 58b4a8ab9b07be311c84d0975381c21c5a8335780af1615a14aea9a589b2dbed

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.0-cp39-cp39-win_amd64.whl:

Publisher: wheels.yml on JasonPSmith/bigrandomgraphs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bigrandomgraphs-0.1.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: bigrandomgraphs-0.1.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 75.9 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for bigrandomgraphs-0.1.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 9d80a8ea5fa9db3a5310201d9a45fb49fb68e273790bf3654376ce5c9c27551c
MD5 3372085e46ea0b0337c5ffb8cd63d641
BLAKE2b-256 6788146e4ea5a00bdd45ca46ae52ff0a77f482f9dceee804cac978ffba609aaf

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.0-cp39-cp39-win32.whl:

Publisher: wheels.yml on JasonPSmith/bigrandomgraphs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bigrandomgraphs-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bf9a2a4b5fe6d2c0f3bde82f67ad65ff8be1e9297a22fad7890501fdcfcf576b
MD5 7a8933fa16572cf7a867b56dea1dc26d
BLAKE2b-256 d491f6ead3f85bacb9ad8367acf22af804d57da5ae396dd6b86945ded45c4fa9

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on JasonPSmith/bigrandomgraphs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bigrandomgraphs-0.1.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c19434106ba3f7d171b2b42237647e0374f29578e7491340f5049dfde3623ba8
MD5 85d70410325121d59a5a175d6919f6f1
BLAKE2b-256 bfa83cbea9b973e5a7a51c310acc321566e02cebc38357fd1786024c0f4b0f2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.0-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: wheels.yml on JasonPSmith/bigrandomgraphs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file bigrandomgraphs-0.1.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c72b4a777a8007c32d9e2f4cbf0ee3ebed69492f081fc03ade94f07788d1dc20
MD5 22cf0c005879c4390ed4305a9ff016ff
BLAKE2b-256 c38e8c8585b820118c763c2e03b9235c54706323df902b890f8f3cf4a431539f

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.0-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on JasonPSmith/bigrandomgraphs

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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