Fedora Packages

python3-pylero Subpackage of python-pylero

Python SDK for Polarion

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.

Releases Overview

Release Stable Testing
Fedora Rawhide 0.0.9-1.fc41 -
Fedora 40 0.0.9-1.fc40 0.0.9-1.fc40
Fedora 39 0.0.9-1.fc39 -
Fedora 38 0.0.9-1.fc38 -
EPEL 9 0.0.9-1.el9 -
EPEL 8 0.0.9-1.el8 -
File a new bug report »
Package Info

You can contact the maintainers of this package via email at python-pylero dash maintainers at fedoraproject dot org.



Sources on Pagure