Metadata-Version: 2.4
Name: createrepo-agent
Version: 0.5.0
Summary: Rapidly and repeatedly generate RPM repository metadata
Keywords: assuan-ipc-protocol,repository-management,rpm
Author-Email: Scott K Logan <logans@cottsay.net>
Maintainer: ROS Infrastructure Team
License-Expression: Apache-2.0
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: C
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Archiving :: Packaging
Project-URL: GitHub, https://github.com/osrf/createrepo-agent
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Description-Content-Type: text/markdown

createrepo-agent
================

[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/osrf/createrepo-agent/ci.yaml?branch=main&event=push)](https://github.com/osrf/createrepo-agent/actions/workflows/ci.yaml?query=branch%3Amain+event%3Apush)
[![Codecov branch](https://img.shields.io/codecov/c/gh/osrf/createrepo-agent/main)](https://app.codecov.io/gh/osrf/createrepo-agent/tree/main)

*Rapidly and repeatedly generate RPM repository metadata*

**createrepo-agent** is a tool for rapidly iterating on clusters of associated RPM repositories. It leverages Assuan IPC to create a daemon process which caches the metadata for each sub-repository in the cluster so that it doesn't need to be re-loaded and parsed each time a change is made. The most notable implementation of the Assuan protocol is **gpg-agent**, which gives **createrepo-agent** its name.
