Skip to main content

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.

Release files for pipdeptree 4.2.5

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for pipdeptree 4.2.5
File Size Uploaded
pipdeptree-4.2.5.tar.gz 145.4 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for pipdeptree 4.2.5
File
pipdeptree-4.2.5-pp311-pypy311_pp73-win_amd64.whl PyPy 3.11 PyPy 3.11 7.3 Windows x86-64 Details
pipdeptree-4.2.5-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.28+ x86-64 Details
pipdeptree-4.2.5-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.28+ ARM64 Details
pipdeptree-4.2.5-pp311-pypy311_pp73-macosx_11_0_arm64.whl PyPy 3.11 PyPy 3.11 7.3 macOS 11.0+ ARM64 Details
pipdeptree-4.2.5-pp311-pypy311_pp73-macosx_10_15_x86_64.whl PyPy 3.11 PyPy 3.11 7.3 macOS 10.15+ x86-64 Details
pipdeptree-4.2.5-cp315-cp315t-win_arm64.whl CPython 3.15 CPython 3.15 free-threading Windows ARM64 Details
pipdeptree-4.2.5-cp315-cp315t-win_amd64.whl CPython 3.15 CPython 3.15 free-threading Windows x86-64 Details
pipdeptree-4.2.5-cp315-cp315t-musllinux_1_2_x86_64.whl CPython 3.15 CPython 3.15 free-threading Linux musl 1.2+ x86-64 Details
pipdeptree-4.2.5-cp315-cp315t-musllinux_1_2_aarch64.whl CPython 3.15 CPython 3.15 free-threading Linux musl 1.2+ ARM64 Details
pipdeptree-4.2.5-cp315-cp315t-manylinux_2_28_x86_64.whl CPython 3.15 CPython 3.15 free-threading Linux glibc 2.28+ x86-64 Details
pipdeptree-4.2.5-cp315-cp315t-manylinux_2_28_aarch64.whl CPython 3.15 CPython 3.15 free-threading Linux glibc 2.28+ ARM64 Details
pipdeptree-4.2.5-cp315-cp315t-macosx_11_0_arm64.whl CPython 3.15 CPython 3.15 free-threading macOS 11.0+ ARM64 Details
pipdeptree-4.2.5-cp315-cp315t-macosx_10_15_x86_64.whl CPython 3.15 CPython 3.15 free-threading macOS 10.15+ x86-64 Details
pipdeptree-4.2.5-cp314-cp314t-win_arm64.whl CPython 3.14 CPython 3.14 free-threading Windows ARM64 Details
pipdeptree-4.2.5-cp314-cp314t-win_amd64.whl CPython 3.14 CPython 3.14 free-threading Windows x86-64 Details
pipdeptree-4.2.5-cp314-cp314t-musllinux_1_2_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 Details
pipdeptree-4.2.5-cp314-cp314t-musllinux_1_2_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64 Details
pipdeptree-4.2.5-cp314-cp314t-manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ x86-64 Details
pipdeptree-4.2.5-cp314-cp314t-manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ ARM64 Details
pipdeptree-4.2.5-cp314-cp314t-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64 Details
pipdeptree-4.2.5-cp314-cp314t-macosx_10_15_x86_64.whl CPython 3.14 CPython 3.14 free-threading macOS 10.15+ x86-64 Details
pipdeptree-4.2.5-cp310-abi3-win_arm64.whl CPython 3.10 abi3 Windows ARM64 Details
pipdeptree-4.2.5-cp310-abi3-win_amd64.whl CPython 3.10 abi3 Windows x86-64 Details
pipdeptree-4.2.5-cp310-abi3-musllinux_1_2_x86_64.whl CPython 3.10 abi3 Linux musl 1.2+ x86-64 Details
pipdeptree-4.2.5-cp310-abi3-musllinux_1_2_aarch64.whl CPython 3.10 abi3 Linux musl 1.2+ ARM64 Details
pipdeptree-4.2.5-cp310-abi3-manylinux_2_28_x86_64.whl CPython 3.10 abi3 Linux glibc 2.28+ x86-64 Details
pipdeptree-4.2.5-cp310-abi3-manylinux_2_28_aarch64.whl CPython 3.10 abi3 Linux glibc 2.28+ ARM64 Details
pipdeptree-4.2.5-cp310-abi3-macosx_11_0_arm64.whl CPython 3.10 abi3 macOS 11.0+ ARM64 Details
pipdeptree-4.2.5-cp310-abi3-macosx_10_15_x86_64.whl CPython 3.10 abi3 macOS 10.15+ x86-64 Details

