Metadata-Version: 2.1
Name: debrepo
Version: 0.0.3
Summary: Inspect and compare Debian repositories
Home-page: https://pagure.io/debrepo
Author: Andrew Hills
Author-email: ahills@redhat.com
License: GPL
Keywords: compose,repodiff
License-File: LICENSE.rst

About
-----

**debrepo** is a library for inspecting composes of Debian repositories and
their elements, including package archives. It includes classes capable of
reading compose, repository, and package data from the filesystem, and methods
to compare the data between different versions. To this end, the
:doc:`debrepodiff` tool provides a command line interface for comparing
composes.

Installation
------------

In the ``debrepo`` directory containing ``setup.py``, run:

.. code:: sh

   python setup.py install
