Hello,
I found this mentioned today on IBM-MAIN listserv:
It is a 3270 emulator written in python.
It supports various screen sizes and it does automation.
I have not tried the automation piece but I can connect with a mod-5 27x132 screen size
I successfully used this install sequence on my raspberry pi and tk4-
pip3 install ebcdic tnz
python -m tnz.zti
then in the session
set session_ssl 0
set session_ps_size 27x132
goto? your_ip_address:3270
More information can be found @?
I would be interested if anyone else has tried it using the automation feature.
regards,
-don