Total release size: 48.6 MB

Release files / pipdeptree-4.2.5.tar.gz

Download URL pipdeptree-4.2.5.tar.gz
Size 145.4 kB
Tags Source
SHA-256 checksum
How to use checksums
0fafc3201c046e72913abb8a7a2b75cb17c3e15ebdd3ed546adf8fe9a9d4f54e
BLAKE2b-256 checksum
How to use checksums
7839632ef8751bc0415c198b7a27aef7cc4fbef619a0b502fd491d70695d5587
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / pipdeptree-4.2.5-pp311-pypy311_pp73-win_amd64.whl

Download URL pipdeptree-4.2.5-pp311-pypy311_pp73-win_amd64.whl
Size 1.7 MB
Tags PyPy 3.11 PyPy 3.11 7.3 Windows x86-64
SHA-256 checksum
How to use checksums
485bce47718743665c4ed42f92241c0328087814d91495ddd53ab65abc62f21f
BLAKE2b-256 checksum
How to use checksums
880b353e558f4dd7d88b7dde0923787877f4a4d1fe82e98ed6c6f37836304447
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / pipdeptree-4.2.5-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl

Download URL pipdeptree-4.2.5-pp311-pypy311_pp73-manylinux_2_28_x86_64.whl
Size 1.8 MB
Tags Linux glibc 2.28+ x86-64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
b7d841a9b2651f4f29c4098f5a88b576d06efad3b1fc01b0b7156debb5e6e2c0
BLAKE2b-256 checksum
How to use checksums
995964010aa08e4d6ee3c24feb43edf15e7696dac10e2a541d113b8faf4d1a1a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / pipdeptree-4.2.5-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl

Download URL pipdeptree-4.2.5-pp311-pypy311_pp73-manylinux_2_28_aarch64.whl
Size 1.6 MB
Tags Linux glibc 2.28+ ARM64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
749ac94096ebfe5906fdd94cd686bfd1171b1bc33d6c20c4d1ee37e043173e1a
BLAKE2b-256 checksum
How to use checksums
ca83c5598c55f7dc3bc51309b9445266602517cc87671a622e54bb615a349eae
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / pipdeptree-4.2.5-pp311-pypy311_pp73-macosx_11_0_arm64.whl

Download URL pipdeptree-4.2.5-pp311-pypy311_pp73-macosx_11_0_arm64.whl
Size 1.5 MB
Tags PyPy 3.11 PyPy 3.11 7.3 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
7ea430ac47a539f56d1b7a1fbd6f661f5db807fb5b26df4a0f32c10e47dff1f2
BLAKE2b-256 checksum
How to use checksums
281ddd7f144577789a134995e708ebcc2ee71f29c260cc2f41f1e259ec19abf8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / pipdeptree-4.2.5-pp311-pypy311_pp73-macosx_10_15_x86_64.whl

Download URL pipdeptree-4.2.5-pp311-pypy311_pp73-macosx_10_15_x86_64.whl
Size 1.6 MB
Tags PyPy 3.11 PyPy 3.11 7.3 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
da52d3f768d90099834ae8fbf3e629fe8a716a6bc429a3dcde183fec79a3acea
BLAKE2b-256 checksum
How to use checksums
ffea23483e6dec3f7a0998568e33ab8d6c9714cd9c9aeade2ba377063660f158
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / pipdeptree-4.2.5-cp315-cp315t-win_arm64.whl

