Metadata-Version: 1.1
Name: modulemd
Version: 1.3.3
Summary: A python library for manipulation of the proposed module metadata format.
Home-page: https://pagure.io/modulemd
Author: Petr Šabata
Author-email: contyk@redhat.com
License: MIT
Description: Module metadata definitions and the modulemd library
        ====================================================
        
        This repository contains simple module metadata template and the corresponding
        library for the manipulation thereof.
        
        `spec.yaml <https://pagure.io/modulemd/blob/master/f/spec.yaml>`_:
                This file serves two roles -- it is the input for tools generating the
                actual module (such as pungi-modularization) and it is also present in
                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 python library for manipulation of the proposed module metadata format.
                API documentation is available at http://modulemd.readthedocs.org/.
        
Keywords: modularization modularity module metadata
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: MIT License
