Skip to main content

Python interface to Graphviz

Project description

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.tar.gz (81.3 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-cp314-cp314-win_amd64.whl (7.1 MB view details)

Uploaded CPython 3.14Windows x86-64

pygraphviz-2.0-cp314-cp314-manylinux_2_28_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

pygraphviz-2.0-cp314-cp314-manylinux_2_28_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ x86-64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

pygraphviz-2.0-cp313-cp313-manylinux_2_28_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

pygraphviz-2.0-cp313-cp313-manylinux_2_28_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

pygraphviz-2.0-cp312-cp312-manylinux_2_28_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

pygraphviz-2.0-cp312-cp312-manylinux_2_28_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

pygraphviz-2.0-cp311-cp311-manylinux_2_28_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

pygraphviz-2.0-cp311-cp311-manylinux_2_28_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

pygraphviz-2.0-cp310-cp310-manylinux_2_28_x86_64.whl (5.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ x86-64

pygraphviz-2.0-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.tar.gz.

File metadata

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

File hashes

Hashes for pygraphviz-2.0.tar.gz
Algorithm Hash digest
SHA256 7cc6cfff4bfa6c1bf389cbbf72f5995a717c69de69c18763544c04b41181f59e
MD5 0009c8afac52d8a2a1458c004f1ea379
BLAKE2b-256 4f0314ba7e94e2a9107324b5435052a34c92df2637274343c26aa44361626b01

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0.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-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pygraphviz-2.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 7.1 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pygraphviz-2.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 bf0ff0ca2e693723a619561ba8c135520b69bf3b5eb9905dec48ee29ef2f3802
MD5 ca2b0b1617e15a128f258bdd4839ed7c
BLAKE2b-256 a3de3c57cfc2de975da64b95523e3b4ccfce1a737cb8435c29147d9da947524d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0-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-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 13e465d170193930333b8c7a0c701cf261c8e99b38ddfad296a3b1cb1876b3f4
MD5 211247e43f94d09eb891ef5af3e075ac
BLAKE2b-256 0a440517f3c2f35bc3e3ffb5a01d17a80f2b49cebd2475df48fbd2c710e3f037

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0-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-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d30c252d1df3bf26206b4ee565f88dc7d39e6052d14d09b412a5f2300ac68945
MD5 2322f01312cddb9993caa17d50ae0a4f
BLAKE2b-256 c0700815d83bcb0819bc4efd69ce47a6a6c3207a352ad92d46e08c071153e94c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0-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-cp314-cp314-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 26a3c528bde427934de0a93c63c218837e4961ae13b67dcd4dd7e02b1baa3384
MD5 e357a33762a08b9227f5f8122013a4fe
BLAKE2b-256 5f0b4bda10b2fc5734d8ed145a7ec53a44101df3d69228670b2c4bfb18a6a416

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0-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-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 055093dafa6dd2511eb1611f3a798c9e95e82614a910e93219388206895e691f
MD5 01959c2c5f0a5380ba893d0f57c9e592
BLAKE2b-256 358748c9d8e6528a0b5e7b42a771f49f2a7780a35e792a7c0e6ba2a72ed9016d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0-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-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pygraphviz-2.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pygraphviz-2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 998673e0db6d0fcc88cc8f6dcdef106dd7ae4102410aa6b3dcb25b33f96d767e
MD5 01f5b119c0e6396b4380759d8c85195b
BLAKE2b-256 b100ec85e991c45173fca85076e5d334bca5fe4a77a8e2aa671daed46ccc4d23

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0-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-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 60b6f99e1d0dcabe22079ea83fe9bb7619cd821c036c660f530bb45ba82b8d59
MD5 9dfd3c761f6986842f4907691343f86e
BLAKE2b-256 06c85f3d4f6a58de8cdde16933952395b04f4c9447848d12a30605ecdda712de

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0-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-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1067ea3c02881216747d2a501c27b7fc5346ec57f52b11a1bfe43382ae666f2a
MD5 48f1a2024a8ab5e099f8175e695b5c7b
BLAKE2b-256 eeef753289f42d7c9518ecaa6f72a5a282ba2c154f53e8e894b4916bdab8f87f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0-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-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 31a53620080f51b9648d166c3c665c404b3d4c016759bd9499ff6a7372bc72ff
MD5 e6af9906a598fd8557a5dc38109736e9
BLAKE2b-256 63a1c0cb1452b19dce7f0f7d21055b4ffcd423996e4b8de57edb9b7332bd1770

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0-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-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 498034a876b6cf4644f98d10fcaf9747a424eaf53b678b58516d4af17e6a1b2c
MD5 6df024c7d66acf35569c0bdb44a1da44
BLAKE2b-256 3d2403ee41fe9c8b95c2d8a71abe8a2de72e9eecf4c9deb7fa85db2e94229ed0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0-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-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pygraphviz-2.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pygraphviz-2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 abdbe4ab734dfdc7186432b763374a8077473711e0a84064eacc60451be04494
MD5 e2141a8eee6dd7fc2db4ed592ec2772e
BLAKE2b-256 32559e53788797957b5d0a9048dc29016ac836227b9269f9d0e35f3167e28ed8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0-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-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 57bc07983a58aa59854aba8c90cd0b12293de7a7013fcc999c3c35b1f6321ae3
MD5 321f53692ee8645ab2dae8030019def0
BLAKE2b-256 2b3aaff603c4e479b2d71182903f0c15942c0a0c2aa8ac3d91bc463e9436822c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0-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-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5d14b9b69ff87a5c51f5207557fdb868b67f99c2222d8f131a2a1d9a3bbf01bd
MD5 e31a69a89c10f5e00ab0b5577f3fea31
BLAKE2b-256 ce49823567597311a4b76b6ea7dbd117f7d87abcc9e774a5f83b4d6d9d4f52c6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0-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-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 5d79c1de765bf61e0cc3dab5b7b13c3ea0a4e3fe550b99647099237852947e52
MD5 4e78c5972d759bf77a5d5774739e0865
BLAKE2b-256 6b8bb7983633e3b652e599ff562ef76e6c798228ddce8cb0ac69201e3c27e95a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0-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-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2c7a491e6c8b7343adae9fc9ccaa97a23370ef215c6eb8abed1fc8fa4ff50278
MD5 944c627e404084dd7c1a499ada9539f8
BLAKE2b-256 9dc00ee5a2a78f1fa518db31bae74f27e0b7eef80b5cb56531181de20411e793

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0-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-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pygraphviz-2.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pygraphviz-2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 dd164d6dbbdb210e3740e8966acb44766948314940ffc3003017114782a76baa
MD5 4b9ee08e60cd4c9065cd55f272c29fb4
BLAKE2b-256 32154f6ec50b27e5da8ed2bb22f1501ca8afdc6fa969b00f2f10f5ed01d76506

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0-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-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e4d1814292cc5b45d1e92eedecd9a80ea38ca71bcf7d61ee13a746b5b10c45cb
MD5 47cfc2d301bb8167c225c3e71b33c53b
BLAKE2b-256 64fdbd86eca0cfa7f88d2273430d68c11fb0a4b0e6a37ab656f220a58c2e726b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0-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-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d47c3d60d63f2451ca4da452a650aada94d54f364602ce149f7651898f4401b3
MD5 f15026d3732b442eac805ecc167f984b
BLAKE2b-256 bdf5588301bf00058662735cf4dcb0897d67d7fa2b75b704d112ae7d87fd3d10

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0-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-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 3dc793c694dc92ac072514b60cb2b321e4e2df00a36caa9fecde3ab1d36b435a
MD5 214ff5a4bfe9d744a7d3ffbd7ca1ec4e
BLAKE2b-256 92a69616b7b2306a38ff685315889922705d99280ecc24a3e182a8190ba72ada

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0-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-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f21e549ce1adedb32fc5dc694ce5a7602384fff2126663885d514d51e975c89e
MD5 dfb244bfeeec8250164bb2ee0b8da6a1
BLAKE2b-256 7f5ebb78f0d95c3cc70ae4bfe6893a778c34df20aa1371055cf138ca7386d045

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0-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-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pygraphviz-2.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 6.8 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pygraphviz-2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b9ab6ebdafb88509e0efc97a02e858bc6d7df421a791b2bb5d1398942cc33bf3
MD5 a51020b3ed878c57a9683cdd00d46cec
BLAKE2b-256 929ff2d52f3a78a2839b42c552b647ac1a12a217d4505dc8d0f908b2ef872ca7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0-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-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8fb9e1747f0e8404c8080612ff0bd4b27d5e15e58320a3f6ba2e4d38a2f30cf1
MD5 936454540fe3efd97ee7bd5e3214d38e
BLAKE2b-256 e3718a63a83f864bf63407f2dc4e533eca20f0b000eb9306c5b953a904750b2c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0-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-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e92705ec61efdf42b565273d8ef4a0d99a5187c93dd6b2350ff32e31a7111439
MD5 2d85f2c433294ce2da43437658cca3a8
BLAKE2b-256 f3639f7dc264772b4c9c40a39975f182fef46ccae6c37d2a4f4288ece4d835df

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0-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-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 081769faff439bae2e8059664d92e2408c1a861704dd2903df28f9e1bf664605
MD5 cad399de76998d1e2d781e3be1644ec0
BLAKE2b-256 3f6648cb2bdfdb58f7a2578c135320be026f04bbaa8bf61663bbb01ac9e9b4a0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0-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-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pygraphviz-2.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dd6546a0909bb7eb2e02ec474b20da5a089ff2f966c58a4c2a429c08bc9a9ac0
MD5 240f95124950e6a6e8b236bb16375006
BLAKE2b-256 b301af5c244499383bf2dc09910af55578e68a9f73f43f4aee9f8d2bd32315d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pygraphviz-2.0-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.

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