TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Script Manager for python

1 点作者 yasuocidal超过 2 年前
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

fermigier超过 2 年前
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>