This module provides classes for manipulating rpms.json files. rpms.json files provide details about RPMs included in composes.
Map RPM to to variant and arch.
Parameters: |
|
---|
Dump data to a file.
Parameters: | f (file or str) – file-like object or path to file |
---|
Dump data to a string.
Return type: | str |
---|
Load data from a file.
Parameters: | f (file or str) – file-like object or path to file |
---|
Load data from a string.
Parameters: | s (str) – input data |
---|
Validate attributes by running all self._validate_*() methods.
Raises: |
|
---|