RPNPy is a Python module which contains wrappers for librmn’s main fstd98 and convip C functions along with helper functions.
You can get the official description by clicking on the following link: RPNPy Reference
To get access to this module in Python you have to acquire it before opening Python. For example for Python3 with
module load python3/miniforge3 python3/python-rpn python3/outils-divers
source activate base_plus
source activate base_plus
In your Python script you can then import the module with, for example:
import rpnpy.librmn.all as rmn # Module to read RPN files