Skip to main content

Dependency graphs for GitHub repositories

Project description

Repository Dependency Graphs

Create dependency trees for GitHub repositories.

Authentication

Generate a personal access token with repo.public_repo scope and export it as GITHUB_TOKEN.

Installation

Install with make install or make install_dev.

Usage

Example usage: dependency-graphql fionn/dependency-graphql. This would return something like

fionn/dependency-graphql
└── requirements.txt
    ├── c0fec0de/anytree = 2.8.0
    │   └── ⋯
    └── psf/requests = 2.27.1
        └── ⋯

where the ellipsis implies sub-dependencies. Add --recursion-depth x to recurse x levels deep.

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

dependency-graphql-0.0.1.tar.gz (3.4 kB view hashes)

Uploaded Source

Built Distribution

dependency_graphql-0.0.1-py3-none-any.whl (4.1 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