Skip to content

release-engineering/productmd

Repository files navigation

ProductMD

Build Status Documentation Status

ProductMD is a Python library providing parsers for metadata related to composes and installation media.

Documentation

http://productmd.readthedocs.io/en/latest/

Building

Build requires

  • Six: Python 2 and 3 Compatibility Library
  • pip install six
  • Fedora: dnf install python-six python3-six

Build

To see all options run:

make help

Build with Tito

Read TITO.md for instructions.

Testing

Run from checkout dir:

make test