https://github.com/release-engineering/productmd
Product, compose and installation media metadata library
https://github.com/release-engineering/productmd
Last synced: about 1 year ago
JSON representation
Product, compose and installation media metadata library
- Host: GitHub
- URL: https://github.com/release-engineering/productmd
- Owner: release-engineering
- License: lgpl-2.1
- Created: 2015-02-05T13:29:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-03-11T09:20:23.000Z (over 1 year ago)
- Last Synced: 2025-03-28T07:04:29.639Z (about 1 year ago)
- Language: Python
- Size: 543 KB
- Stars: 9
- Watchers: 7
- Forks: 35
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
ProductMD
=========
[](https://travis-ci.org/release-engineering/productmd)
[](http://productmd.readthedocs.io/en/latest/?badge=latest)
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](TITO.md) for instructions.
Testing
-------
Run from checkout dir:
make test