Hi, sorry if thats very random, do you guys know any script manager for python scripts? I have 3-5 python scripts that work as APIs for a mobile app and i need something to see them all and see their output from a single page without needing to have 4-5 instances of screen ( the linux package screen ). I have tried PM2, the free tier, but it lacked logging and the metrics were not very well explained ( i never understood how to implement them in my code ). So do you have any suggestions? I have a linux server btw.
If I understand your problem correctly, you could maybe use Honcho.<p><a href="https://pypi.org/project/honcho/" rel="nofollow">https://pypi.org/project/honcho/</a>