Metadata-Version: 2.4
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
Requires-Dist: python-debian
Requires-Dist: chardet
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

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