Download URL pipdeptree-4.2.5-cp315-cp315t-win_arm64.whl
Size 1.6 MB
Tags CPython 3.15 CPython 3.15 free-threading Windows ARM64
SHA-256 checksum
How to use checksums
e1fbc6fd2c02185728708fa20a3b77e5a1cdcae9860d1d34276d155459d3e78e
BLAKE2b-256 checksum
How to use checksums
e6b8e62b84874dfc17e57aba7738ce17c7dd48bf321dd0be5bbdb7ee8ffe4694
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / pipdeptree-4.2.5-cp315-cp315t-win_amd64.whl

Download URL pipdeptree-4.2.5-cp315-cp315t-win_amd64.whl
Size 1.7 MB
Tags CPython 3.15 CPython 3.15 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
c80b554a82bdd1b066e817c988f0adf7554bcdab612553d2687fc1ab00675ee4
BLAKE2b-256 checksum
How to use checksums
cabb8312785965e7bab05474612032b68343fb57ce8cc7af38474bfb4d2b0897
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / pipdeptree-4.2.5-cp315-cp315t-musllinux_1_2_x86_64.whl

Download URL pipdeptree-4.2.5-cp315-cp315t-musllinux_1_2_x86_64.whl
Size 1.8 MB
Tags CPython 3.15 CPython 3.15 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
6981573146dcede8b295bd94de1b3dd47589192a8539fff55f3245c73d4c2f53
BLAKE2b-256 checksum
How to use checksums
714b02ea0293c3a846bed574436b036d40ddde70302e2392166829a5dc2c7ed3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / pipdeptree-4.2.5-cp315-cp315t-musllinux_1_2_aarch64.whl

Download URL pipdeptree-4.2.5-cp315-cp315t-musllinux_1_2_aarch64.whl
Size 1.7 MB
Tags CPython 3.15 CPython 3.15 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
03ccecb5fa940d2b0d6f16442bc52ea217933a313f96d7b5aba9c3addc7b8020
BLAKE2b-256 checksum
How to use checksums
167ee4beca17ec3b9bc9ed90f29e011d76b290bad7e67b2765e6d9649dfc8f26
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / pipdeptree-4.2.5-cp315-cp315t-manylinux_2_28_x86_64.whl

Download URL pipdeptree-4.2.5-cp315-cp315t-manylinux_2_28_x86_64.whl
Size 1.8 MB
Tags CPython 3.15 CPython 3.15 free-threading Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
3ac7c7cc347f75bb82886be88a013d7f63b1a37795958769c30a2878026f0bd9
BLAKE2b-256 checksum
How to use checksums
2fb99027e193eb64b6092e9db8e3dd9c1726c6df22c1642c85f42a744b20c3c1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / pipdeptree-4.2.5-cp315-cp315t-manylinux_2_28_aarch64.whl

Download URL pipdeptree-4.2.5-cp315-cp315t-manylinux_2_28_aarch64.whl
Size 1.6 MB
Tags CPython 3.15 CPython 3.15 free-threading Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
56bbd67569f4d612d898c13480ce153bee70e93fa9f064015ded9037b14f128f
BLAKE2b-256 checksum
How to use checksums
6af1a9bb2076844ecb6312908649a88a8a084bc3e17403240a847c10a658397d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / pipdeptree-4.2.5-cp315-cp315t-macosx_11_0_arm64.whl

Download URL pipdeptree-4.2.5-cp315-cp315t-macosx_11_0_arm64.whl
Size 1.5 MB
Tags CPython 3.15 CPython 3.15 free-threading macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
87fd94f8b29c6f9ccf5d82e1099b2f7651609f72c0e202701d68946898e4bfc7
BLAKE2b-256 checksum
How to use checksums
0e9c81be2eb92ba6be1813798654eb3913927dfe9b18cc39473a807679664218
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / pipdeptree-4.2.5-cp315-cp315t-macosx_10_15_x86_64.whl

