pkgsetcomp

GitHub | PyPi | Warehouse | ReadTheDocs | Travis-CI

https://badge.fury.io/py/pkgsetcomp.png https://travis-ci.org/westurner/pkgsetcomp.png?branch=master https://pypip.in/d/pkgsetcomp/badge.png

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"