Metadata-Version: 1.1
Name: pkgsetcomp
Version: 0.1.3
Summary: Compare packages listed in a debian/ubuntu APT .manifest with installed packages
Home-page: https://github.com/westurner/pkgsetcomp
Author: Wes Turner
Author-email: wes@wrd.nu
License: BSD
Download-URL: https://github.com/westurner/pkgsetcomp/releases
Description: ===============================
        pkgsetcomp
        ===============================
        
        
        `GitHub`_ |
        `PyPi`_ |
        `Warehouse`_ |
        `ReadTheDocs`_ |
        `Travis-CI`_
        
        
        .. image:: https://badge.fury.io/py/pkgsetcomp.png
           :target: http://badge.fury.io/py/pkgsetcomp
        
        .. image:: https://travis-ci.org/westurner/pkgsetcomp.png?branch=master
                :target: https://travis-ci.org/westurner/pkgsetcomp
        
        .. image:: https://pypip.in/d/pkgsetcomp/badge.png
               :target: https://pypi.python.org/pypi/pkgsetcomp
        
        .. _GitHub: https://github.com/westurner/pkgsetcomp
        .. _PyPi: https://pypi.python.org/pypi/pkgsetcomp
        .. _Warehouse: https://warehouse.python.org/project/pkgsetcomp
        .. _ReadTheDocs:  https://pkgsetcomp.readthedocs.org/en/latest
        .. _Travis-CI:  https://travis-ci.org/westurner/pkgsetcomp
        
        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
        
        
        .. _manifest file: http://releases.ubuntu.com/14.04/ubuntu-14.04-desktop-i386.manifest
        .. _optparse: https://docs.python.org/2/library/optparse.html
        .. _cookiecutter-pypackage: https://github.com/audreyr/cookiecutter-pypackage
        
        
        
        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
        <https://github.com/westurner/pkgsetcomp/blob/master/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
        
        
Keywords: pkgsetcomp apt deb debian ubuntu
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