Download URL pipdeptree-4.2.5-cp315-cp315t-macosx_10_15_x86_64.whl
Size 1.6 MB
Tags CPython 3.15 CPython 3.15 free-threading macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
c1a3a7a1801c419bca4914e758675e87257bbb4280cead08a226021e4bb94d42
BLAKE2b-256 checksum
How to use checksums
efe71e5aa4e6b58615af0e138dc8a17cda86e079ae9e477ec94c228aaf650ad6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / pipdeptree-4.2.5-cp314-cp314t-win_arm64.whl

Download URL pipdeptree-4.2.5-cp314-cp314t-win_arm64.whl
Size 1.6 MB
Tags CPython 3.14 CPython 3.14 free-threading Windows ARM64
SHA-256 checksum
How to use checksums
858d711768a8401e2cbfff8a68fdf0e70ff4eb5ac8e0064dedee67722f1578d8
BLAKE2b-256 checksum
How to use checksums
bab704a71fbf2ddef302b9cbd3e7c26cceea316cbfaea07a191fc459240935ac
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / pipdeptree-4.2.5-cp314-cp314t-win_amd64.whl

Download URL pipdeptree-4.2.5-cp314-cp314t-win_amd64.whl
Size 1.7 MB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
e1788b115b16664641d06714338c6e04ec79ebe3b43d1547e9a6accbba1b2ece
BLAKE2b-256 checksum
How to use checksums
91b507efbf76dea160c57fa3b9e85a10dd1cc8c08ac8fc69772274e7c92d14d6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / pipdeptree-4.2.5-cp314-cp314t-musllinux_1_2_x86_64.whl

Download URL pipdeptree-4.2.5-cp314-cp314t-musllinux_1_2_x86_64.whl
Size 1.8 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
5e2e60371e094c89f0b67a20e116bd4318efdd59542102d90fd5073e803e4841
BLAKE2b-256 checksum
How to use checksums
df978a62b431c314103f8d5cdb065790aa89e4f112a7354fa38f50ccb922a128
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / pipdeptree-4.2.5-cp314-cp314t-musllinux_1_2_aarch64.whl

Download URL pipdeptree-4.2.5-cp314-cp314t-musllinux_1_2_aarch64.whl
Size 1.7 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
041b2377877757c50411bcfcc90c1f86383f23f92e61b8040ec7be9cbc40794f
BLAKE2b-256 checksum
How to use checksums
a9b4959ae861a5e73cf6da0a5f0cb0c351eb8afa26dcce66d42cd0fb17c3448e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / pipdeptree-4.2.5-cp314-cp314t-manylinux_2_28_x86_64.whl

Download URL pipdeptree-4.2.5-cp314-cp314t-manylinux_2_28_x86_64.whl
Size 1.8 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
91584431c4bd0d8fb532054d5b886f9120ffdbc4d363a60299507b6d9b6d0b60
BLAKE2b-256 checksum
How to use checksums
292879a752e66de943ffa98e5eb806d67cc3c13877c17e76d07843dbfc6e801e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / pipdeptree-4.2.5-cp314-cp314t-manylinux_2_28_aarch64.whl

Download URL pipdeptree-4.2.5-cp314-cp314t-manylinux_2_28_aarch64.whl
Size 1.6 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
aa848be1bb3ee6f02df774e1c37be0a3287ae0744cc397649fc99e7e2581212b
BLAKE2b-256 checksum
How to use checksums
7834cb49b29903a122c22c15a3846932307409ec4e5e7510a683f7f19b2b5fa9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / pipdeptree-4.2.5-cp314-cp314t-macosx_11_0_arm64.whl

