https://github.com/fao89/pdc
Pulpcore Dependency Checker
https://github.com/fao89/pdc
depencies dependency pulp pulpcore
Last synced: about 1 year ago
JSON representation
Pulpcore Dependency Checker
- Host: GitHub
- URL: https://github.com/fao89/pdc
- Owner: fao89
- Created: 2020-05-23T20:55:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-16T12:00:29.000Z (about 4 years ago)
- Last Synced: 2025-04-11T00:45:04.263Z (about 1 year ago)
- Topics: depencies, dependency, pulp, pulpcore
- Language: Rust
- Homepage: https://crates.io/crates/pdc
- Size: 69.3 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README




# Pulpcore Dependency Checker
Check required pulpcore version for each plugin.
```bash
curl -L https://github.com/fao89/pdc/releases/download/0.3.1/pdc-linux-amd64 -o pdc
chmod +x pdc
./pdc
```
[](https://asciinema.org/a/335533)
## Other languages versions
* python - [pypdc](https://github.com/fao89/pypdc)
* golang - [gopdc](https://github.com/fao89/gopdc)