Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

PyGraphviz

https://github.com/pygraphviz/pygraphviz/workflows/test/badge.svg https://codecov.io/gh/pygraphviz/pygraphviz/branch/main/graph/badge.svg

PyGraphviz is a Python interface to the Graphviz graph layout and visualization package. With PyGraphviz you can create, edit, read, write, and draw graphs using Python to access the Graphviz graph data structure and layout algorithms. PyGraphviz provides a similar programming interface to NetworkX (https://networkx.org).

Simple example

>>> import pygraphviz as pgv
>>> G = pgv.AGraph()
>>> G.add_node("a")
>>> G.add_edge("b", "c")
>>> print(G)
strict graph "" {
        a;
        b -- c;
}

Install

PyGraphviz requires Graphviz. Please see INSTALL.txt for details.

License

Released under the 3-Clause BSD license (see LICENSE):

Copyright (C) 2006-2026 PyGraphviz Developers
Aric Hagberg <aric.hagberg@gmail.gov>
Dan Schult <dschult@colgate.edu>
Manos Renieris

The binary wheels distributed on PyPI bundle the Graphviz libraries and command-line tools, which are licensed separately under the Eclipse Public License v2.0 (see LICENSE.graphviz).

Download files

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

Source Distribution

pygraphviz-2.0.2rc1.tar.gz (81.9 kB view details)

Uploaded Source

Built Distributions

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

pygraphviz-2.0.2rc1-cp315-cp315-win_amd64.whl (7.1 MB view details)

Uploaded CPython 3.15Windows x86-64

pygraphviz-2.0.2rc1-cp315-cp315-manylinux_2_28_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.28+ x86-64

pygraphviz-2.0.2rc1-cp315-cp315-manylinux_2_28_aarch64.whl (5.2 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.28+ ARM64

pygraphviz-2.0.2rc1-cp315-cp315-macosx_11_0_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.15macOS 11.0+ x86-64

pygraphviz-2.0.2rc1-cp315-cp315-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.15macOS 11.0+ ARM64

pygraphviz-2.0.2rc1-cp314-cp314-win_amd64.whl (7.1 MB view details)

Uploaded CPython 3.14Windows x86-64

pygraphviz-2.0.2rc1-cp314-cp314-manylinux_2_28_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

pygraphviz-2.0.2rc1-cp314-cp314-manylinux_2_28_aarch64.whl (5.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

pygraphviz-2.0.2rc1-cp314-cp314-macosx_11_0_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.14macOS 11.0+ x86-64

pygraphviz-2.0.2rc1-cp314-cp314-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pygraphviz-2.0.2rc1-cp313-cp313-win_amd64.whl (6.8 MB view details)

Uploaded CPython 3.13Windows x86-64

pygraphviz-2.0.2rc1-cp313-cp313-manylinux_2_28_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

pygraphviz-2.0.2rc1-cp313-cp313-manylinux_2_28_aarch64.whl (5.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

pygraphviz-2.0.2rc1-cp313-cp313-macosx_11_0_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

pygraphviz-2.0.2rc1-cp313-cp313-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pygraphviz-2.0.2rc1-cp312-cp312-win_amd64.whl (6.8 MB view details)

Uploaded CPython 3.12Windows x86-64

pygraphviz-2.0.2rc1-cp312-cp312-manylinux_2_28_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

pygraphviz-2.0.2rc1-cp312-cp312-manylinux_2_28_aarch64.whl (5.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

pygraphviz-2.0.2rc1-cp312-cp312-macosx_11_0_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

pygraphviz-2.0.2rc1-cp312-cp312-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pygraphviz-2.0.2rc1-cp311-cp311-win_amd64.whl (6.8 MB view details)

Uploaded CPython 3.11Windows x86-64

pygraphviz-2.0.2rc1-cp311-cp311-manylinux_2_28_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

pygraphviz-2.0.2rc1-cp311-cp311-manylinux_2_28_aarch64.whl (5.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

pygraphviz-2.0.2rc1-cp311-cp311-macosx_11_0_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

pygraphviz-2.0.2rc1-cp311-cp311-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pygraphviz-2.0.2rc1-cp310-cp310-win_amd64.whl (6.8 MB view details)

Uploaded CPython 3.10Windows x86-64

pygraphviz-2.0.2rc1-cp310-cp310-manylinux_2_28_x86_64.whl (5.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

pygraphviz-2.0.2rc1-cp310-cp310-manylinux_2_28_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

pygraphviz-2.0.2rc1-cp310-cp310-macosx_11_0_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

pygraphviz-2.0.2rc1-cp310-cp310-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

Details for the file pygraphviz-2.0.2rc1.tar.gz.

File metadata

  • Download URL: pygraphviz-2.0.2rc1.tar.gz
  • Upload date:
  • Size: 81.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for pygraphviz-2.0.2rc1.tar.gz
Algorithm Hash digest
SHA256 bd3ddafc8bb190ce17dde1a7e6042e71c4538eac54ad2a6ab950826f317f8e51
MD5 4e330f5268954df08086b68e6f79901b
BLAKE2b-256 2e775d72d0a21a83d357315cbb6e3a3f6cdc2d34e620619f42795a2c65817ad2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0.2rc1.tar.gz:

Publisher: release.yml on pygraphviz/pygraphviz

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

File details

Details for the file pygraphviz-2.0.2rc1-cp315-cp315-win_amd64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0.2rc1-cp315-cp315-win_amd64.whl
Algorithm Hash digest
SHA256 2b04942c09d2adfea105c520cc7cc815044bca022e2d030cc07158b58a783561
MD5 9d63d7b2428b65a7e9d96c5c263b9e92
BLAKE2b-256 d2d2fe3b0456b018b14b9d47733a6470b8646e6be7f36164852c99f37078c227

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0.2rc1-cp315-cp315-win_amd64.whl:

Publisher: release.yml on pygraphviz/pygraphviz

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

File details

Details for the file pygraphviz-2.0.2rc1-cp315-cp315-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0.2rc1-cp315-cp315-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e5cf0297527514c472a498d7f9052bf5c40afb792897e04742b9b51588c016f4
MD5 a22a4f3991bc337c52790764b6b3465f
BLAKE2b-256 1712eb2b409c518549b5e58d597d2dca76443a2e62c719b0f95d1e6b26a69a16

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0.2rc1-cp315-cp315-manylinux_2_28_x86_64.whl:

Publisher: release.yml on pygraphviz/pygraphviz

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

File details

Details for the file pygraphviz-2.0.2rc1-cp315-cp315-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0.2rc1-cp315-cp315-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bef97a71587bf273e3cd44d092fbdb46c871ee3c37b7d9a9fa40c67e6478eb66
MD5 135ef1997b8d28085bfe222539ae3426
BLAKE2b-256 31ecd720033a0256c4894bcaf64fe20cc86cda538a6460ceb344e0f5aede11aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0.2rc1-cp315-cp315-manylinux_2_28_aarch64.whl:

Publisher: release.yml on pygraphviz/pygraphviz

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

File details

Details for the file pygraphviz-2.0.2rc1-cp315-cp315-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0.2rc1-cp315-cp315-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 9b31cadddb8bf01a6e31a9851d534af8270694a34eaaeb78312be4b26574c66a
MD5 060acd1bb072a82941025e211edb95e3
BLAKE2b-256 72b1ad1a4a990c2b43afbef8882d15d3d29e9d76b911e3ccd910e857a36a9c68

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0.2rc1-cp315-cp315-macosx_11_0_x86_64.whl:

Publisher: release.yml on pygraphviz/pygraphviz

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

File details

Details for the file pygraphviz-2.0.2rc1-cp315-cp315-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0.2rc1-cp315-cp315-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ca12411eadba62aab46e6eb0736ea7ef5d165c741077b4e8fe9235a01f9a2bff
MD5 db862ca95b3e38a08ed4ed4b6d8f2ab9
BLAKE2b-256 de1b682000933d253c3378f59a82eb112ad7df9d160fab44504f41202a8840c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0.2rc1-cp315-cp315-macosx_11_0_arm64.whl:

Publisher: release.yml on pygraphviz/pygraphviz

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

File details

Details for the file pygraphviz-2.0.2rc1-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0.2rc1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 996ec7e8fd042292456eec2738fab421bc6ffd7fdec8ec78bce1dafdc86721a4
MD5 4fd96f9d2724616f4ac83dc8ca3f22c0
BLAKE2b-256 6339d1c052c692ad3c581f86319e4bba2772ffef3e9446f23f58fd3df3e05d2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0.2rc1-cp314-cp314-win_amd64.whl:

Publisher: release.yml on pygraphviz/pygraphviz

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

File details

Details for the file pygraphviz-2.0.2rc1-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0.2rc1-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dae89c2d8bf8d407cac4471fd010da9e7e45e7a6868f3459cb380a266a8ee32b
MD5 f3ac1c27436f16755d492e8ac2462a66
BLAKE2b-256 928a0fd1efb34ade289bd642a65047ec08f14e9ba29741cdf8833169a84609b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0.2rc1-cp314-cp314-manylinux_2_28_x86_64.whl:

Publisher: release.yml on pygraphviz/pygraphviz

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

File details

Details for the file pygraphviz-2.0.2rc1-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0.2rc1-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8a0a1efa8fdf6135ad2d6936151b85e5d6652843ff09bd3a689e78e183b6ce85
MD5 bbc2a4addaa73858d7efeb596e79c35f
BLAKE2b-256 873762df116f269140a817eb7cf0f47e33d45c3b1c8f3035146a09b49f84d5c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0.2rc1-cp314-cp314-manylinux_2_28_aarch64.whl:

Publisher: release.yml on pygraphviz/pygraphviz

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

File details

Details for the file pygraphviz-2.0.2rc1-cp314-cp314-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0.2rc1-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 a4557268dbe614512aee6d08d3328418aceccb782b972a6b85af8818aab4eda5
MD5 aebac48f81f5a0ed154f35d18473ea17
BLAKE2b-256 5c48535761176c93fbc43be3eb03266efed121173ae573f555deffdcf71f6e63

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0.2rc1-cp314-cp314-macosx_11_0_x86_64.whl:

Publisher: release.yml on pygraphviz/pygraphviz

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

File details

Details for the file pygraphviz-2.0.2rc1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0.2rc1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0b279b9eb5965d3e66bbfd041b07550538b48de1c2747659f9c36765792d2842
MD5 e792a1ec8b97934ca3dedda3875e9b8a
BLAKE2b-256 ff71b1ce8625fefbc0242b59d77d72e5d8eb19e7ef4fcec398978b1d0ebd4957

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0.2rc1-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release.yml on pygraphviz/pygraphviz

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

File details

Details for the file pygraphviz-2.0.2rc1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0.2rc1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3860de75360976b57c2a2be68de98038c44212e0e7eb77574e7acbddccf19f7a
MD5 8f3efa0449d8c6aef80e5dd8134e2bd3
BLAKE2b-256 6889cf2b4e6f37ea9afdabbe132f7e42f6ac0b9d21d329de31874e505e6480b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0.2rc1-cp313-cp313-win_amd64.whl:

Publisher: release.yml on pygraphviz/pygraphviz

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

File details

Details for the file pygraphviz-2.0.2rc1-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0.2rc1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3c03bc51079b95e496a0588587667473765468b11d607ab86281a72721d34b2f
MD5 d0c43431d452f23aaccb44a4e956d308
BLAKE2b-256 c3738263fc5b36d1ad2cbee8bebc57993984b20766378ee0ce880d2b43d832b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0.2rc1-cp313-cp313-manylinux_2_28_x86_64.whl:

Publisher: release.yml on pygraphviz/pygraphviz

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

File details

Details for the file pygraphviz-2.0.2rc1-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0.2rc1-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ce97199345708f292c82bcc3a9f6c643856705677e0f317432d19c718e604b56
MD5 515f30fda61a2789c1f33a6caee86b14
BLAKE2b-256 2f22ca3541877a26efa02e3e5756843f2138251fb10eea1935f7be794295d42e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0.2rc1-cp313-cp313-manylinux_2_28_aarch64.whl:

Publisher: release.yml on pygraphviz/pygraphviz

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

File details

Details for the file pygraphviz-2.0.2rc1-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0.2rc1-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 c2919b3b3123c0386e362a452200bf405e219fe8a1da5c8bfe00d69153980dd8
MD5 2a960d959d1385bc00040a797a340a72
BLAKE2b-256 460d7f92af9234c8b1dfbcaa680e5c68dc6176b504a64c852697b7fa794a9b6a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0.2rc1-cp313-cp313-macosx_11_0_x86_64.whl:

Publisher: release.yml on pygraphviz/pygraphviz

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

File details

Details for the file pygraphviz-2.0.2rc1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0.2rc1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 85788933971ff459ee63e93300c6dcaf05e318d038d5e43c946e83137004a9f3
MD5 795f9aceb0a826f3264688db24ac57c7
BLAKE2b-256 7c5797c84e02a8a8a34618237ddad72beb428b607c985e9532bdb6edd8f77494

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0.2rc1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on pygraphviz/pygraphviz

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

File details

Details for the file pygraphviz-2.0.2rc1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0.2rc1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2922dd61b66cdfb4029bda1d076587b1c6a6f3675b4f6d616c49babd3edf04b9
MD5 7495cb86d9ef46afac1f43a3f8c7128e
BLAKE2b-256 b5688efda62c4d71b5e42677c4498862706335e368b5a55a7a3016c1f6fe4f46

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0.2rc1-cp312-cp312-win_amd64.whl:

Publisher: release.yml on pygraphviz/pygraphviz

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

File details

Details for the file pygraphviz-2.0.2rc1-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0.2rc1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cfaf866998cd7f14ee7872d2d134de328418122bef9498c05d9df1d74ab1e0ba
MD5 b3443fe959c9497c5f711c3d07da65ae
BLAKE2b-256 2b803746bb7709fc985b120056fc7a6eefeff5373a36c8c14c7589f4bc11b18d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0.2rc1-cp312-cp312-manylinux_2_28_x86_64.whl:

Publisher: release.yml on pygraphviz/pygraphviz

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

File details

Details for the file pygraphviz-2.0.2rc1-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0.2rc1-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ac2d799fa64ad0447bae3ce71e198143eb043301718ba1819e8dedb984318da6
MD5 c68c752145c0cd913afe7563cf46c4a2
BLAKE2b-256 e37b375c655d2d48122571c62fbbdbf0b977f5316d9cc823a2834902ca08c92e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0.2rc1-cp312-cp312-manylinux_2_28_aarch64.whl:

Publisher: release.yml on pygraphviz/pygraphviz

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

File details

Details for the file pygraphviz-2.0.2rc1-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0.2rc1-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 ad6dbca67d31e71b67529c1512801b3a4de33f0512de4c06f2f0ed314e352d28
MD5 fd0c0497d9020280162828d316c66518
BLAKE2b-256 22a4f7cba232594bf3b9ff3ee21243b1f29ead311e9cc448b7d5366c67d08494

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0.2rc1-cp312-cp312-macosx_11_0_x86_64.whl:

Publisher: release.yml on pygraphviz/pygraphviz

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

File details

Details for the file pygraphviz-2.0.2rc1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0.2rc1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a222d07aa8cab7d5d793702ec4b2cbd1f41001181e64beeecccf801156d8c7c5
MD5 825e32e06e534d921f81d37a12c4a69b
BLAKE2b-256 511acfee66c0c31a49610ea9784e3efc8d46936ac363550920cb293a7480aac6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0.2rc1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on pygraphviz/pygraphviz

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

File details

Details for the file pygraphviz-2.0.2rc1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0.2rc1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 3b8705f947671ff251bc07e459f77caa6dce35d298957536aa1ddf7612fafb47
MD5 052bc4ebe80646b586eced449a950503
BLAKE2b-256 cf6db6a0b3c5d9cd27e5d47eb3d932c07322ef7849113617585caef1ac6ae5cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0.2rc1-cp311-cp311-win_amd64.whl:

Publisher: release.yml on pygraphviz/pygraphviz

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

File details

Details for the file pygraphviz-2.0.2rc1-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0.2rc1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 215050eaafa2c24349e428f44fcb27ab28708ab0d6206d344a5ca2890c75ec58
MD5 6a5027ad289ccdf0d79753aad5637c8c
BLAKE2b-256 c82a7903daab3502ed1c8de0273e69ed4543fdafe60c38bc0b4f460fab4430df

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0.2rc1-cp311-cp311-manylinux_2_28_x86_64.whl:

Publisher: release.yml on pygraphviz/pygraphviz

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

File details

Details for the file pygraphviz-2.0.2rc1-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0.2rc1-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fd79aa6bc4d7d2e6283336210b3fa8fa8d9e872e83568cedf467ecbc7d6199ef
MD5 4194b56121ecd8804bfc1a0e3d556039
BLAKE2b-256 37b53b25e3b2ab6ef19715db9b167066a8bfe1f20f4b93cef3b359c0c1610a48

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0.2rc1-cp311-cp311-manylinux_2_28_aarch64.whl:

Publisher: release.yml on pygraphviz/pygraphviz

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

File details

Details for the file pygraphviz-2.0.2rc1-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0.2rc1-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 7ddda3c629c518c4d2ed813a0a98f81fcea47ae16b27aee017a81d777085b61a
MD5 ffdd297fa53ed7931b9ca8f4f3b8c42c
BLAKE2b-256 33ed0edee750bb38858fcda523ab4038462a6e83c8b6711fab3cc5ef4608ebbf

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0.2rc1-cp311-cp311-macosx_11_0_x86_64.whl:

Publisher: release.yml on pygraphviz/pygraphviz

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

File details

Details for the file pygraphviz-2.0.2rc1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0.2rc1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 963445a8334b947ef3945a603f353766ffa031de61cf5757a856d2f0fde2db01
MD5 9152d3a84e93e5ecfadc64a6a6a3e8e9
BLAKE2b-256 b56e39842d50504fcf985b836e03d0a7b8fade2c2a565e163de927195fd8da6c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0.2rc1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on pygraphviz/pygraphviz

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

File details

Details for the file pygraphviz-2.0.2rc1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0.2rc1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 39617e30281d2079d4654f23c770089037b69e8180fa4872b7df342678962963
MD5 9eaabc268045c20467e6e4b5b7de36c2
BLAKE2b-256 ef4c6bcccbda3fbc39d50f25298266231242785e1f51fc977f2c61974e9fdbe3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0.2rc1-cp310-cp310-win_amd64.whl:

Publisher: release.yml on pygraphviz/pygraphviz

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

File details

Details for the file pygraphviz-2.0.2rc1-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0.2rc1-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2f938072dcb9808747af8072e57ac4ef8c8caa6a5a59de0bcab26336ce4821b3
MD5 ab307b36918298192ebae3457c391cbb
BLAKE2b-256 b1fa758ac3439bad1bb92ef9256e7b3e394735dd6e2591788fd5da3f644a5ac2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0.2rc1-cp310-cp310-manylinux_2_28_x86_64.whl:

Publisher: release.yml on pygraphviz/pygraphviz

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

File details

Details for the file pygraphviz-2.0.2rc1-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0.2rc1-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ad48705ff590a90a5e051d3eba1c7e2c5d85850bdb854ff683be43ae2a6d49fa
MD5 fa0321f3956cc9dedb7c188bcee55c45
BLAKE2b-256 8ce8ecccc29569bd472c6fbd23c5dacc5a0cd965eb716e4ffbc7f923e9332067

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0.2rc1-cp310-cp310-manylinux_2_28_aarch64.whl:

Publisher: release.yml on pygraphviz/pygraphviz

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

File details

Details for the file pygraphviz-2.0.2rc1-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0.2rc1-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 eef2257eeaa62ff1d6219d4a0137e1352d9ec3f223967f94d1b292583a72e2b4
MD5 5a3ff49155994cf1c3331fc95bd16d26
BLAKE2b-256 e15dad3b46d0206a9a74a129d65f172b1e6b231ddf172a1dc84a534937347a69

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0.2rc1-cp310-cp310-macosx_11_0_x86_64.whl:

Publisher: release.yml on pygraphviz/pygraphviz

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

File details

Details for the file pygraphviz-2.0.2rc1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0.2rc1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 60b8cbf8a0ce4a9ef4c7c0cf733c92b91cbcf15f8d3e30510d2ef6a266c39189
MD5 4455e7d762ef8fba805071b4de99b3f7
BLAKE2b-256 cad0dc8c8094378cea02db03d84155d901e1ea30f2a769c91ce894b802db5ea3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0.2rc1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on pygraphviz/pygraphviz

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

Release history Release notifications | RSS feed

This release

2.0.2rc1 This release

31 files

2.0.1

26 files

2.0

26 files

1.14

1 file

1.13

1 file

1.12

1 file

1.11

1 file

1.10

1 file

1.9

1 file

1.8

1 file

1.7

1 file

1.6

1 file

1.5

1 file

1.3.1

2 files

1.3

2 files

1.2

2 files

1.1

2 files

1.0

2 files

0.99.1

4 files

0.99

4 files

0.37

2 files

0.36

2 files

0.35

2 files

0.34

2 files

0.33

0.32

0.22

0.21

0.2

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page