Skip to main content

Display installed Python projects as a tree of dependencies

Project description

1 Introduction

Display installed Python projects as a tree of dependencies.

2 Usage

usage: deptree [-h] [--version] [-r] [project [project ...]]

positional arguments:
  project

optional arguments:
  -h, --help     show this help message and exit
  --version      show program's version number and exit
  -r, --reverse

3 Repositories

3.1 Distributions

3.2 Source code

4 Hacking

This project makes extensive use of tox, pytest, and GNU Make.

4.1 Development environment

Use following command to create a Python virtual environment with all necessary dependencies:

tox --recreate -e develop

This creates a Python virtual environment in the .tox/develop directory. It can be activated with the following command:

. .tox/develop/bin/activate

4.2 Run test suite

In a Python virtual environment run the following command:

make review

Outside of a Python virtual environment run the following command:

tox --recreate

4.3 Build and package

In a Python virtual environment run the following command:

make package

Outside of a Python virtual environment run the following command:

tox --recreate -e package

Project details


Download files

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

Source Distribution

deptree-0.0.4.tar.gz (8.1 kB view hashes)

Uploaded Source

Built Distribution

deptree-0.0.4-py3-none-any.whl (8.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page