Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fao89/pdc
Pulpcore Dependency Checker
https://github.com/fao89/pdc
depencies dependency pulp pulpcore
Last synced: about 1 month ago
JSON representation
Pulpcore Dependency Checker
- Host: GitHub
- URL: https://github.com/fao89/pdc
- Owner: fao89
- Created: 2020-05-23T20:55:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-16T12:00:29.000Z (over 2 years ago)
- Last Synced: 2024-08-09T02:55:40.416Z (3 months 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
![Continuous Integration](https://github.com/fao89/pdc/workflows/Continuous%20Integration/badge.svg)
![license](https://img.shields.io/crates/l/pdc)
![Latest version](https://img.shields.io/crates/v/pdc.svg)
![Downloads](https://img.shields.io/crates/d/pdc)# 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
```[![asciicast](https://asciinema.org/a/335533.svg)](https://asciinema.org/a/335533)
## Other languages versions
* python - [pypdc](https://github.com/fao89/pypdc)
* golang - [gopdc](https://github.com/fao89/gopdc)