pipdeptree

View on PyPIReverse Dependencies (168)

2.18.1 pipdeptree-2.18.1-py3-none-any.whl

Wheel Details

Project: pipdeptree
Version: 2.18.1
Filename: pipdeptree-2.18.1-py3-none-any.whl
Download: [link]
Size: 28631
MD5: e59a9d3d18638e8082f9277436eb5043
SHA256: f0ae7786cf7f7eeed77b5bb756e0f44f2bfae2e8ae9a9739d8d75bbc8796d961
Uploaded: 2024-04-13 16:01:18 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: pipdeptree
Version: 2.18.1
Summary: Command line utility to show dependency tree of packages.
Maintainer-Email: Bernát Gábor <gaborjbernat[at]gmail.com>, Vineet Naik <naikvin[at]gmail.com>
Project-Url: Changelog, https://github.com/tox-dev/pipdeptree/blob/main/CHANGES.md
Project-Url: Documentation, https://github.com/tox-dev/pipdeptree/blob/main/README.md#pipdeptree
Project-Url: Homepage, https://github.com/tox-dev/pipdeptree
Project-Url: Source, https://github.com/tox-dev/pipdeptree
Project-Url: Tracker, https://github.com/tox-dev/pipdeptree/issues
License: Copyright (c) The pipdeptree developers Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Keywords: application,cache,directory,log,user
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Requires-Dist: packaging (>=23.1)
Requires-Dist: pip (>=23.1.2)
Requires-Dist: graphviz (>=0.20.1); extra == "graphviz"
Requires-Dist: covdefaults (>=2.3); extra == "test"
Requires-Dist: diff-cover (>=8.0.1); extra == "test"
Requires-Dist: pytest-console-scripts (>=1.4.1); extra == "test"
Requires-Dist: pytest-cov (>=4.1); extra == "test"
Requires-Dist: pytest-mock (>=3.12); extra == "test"
Requires-Dist: pytest (>=7.4.3); extra == "test"
Requires-Dist: virtualenv (<21,>=20.25); extra == "test"
Provides-Extra: graphviz
Provides-Extra: test
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 12638 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.22.5
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
pipdeptree/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pipdeptree/__main__.py sha256=rJgCgRl2-gCC73eYA8Mx6nt0gCijUZHmgdWSI2eDRgo 1605
pipdeptree/_adapter.py sha256=rioNV8c6vH2i0z42-pjkHaPK4ltWo_tDMQCm-UoDQfo 2366
pipdeptree/_cli.py sha256=RMhRErZP20QBxXMP_8vvo1X3iHtApL76OZdZ5dV6aZ4 5127
pipdeptree/_discovery.py sha256=T-u1uGnRa0fc6jUKT_i-wy7tHL0yG8ZQX4ChwT6Seus 4100
pipdeptree/_validate.py sha256=9jVPk7__b7shnyyZ5ehZseWv2DRKuEGRyrxkmbD8ObM 4241
pipdeptree/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pipdeptree/version.py sha256=IAHxI11mZ9CwUOOGez3PvpaWXF4n5nKftEAxOTtoJfc 413
pipdeptree/_models/__init__.py sha256=CKz-tyU2eIF9g58cQwMOXiYa2GyGBHf3QQPxnzVHJ28 225
pipdeptree/_models/dag.py sha256=xtVDPcBgD3LdYr18fADQ_Rd0WjwYNBPR1Q0Wnq5-yQQ 11082
pipdeptree/_models/package.py sha256=0dN6BfbAJKDLQqPFjPHOq4nah2SZP_ESryF1Xixu5yQ 8658
pipdeptree/_render/__init__.py sha256=ZA-arZTeBSksHoRTYB5G8VqCrYuxffLbFFAyxlDjOdk 1088
pipdeptree/_render/graphviz.py sha256=gzBuJTMZzVXsxuzXvW0fKaESebD_SgoPFvNE9Fh1sTY 4408
pipdeptree/_render/json.py sha256=pwngNguPGnEcGRy7R8fw5YBnLJPEGh9FyAGfV55erPw 682
pipdeptree/_render/json_tree.py sha256=ct1etYsoFUhFEU_OaWt7Po48i_6NM6kU0Yp2qxzjj5E 1680
pipdeptree/_render/mermaid.py sha256=8hzbCHQcFYDVzoDze1ferdaON5Ok6ot0eIgYQigavnQ 3898
pipdeptree/_render/text.py sha256=eig_W0eZFb8zAxx61PTKfehbSPzB_eHGsbiagkcyZYQ 5069
pipdeptree-2.18.1.dist-info/METADATA sha256=s8v9CP-p74IUPkDUHAEvl2Qu2ULiBJHCHCW8OsBi6cI 15677
pipdeptree-2.18.1.dist-info/WHEEL sha256=as-1oFTWSeWBgyzh0O_qF439xqBe6AbBgt4MfYe5zwY 87
pipdeptree-2.18.1.dist-info/entry_points.txt sha256=e6EaTzxgkVyLLFrSHZ1Iwy5bcJLP8XeSbbRDys6U08w 56
pipdeptree-2.18.1.dist-info/licenses/LICENSE sha256=YRvHqfk1dML--GBntzpV91Tgb2rPCBwchlKmj4aG8ok 1064
pipdeptree-2.18.1.dist-info/RECORD

entry_points.txt

pipdeptree = pipdeptree.__main__:main