Download URL pipdeptree-4.2.5-cp314-cp314t-macosx_11_0_arm64.whl
Size 1.5 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
8c908c567aeab846f15946b3d122cdfbaba96f42f91d300872aa0eaeb755b341
BLAKE2b-256 checksum
How to use checksums
cb27b436d96b4b136e58003155e7cb17dc9fe7ee75834d8a75d000bde7ef5fa2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / pipdeptree-4.2.5-cp314-cp314t-macosx_10_15_x86_64.whl

Download URL pipdeptree-4.2.5-cp314-cp314t-macosx_10_15_x86_64.whl
Size 1.6 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
11aa69a07e10a61d03853b67d10a40c12dd1a7b4a46a4265a5d52e53632244aa
BLAKE2b-256 checksum
How to use checksums
122a4348e682a2f4e070152de362fca72bbfc79b55d0990e0d14cead8d763636
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / pipdeptree-4.2.5-cp310-abi3-win_arm64.whl

Download URL pipdeptree-4.2.5-cp310-abi3-win_arm64.whl
Size 1.6 MB
Tags CPython 3.10 Windows ARM64 abi3
SHA-256 checksum
How to use checksums
6550fcfecd51d56529151dad4033f1e079f1afa14737ea0733c30fbadc2695f8
BLAKE2b-256 checksum
How to use checksums
da27b04615aa240aab2588c90c19db5c1bc02cf35d7539bcdb3ba48fb94d0ff1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / pipdeptree-4.2.5-cp310-abi3-win_amd64.whl

Download URL pipdeptree-4.2.5-cp310-abi3-win_amd64.whl
Size 1.7 MB
Tags CPython 3.10 Windows x86-64 abi3
SHA-256 checksum
How to use checksums
087cc58fabf63a3b971998892038fe6e578c4d581f60f0af1931fbdb15dae9c3
BLAKE2b-256 checksum
How to use checksums
9fe28f3e246f72185908299e74667da1ec988cd2f6cf2b686e6448a11e41bf5a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / pipdeptree-4.2.5-cp310-abi3-musllinux_1_2_x86_64.whl

Download URL pipdeptree-4.2.5-cp310-abi3-musllinux_1_2_x86_64.whl
Size 1.8 MB
Tags CPython 3.10 Linux musl 1.2+ x86-64 abi3
SHA-256 checksum
How to use checksums
488e4b2f086bb40ca887adcbecbc4cab4c9b101d628004951a418218e705c985
BLAKE2b-256 checksum
How to use checksums
0e572b6ffec0aba4e9989b511933b36c9491f9751c59d43ca880c76a1b871b4c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / pipdeptree-4.2.5-cp310-abi3-musllinux_1_2_aarch64.whl

Download URL pipdeptree-4.2.5-cp310-abi3-musllinux_1_2_aarch64.whl
Size 1.7 MB
Tags CPython 3.10 Linux musl 1.2+ ARM64 abi3
SHA-256 checksum
How to use checksums
dafb538a35ef4dbe9bc18f1e4acbd16f1eb5907feff0f659845745244f0990ab
BLAKE2b-256 checksum
How to use checksums
476ccbf915e0ffa032c59d975be502773c1c68ee9311de0678971e048960140c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / pipdeptree-4.2.5-cp310-abi3-manylinux_2_28_x86_64.whl

Download URL pipdeptree-4.2.5-cp310-abi3-manylinux_2_28_x86_64.whl
Size 1.8 MB
Tags CPython 3.10 Linux glibc 2.28+ x86-64 abi3
SHA-256 checksum
How to use checksums
8fa50c021f7b9a46703f6c55f3ffe396c0540508f73053f55e4a1f87cec0b652
BLAKE2b-256 checksum
How to use checksums
c48e2d64a9524c4c6943a1dce25c7577dc59ba21a14a562a6672743d420bb95f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / pipdeptree-4.2.5-cp310-abi3-manylinux_2_28_aarch64.whl

