Hi @dvarrazzo !
I think I missed to share you our pure python implementation of setproctitle. It's base on py-setproctitle but using ctypes. I didn't extract that module from temBoard source code.
Here is the code : https://github.com/dalibo/temboard/blob/master/ui/temboardui/toolkit/proctitle.py
It works on Python 2 and 3.
What do you think of this ?
Regards,
Étienne
Hi @dvarrazzo !
I think I missed to share you our pure python implementation of setproctitle. It's base on py-setproctitle but using ctypes. I didn't extract that module from temBoard source code.
Here is the code : https://github.com/dalibo/temboard/blob/master/ui/temboardui/toolkit/proctitle.py
It works on Python 2 and 3.
What do you think of this ?
Regards,
Étienne