Skip to main content

Command line utility to show dependency tree of packages.

Project description

pipdeptree

PyPI PyPI - Python Version Downloads Documentation PyPI - License check

pipdeptree displays installed Python packages as a dependency tree. pip freeze shows a flat list; pipdeptree adds parent-child relationships and reports dependency conflicts or cycles.

Quick start

pip install pipdeptree
pipdeptree
Flask==0.10.1
┣━━ ✓ itsdangerous required: >=0.21 installed: 0.24
┣━━ ✓ Jinja2 required: >=2.4 installed: 2.11.2
┃   ┗━━ ⚠ MarkupSafe required: >=0.23 installed: 0.22
┗━━ ✓ Werkzeug required: >=0.7 installed: 0.11.2

Find packages that require a dependency:

pipdeptree --reverse --packages markupsafe

Output as JSON, Mermaid, or Graphviz:

pipdeptree -o json
pipdeptree -o mermaid
pipdeptree -o graphviz-svg > deps.svg

Report package counts, depth, conflicts, cycles, licenses and size:

pipdeptree --summary           # aligned text
pipdeptree --summary -o rich   # styled table
pipdeptree --summary -o json   # machine-readable

Inspect a tree without installing it. Resolve requirements against a package index, or read a resolved PEP 751 lock offline:

pipdeptree from-index "flask"          # i is a shorthand alias
pipdeptree from-index --requirements requirements.txt
pipdeptree from-lock pylock.toml       # l is a shorthand alias

The render flags above, including --summary, work with both subcommands.

For the full documentation, visit pipdeptree.readthedocs.io.

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

pipdeptree-4.2.0.tar.gz (140.6 kB view details)

Uploaded Source

Built Distributions

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

pipdeptree-4.2.0-pp311-pypy311_pp73-win_amd64.whl (1.7 MB view details)

Uploaded PyPyWindows x86-64

