Skip to content

Latest commit

 

History

History
74 lines (51 loc) · 2.3 KB

PythonLibCore-4.4.0.rst

File metadata and controls

74 lines (51 loc) · 2.3 KB

Python Library Core 4.4.0

`Python Library Core`_ is a generic component making it easier to create bigger Robot Framework test libraries. Python Library Core 4.4.0 is a new release with enhancement to support keyword translation. Python Library Core can translate keyword names and keyword documentation. It is also possible to translate library init and class documentation.

All issues targeted for Python Library Core v4.4.0 can be found from the issue tracker.

If you have pip installed, just run

pip install --upgrade pip install robotframework-pythonlibcore

to install the latest available release or use

pip install pip install robotframework-pythonlibcore==4.4.0

to install exactly this version. Alternatively you can download the source distribution from PyPI and install it manually.

Python Library Core supports Robot Framework 5.0.1 or older and Python 3.8+. Python Library Core 4.4.0 was released on Friday March 22, 2024.

Add translation for for keywords in PLC (#139)

Robot Framework core has supported translations since release 6.0. Now also Python Lib Core provides support to translate library keyword and documentation. Also it is possible to translate library init and class level documentation. Keyword or library init argument names, argument types and argument default values are not translated.

ID Type Priority Summary
#139 enhancement critical Add translation for for keywords in PLC

Altogether 1 issue. View on the issue tracker.