pv2/README.md

28 lines
720 B
Markdown
Raw Normal View History

# pv2
2023-06-04 23:23:20 +00:00
pv2 is a backend module framework for building and development. Initially
designed as a POC to support peridot's transition to python, it provides
utilities that can be used for developers in and outside of the projects
in the RESF (such as Rocky Linux).
## Requirements
* An RPM Distribution
* Fedora
* Enterprise Linux 8, 9+ recommended
* CentOS Stream 8, 9+ recommended
* Python 3.6 or higher - Python 3.9+ recommended
* A few python modules
* file-magic (python3-file-magic)
* GitPython (python3-GitPython or via pip)
* lxml (python3-lxml or via pip)
* rpm (python3-rpm)
## Example Scripts
Example scripts are found in the `examples` directory, which can utilize
parts of the pv2 module.