Skip to content

westurner/pkgsetcomp

Repository files navigation

pkgsetcomp

GitHub | PyPi | Warehouse | ReadTheDocs | Travis-CI

image

image

image

pkgsetcomp: compare and generate manifest / installed package reports

Features

Installing

Install from PyPi:

pip install pkgsetcomp

Install from GitHub as editable (add a pkgsetcomp.pth in site-packages):

pip install -e git+https://github.com/westurner/pkgsetcomp#egg=pkgsetcomp

Usage

Print help:

pkgsetcomp --help

Generate reports in the current directory:

pkgsetcomp

Generate a report comparing .manifest packages with installed packages:

MANIFEST="http://releases.ubuntu.com/14.04/ubuntu-14.04-desktop-amd64.manifest"
pkgsetcomp --manifest="$MANIFEST"

License

BSD Software License