Download URL pipdeptree-4.2.5-cp310-abi3-manylinux_2_28_aarch64.whl
Size 1.6 MB
Tags CPython 3.10 Linux glibc 2.28+ ARM64 abi3
SHA-256 checksum
How to use checksums
bf75abc03d8ad4a50adc3196b6d6b8a0d7e811d846d756b96eb9573c3946579d
BLAKE2b-256 checksum
How to use checksums
75e55684aebaf0638d810c45c4b00784291cc0f1d8fc6e80df9b6d96e1eb802b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / pipdeptree-4.2.5-cp310-abi3-macosx_11_0_arm64.whl

Download URL pipdeptree-4.2.5-cp310-abi3-macosx_11_0_arm64.whl
Size 1.5 MB
Tags CPython 3.10 abi3 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
1014bd66756a3089bf81dd1c8b449fab5fed2dd5473338ddf624aca47e3a37a3
BLAKE2b-256 checksum
How to use checksums
a727a251b76f276bfec3de75e209b62f887c3ba1b01e80b2d777f69acb483475
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release files / pipdeptree-4.2.5-cp310-abi3-macosx_10_15_x86_64.whl

Download URL pipdeptree-4.2.5-cp310-abi3-macosx_10_15_x86_64.whl
Size 1.6 MB
Tags CPython 3.10 abi3 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
4d940f7a6e7e8bc5fbccbc2182cc8d21fa9623f7c8c9e8bba1a08dca9dc5d050
BLAKE2b-256 checksum
How to use checksums
f8550000b1956fec0982084d649023dd663a34ecd58fe3e3f073099f7ba8408d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 8, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

4.2.5 This release

30 release files

4.2.3

30 release files

4.2.2

27 release files

4.2.1

27 release files

4.2.0

27 release files

4.1.0

15 release files

4.0.0

10 release files

3.1.1

2 release files

3.1.0

2 release files

3.0.0

2 release files

2.35.3

2 release files

2.35.1

2 release files

2.35.0

2 release files

2.34.0

2 release files

2.33.0

2 release files

2.32.0

2 release files

2.31.0

2 release files

2.30.0

2 release files

2.29.0

2 release files

2.28.0

2 release files

2.27.0

2 release files

2.26.1

2 release files

2.26.0

2 release files

2.25.1

2 release files

2.25.0

2 release files

2.24.0

2 release files

2.23.4

2 release files

2.23.1

2 release files

2.23.0

2 release files

2.21.0

2 release files

2.19.1

2 release files

2.19.0

2 release files

2.18.1

2 release files

2.18.0

2 release files

2.16.2

2 release files

2.15.1

2 release files

2.15.0

2 release files

2.14.0

2 release files

2.13.2

2 release files

2.13.0

2 release files

2.12.0

2 release files

2.11.0

2 release files

2.10.2

2 release files

2.10.1

2 release files

2.10.0

2 release files

2.9.6

2 release files

2.9.5

2 release files

2.9.4

2 release files

2.9.3

2 release files

2.9.2

2 release files

2.9.1

2 release files

2.9.0

2 release files

2.8.0

2 release files

2.7.1

2 release files

2.7.0

2 release files

2.6.0

2 release files

2.5.2

2 release files

2.5.1

2 release files

2.5.0

2 release files

2.4.0

2 release files

2.3.3

2 release files

2.3.2

2 release files

2.3.1

2 release files

2.3.0

2 release files

2.2.1

2 release files

2.2.0

3 release files

2.1.0

3 release files

2.0.0

3 release files

1.0.0

3 release files

0.13.2

3 release files

0.12.1

3 release files

0.12.0

3 release files

0.11.0

3 release files

0.10.1

2 release files

0.10.0

2 release files

0.9.0

2 release files

0.8.0

2 release files

0.7.0

2 release files

0.6.0

2 release files

0.5.0

2 release files

0.4.3

2 release files

0.4.2

1 release file

0.4.1

1 release file

0.4

1 release file

0.3

1 release file

0.2

1 release file

0.1

1 release file

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