Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clearlinux/unbundle
parses bundle and pundle definition files to recursively resolve a complete list of all packages in a bundle
https://github.com/clearlinux/unbundle
Last synced: about 2 months ago
JSON representation
parses bundle and pundle definition files to recursively resolve a complete list of all packages in a bundle
- Host: GitHub
- URL: https://github.com/clearlinux/unbundle
- Owner: clearlinux
- License: gpl-3.0
- Created: 2018-04-12T23:31:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-14T19:43:50.000Z (11 months ago)
- Last Synced: 2024-03-26T05:49:05.773Z (9 months ago)
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unbundle
unbundle parses bundle and pundle definition files to recursively resolve
a complete list of all packages in a bundle.```
usage: unbundle [-h] [--bundles] bundle_name bundle_pathProcess bundle packages following includes
positional arguments:
bundle_name name of bundle to process
bundle_path path to clr-bundles directoryoptional arguments:
-h, --help show this help message and exit
--bundles Report only included bundle names
```unbundle prints a sorted list of all included packages.