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

Uploaded CPython 3.14Windows x86-64

pygraphviz-2.0.1-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.1-cp314-cp314-manylinux_2_28_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ x86-64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

pygraphviz-2.0.1-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.1-cp313-cp313-manylinux_2_28_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

pygraphviz-2.0.1-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.1-cp312-cp312-manylinux_2_28_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

pygraphviz-2.0.1-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.1-cp311-cp311-manylinux_2_28_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

pygraphviz-2.0.1-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.1-cp310-cp310-manylinux_2_28_aarch64.whl (5.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ x86-64

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

File metadata

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

File hashes

Hashes for pygraphviz-2.0.1.tar.gz
Algorithm Hash digest
SHA256 6f9850617f9444517641d2e14dfdb99ae8294cf7657be86c031fee8f7c54f863
MD5 ab0f6907f884a9de267893abd4cacd73
BLAKE2b-256 0844efd880d59b94ef3b8c881a4c8ddcaa6f30036997b0ae94710c6f32aaa24c

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pygraphviz-2.0.1-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.14

File hashes

Hashes for pygraphviz-2.0.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 8f3a37f5abf0873396243634f30f46dcae118a585cbef13554dd3eed0f9c67e0
MD5 259c4dd85e8318a65ec1d3d90a06e232
BLAKE2b-256 f37ee2e90c36770fc7830c1eae81c91c653bbb41cc69c5e9b0af7ae0590f9cc2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0.1-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 71b13cfacb5ed6e4f5a966bf679e1d383ac70e0274cc74b29ce4b8e7e2709b46
MD5 659a1f910d35203699d40ea2ddb357ef
BLAKE2b-256 78d39a728b882805db71eb687fe8440df7b2912800856d4619ffe79b1824fe10

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0.1-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 19092a42b570e579231d6c897476aed8d24b6c0b5a966d4d50ccb470c9778fe8
MD5 e85a167f24b6d8dcf77476d1c5b9a0d9
BLAKE2b-256 bccfb22dac556161adf1b90d87c2474eb4259df0f52a7d74f5b6c50b0faf4275

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0.1-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 fad64151a38dfd3eaf3ab01e3e9d193ab4e7c60cc8e7bc00f6a338e00f69a5d9
MD5 7728a6ad708c5e449aed880d3b1b5a23
BLAKE2b-256 5f85d1e3c3817e22ae6caaf119b8cecd579b3bcd7718a9fef4176779a1648dd6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2969794de5128a5d5d2f9213d92ebdc724c60ffccae683c0b4141d1e4b160d78
MD5 b6700cfb21465359966d4ce58a364a55
BLAKE2b-256 2fae24d1c0984fbb1c2f6231db7e031f7ed22420235575a93f489fc19b143797

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pygraphviz-2.0.1-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.14

File hashes

Hashes for pygraphviz-2.0.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 721d9d46c1167d9044a00063374b9e34ebca637dab858b523da38e95188b666e
MD5 fd23e7e693f4abfd94a7ffdf71ac4295
BLAKE2b-256 23cd98a3c1e70bc56455fc14c808db7d38e388f4e772ad38e8dbdb51eca7590e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0.1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bca869f7894fe95cc33db210e7420bce67a3535a9329cb258856977a808350d9
MD5 43e7f30376a1988ec5622e885e14d17b
BLAKE2b-256 39aa2acddf77d9527c40ac2429114198afc0fca39821b059713ea6953816d733

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0.1-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 5367adcae805c8adbc4f2f0f0f63ba51810674077ca8acf3255f71ce107287cd
MD5 68f1e35baf78993921774eb3ca3ffa22
BLAKE2b-256 f78e5ea7c33e0d6ecf6a08166a77da94d1058fa178eac7d73eeab2d4417bb8c3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0.1-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 76802fe84d687e842371e27ff68a3d8015055cf4f3b141ae635ac05b1f7cccd2
MD5 ca6c80b627a33f9d0a9789db1f3dbd5f
BLAKE2b-256 ffee44b0e01d38c0b5fc727ad30b5e55bc2d3cfb0ece2b7c1696003efbc0e7f8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a393abac0af2f427698f98873b19631abf6311aba8eb90a01764c0904d1c842b
MD5 736529f8dc12cf3f01ef89b0f0b7881f
BLAKE2b-256 a50d35cd48c3ab3494b92f64629df173fb3e12b814d86fcc43c9ff39ec0410c6

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pygraphviz-2.0.1-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.14

File hashes

Hashes for pygraphviz-2.0.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 55d40e8362e5096b9d02f35007caab3246da4a14b72abaf131281dcac24c3dfa
MD5 6240f7e46fc3f79734ad56be54cd9e8e
BLAKE2b-256 8d2d082fdd9b0b2c87a8da0cb280caa68e36808d424fe24a6f47d6928af28049

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0.1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 62c3d76165b283cf70a220de0e22889baee56f8fa3403590840d9eb841f627d2
MD5 72da7c0d6a0285ab1a5d44fddd696e0b
BLAKE2b-256 4ca418cb081de99c495b0270399124da2f23b7f77471ca93d9651297d169f035

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0.1-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 afb25def99ac094e7b733e9913071217ffc0b3d739ee72e2f3b465241ea64224
MD5 2af157d57630b50b3653eba771bdf39c
BLAKE2b-256 faff94293746355f27cb8675fb442de52da1bb79e07fca07ebb06be7b397d1e1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0.1-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 a8b6283075874bf4553081180e59e72470b43c59da5fd7530e9bc4f04a648d51
MD5 da1849b1d7587c74b04f850687c345a3
BLAKE2b-256 4a3d3e6f2f970742289acf09f123f07a8f1168bf5ad61dca3025e678d31c4434

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9df0588e2db8356eeadcec55edb1cd32cc642dd8b0b0ebfe169bf0567e6cd31a
MD5 6d87f529e1b14adc9bb959d8502bff67
BLAKE2b-256 b6bae140a189f55ed2f400ab1582ba27ec15eb7325538d35354d0eb858dfb97f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pygraphviz-2.0.1-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.14

File hashes

Hashes for pygraphviz-2.0.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 db4ed383701b10c9490131420a5dc9afe2b22e7b40b52795657fca1d7f9a151a
MD5 ce8732ce388b997c2c741e0b7bb9ddb5
BLAKE2b-256 0043e4694b8e925deee427bb2116e826839bc8a63c6e01c1f98671fc80774949

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0.1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 db453fccc8d8c0e830dd81e37725a24e31a003e56d21b2af41c4e613b16e820d
MD5 93fadd1fc108d626d95221a748c6ffbf
BLAKE2b-256 8e8eba68c0aaf34f4e12b218c8d52be3e7639e40938ce9e80a5e41e5bf84c9c1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0.1-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c639182f160986a7fdfad9e6946ab97fb90bc0d658cbacd4feada139e4db91e5
MD5 a1855bf19c9b874dda9a54b88f1acf6a
BLAKE2b-256 5bb859883fb062ab0e222cbcb769a5df037e315e26390ee082110700ef711d66

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0.1-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 3a8773b52f71f1d97b186af7975e8a82f4bdc1353e562d6e55b1f729b855a996
MD5 6c0de4624089982b82a7b8911c5fc22d
BLAKE2b-256 696cb7034ad130739964d3909ca289ec75d2fed2771a117df366c9e37e77c14d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9cb8eefde7d02eed48012142b8d0d39ff96d79f4e649263894b52012eb8fadd5
MD5 be48d652131638c538438f60e8e530cb
BLAKE2b-256 9396cd843664b7f5886ed0a6abe2d1ece5096226d4a761649ce68f61d5e6e63f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: pygraphviz-2.0.1-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.14

File hashes

Hashes for pygraphviz-2.0.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6de47a2ec52f7bcc8acc633701772a166fb8128a7a7ca318fef07c0204ea7c14
MD5 94e4d2593919ace53c86cfa51c1838aa
BLAKE2b-256 5e873232b2408b282d431e6c5898f428ccc4b12ebf7cd95895ebc23baf54050e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0.1-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f618bcd424201814957e02cfdef3e4e1f151f23afc549988d355fdc9e705c599
MD5 7b00b75001a32e2746636fcb02cb5e16
BLAKE2b-256 9f9bf9980713a73bd87aa658418abb7dc8ac1baf946ee946926d2ca8e2ed7726

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0.1-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 009e3e41e776dfcb307868fb0c2513c3d612dbed02bae9df720814d3a81237b9
MD5 29243d0777b75af2af7afdfd0717d891
BLAKE2b-256 00e5fe7d511d83bc8c0d0227220e1bc0e6e5ef49efdf136867ed0353fa2f99bc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0.1-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 efc2788f916855f5afce5653bcc2db00ee056b7a8dd947e69e1a44ae3a6ae074
MD5 e58cc113051f002638eaaef9a8722a9b
BLAKE2b-256 828bf45937939ff15bf5410ae129ddd6a099243b5e41339dfe5b6b872e96ab57

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e9ebfa7e35e2d491007e02c74f01406a16b645431b748c9dbcfb633ff3a1d311
MD5 07b0a71bf5140fe0d5adaad92ab1831b
BLAKE2b-256 c4dec94cdabbdd2b99cd2a5a8a3509167a6ade0d0856ba58f04f39e0d0e798fc

See more details on using hashes here.

Provenance

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

Image AWS Cloud computing and Security Sponsor Image Datadog Monitoring Image Depot Continuous Integration Image Fastly CDN Image Google Download Analytics Image Pingdom Monitoring Image Sentry Error logging Image StatusPage Status page