From def6ef8a3518d48583ffcd39fe91c441b557408d Mon Sep 17 00:00:00 2001 From: Petr Šabata Date: Apr 14 2016 12:30:30 +0000 Subject: Update README Signed-off-by: Petr Šabata --- diff --git a/README.rst b/README.rst index 77a5801..0f68688 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,8 @@ -Module metadata definitions -=========================== +Module metadata definitions and the modulemd library +==================================================== -This repository contains simple module metadata templates. +This repository contains simple module metadata template and the corresponding +library for the manipulation thereof. metadata.yaml: This file serves two roles -- it is the input for tools generating the @@ -9,3 +10,6 @@ metadata.yaml: the resulting repository, available to its consumers (such as fm-metadata-service). For practical reasons, it is written in YAML. See comments in the template for details. + +modulemd: + A python3 library for manipulation of the proposed metadata format.