Last updated:
0 purchases
pkgsetcomp 0.1.3
pkgsetcomp
GitHub |
PyPi |
Warehouse |
ReadTheDocs |
Travis-CI
pkgsetcomp: compare and generate manifest / installed package reports
Features
Compare packages listed in a debian/ubuntu APT manifest file with
currently installed packages
optparse argument parsing (-h, --help)
cookiecutter-pypackage project templating
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
.
History
0.1.4 (Unreleased)
0.1.3 (2014-05-21)
BLD,TST,ENH,DOC: add py.test passthrough options to ‘setup.py test’
DOC: add pykg setcomp api docs to index
DOC: docs/license.rst include LICENSE
DOC: README.rst :: directive
0.1.2 (2014-05-21)
BUG: VERSION.txt os.path.basename
DOC: API docs: docs/modules.rst docs/pkgsetcomp.rst
DOC: Release summaries in HISTORY.txt
0.1.1 (2014-05-21)
ENH: Read version number from VERSION.txt
0.1.0 (2014-05-21)
First release on PyPI.
Re-packaged from https://github.com/westurner/dotfiles/blob/2813e4ad/scripts/compare_installed.py
Credits
Wes Turner – https://github.com/westurner
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.