How to Install and Uninstall python3-pylero.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 10,2024

1. Install "python3-pylero.noarch" package

This is a short guide on how to install python3-pylero.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-pylero.noarch

2. Uninstall "python3-pylero.noarch" package

Please follow the guidelines below to uninstall python3-pylero.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-pylero.noarch $ sudo dnf autoremove

3. Information about the python3-pylero.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:32:57 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-pylero
Version : 0.0.8
Release : 1.el9
Architecture : noarch
Size : 137 k
Source : python-pylero-0.0.8-1.el9.src.rpm
Repository : epel
Summary : Python SDK for Polarion
URL : https://github.com/RedHatQE/pylero
License : MIT
Description : This is Pylero, the Python wrapper for the Polarion WSDL API. The Pylero
: wrapper enables native python access to Polarion objects and functionality
: using object oriented structure and functionality. This allows the devlopers to
: use Pylero in a natural fashion without being concerned about the Polarion
: details.
:
: All Pylero objects inherit from BasePolarion. The objects used in the library
: are all generated from the SOAP factory class, using the python-suds library.
: The Pylero class attributes are generated dynamically as properties, based on
: a mapping dict between the pylero naming convention and the Polarion attribute
: names.
:
: The use of properties allows the pylero object attributes to be virtual with no
: need for syncing between them and the Polarion objects they are based on.
:
: The Polarion WSDL API does not implement validation/verification of data passed
: in, so the Pylero library takes care of this itself. All enums are validated
: before being sent to the server and raise an error if not using a valid value.
: A number of workflow implementations are also included, for example when
: creating a Document, it automatically creates the Heading work item at the same
: time.
:
: Polarion Work Items are configured per installation, to give native workitem
: objects (such as TestCase), the library connects to the Polarion server,
: downloads the list of workitems and creates them.