pipdeptree-4.2.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl (1.8 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ x86-64

pipdeptree-4.2.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl (1.6 MB view details)

Uploaded PyPymanylinux: glibc 2.28+ ARM64

pipdeptree-4.2.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

pipdeptree-4.2.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl (1.6 MB view details)

Uploaded PyPymacOS 10.15+ x86-64

pipdeptree-4.2.0-cp315-cp315t-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.15tWindows x86-64

pipdeptree-4.2.0-cp315-cp315t-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ x86-64

pipdeptree-4.2.0-cp315-cp315t-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.15tmusllinux: musl 1.2+ ARM64

pipdeptree-4.2.0-cp315-cp315t-manylinux_2_28_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.28+ x86-64

pipdeptree-4.2.0-cp315-cp315t-manylinux_2_28_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.28+ ARM64

pipdeptree-4.2.0-cp315-cp315t-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.15tmacOS 11.0+ ARM64

pipdeptree-4.2.0-cp315-cp315t-macosx_10_15_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.15tmacOS 10.15+ x86-64

pipdeptree-4.2.0-cp314-cp314t-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.14tWindows x86-64

pipdeptree-4.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

pipdeptree-4.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

pipdeptree-4.2.0-cp314-cp314t-manylinux_2_28_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

pipdeptree-4.2.0-cp314-cp314t-manylinux_2_28_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

pipdeptree-4.2.0-cp314-cp314t-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

pipdeptree-4.2.0-cp314-cp314t-macosx_10_15_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

pipdeptree-4.2.0-cp310-abi3-win_amd64.whl (1.7 MB view details)

Uploaded CPython 3.10+Windows x86-64

pipdeptree-4.2.0-cp310-abi3-musllinux_1_2_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ x86-64

pipdeptree-4.2.0-cp310-abi3-musllinux_1_2_aarch64.whl (1.7 MB view details)

Uploaded CPython 3.10+musllinux: musl 1.2+ ARM64

pipdeptree-4.2.0-cp310-abi3-manylinux_2_28_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.10+manylinux: glibc 2.28+ x86-64

pipdeptree-4.2.0-cp310-abi3-manylinux_2_28_aarch64.whl (1.6 MB view details)

Uploaded CPython 3.10+manylinux: glibc 2.28+ ARM64

pipdeptree-4.2.0-cp310-abi3-macosx_11_0_arm64.whl (1.5 MB view details)

Uploaded CPython 3.10+macOS 11.0+ ARM64

pipdeptree-4.2.0-cp310-abi3-macosx_10_15_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.10+macOS 10.15+ x86-64

File details

Details for the file pipdeptree-4.2.0.tar.gz.

File metadata

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

File hashes

Hashes for pipdeptree-4.2.0.tar.gz
Algorithm Hash digest
SHA256 5477c117bca27c55f9384d74835b4d979741444e6af65b233fba2fc8786762cc
MD5 d37672a866f19cd4ae612f8b090d18b7
BLAKE2b-256 921ee1f9a3008b01eb6152cb88e72e2f9aad2ba15f48faf5ac90143c7d8cdd99

See more details on using hashes here.

Provenance

The following attestation bundles were made for pipdeptree-4.2.0.tar.gz:

Publisher: release.yaml on tox-dev/pipdeptree

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

File details

Details for the file pipdeptree-4.2.0-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pipdeptree-4.2.0-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 02f09f391cebbdca85fa65591c6b37da20bec253ceeecffb0235314635677369
MD5 48f9b07c1bee8a722c777654170c27be
BLAKE2b-256 90316ed65de18a2df5b5cfe4c29498377682f7dc79e1a795c125c813460df31d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pipdeptree-4.2.0-pp311-pypy311_pp73-win_amd64.whl:

Publisher: release.yaml on tox-dev/pipdeptree

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

File details

Details for the file pipdeptree-4.2.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pipdeptree-4.2.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0e206d7e793880515c24e8475e4df74ba5e093acddb0733203ad9c3bbc6854e7
MD5 66eba1f3fd0bca90e7d1670bd20e4edb
BLAKE2b-256 66e53cc1b2ddf9d07940671ca0e1a236dce7b29fcc763037db9dc13b5bab1af9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pipdeptree-4.2.0-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl:

Publisher: release.yaml on tox-dev/pipdeptree

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

File details

Details for the file pipdeptree-4.2.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pipdeptree-4.2.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f0e37a04aa14d1fafe509a9a5f7381455bad3e978d62925780e927f57d49e552
MD5 ae890c794a677f9ac826870b15a1036c
BLAKE2b-256 1012880a75227f60abd674839b08eb859406dc3fc7f52a57d6d5cf74f05aa17d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pipdeptree-4.2.0-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl:

Publisher: release.yaml on tox-dev/pipdeptree

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

File details

Details for the file pipdeptree-4.2.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pipdeptree-4.2.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 48d1bef8975f39353fcb6819b61be1edfdbaa72d483c76652f4bb82df4ca8af0
MD5 6b2bb8f313351b5f5bfd1de95106e84f
BLAKE2b-256 2811079c8ceee2587f02df78be6b251ef9b02f9ea9d4a2ba30db1f650aca642b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pipdeptree-4.2.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl:

Publisher: release.yaml on tox-dev/pipdeptree

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

File details

Details for the file pipdeptree-4.2.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pipdeptree-4.2.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 bf52178e6f50ed76a4e52840aeef5f2e41f44bc8b5d579079cebb8c85e4c9f5d
MD5 2b79ca1f1ce310e9103e977f801359e5
BLAKE2b-256 4799227d46c4388d76db699d39563edd2ae42be8c6f3b5a790bb502025178154

See more details on using hashes here.

Provenance

The following attestation bundles were made for pipdeptree-4.2.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl:

Publisher: release.yaml on tox-dev/pipdeptree

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

File details

Details for the file pipdeptree-4.2.0-cp315-cp315t-win_amd64.whl.

File metadata

  • Download URL: pipdeptree-4.2.0-cp315-cp315t-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.15t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pipdeptree-4.2.0-cp315-cp315t-win_amd64.whl
Algorithm Hash digest
SHA256 cd0d4c859f4a74fb8436d96d2289a4dc300f52f76d1d70842666dfe7e1698888
MD5 23e30c25b94e885b80f5dc23e624948b
BLAKE2b-256 adfba4196bc55e70644c9f6a247f7a27fa7288d057ab04514cdf42e383871a33

See more details on using hashes here.

Provenance

The following attestation bundles were made for pipdeptree-4.2.0-cp315-cp315t-win_amd64.whl:

Publisher: release.yaml on tox-dev/pipdeptree

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

File details

Details for the file pipdeptree-4.2.0-cp315-cp315t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pipdeptree-4.2.0-cp315-cp315t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f23f6c50664c4bd2afecd5f1a36e767a4930f428d34220c5fb314883b005875d
MD5 b09f594c8a8fedf050f139c1bcfd30e9
BLAKE2b-256 4341adaa09c07996988ae75bf6a5ded56c0bf194a53045a2244425edddb6aeea

See more details on using hashes here.

Provenance

The following attestation bundles were made for pipdeptree-4.2.0-cp315-cp315t-musllinux_1_2_x86_64.whl:

Publisher: release.yaml on tox-dev/pipdeptree

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

File details

Details for the file pipdeptree-4.2.0-cp315-cp315t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pipdeptree-4.2.0-cp315-cp315t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3a309a460841d5c904a924b02a40d480092ac357ea885994c31323713ef9fe0b
MD5 4854cf21bbf478aa34aa817b2dfab285
BLAKE2b-256 964ea352f9bb05204d4ff29277eaf0993fcf1557e5cacdeb460e52d48c2a3d58

See more details on using hashes here.

Provenance

The following attestation bundles were made for pipdeptree-4.2.0-cp315-cp315t-musllinux_1_2_aarch64.whl:

Publisher: release.yaml on tox-dev/pipdeptree

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

File details

Details for the file pipdeptree-4.2.0-cp315-cp315t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pipdeptree-4.2.0-cp315-cp315t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 89928fdae8c07dd51f7b46de8124a484fdfd84f54e13f0e9be8ab0907a4b8221
MD5 1273e7fbebe018f5c77f62459d2c551f
BLAKE2b-256 4a11b2ceb0391b7c60f4bc082485516c93514b60ed3e853f1b253a45f27f0545

See more details on using hashes here.

Provenance

The following attestation bundles were made for pipdeptree-4.2.0-cp315-cp315t-manylinux_2_28_x86_64.whl:

Publisher: release.yaml on tox-dev/pipdeptree

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

File details

Details for the file pipdeptree-4.2.0-cp315-cp315t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pipdeptree-4.2.0-cp315-cp315t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 08a655adb67352151efc9d2f9b36aa7e0219c489bd63947e0d6b1c7500a8a255
MD5 35938691410276418e33e6061141e669
BLAKE2b-256 24d9b6600d0ab9ae2acecfce114c66e3296f56001cf4f65cf8f48f9872bd0dc5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pipdeptree-4.2.0-cp315-cp315t-manylinux_2_28_aarch64.whl:

Publisher: release.yaml on tox-dev/pipdeptree

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

File details

Details for the file pipdeptree-4.2.0-cp315-cp315t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pipdeptree-4.2.0-cp315-cp315t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 29b40644e8eaa62e8d9669daeccb9350883ebf543cf211ef8fbb83e0881025b2
MD5 44ce7f51f2371f7e6121317a95ebd360
BLAKE2b-256 0f3c9cdf024d5f55ae993ae6506dfda7cc04acda384d3939e1a8fddf375f366d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pipdeptree-4.2.0-cp315-cp315t-macosx_11_0_arm64.whl:

Publisher: release.yaml on tox-dev/pipdeptree

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

File details

Details for the file pipdeptree-4.2.0-cp315-cp315t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pipdeptree-4.2.0-cp315-cp315t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 8f125549032da757840f7c257a28d2d9afc7cdda546c3923cbe96e61534660e0
MD5 d7ad1877a3d9806378c8f9254c1d1b4e
BLAKE2b-256 ad92962ba1d3d892964528e045efa2de1108fb973ee92d48a1f40b68a0d9bee1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pipdeptree-4.2.0-cp315-cp315t-macosx_10_15_x86_64.whl:

Publisher: release.yaml on tox-dev/pipdeptree

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

File details

Details for the file pipdeptree-4.2.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: pipdeptree-4.2.0-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 1.7 MB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for pipdeptree-4.2.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 88e80598f0d3261787ccbf44430b4ac266845bdf987b4af56fa8ae991247854e
MD5 08f65abc3c7ab149cb9ba006ef4984c0
BLAKE2b-256 0edee423837a7f818942dbd8d46068a75e6ff4c9ca857c81b0a5d40dd353a671

See more details on using hashes here.

Provenance

The following attestation bundles were made for pipdeptree-4.2.0-cp314-cp314t-win_amd64.whl:

Publisher: release.yaml on tox-dev/pipdeptree

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

File details

Details for the file pipdeptree-4.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pipdeptree-4.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 09689f7f02c11e01d55509593c7a3d06da3eafc0214263567a47e08ea9c66c7f
MD5 d2ce9bee295664612783d2782e2ac90f
BLAKE2b-256 23f8ff4920ebda1d0c3afcf95276d5fee6479b18d9f9d7228df2d27a20949ecc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pipdeptree-4.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: release.yaml on tox-dev/pipdeptree

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

File details

Details for the file pipdeptree-4.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pipdeptree-4.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 788ed57eb2d739dc8e44d005d9a4c1ad6dff1eb039e8c872862cf81dbc93a929
MD5 f48ed875343c59bcabfb366454cdabbc
BLAKE2b-256 f6b780adca8a3a2fc98700f758be2de81058365d8c11c218edb7644712d5894d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pipdeptree-4.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: release.yaml on tox-dev/pipdeptree

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

File details

Details for the file pipdeptree-4.2.0-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pipdeptree-4.2.0-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5975f24fa8970ad56cc5bc1c6324a1c993bba8437bf617c5fd109406eaeb789d
MD5 a5cd1be5ddd15e469cdf99933dcbe22e
BLAKE2b-256 126d72842fc3bbb52d61c091a0cd137f570302602d63d24569e707ab60cda56a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pipdeptree-4.2.0-cp314-cp314t-manylinux_2_28_x86_64.whl:

Publisher: release.yaml on tox-dev/pipdeptree

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

File details

Details for the file pipdeptree-4.2.0-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pipdeptree-4.2.0-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 afba9bd66eaf9c0d7cb5705f2d47b13429d5e05f4c6ebe42a53bef8669ec4ba9
MD5 be5104101c49d2370164b952fb0f0df6
BLAKE2b-256 94932cfce26fe557b352f87c7a5cd98dcbdc7140c31c0f3fd44d2018b135bbae

See more details on using hashes here.

Provenance

The following attestation bundles were made for pipdeptree-4.2.0-cp314-cp314t-manylinux_2_28_aarch64.whl:

Publisher: release.yaml on tox-dev/pipdeptree

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

File details

Details for the file pipdeptree-4.2.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pipdeptree-4.2.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4195c21ddc0bcf54ebf62301ad8a56967089765b3a4b47934723b7e523c343e8
MD5 0c24038a92322f1e86b1a499db0c3505
BLAKE2b-256 3cc5ea7bc3245b478e224c31906bfbd73bfe12b64321457a0e30d468405555c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pipdeptree-4.2.0-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: release.yaml on tox-dev/pipdeptree

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

File details

Details for the file pipdeptree-4.2.0-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pipdeptree-4.2.0-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 bd6617ada4ce9b9ec80c66adb43da01f144c7d3a8ad07f9fd19e89b33ae6cd0c
MD5 49186aab1a0f9153c331bbcb9c2015aa
BLAKE2b-256 e4e739776a49f1adf3d73d25b1709ea9ed1de5346e6ce16b1cf843d66d204537

See more details on using hashes here.

Provenance

The following attestation bundles were made for pipdeptree-4.2.0-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: release.yaml on tox-dev/pipdeptree

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

File details

Details for the file pipdeptree-4.2.0-cp310-abi3-win_amd64.whl.

File metadata

  • Download URL: pipdeptree-4.2.0-cp310-abi3-win_amd64.whl
  • Upload date:
  • Size: 1.7 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 pipdeptree-4.2.0-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 2f521705db5311b1c652919b400f2c6f59c7e5225dc2888902bfc4b402e7a62f
MD5 d4b0e0a70cf6a7d5798176a8f90894b1
BLAKE2b-256 5b5bec08309051bf745f5482910a76a0fafe06bbc42f1de53ff9f3ea2d41e0c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pipdeptree-4.2.0-cp310-abi3-win_amd64.whl:

Publisher: release.yaml on tox-dev/pipdeptree

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

File details

Details for the file pipdeptree-4.2.0-cp310-abi3-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for pipdeptree-4.2.0-cp310-abi3-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b654a359a8a9dab62c8a5505503bdd162eb303befcb4054b1de6d2bd78798f16
MD5 390d7de447522018944af4d7f387b7ae
BLAKE2b-256 3c4d3b3b38dd160df8a857f629a0b43171719d63cbc24a2807d1af18c549fdb0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pipdeptree-4.2.0-cp310-abi3-musllinux_1_2_x86_64.whl:

Publisher: release.yaml on tox-dev/pipdeptree

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

File details

Details for the file pipdeptree-4.2.0-cp310-abi3-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for pipdeptree-4.2.0-cp310-abi3-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5699e6340dd57b5ca003f48a5436c7cff67943970fae3c4e32d91de843e76524
MD5 e6ad1417eca34f8216aca975a042b015
BLAKE2b-256 18c71c53801450fd2615a65c197d1ba8028e8377d1f65484b2c5ace05be39d5f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pipdeptree-4.2.0-cp310-abi3-musllinux_1_2_aarch64.whl:

Publisher: release.yaml on tox-dev/pipdeptree

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

File details

Details for the file pipdeptree-4.2.0-cp310-abi3-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pipdeptree-4.2.0-cp310-abi3-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 58b1859e0bd172ea238bea9b3d5ef446f17963e70c8ba562ed6edd93a4590703
MD5 7b0fee133633cf51f010696248376a77
BLAKE2b-256 f8d1a82bf377e7d8a957b8757c1f5fb08c128a8771daac3c2052173dd4efe946

See more details on using hashes here.

Provenance

The following attestation bundles were made for pipdeptree-4.2.0-cp310-abi3-manylinux_2_28_x86_64.whl:

Publisher: release.yaml on tox-dev/pipdeptree

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

File details

Details for the file pipdeptree-4.2.0-cp310-abi3-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pipdeptree-4.2.0-cp310-abi3-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1e75639e89b3a4a775a3a700f6a359bcf639151bc9327e9e70d0665ef95bf628
MD5 20a7614492947e9e9049b4aa94566f84
BLAKE2b-256 7dc8b3fc61f4e43eba8d86f0026499efc53a3e0b0cefb0372c9d73aec9ce6d3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pipdeptree-4.2.0-cp310-abi3-manylinux_2_28_aarch64.whl:

Publisher: release.yaml on tox-dev/pipdeptree

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

File details

Details for the file pipdeptree-4.2.0-cp310-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pipdeptree-4.2.0-cp310-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 50a03ac9dfc1698a2558f70eb779a0a1121dc046fd24bcb5cb8973cdbdf1525c
MD5 67e75878976e47a9df0d861923f72b4e
BLAKE2b-256 598fcf6405899dbe80db80afc5a62f83468a41c631b4e4a8e8dcb2591d8b5ef3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pipdeptree-4.2.0-cp310-abi3-macosx_11_0_arm64.whl:

Publisher: release.yaml on tox-dev/pipdeptree

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

File details

Details for the file pipdeptree-4.2.0-cp310-abi3-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pipdeptree-4.2.0-cp310-abi3-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 4f6c04a7865839f6aad4fc6c06dcfb566f79b8a74dcb5e98c13e705e37b609ff
MD5 0525b03b01d3fd4f6e881eab42139b76
BLAKE2b-256 16e5bf7aade936c81fe6eeb9914f3966f2ea0c8e8b0cf5111c6e6ddd600b529a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pipdeptree-4.2.0-cp310-abi3-macosx_10_15_x86_64.whl:

Publisher: release.yaml on tox-dev/pipdeptree

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