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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ x86-64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ x86-64

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

File metadata

  • Download URL: pygraphviz-2.0rc4.tar.gz
  • Upload date:
  • Size: 80.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.0rc4.tar.gz
Algorithm Hash digest
SHA256 aeb420070cedb488fe38aee3f28e547e8b86805bf144e08e954130471f5e86b5
MD5 e6363adf02fe6d75d7c70e6d5b1d61e4
BLAKE2b-256 bd12cc442c7d357d28b11d3daf7742bf9f7bf956e7679a288c6cef1826ba0834

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0rc4-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 8235b60d3206f7a874553c9c40aac1c66f487ae7f931f0f08430372108bd8c74
MD5 f7dd7c3d281859de672858056abb0f47
BLAKE2b-256 5717dd7c9d49d01509b4ee419f3571ded44575e05342224dcaa0c322b91c8301

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0rc4-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3a0c4881e747533428160ca017df07772a33e957d4cca4b32ce162d038394eb5
MD5 b2f6d50c9056d4f2a292fcdca23660a1
BLAKE2b-256 3e638a864c3fba5540de639e518c216ccd21bd2f49dd2068a6edc3c8f53434f1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0rc4-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 72258a6d4292f3204bd21813b33682e62a91b2134fc82a93118f7a0be9533bf5
MD5 5a0516e2306da3f1fc373ba1a1fb992a
BLAKE2b-256 7ecd9ac31d156608f7b1e339d0c930121f5b39b652bca8e6f22746e066aa9e9b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0rc4-cp314-cp314-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 b52239cedc9ad782d0fcb02c068c28330686ae853b8b8965694473e21010a5e0
MD5 e65fcc456528426f1c4b3acabfdcef9b
BLAKE2b-256 0d6d63c4e9a003f2eb77abfbb636a636e096d801341b2b901980433d1004877a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0rc4-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3dffae947e0a51169573a4e2325e76a430917e36af7e73507eb4cffb4603f092
MD5 f468fbd9db2c2e7b51b05a7f94cd7c82
BLAKE2b-256 a870b5d4c6b5979ca52a91d920f339079034961ba71bcc9c618c2fb93639b076

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0rc4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 5ce007d5fc53560c7f52b30f27b9c744ac3523e951038c0acaf8a69c886f0807
MD5 193b29c5f357d59c521df0107b42c532
BLAKE2b-256 87d9950835440c1b74df648ef2856e7309664efba46c8e448ae4ecd932b30c61

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0rc4-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 05c6a558e6e8943f82d025cf9f564e19117bedbf04aee35922a6b4235fa2e0ce
MD5 d987a8f5ef2d287d1e5a9139c5f19851
BLAKE2b-256 7e9b89e4cc8640cbb4ce35cf267c3df640af8c2cc062a7b1628675a9fb2c7671

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0rc4-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4ebeb4ba30ea25bd63d19d7b0fd70cab9f510d4572d492bb2b695654886f222c
MD5 f248b9726e3296ba8d07df067de367bb
BLAKE2b-256 514c61cc9ae3fabc1be6a4fcba85f95583141a2deec99ad638be2f4fcb19b663

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0rc4-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 7652a4ae157d732d159186a8952fdefbb7b5f201ef313ff17c7edaf506d0ba68
MD5 af09458ae2f6fe6070069f0350c2db04
BLAKE2b-256 39964b7f6bd30c45f4b8ea45f4f30fdd290a94d6cf46ec4c4434b22c1dfd0792

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0rc4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2f14b16fe4f614dd5af41828336539a7faba2bd800a29df7d4871597a2b37cf5
MD5 b8288298f13bae7d146b36b8c1ffabd6
BLAKE2b-256 c0eef61e75f06f0b8e228fa8df1298cdbb7bd7a9001d6deaee8d7647bfbe032a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0rc4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 87625a838ef8b8d8157d2cf36be0806780e9ca7b368d680983d82d9bbb85db6f
MD5 ef3948bca8dbc1056b70fb4b88efe6c1
BLAKE2b-256 d2969153d12e17c6c897d1f799ab819bb5e49ac9f8927aba5dc6ea151ee85de6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0rc4-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 92051bd1447e832e11d788a9538999e5ac0b842d66257ce49b1fbb57186efbde
MD5 1be5339d4b8d31055d7780706b843d40
BLAKE2b-256 42c8ae5326b40feb3960841fea339a030d66367e9b70e8af903f05e274f04172

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0rc4-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b2b1ff02bb6eabfd9a41dc2d7cd38563f24301697aaf37ac1d3a99bb94bb051c
MD5 ac18800e6b92a5ad161fd9738f1fe8e6
BLAKE2b-256 a975b7a72732db462d8ee448579075cbd7be2985d6089773f9e1220c49eb8cde

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0rc4-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 1a55e0985e23ac155e4ba506bd1e83b36a34af2adfc44bc8f3d8b54f96604cf1
MD5 68197742f6a86918c32b54eba7c40db3
BLAKE2b-256 9a2f9e7d36cc61856d79d2094d4708f1f2989ac01cdac097f1410ec00078ba2b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0rc4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 30d0a53668baff8da7174c5e29a03c88ad089e57e842b7c73a6268687bf0f282
MD5 6c3177bcef62e182ecc7aaa02655ac6f
BLAKE2b-256 b1c5dd2abf2a93e77174cc4dde311240672a9cadbc57d29a48e098e2fcaed13d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0rc4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 fd2a253a39f46947366da8f9cd9e87a5ed01aaad5746c6d6154e2dc94a1f573d
MD5 dc7f957080ec7980473831d8be0cb4b0
BLAKE2b-256 8dbe156553001ad77c2b916a7a487079152c3582d1ab8727ea423bc7495ca2b0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0rc4-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 62ddaa07a232e2ed510ff88cb2519640a2cbae99d276183c73b80567c31ce2da
MD5 d5cfda4a6ecd47604040a18e9969b5ae
BLAKE2b-256 f6c8b6cdc0d86de034069bd680215cf9f60d6a0f7be1cf72f87c5ca463355ba9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0rc4-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 80392381f25a0946d82f5018941cf865a58b421b80a1db25e3cd209c624ab8f6
MD5 cb076a3afd230cb0c6566287743d09f0
BLAKE2b-256 1bad6ffa24421bc0cf99a261910c6bd74e9c9157cf38dfa362c6ea420b3ac26f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0rc4-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 3a4d35f267cccef8776b78ee9ad5ba5d9f218014adc0a3b5373abb70cf5bc842
MD5 d475e79801086176fff9c1eb54533f34
BLAKE2b-256 02fa5b682e247310dac7fdb68621be999817791b7c777a71347d0256b189efec

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0rc4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bd73869dcb4d6a084e3c2510839418e1a6df561a492eed169afa363524e55037
MD5 fe714171e3f68de00ecf90cde5bbb427
BLAKE2b-256 06d8b203d09b65a8968f7e3bd0d9241934dbe880300c6d12a957176e5a7b9c13

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0rc4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e90bac70d376ef8284925e9806805c65db7891578b23fdc63bdb698d1acaa526
MD5 ce8a0eea732e6ef2a23d19f05a8477bd
BLAKE2b-256 f6eccb84c4cca115e7c06390301c8e9b5f74bf12edd1999e80d2828b9d8c2a8e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0rc4-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 df94819598043b3eeeb47df9b1da79e73efced7bab25d6645cb153150d35e3fd
MD5 821b33b0ee5b7356f62c7c4c1ea79337
BLAKE2b-256 b97c1d5f8f087df728ef25bd503a35ca6b692be31e2d9112a208080b5ca6c960

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0rc4-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bea66af561144e583426ace83ed24938b96b3ab37609f46e53d08ba35c7963d8
MD5 8bf0ebb4bec05a1d45da3731b972f532
BLAKE2b-256 c324b135cf181b97e2826c89bb29f59b74048ba6ecb287182e547e4d8fa166a0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0rc4-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 f17de456f7e91eaf302748c8d811e702845ff135046a303fdd9fdfcfa1a988ac
MD5 926fffff2b6f21ae3136e93a1f40a58f
BLAKE2b-256 b772f461b256b58d72d8990d43eca6166837f960ffca9d972e2509271c484a4b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for pygraphviz-2.0rc4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b014a49843adfc307c89f868b9c92ba12bc8d36b4b21748486ac45a23f7d9065
MD5 b79f763dcb1708d14c01228563340a4e
BLAKE2b-256 60faea95298def797fb8b6fb46161e5c835f523e265737a1d608de0a72ff836f

See more details on using hashes here.

Provenance

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