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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Python Module Update Checker (WebApp)

2 点作者 ninadmhatre大约 9 年前
Hi,<p>I have created small Python module update checker on my site as a learning exercise (gevent &#x2F; threading ), which i think is good enough to be released in wild!<p>Just copy output of &quot;pip freeze&quot; and hit submit it should show if you are using latest version of python module available.<p>You can give it a try at,<p>https:&#x2F;&#x2F;ninadmhatre.com&#x2F;apps&#x2F;py_upd_checker<p>Feedback is welcome :)<p>Note: I didn&#x27;t realize that links in text are plain text! Sorry for that...

1 comment

allanderek大约 9 年前
I like it. The blog site that hosts it has a slightly strange menu, when at &#x27;home&#x27; there are three links &#x27;Blog&#x27;, &#x27;Apps&#x27;, and &#x27;Contact&#x27;, when at Apps, there appears to be only &#x27;Blog&#x27; and &#x27;Contact&#x27;, when at &#x27;Blog&#x27;, there appears to only be &#x27;Contact&#x27;.<p>But the actual app, is great. I like the output, but I would consider sorting them into those dependencies which are up to date and those which are not.<p>If you really want some extra user-friendlyness <i></i>and<i></i> learn a bit of the github API, that would be a cool way to accept input. Instead of copy&amp;pasting the pip-freeze output, how about just your github repository link, you could then search for a requirements.txt (or similar), OR a first effort at this would be to allow users to link to a requirements.txt file, for example one hosted on github.<p>Finally, what about a spin-off pypi library to do this? I&#x27;d love to be able to do this from the command-line inside my project&#x27;s directory.
评论 #11625952 未加载