Metadata-Version: 1.1
Name: rpmdeplint
Version: 1.0rc1
Summary: RPM Dependency Graph Analysis
Home-page: https://rpmdeplint.readthedocs.io
Author: Red Hat, Inc.
Author-email: jorris@redhat.com
License: UNKNOWN
Description: rpmdeplint
        ==========
        
        Rpmdeplint is a tool to find errors in RPM packages in the context of their
        dependency graph.
        
        Requirements
        ------------
        
        * Python 2.7
        
        External Dependencies
        ---------------------
        
        In order to run the tool, the following pre-requisites need to be installed:
        
        * rpm, rpm-python
        * librepo, python-librepo
        * hawkey, python-hawkey
        
        For development and tests:
        
        * sphinx
        * `rpmfluff <https://pagure.io/rpmfluff>`_
        * glibc.i686 and libgcc.i686, for building 32-bit binaries
        
        Project Links
        -------------
        
        * Issues: https://bugzilla.redhat.com/buglist.cgi?quicksearch=product%3Arpmdeplint&list_id=5207715
        * For feedback and discussion join #beaker on irc.freenode.net.
        * We use `Gerrit <https://gerrit.beaker-project.org>`_ for code review. Patches welcome!
        * `Documentation <https://rpmdeplint.readthedocs.io>`_
        
        Using
        -----
        
        A user guide is provided by the man(1) page shipped with this tool::
        
          man rpmdeplint
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
