TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Script Manager for python

1 pointsby yasuocidalover 2 years ago
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.

1 comment

fermigierover 2 years ago
If I understand your problem correctly, you could maybe use Honcho.<p><a href="https:&#x2F;&#x2F;pypi.org&#x2F;project&#x2F;honcho&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pypi.org&#x2F;project&#x2F;honcho&#x2F;</a>