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/JasonPSmith/bigrandomgraphs.git

Python ≥ 3.8. 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.1.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.1-cp313-cp313-win_amd64.whl (89.2 kB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

bigrandomgraphs-0.1.1-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.1-cp313-cp313-macosx_11_0_arm64.whl (76.5 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

bigrandomgraphs-0.1.1-cp313-cp313-macosx_10_13_x86_64.whl (84.3 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

bigrandomgraphs-0.1.1-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.1-cp312-cp312-macosx_11_0_arm64.whl (76.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

bigrandomgraphs-0.1.1-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.1-cp311-cp311-macosx_11_0_arm64.whl (76.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.9+ x86-64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

bigrandomgraphs-0.1.1-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.1-cp310-cp310-macosx_11_0_arm64.whl (74.8 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.9+ x86-64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

bigrandomgraphs-0.1.1-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.1-cp39-cp39-macosx_11_0_arm64.whl (74.8 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

bigrandomgraphs-0.1.1-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.1.tar.gz.

File metadata

  • Download URL: bigrandomgraphs-0.1.1.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.1.tar.gz
Algorithm Hash digest
SHA256 b8ff556e01eb60ea952c421a999e56d50c4ad0d21481c5432b7acbec3d2ded7d
MD5 39405d4ecc3ef3b7022ec1d124dcf82e
BLAKE2b-256 bd2da28e204dcb3aa767137ae0c7ef691cfbd4fab680fb96ae62c54252735b0a

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.1.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.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 bb21d3e6961c5be1bb5d244ee42ee96005aa71c4a90efb5e58af7878ece86606
MD5 adac778b7e1f7e56cb57f2e72933bf89
BLAKE2b-256 0e85f3c3c03a044a9896fcaa29178b61c52a1a893eab9ae50514ac2fb88184b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.1-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.1-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 0d11fea9478720eb8f71619a9580b17c4147ff51c754c1a93522dc1381d61188
MD5 2ef5f37becb83460df05e6c020056abd
BLAKE2b-256 000608622287d7a52beeb9af153da8aed690a045c6ee99bc30d8efeb495eac42

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.1-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.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e40920dcfd41db01cede96843870c02b076670dc262e6ebd688e257b49ee9c3a
MD5 4ce04300cddc593b4e35c762c65ebec6
BLAKE2b-256 ea0d0f925bad945a1d3305ee869dc7d0ec4454448dfc21eca15826558f37add8

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.1-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.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 796bb4370803047114942b4ec75a562c86f8964e278c25f81f65397edf6cd018
MD5 bc2958746c42bf241a9ddd6dd8154085
BLAKE2b-256 3338abdc05a12e90c07a5a48053edac4f0c9819541dd7deb3bf046d46152817f

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.1-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.1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 98c45589343f8bd3b42abc886cf70a2549296fb2b9157ad34de7eaf87700f397
MD5 7c5195730be05d9b2ab461f4f230eebb
BLAKE2b-256 1efe39d66eaa076c9d76af32a3a8ab9ca422b901adb5d62bd64cf2cec189d1dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.1-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.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c57446cf2f5096ced840a983ec41bcdf50e31fe0ed5fd125a591e68e9217be6b
MD5 731ed7ee9dc376ed63669841ef649824
BLAKE2b-256 bb12203af4ae37b032a584298ecf676e11206cbf6c9d801d64b8bb7e71288d42

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.1-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.1-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 483cb691bc23a75596dafe718d0be35a850ceea9e9ee4595a019a9c0dcf4aa19
MD5 7fb0c5eaf7c8a258ab83e9b089183aa5
BLAKE2b-256 ce7fc9fbbded476fef9ca1fbb411022cb904d7db18306e81239b8d24c460a8a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.1-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.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 05ba83735711ae20cf0c427540820433323014b3c8f38627acdc46a38297db26
MD5 827c9987ae9f5fbba6f066b90082ed96
BLAKE2b-256 955132b4f41463ac6554980bdae8a135e052c13a393cd4dc9ef7021698234fd1

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.1-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.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ca48b62122ca8fe23912ddfb61597991b8b3776e4e44df6bfd836b6c2cb493df
MD5 fa7e826c7a9c2a1128a3c88752a26e5e
BLAKE2b-256 7af2b45394370c3a46bf9f8003484d645a61b25950a5bf812a0fb2831f703355

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.1-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.1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b6f48d47de6384cecf7b62723055270edcf3fc969f95b771bf83e55fa35fe409
MD5 9421a8094b71a7e81d261bf2ef4ddd3b
BLAKE2b-256 4f4506fde6092b282f9f2ca376e185a88e2d6f05e0b0eaa40c70c24afb120032

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.1-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.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 fe8a915cd82c92e02ec6a3833865f76fb651f2aa7558fadf0d31b4f5952b65ac
MD5 1fc5d7ff0520bf85c7f97778658b1565
BLAKE2b-256 095b41d72cc805277a36d20f775f862177d7977f63186bef5b6739ce54fc0a18

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.1-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.1-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 aebd4981a560b4f2ead606569e91c6beddeaeda7acf37aea27df4d6a89c16714
MD5 ab62ae2040f57edaa9e231749f14ddd3
BLAKE2b-256 f3cfc2479d114d14869ce0599ab85580a7213ec2ff324f783f6939b0f60079e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.1-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.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e8465cd7513a7ac1ee46e36407dc160b7441d946be038d64c001c6d8c95569ae
MD5 1c3e3d650ef1bf8c66a732cf9fbd628a
BLAKE2b-256 669112ec1dcbed82702a67fae4394b26ce722ec39da653c77d23e6611f037e25

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.1-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.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 19a405f71cf43dcc804a2f5c81c34a402fe10b05da7cfef55b526b086b07d647
MD5 062b9b84c80f245a9ff3edd573b00757
BLAKE2b-256 21ddcca601c2171b733a666745e2149b1d2f5172256c47292616689015a9a962

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.1-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.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3d1312c3223c52de7a9d0a62d710b80f8427da2300137f098fa45e2086a59482
MD5 84a90ff0ffe60f785b05f0739b234a55
BLAKE2b-256 5da246055a99779233b27c4f1150b030361c88b0d46722b3edee3c5a9b349c2f

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.1-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.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 59ae2acfb2ddbe1631dea60680bb7926a5e12749f1084fd273bf207f31e1cdff
MD5 29b03a3eb979d78b8b0b860e575b0f37
BLAKE2b-256 403597536c18ed46f889fce9e75b7d7b6fe5ec006f77cd1867d9459cc41007f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.1-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.1-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 dfe3f728aa775bd6e2aa5c762219d02f32aa9d3b0c1a911c006c165dfc3eec92
MD5 631ea2fb342ef4f085098fb2da6f62c1
BLAKE2b-256 5353cc5a9af84e9f3f384039e80a8e3b9a7dd846851f24a9bc332f818552ce50

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.1-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.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 822e72ae027b9b3ed992a77541656a296e4a08baaeffdbd86e0551852def6308
MD5 8fb1ba30aa25096359cedf900b923bbe
BLAKE2b-256 9221ffaa30af4268b26adae73a317f52aae777872af2824d48de2f236d74e6b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.1-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.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4466901e3cf4468334b26dfeec00cd5fb3729c0e9f0c5c179ff134c2d6fd8647
MD5 8c3d6544d79407aa66c37c5818aa3529
BLAKE2b-256 904ae1ce2b77c2b4af390f9e57cf82c5888f2d9df0a1adfefc210e215cfb7488

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.1-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.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9e74ca825873e1b459d98b882bc59579cd2954312525e74aab2a7bac574004ab
MD5 048b5052a8baebbd61627e10aece86d3
BLAKE2b-256 b5725855e4789e66a31ec2ccb85426ac51d75f92d07da5dffc5e9cd04e0f1c69

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.1-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.1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 fe804d35556f04d229a3a6bcb233ee2ce9949eb9c4370ccac38a697b27cd08ca
MD5 6bfc57031217c604ca578dcddaef7c61
BLAKE2b-256 b76700e73c080f89e6ed905958f95bef244f243cfdea6b3e770554a8bca392d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.1-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.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: bigrandomgraphs-0.1.1-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.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 7e9b7e0920742b8fda67590e54d03b89f83bef50bcfadec9bc73b9b75e04bd55
MD5 6eb888ffc521a0c3076cf296d8c43671
BLAKE2b-256 d6ad537d602fd36683cde1863b44be43c22e8aa49bdb7c84700cf491b7ed0790

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.1-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.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8c02110d4629ef74513ea6c8fd9ee6d136fd9b4ddfcfd8d8608c6c38109eeb8d
MD5 7ea048b64fab7e5d68b02304ea26aa9f
BLAKE2b-256 5f5c71ac42cb45f27152694f45511cf3dc23d9fe14d7d173415c2f20ec194040

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.1-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.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c32f3fe6602a51bac0727a4ca816cf8dade2b20e86d95bd72f199afceec97cb3
MD5 4499b7d7483cde22389409cda6fd3662
BLAKE2b-256 d167d91322dc6d6fabae40cd2a1ea752d8a8f6554aebf4853f1c6f1763f3b925

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.1-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.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for bigrandomgraphs-0.1.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7e0b24bbd483352f0c55b24f39bb354a0a0b890ba56fb61dba4cc72a4b700005
MD5 c91227de5e7daebfb1f7f0f2b2855210
BLAKE2b-256 2a83f158d22e026fec24fafb8cfaae6789bdb4529ec7163840e47b8e475489ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for bigrandomgraphs-0.1.1-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