Settings

Theme

Ask HN: Script Manager for python

1 points by yasuocidal 3 years ago · 1 comment · 1 min read


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.

fermigier 3 years ago

If I understand your problem correctly, you could maybe use Honcho.

https://pypi.org/project/honcho/

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection