productmd

Product, compose and installation media metadata library


License
LGPL-2.1
Install
pip install productmd==1.38

Documentation

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