https://github.com/fionn/dependency-graphql
Repository dependency graphs
https://github.com/fionn/dependency-graphql
dependency-graph github-api graphql
Last synced: 4 months ago
JSON representation
Repository dependency graphs
- Host: GitHub
- URL: https://github.com/fionn/dependency-graphql
- Owner: fionn
- Created: 2018-08-11T14:28:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-06-18T14:10:41.000Z (7 months ago)
- Last Synced: 2025-09-01T13:53:18.440Z (5 months ago)
- Topics: dependency-graph, github-api, graphql
- Language: Python
- Homepage: https://pypi.org/project/dependency-graphql/
- Size: 12.7 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.31.0
└── ⋯
```
where the ellipsis implies sub-dependencies. Add `--recursion-depth x` to recurse `x` levels deep.